Class 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.