Interface HttpTransportObserver.ConnectionObservation

Enclosing interface:
HttpTransportObserver

public static interface HttpTransportObserver.ConnectionObservation
Observation of one physical connection.

The publisher must invoke all lifecycle methods for this connection sequentially. This includes methods on this observation and on any HttpTransportObserver.HandshakeObservation or HttpTransportObserver.StreamObservation it returns. Concurrent lifecycle calls for the same connection are unsupported. Events for different connections may be published concurrently.