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 theHttpExecutionStrategyassociated with this context.Methods inherited from interface io.servicetalk.transport.api.ExecutionContext
bufferAllocator, executor, ioExecutor
-
Method Details
-
executionStrategy
HttpExecutionStrategy executionStrategy()Returns theHttpExecutionStrategyassociated with this context.- Specified by:
executionStrategyin interfaceExecutionContext<HttpExecutionStrategy>- Returns:
- The
HttpExecutionStrategyassociated with this context.
-