Package winstone

Class HttpsConnectorFactory

All Implemented Interfaces:
ConnectorFactory

public class HttpsConnectorFactory extends AbstractSecuredConnectorFactory 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.
Version:
$Id: HttpsConnectorFactory.java,v 1.10 2007/06/13 15:27:35 rickknowles Exp $
Author:
Rick Knowles
  • Constructor Details

    • HttpsConnectorFactory

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