Class JettyHttp2ContainerProvider

java.lang.Object
org.glassfish.jersey.jetty.http2.JettyHttp2ContainerProvider
All Implemented Interfaces:
ContainerProvider

public final class JettyHttp2ContainerProvider extends Object implements ContainerProvider
  • Constructor Details

    • JettyHttp2ContainerProvider

      public JettyHttp2ContainerProvider()
  • Method Details

    • createContainer

      public <T> T createContainer(Class<T> type, Application application) throws ProcessingException
      Description copied from interface: ContainerProvider
      Create an container of a given type.
      Specified by:
      createContainer in interface ContainerProvider
      Type Parameters:
      T - the type of the container.
      Parameters:
      type - the type of the container.
      application - JAX-RS / Jersey application.
      Returns:
      the container, otherwise null if the provider does not support the requested type.
      Throws:
      ProcessingException - if there is an error creating the container.