Interface ProtocolConnectionManager.ConnectionOpenHandler

All Known Implementing Classes:
FutureManagementChannel
Enclosing class:
ProtocolConnectionManager

public static interface ProtocolConnectionManager.ConnectionOpenHandler
Handler for notifications that a connection has been opened
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    connectionOpened(org.jboss.remoting3.Connection connection)
    Connection opened notification
  • Method Details

    • connectionOpened

      void connectionOpened(org.jboss.remoting3.Connection connection) throws IOException
      Connection opened notification
      Parameters:
      connection - the connection
      Throws:
      IOException