|
void | doGet (HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException |
|
void | doPost (HttpServletRequest request, HttpServletResponse response) throws ServletException, IOException |
|
Servlet implementation class CalibrationServlet
com.servlet.calibration.CalibrationServlet.CalibrationServlet |
( |
| ) |
|
- See also
- HttpServlet::HttpServlet() Default constructor of a servlet
void com.servlet.calibration.CalibrationServlet.doGet |
( |
HttpServletRequest |
request, |
|
|
HttpServletResponse |
response |
|
) |
| throws ServletException, IOException |
|
protected |
- See also
- HttpServlet::doGet(HttpServletRequest request, HttpServletResponse response)
void com.servlet.calibration.CalibrationServlet.doPost |
( |
HttpServletRequest |
request, |
|
|
HttpServletResponse |
response |
|
) |
| throws ServletException, IOException |
|
protected |
- See also
- HttpServlet::doPost(HttpServletRequest request, HttpServletResponse response) When a post request is received, this function is called and process it. Forward request from mobile to waypoints, then retrieve data from waypoints and store into database as calibration data.
The documentation for this class was generated from the following file:
- src/com/servlet/calibration/CalibrationServlet.java