|
||||||||||
| 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.HttpHandlerContainerProvider
public final class HttpHandlerContainerProvider
HTTP handler container provider.
| Constructor Summary | |
|---|---|
HttpHandlerContainerProvider()
|
|
| Method Summary | |
|---|---|
com.sun.net.httpserver.HttpHandler |
createContainer(java.lang.Class<com.sun.net.httpserver.HttpHandler> type,
ResourceConfig resourceConfig,
WebApplication application)
Create an container of type T. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HttpHandlerContainerProvider()
| Method Detail |
|---|
public com.sun.net.httpserver.HttpHandler createContainer(java.lang.Class<com.sun.net.httpserver.HttpHandler> type,
ResourceConfig resourceConfig,
WebApplication application)
throws ContainerException
ContainerProviderThe container provider SHOULD NOT initiate the Web application. The container provider MAY modify the resource configuraton.
createContainer in interface ContainerProvider<com.sun.net.httpserver.HttpHandler>type - the type of the container.resourceConfig - the resource configuration.application - the Web application the container delegates to for
the handling of HTTP requests.
type.
ContainerException - if there is an error creating the container.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||