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 |