HttpCoreContext.@Deprecated
public interface ExecutionContext
HttpContext attribute names for protocol execution.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
HTTP_CONNECTION
Deprecated.
Attribute name of a
HttpConnection object that
represents the actual HTTP connection. |
static java.lang.String |
HTTP_PROXY_HOST
Deprecated.
(4.3) do not use.
|
static java.lang.String |
HTTP_REQ_SENT
Deprecated.
Attribute name of a
Boolean object that represents the
the flag indicating whether the actual request has been fully transmitted
to the target host. |
static java.lang.String |
HTTP_REQUEST
Deprecated.
Attribute name of a
HttpRequest object that
represents the actual HTTP request. |
static java.lang.String |
HTTP_RESPONSE
Deprecated.
Attribute name of a
HttpResponse object that
represents the actual HTTP response. |
static java.lang.String |
HTTP_TARGET_HOST
Deprecated.
Attribute name of a
HttpHost object that
represents the connection target. |
static final java.lang.String HTTP_CONNECTION
HttpConnection object that
represents the actual HTTP connection.static final java.lang.String HTTP_REQUEST
HttpRequest object that
represents the actual HTTP request.static final java.lang.String HTTP_RESPONSE
HttpResponse object that
represents the actual HTTP response.static final java.lang.String HTTP_TARGET_HOST
HttpHost object that
represents the connection target.@Deprecated static final java.lang.String HTTP_PROXY_HOST
HttpHost object that
represents the connection proxy.static final java.lang.String HTTP_REQ_SENT
Boolean object that represents the
the flag indicating whether the actual request has been fully transmitted
to the target host.