Package winstone

Class Http2ConnectorFactory

All Implemented Interfaces:
ConnectorFactory

public class Http2ConnectorFactory extends AbstractSecuredConnectorFactory implements ConnectorFactory
This class add the HTTP/2 Listener This is the class that gets launched by the command line, and owns the server socket, etc.
Since:
4.1
  • Constructor Details

    • Http2ConnectorFactory

      public Http2ConnectorFactory()
  • Method Details

    • start

      public org.eclipse.jetty.server.Connector start(Map<String,String> args, org.eclipse.jetty.server.Server server) throws IOException
      Description copied from interface: ConnectorFactory
      After the listener is loaded and initialized, this starts the thread
      Specified by:
      start in interface ConnectorFactory
      Returns:
      the Connector instance or null if not started
      Throws:
      IOException