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, 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.
 

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 BIND_ADDRESS  
String CONF_CONTEXT_ATTRIBUTE  
String KRB5_FILTER  
String SPNEGO_FILTER