Package winstone
Interface ConnectorFactory
- All Known Implementing Classes:
AbstractSecuredConnectorFactory
,Http2ConnectorFactory
,HttpConnectorFactory
,HttpsConnectorFactory
public interface ConnectorFactory
Interface that defines the necessary methods for being a connection listener
within winstone.
- Author:
- Rick Knowles
-
Method Summary
-
Method Details
-
start
org.eclipse.jetty.server.Connector start(Map<String, String> args, org.eclipse.jetty.server.Server server) throws IOExceptionAfter the listener is loaded and initialized, this starts the thread- Returns:
- the Connector instance or
null
if not started - Throws:
IOException
-