Class DelegatingConnectionContext

java.lang.Object
io.servicetalk.transport.api.DelegatingConnectionContext
All Implemented Interfaces:
AsyncCloseable, ListenableAsyncCloseable, ConnectionContext, ConnectionInfo
Direct Known Subclasses:
DelegatingHttpConnectionContext

public class DelegatingConnectionContext extends Object 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.