Interface TransportConnectionListener

All Known Implementing Classes:
ProxyConnectionStrategy, RemoteConnectionStrategy, SniffConnectionStrategy, TransportService

public interface TransportConnectionListener
A listener interface that allows to react on transport events. All methods may be executed on network threads. Consumers must fork in the case of long running or blocking operations.