Package org.apache.http.protocol
Interface ExecutionContext
Deprecated.
HttpContext attribute names for protocol execution.- Since:
- 4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.Attribute name of aHttpConnectionobject that represents the actual HTTP connection.static final StringDeprecated.(4.3) do not use.static final StringDeprecated.Attribute name of aBooleanobject that represents the the flag indicating whether the actual request has been fully transmitted to the target host.static final StringDeprecated.Attribute name of aHttpRequestobject that represents the actual HTTP request.static final StringDeprecated.Attribute name of aHttpResponseobject that represents the actual HTTP response.static final StringDeprecated.Attribute name of aHttpHostobject that represents the connection target.
-
Field Details
-
HTTP_CONNECTION
Deprecated.Attribute name of aHttpConnectionobject that represents the actual HTTP connection.- See Also:
-
HTTP_REQUEST
Deprecated.Attribute name of aHttpRequestobject that represents the actual HTTP request.- See Also:
-
HTTP_RESPONSE
Deprecated.Attribute name of aHttpResponseobject that represents the actual HTTP response.- See Also:
-
HTTP_TARGET_HOST
Deprecated.Attribute name of aHttpHostobject that represents the connection target.- See Also:
-
HTTP_PROXY_HOST
Deprecated.(4.3) do not use.Attribute name of aHttpHostobject that represents the connection proxy.- See Also:
-
HTTP_REQ_SENT
Deprecated.Attribute name of aBooleanobject that represents the the flag indicating whether the actual request has been fully transmitted to the target host.- See Also:
-
HttpCoreContext.