Package org.glassfish.jersey.jetty.http2
Class JettyHttp2ContainerProvider
java.lang.Object
org.glassfish.jersey.jetty.http2.JettyHttp2ContainerProvider
- All Implemented Interfaces:
ContainerProvider
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> TcreateContainer(Class<T> type, Application application) Create an container of a given type.
-
Constructor Details
-
JettyHttp2ContainerProvider
public JettyHttp2ContainerProvider()
-
-
Method Details
-
createContainer
Description copied from interface:ContainerProviderCreate an container of a given type.- Specified by:
createContainerin interfaceContainerProvider- Type Parameters:
T- the type of the container.- Parameters:
type- the type of the container.application- JAX-RS / Jersey application.- Returns:
- the container, otherwise
nullif the provider does not support the requestedtype. - Throws:
ProcessingException- if there is an error creating the container.
-