| 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, extends, HttpServlet>) to (String, String, Class).
|
this is a temporary method |
void addServlet(String, String, Class)
|
Change in signature from (String, String, Class, extends, HttpServlet>) 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)} |