Generated by
JDiff

Class org.apache.hadoop.http.HttpServer

Added Methods
void addContext(Context, boolean)  
void addGlobalFilter(String, String, Map) {@inheritDoc}
void addSslListener(InetSocketAddress, Configuration, boolean) Configure an ssl listener on the server.
Connector createBaseListener(Configuration) Create a required listener for the Jetty instance listening on the port provided.
void join()  
 

Changed Methods
void addDefaultApps(ContextHandlerCollection, String) Change in signature from String to (ContextHandlerCollection, String).
Add default apps.
void addFilter(String, String, Map) Change in signature from (String, String, String, String>) to (String, String, Map).
{@inheritDoc}
void addFilterPathMapping(String, Context) Change in signature from String to (String, Context).
Add the path spec to the filter path mapping.
void addInternalServlet(String, String, Class) Change in signature from (String, String, Class) to (String, String, Class).
this is a temporary method
void addServlet(String, String, Class) Change in signature from (String, String, Class) to (String, String, Class).
Add a servlet in the server.
void defineFilter(Context, String, String, Map, String[]) Change in signature from (WebApplicationContext, String, String, String, String>, String[]) to (Context, String, String, Map, String[]).
Define a filter for a context and set up default url mappings.
void stop() Change in exceptions thrown from java.lang.InterruptedException to java.lang.Exception.
stop the server
void addSslListener(InetSocketAddress, String, String, String) Now deprecated.
Use {@link #addSslListener(InetSocketAddress, Configuration, boolean)}
 

Changed Fields
Map defaultContexts Change in type from (WebApplicationContext, Boolean>) to Map.
 
List filterNames Change in type from String> to List.
 
Connector listener Change in type from SocketListener to Connector.
 
WebAppContext webAppContext Change in type from WebApplicationContext to WebAppContext.