|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jersey.server.impl.container.httpserver.HttpHandlerContainer
public class HttpHandlerContainer
A HttpHandler
for a WebApplicationImpl
.
Constructor Summary | |
---|---|
HttpHandlerContainer(WebApplication app)
|
Method Summary | |
---|---|
void |
handle(com.sun.net.httpserver.HttpExchange exchange)
|
void |
onReload()
Called when reloading of the container is requested. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpHandlerContainer(WebApplication app) throws ContainerException
ContainerException
Method Detail |
---|
public void handle(com.sun.net.httpserver.HttpExchange exchange) throws java.io.IOException
handle
in interface com.sun.net.httpserver.HttpHandler
java.io.IOException
public void onReload()
ContainerListener
onReload
in interface ContainerListener
onReload
in interface ReloadListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |