Generated by
JDiff

Class org.apache.hadoop.mapred.StatusHttpServer

The superclass changed from java.lang.Object to org.apache.hadoop.http.HttpServer.

Removed Constructors
StatusHttpServer(String, String, int, boolean) Create a status server on the given port.
 

Changed Methods
void addServlet(String, String, Class<HttpServlet>) Change in signature from (String, String, Class<T>) to (String, String, Class<HttpServlet>).
Method was locally defined, but is now inherited from HttpServer.
Add a servlet in the server.
void addSslListener(InetSocketAddress, String, String, String) Method was locally defined, but is now inherited from HttpServer. Configure an ssl listener on the server.
Object getAttribute(String) Method was locally defined, but is now inherited from HttpServer. Get the value in the webapp context.
int getPort() Method was locally defined, but is now inherited from HttpServer. Get the port that the server is on
void setAttribute(String, Object) Method was locally defined, but is now inherited from HttpServer. Set a value in the webapp context.
void setThreads(int, int) Method was locally defined, but is now inherited from HttpServer.  
void start() Method was locally defined, but is now inherited from HttpServer. Start the server.
void stop() Method was locally defined, but is now inherited from HttpServer. stop the server