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, servicedestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log, toStringpublic void setRequireSecure(boolean isSecure)
public void service(HttpServletRequest req, HttpServletResponse res) throws java.io.IOException, ServletException
HttpServletservice in class HttpServletreq - request informationres - response object for returning data to the client.java.io.IOExceptionServletException