Package org.glassfish.jersey.jetty
Class JettyHttpContainerProvider
- java.lang.Object
-
- org.glassfish.jersey.jetty.JettyHttpContainerProvider
-
- All Implemented Interfaces:
ContainerProvider
public final class JettyHttpContainerProvider extends Object implements ContainerProvider
Container provider for containers based on Jetty ServerHandler.- Author:
- Arul Dhesiaseelan (aruld@acm.org), Marek Potociar
-
-
Constructor Summary
Constructors Constructor Description JettyHttpContainerProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> TcreateContainer(Class<T> type, Application application)
-
-
-
Method Detail
-
createContainer
public <T> T createContainer(Class<T> type, Application application) throws ProcessingException
- Specified by:
createContainerin interfaceContainerProvider- Throws:
ProcessingException
-
-