Class DelegatingHttpConnectionContext

java.lang.Object
io.servicetalk.transport.api.DelegatingConnectionContext
io.servicetalk.http.api.DelegatingHttpConnectionContext
All Implemented Interfaces:
AsyncCloseable, ListenableAsyncCloseable, HttpConnectionContext, ConnectionContext, ConnectionInfo

public class DelegatingHttpConnectionContext extends DelegatingConnectionContext implements HttpConnectionContext
HttpConnectionContext implementation that delegates all calls to a provided HttpConnectionContext. Any of the methods can be overridden by implementations to change the behavior.