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)
|
Add an internal servlet in the server specifying whether or not to protect with Kerberos authentication. |
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. |