public class AdminRestServlet extends HttpServlet
Constructor and Description |
---|
AdminRestServlet() |
Modifier and Type | Method and Description |
---|---|
void |
service(HttpServletRequest req,
HttpServletResponse res)
Services a HTTP request.
|
void |
setRequireSecure(boolean isSecure) |
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log, toString
public void setRequireSecure(boolean isSecure)
public void service(HttpServletRequest req, HttpServletResponse res) throws java.io.IOException, ServletException
HttpServlet
service
in class HttpServlet
req
- request informationres
- response object for returning data to the client.java.io.IOException
ServletException