Package org.apache.hadoop.hbase.http
Class AdminAuthorizedServlet
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
org.apache.hbase.thirdparty.org.eclipse.jetty.ee8.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.ee8.nested.ResourceService.WelcomeFactory
@Private
@Evolving
public class AdminAuthorizedServlet
extends org.apache.hbase.thirdparty.org.eclipse.jetty.ee8.servlet.DefaultServlet
General servlet which is admin-authorized.
- See Also:
- 
Field SummaryFieldsFields inherited from class org.apache.hbase.thirdparty.org.eclipse.jetty.ee8.servlet.DefaultServletCONTEXT_INIT
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voiddoGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) Methods inherited from class org.apache.hbase.thirdparty.org.eclipse.jetty.ee8.servlet.DefaultServletdestroy, doHead, doOptions, doPost, doTrace, getInitParameter, getWelcomeFile, init, initContextHandler, resolveMethods inherited from class javax.servlet.http.HttpServletdoDelete, doPut, getLastModified, service, serviceMethods inherited from class javax.servlet.GenericServletgetInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, log, log
- 
Field Details- 
serialVersionUID- See Also:
 
 
- 
- 
Constructor Details- 
AdminAuthorizedServletpublic AdminAuthorizedServlet()
 
- 
- 
Method Details- 
doGetprotected void doGet(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) throws javax.servlet.ServletException, IOException - Overrides:
- doGetin class- org.apache.hbase.thirdparty.org.eclipse.jetty.ee8.servlet.DefaultServlet
- Throws:
- javax.servlet.ServletException
- IOException
 
 
-