Package winstone

Interface ConnectorFactory

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      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 Detail

      • 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