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

    Modifier and Type
    Method
    Description
    org.eclipse.jetty.server.Connector
    start(Map<String,String> args, org.eclipse.jetty.server.Server server)
    After the listener is loaded and initialized, this starts the thread
  • Method Details

    • start

      org.eclipse.jetty.server.Connector start(Map<String,String> args, org.eclipse.jetty.server.Server server) throws IOException
      After the listener is loaded and initialized, this starts the thread
      Returns:
      the Connector instance or null if not started
      Throws:
      IOException