Class DelegatingConnectionContext

All Implemented Interfaces:
AsyncCloseable, ListenableAsyncCloseable, ConnectionContext, ConnectionInfo
Direct Known Subclasses:
DelegatingHttpConnectionContext

public class DelegatingConnectionContext extends DelegatingListenableAsyncCloseable<ConnectionContext> implements ConnectionContext
A ConnectionContext implementation that delegates all calls to a provided ConnectionContext. Any of the methods can be overridden by implementations to change the behavior.