com.sun.jersey.server.impl.container.grizzly2
Class GrizzlyContainerProvider
java.lang.Object
com.sun.jersey.server.impl.container.grizzly2.GrizzlyContainerProvider
- All Implemented Interfaces:
- ContainerProvider<org.glassfish.grizzly.http.server.HttpHandler>
public class GrizzlyContainerProvider
- extends Object
- implements ContainerProvider<org.glassfish.grizzly.http.server.HttpHandler>
Grizzly 2.0 Jersey container provider.
- Author:
- Matt Swift
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GrizzlyContainerProvider
public GrizzlyContainerProvider()
- Default constructor ensures that HttpRequestProcessor class is loaded.
createContainer
public GrizzlyContainer createContainer(Class<org.glassfish.grizzly.http.server.HttpHandler> type,
ResourceConfig resourceConfig,
WebApplication application)
throws ContainerException
-
- Specified by:
createContainer in interface ContainerProvider<org.glassfish.grizzly.http.server.HttpHandler>
- Throws:
ContainerException
Copyright © 2011 Oracle Corporation. All Rights Reserved.