Class AdminAuthorizedServlet

java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.hbase.thirdparty.org.eclipse.jetty.servlet.DefaultServlet
org.apache.hadoop.hbase.http.AdminAuthorizedServlet
All Implemented Interfaces:
Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig, org.apache.hbase.thirdparty.org.eclipse.jetty.server.ResourceService.WelcomeFactory, org.apache.hbase.thirdparty.org.eclipse.jetty.util.resource.ResourceFactory

@Private @Evolving public class AdminAuthorizedServlet extends org.apache.hbase.thirdparty.org.eclipse.jetty.servlet.DefaultServlet
General servlet which is admin-authorized.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private static final long
     

    Fields inherited from class org.apache.hbase.thirdparty.org.eclipse.jetty.servlet.DefaultServlet

    CONTEXT_INIT
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
     

    Methods inherited from class org.apache.hbase.thirdparty.org.eclipse.jetty.servlet.DefaultServlet

    destroy, doHead, doOptions, doPost, doTrace, getInitParameter, getResource, getWelcomeFile, init, initContextHandler

    Methods inherited from class javax.servlet.http.HttpServlet

    doDelete, doPut, getLastModified, service, service

    Methods inherited from class javax.servlet.GenericServlet

    getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

  • Constructor Details

  • Method Details

    • doGet

      protected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException
      Overrides:
      doGet in class org.apache.hbase.thirdparty.org.eclipse.jetty.servlet.DefaultServlet
      Throws:
      javax.servlet.ServletException
      IOException