Added Constructors |
HttpServer(String, String, int, boolean, Configuration, AccessControlList)
|
Create a status server on the given port. |
HttpServer(String, String, int, boolean, Configuration, AccessControlList, Connector)
|
|
HttpServer(String, String, int, boolean, Configuration, Connector)
|
|
Added Methods |
void addInternalServlet(String, String, Class, boolean, boolean)
|
Add an internal servlet in the server specifying whether or not to protect with Kerberos authentication. |
void addJerseyResourcePackage(String, String)
|
Add a Jersey resource package. |
void addSslListener(InetSocketAddress, Configuration, boolean, boolean)
|
Configure an ssl listener on the server. |
Connector createDefaultChannelConnector()
|
|
boolean hasAdministratorAccess(ServletContext, HttpServletRequest, HttpServletResponse)
|
Does the user sending the HttpServletRequest has the administrator ACLs If it isn't the case response will be modified to send an error to the user. |
boolean isInstrumentationAccessAllowed(ServletContext, HttpServletRequest, HttpServletResponse)
|
Checks the user has privileges to access to instrumentation servlets. |