org.apache.http.client.protocol
Class HttpClientContext
java.lang.Object
org.apache.http.protocol.HttpExecutionContext
org.apache.http.client.protocol.HttpClientContext
- All Implemented Interfaces:
- org.apache.http.protocol.HttpContext
public class HttpClientContext
- extends org.apache.http.protocol.HttpExecutionContext
Fields inherited from class org.apache.http.protocol.HttpExecutionContext |
HTTP_PROXY_HOST, HTTP_REQ_SENT, HTTP_TARGET_HOST |
Fields inherited from interface org.apache.http.protocol.HttpContext |
HTTP_CONNECTION, HTTP_REQUEST, HTTP_RESPONSE, RESERVED_PREFIX |
Constructor Summary |
HttpClientContext(org.apache.http.protocol.HttpContext parentContext)
|
Methods inherited from class org.apache.http.protocol.HttpExecutionContext |
getAttribute, removeAttribute, setAttribute |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COOKIESPEC_REGISTRY
public static final java.lang.String COOKIESPEC_REGISTRY
- See Also:
- Constant Field Values
AUTHSCHEME_REGISTRY
public static final java.lang.String AUTHSCHEME_REGISTRY
- See Also:
- Constant Field Values
HTTP_STATE
public static final java.lang.String HTTP_STATE
- See Also:
- Constant Field Values
COOKIE_SPEC
public static final java.lang.String COOKIE_SPEC
- See Also:
- Constant Field Values
COOKIE_ORIGIN
public static final java.lang.String COOKIE_ORIGIN
- See Also:
- Constant Field Values
TARGET_AUTH_STATE
public static final java.lang.String TARGET_AUTH_STATE
- See Also:
- Constant Field Values
PROXY_AUTH_STATE
public static final java.lang.String PROXY_AUTH_STATE
- See Also:
- Constant Field Values
HttpClientContext
public HttpClientContext(org.apache.http.protocol.HttpContext parentContext)
Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.