Class DelegatingHttpExecutionContext

java.lang.Object
io.servicetalk.http.api.DelegatingHttpExecutionContext
All Implemented Interfaces:
HttpExecutionContext, ExecutionContext<HttpExecutionStrategy>

public class DelegatingHttpExecutionContext extends Object implements HttpExecutionContext
An implementation of HttpExecutionContext that delegates all method calls to another HttpExecutionContext.