Interface Connector

    • Method Detail

      • connect

        Transport connect​(TransportClient client,
                          ResponseHandler responseHandler,
                          InetSocketAddress address,
                          byte transportRevision,
                          short priority)
                   throws ConnectionException
        Connect.
        Parameters:
        client - client requesting connection (transport).
        address - address of the server.
        responseHandler - reponse handler.
        transportRevision - transport revision to be used.
        priority - process priority.
        Returns:
        transport instance.
        Throws:
        ConnectionException - thrown if connect fails.