Class sun.server.http.AdminServlet
All Packages Class Hierarchy This Package Previous Next Index
Class sun.server.http.AdminServlet
java.lang.Object
|
+----java.servlet.GenericServlet
|
+----java.servlet.http.HttpServlet
|
+----sun.server.http.AdminServlet
- public class AdminServlet
- extends HttpServlet
Admin Servlet
-
AdminServlet()
-
-
getServletInfo()
- Returns a string containing information about the author, version,
and copyright of the servlet.
-
init(ServletStub)
- Initialize
-
modifyAcls(HttpRequest, HttpResponse)
-
-
modifyAliases(HttpRequest, HttpResponse)
-
-
modifyLogs(HttpRequest, HttpResponse)
-
-
modifyMime(HttpRequest, HttpResponse)
-
-
modifyProxy(HttpRequest, HttpResponse)
-
-
modifyRules(HttpRequest, HttpResponse)
-
-
modifySecurity(HttpRequest, HttpResponse)
-
-
modifyServer(HttpRequest, HttpResponse)
-
-
modifyServlets(HttpRequest, HttpResponse)
-
-
parsePositiveInt(String)
-
-
readCertificate(HttpRequest, HttpResponse)
-
-
serverMonitoring(HttpRequest, HttpResponse)
-
-
service(HttpServletRequest, HttpServletResponse)
- Services a single HTTP request from the client.
-
siteCertificate(HttpRequest, HttpResponse)
-
AdminServlet
public AdminServlet()
init
public void init(ServletStub stub) throws ServletException
- Initialize
- Overrides:
- init in class GenericServlet
service
public void service(HttpServletRequest req,
HttpServletResponse res) throws ServletException, IOException
- Services a single HTTP request from the client.
- Overrides:
- service in class HttpServlet
modifyProxy
public void modifyProxy(HttpRequest req,
HttpResponse res) throws IOException
siteCertificate
public void siteCertificate(HttpRequest req,
HttpResponse res) throws IOException
modifyServer
public void modifyServer(HttpRequest req,
HttpResponse res) throws IOException
parsePositiveInt
protected int parsePositiveInt(String value) throws NumberFormatException
modifyRules
public void modifyRules(HttpRequest req,
HttpResponse res) throws IOException
modifyAliases
public void modifyAliases(HttpRequest req,
HttpResponse res) throws IOException
modifySecurity
public void modifySecurity(HttpRequest req,
HttpResponse res) throws IOException
modifyAcls
public void modifyAcls(HttpRequest req,
HttpResponse res) throws IOException
modifyLogs
public void modifyLogs(HttpRequest req,
HttpResponse res) throws IOException
modifyMime
public void modifyMime(HttpRequest req,
HttpResponse res) throws IOException
modifyServlets
public void modifyServlets(HttpRequest req,
HttpResponse res) throws IOException
serverMonitoring
public void serverMonitoring(HttpRequest req,
HttpResponse res) throws IOException
readCertificate
public void readCertificate(HttpRequest req,
HttpResponse res) throws IOException
getServletInfo
public String getServletInfo()
- Returns a string containing information about the author, version,
and copyright of the servlet.
- Overrides:
- getServletInfo in class GenericServlet
All Packages Class Hierarchy This Package Previous Next Index