Interface BasicConnectionTable.ConnectionListener

Enclosing class:
BasicConnectionTable

public static interface BasicConnectionTable.ConnectionListener
Used to be notified about connection establishment and teardown.
  • Method Details

    • connectionOpened

      void connectionOpened(Address peer_addr)
    • connectionClosed

      void connectionClosed(Address peer_addr)