|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.caucho.admin.servlet.AdminRestServlet
public class AdminRestServlet
| Constructor Summary | |
|---|---|
AdminRestServlet()
|
|
| Method Summary | |
|---|---|
void |
service(HttpServletRequest req,
HttpServletResponse res)
Services a HTTP request. |
void |
setRequireSecure(boolean isSecure)
|
| Methods inherited from class javax.servlet.http.HttpServlet |
|---|
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service |
| Methods inherited from class javax.servlet.GenericServlet |
|---|
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AdminRestServlet()
| Method Detail |
|---|
public void setRequireSecure(boolean isSecure)
public void service(HttpServletRequest req,
HttpServletResponse res)
throws java.io.IOException,
ServletException
HttpServlet
service in class HttpServletreq - request informationres - response object for returning data to the client.
java.io.IOException
ServletException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||