| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
HttpCoreContext.
@Deprecated public interface ExecutionContext
HttpContext attribute names for protocol execution.
| Field Summary | |
|---|---|
| static String | HTTP_CONNECTIONDeprecated. Attribute name of a HttpConnectionobject that
 represents the actual HTTP connection. | 
| static String | HTTP_PROXY_HOSTDeprecated. (4.3) do not use. | 
| static String | HTTP_REQ_SENTDeprecated. Attribute name of a Booleanobject that represents the
 the flag indicating whether the actual request has been fully transmitted
 to the target host. | 
| static String | HTTP_REQUESTDeprecated. Attribute name of a HttpRequestobject that
 represents the actual HTTP request. | 
| static String | HTTP_RESPONSEDeprecated. Attribute name of a HttpResponseobject that
 represents the actual HTTP response. | 
| static String | HTTP_TARGET_HOSTDeprecated. Attribute name of a HttpHostobject that
 represents the connection target. | 
| Field Detail | 
|---|
static final String HTTP_CONNECTION
HttpConnection object that
 represents the actual HTTP connection.
static final String HTTP_REQUEST
HttpRequest object that
 represents the actual HTTP request.
static final String HTTP_RESPONSE
HttpResponse object that
 represents the actual HTTP response.
static final String HTTP_TARGET_HOST
HttpHost object that
 represents the connection target.
@Deprecated static final String HTTP_PROXY_HOST
HttpHost object that
 represents the connection proxy.
static final String HTTP_REQ_SENT
Boolean object that represents the
 the flag indicating whether the actual request has been fully transmitted
 to the target host.
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||