public class DelegatingHttpExecutionContext extends Object implements HttpExecutionContext
HttpExecutionContext that delegates all method calls to another
HttpExecutionContext.| Constructor and Description |
|---|
DelegatingHttpExecutionContext(HttpExecutionContext delegate)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
BufferAllocator |
bufferAllocator() |
HttpExecutionStrategy |
executionStrategy()
Returns the
HttpExecutionStrategy associated with this context. |
Executor |
executor() |
IoExecutor |
ioExecutor() |
public DelegatingHttpExecutionContext(HttpExecutionContext delegate)
delegate - HttpExecutionContext to delegate all calls.public HttpExecutionStrategy executionStrategy()
HttpExecutionContextHttpExecutionStrategy associated with this context.executionStrategy in interface HttpExecutionContextexecutionStrategy in interface ExecutionContextHttpExecutionStrategy associated with this context.public BufferAllocator bufferAllocator()
bufferAllocator in interface ExecutionContextpublic IoExecutor ioExecutor()
ioExecutor in interface ExecutionContextpublic Executor executor()
executor in interface ExecutionContext