Package winstone

Class HttpConnectorFactory

  • All Implemented Interfaces:
    ConnectorFactory

    public class HttpConnectorFactory
    extends Object
    implements ConnectorFactory
    Implements the main listener daemon thread. This is the class that gets launched by the command line, and owns the server socket, etc. Note that this class is also used as the base class for the HTTPS listener.
    Version:
    $Id: HttpConnectorFactory.java,v 1.15 2007/05/01 04:39:49 rickknowles Exp $
    Author:
    Rick Knowles
    • Constructor Detail

      • HttpConnectorFactory

        public HttpConnectorFactory()
    • 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