Interface ConnectionObserver

All Known Implementing Classes:
NoopTransportObserver.NoopConnectionObserver

public interface ConnectionObserver
An observer interface that provides visibility into events associated with a network connection.

Either connectionClosed() or connectionClosed(Throwable) will be invoked to signal when connection is closed. The "closed" event is considered terminal and other callbacks after that can be safely discarded because nothing happens on the network interface after closure.