Package winstone
Class HttpsConnectorFactory
java.lang.Object
winstone.AbstractSecuredConnectorFactory
winstone.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
-
Field Summary
Fields inherited from class winstone.AbstractSecuredConnectorFactory
keystore, keystorePassword, SSL_RESOURCES -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class winstone.AbstractSecuredConnectorFactory
configureSsl, getSSLContext
-
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 IOExceptionDescription copied from interface:ConnectorFactoryAfter the listener is loaded and initialized, this starts the thread- Specified by:
startin interfaceConnectorFactory- Returns:
- the Connector instance or
nullif not started - Throws:
IOException
-