Package winstone

Class Http2ConnectorFactory

    • Constructor Detail

      • Http2ConnectorFactory

        public Http2ConnectorFactory()
    • Method Detail

      • 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