Package winstone
Class HttpConnectorFactory
java.lang.Object
winstone.HttpConnectorFactory
- All Implemented Interfaces:
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 Summary
-
Method Summary
-
Constructor Details
-
HttpConnectorFactory
public HttpConnectorFactory()
-
-
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:ConnectorFactory
After the listener is loaded and initialized, this starts the thread- Specified by:
start
in interfaceConnectorFactory
- Returns:
- the Connector instance or
null
if not started - Throws:
IOException
-