org.apache.http.protocol.ExecutionContext |
HttpContext
attribute names for protocol execution.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | HTTP_CONNECTION | Attribute name of a HttpConnection object that
represents the actual HTTP connection. |
|||||||||
String | HTTP_PROXY_HOST | Attribute name of a HttpHost object that
represents the connection proxy. |
|||||||||
String | HTTP_REQUEST | Attribute name of a HttpRequest object that
represents the actual HTTP request. |
|||||||||
String | HTTP_REQ_SENT | Attribute name of a Boolean object that represents the the flag indicating whether the actual request has been fully transmitted to the target host. | |||||||||
String | HTTP_RESPONSE | Attribute name of a HttpResponse object that
represents the actual HTTP response. |
|||||||||
String | HTTP_TARGET_HOST | Attribute name of a HttpHost object that
represents the connection target. |
Attribute name of a HttpConnection
object that
represents the actual HTTP connection.
Attribute name of a HttpHost
object that
represents the connection proxy.
Attribute name of a HttpRequest
object that
represents the actual HTTP request.
Attribute name of a Boolean object that represents the the flag indicating whether the actual request has been fully transmitted to the target host.
Attribute name of a HttpResponse
object that
represents the actual HTTP response.
Attribute name of a HttpHost
object that
represents the connection target.