|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jersey.simple.impl.container.SimpleContainer
public final class SimpleContainer
This is the container that handles all HTTP requests. Requests are adapted
for the enclosed WebApplication
instances. This container can
service both HTTP and HTTPS traffic transparently, when created using the
factory methods of com.sun.jersey.api.simple.container.SimpleServerFactory
or when instantiating it and making a direct connection to the container.
Constructor Summary | |
---|---|
SimpleContainer(WebApplication application)
|
Method Summary | |
---|---|
void |
handle(org.simpleframework.http.Request request,
org.simpleframework.http.Response response)
|
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 SimpleContainer(WebApplication application) throws ContainerException
ContainerException
Method Detail |
---|
public void handle(org.simpleframework.http.Request request, org.simpleframework.http.Response response)
handle
in interface org.simpleframework.http.core.Container
public void onReload()
ContainerListener
onReload
in interface ContainerListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |