Interface ProtocolConnectionManager.ConnectTask

  • Enclosing class:
    ProtocolConnectionManager

    public static interface ProtocolConnectionManager.ConnectTask
    Task used to establish the connection.
    • Method Detail

      • connect

        org.jboss.remoting3.Connection connect()
                                        throws IOException
        Create a new connection
        Returns:
        the connection
        Throws:
        IOException
      • connectionClosed

        ProtocolConnectionManager.ConnectTask connectionClosed()
        Notification when the channel is closed, but the manager not shutdown.
        Returns:
        the next connect connectTask
      • shutdown

        void shutdown()
        Notification when the connection manager gets shutdown.