Package org.jboss.as.protocol
Interface ProtocolConnectionManager.ConnectionOpenHandler
-
- All Known Implementing Classes:
FutureManagementChannel
- Enclosing class:
- ProtocolConnectionManager
public static interface ProtocolConnectionManager.ConnectionOpenHandlerHandler for notifications that a connection has been opened
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconnectionOpened(org.jboss.remoting3.Connection connection)Connection opened notification
-
-
-
Method Detail
-
connectionOpened
void connectionOpened(org.jboss.remoting3.Connection connection) throws IOExceptionConnection opened notification- Parameters:
connection- the connection- Throws:
IOException
-
-