public final class HttpContextKeys
extends Object
ContextMap.Key(s) defined for HTTP.| Modifier and Type | Field and Description |
|---|---|
static ContextMap.Key<HttpExecutionStrategy> |
HTTP_EXECUTION_STRATEGY_KEY
Allows using a custom
HttpExecutionStrategy for the HTTP message execution, when present in the meta-data
context. |
public static final ContextMap.Key<HttpExecutionStrategy> HTTP_EXECUTION_STRATEGY_KEY
HttpExecutionStrategy for the HTTP message execution, when present in the meta-data
context. Otherwise, an automatically inferred strategy will be used by a client
or server.