Interface BasicConnectionTable.ConnectionListener
- Enclosing class:
BasicConnectionTable
public static interface BasicConnectionTable.ConnectionListener
Used to be notified about connection establishment and teardown.
- Author:
- Scott Marlow, Bela Ban
-
Method Summary
Modifier and TypeMethodDescriptionvoidconnectionClosed(Address peer_addr) voidconnectionOpened(Address peer_addr)
-
Method Details
-
connectionOpened
-
connectionClosed
-