Package org.jboss.as.protocol
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 TypeMethodDescriptionvoidconnectionOpened(org.jboss.remoting3.Connection connection) Connection opened notification
-
Method Details
-
connectionOpened
Connection opened notification- Parameters:
connection- the connection- Throws:
IOException
-