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

Constructor Index

 o AdminServlet()

Method Index

 o getServletInfo()
Returns a string containing information about the author, version, and copyright of the servlet.
 o init(ServletStub)
Initialize
 o modifyAcls(HttpRequest, HttpResponse)
 o modifyAliases(HttpRequest, HttpResponse)
 o modifyLogs(HttpRequest, HttpResponse)
 o modifyMime(HttpRequest, HttpResponse)
 o modifyProxy(HttpRequest, HttpResponse)
 o modifyRules(HttpRequest, HttpResponse)
 o modifySecurity(HttpRequest, HttpResponse)
 o modifyServer(HttpRequest, HttpResponse)
 o modifyServlets(HttpRequest, HttpResponse)
 o parsePositiveInt(String)
 o readCertificate(HttpRequest, HttpResponse)
 o serverMonitoring(HttpRequest, HttpResponse)
 o service(HttpServletRequest, HttpServletResponse)
Services a single HTTP request from the client.
 o siteCertificate(HttpRequest, HttpResponse)

Constructors

 o AdminServlet
  public AdminServlet()

Methods

 o init
  public void init(ServletStub stub) throws ServletException
Initialize
Overrides:
init in class GenericServlet
 o service
  public void service(HttpServletRequest req,
                      HttpServletResponse res) throws ServletException, IOException
Services a single HTTP request from the client.
Overrides:
service in class HttpServlet
 o modifyProxy
  public void modifyProxy(HttpRequest req,
                          HttpResponse res) throws IOException
 o siteCertificate
  public void siteCertificate(HttpRequest req,
                              HttpResponse res) throws IOException
 o modifyServer
  public void modifyServer(HttpRequest req,
                           HttpResponse res) throws IOException
 o parsePositiveInt
  protected int parsePositiveInt(String value) throws NumberFormatException
 o modifyRules
  public void modifyRules(HttpRequest req,
                          HttpResponse res) throws IOException
 o modifyAliases
  public void modifyAliases(HttpRequest req,
                            HttpResponse res) throws IOException
 o modifySecurity
  public void modifySecurity(HttpRequest req,
                             HttpResponse res) throws IOException
 o modifyAcls
  public void modifyAcls(HttpRequest req,
                         HttpResponse res) throws IOException
 o modifyLogs
  public void modifyLogs(HttpRequest req,
                         HttpResponse res) throws IOException
 o modifyMime
  public void modifyMime(HttpRequest req,
                         HttpResponse res) throws IOException
 o modifyServlets
  public void modifyServlets(HttpRequest req,
                             HttpResponse res) throws IOException
 o serverMonitoring
  public void serverMonitoring(HttpRequest req,
                               HttpResponse res) throws IOException
 o readCertificate
  public void readCertificate(HttpRequest req,
                              HttpResponse res) throws IOException
 o 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