Generated by
JDiff

Class org.apache.hadoop.http.HttpServer

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.
 

Changed Methods
Connector createBaseListener(Configuration) Change of visibility from protected to public.
Create a required listener for the Jetty instance listening on the port provided.
 

Added Fields
String CONF_CONTEXT_ATTRIBUTE