Interface Transport

    • Method Detail

      • create

        Connection create​(ConnectionConfig cc)
        Create a connection object. Implementations should not open a TCP socket in this method.
        Parameters:
        cc - connection configuration
        Returns:
        connection
      • close

        default void close()
        Free any resources associated with this transport.