Package io.servicetalk.http.api
Interface HttpExecutionContext
- All Superinterfaces:
ExecutionContext<HttpExecutionStrategy>
- All Known Subinterfaces:
GrpcExecutionContext
- All Known Implementing Classes:
DefaultHttpExecutionContext
,DelegatingHttpExecutionContext
An extension of
ExecutionContext
for HTTP.-
Method Summary
Modifier and TypeMethodDescriptionReturns theHttpExecutionStrategy
associated with this context.Methods inherited from interface io.servicetalk.transport.api.ExecutionContext
bufferAllocator, executor, ioExecutor
-
Method Details
-
executionStrategy
HttpExecutionStrategy executionStrategy()Returns theHttpExecutionStrategy
associated with this context.- Specified by:
executionStrategy
in interfaceExecutionContext<HttpExecutionStrategy>
- Returns:
- The
HttpExecutionStrategy
associated with this context.
-