Interface ConnectionFactory

    • Method Detail

      • getProtocol

        java.lang.String getProtocol()
        Returns:
        A string representing the primary protocol name.
      • getProtocols

        java.util.List<java.lang.String> getProtocols()
        Returns:
        A list of alternative protocol names/versions including the primary protocol.
      • newConnection

        org.eclipse.jetty.io.Connection newConnection​(Connector connector,
                                                      org.eclipse.jetty.io.EndPoint endPoint)

        Creates a new Connection with the given parameters

        Parameters:
        connector - The Connector creating this connection
        endPoint - the EndPoint associated with the connection
        Returns:
        a new Connection