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