Package org.apache.http.client.protocol
Interface ClientContext
-
- All Known Implementing Classes:
ClientContextConfigurer
@Deprecated public interface ClientContext
Deprecated.(4.3) useHttpClientContext.HttpContextattribute names for client side HTTP protocol processing.- Since:
- 4.0
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUTH_CACHEDeprecated.Attribute name of aAuthCacheobject that represents the auth scheme cache.static StringAUTH_SCHEME_PREFDeprecated.static StringAUTHSCHEME_REGISTRYDeprecated.Attribute name of aLookupobject that represents the actualAuthSchemeRegistryregistry.static StringCOOKIE_ORIGINDeprecated.Attribute name of aCookieOriginobject that represents the actual details of the origin server.static StringCOOKIE_SPECDeprecated.Attribute name of aCookieSpecobject that represents the actual cookie specification.static StringCOOKIE_STOREDeprecated.Attribute name of aCookieStoreobject that represents the actual cookie store.static StringCOOKIESPEC_REGISTRYDeprecated.Attribute name of aLookupobject that represents the actualCookieSpecRegistryregistry.static StringCREDS_PROVIDERDeprecated.Attribute name of aCredentialsProviderobject that represents the actual credentials provider.static StringPROXY_AUTH_STATEDeprecated.Attribute name of aAuthStateobject that represents the actual proxy authentication state.static StringREQUEST_CONFIGDeprecated.Attribute name of aRequestConfigobject that represents the actual request configuration.static StringROUTEDeprecated.Attribute name of aRouteInfoobject that represents the actual connection route.static StringSCHEME_REGISTRYDeprecated.Attribute name of aSchemeobject that represents the actual protocol scheme registry.static StringSOCKET_FACTORY_REGISTRYDeprecated.static StringTARGET_AUTH_STATEDeprecated.Attribute name of aAuthStateobject that represents the actual target authentication state.static StringUSER_TOKENDeprecated.
-
-
-
Field Detail
-
ROUTE
static final String ROUTE
Deprecated.Attribute name of aRouteInfoobject that represents the actual connection route.- Since:
- 4.3
- See Also:
- Constant Field Values
-
SCHEME_REGISTRY
static final String SCHEME_REGISTRY
Deprecated.Attribute name of aSchemeobject that represents the actual protocol scheme registry.- See Also:
- Constant Field Values
-
COOKIESPEC_REGISTRY
static final String COOKIESPEC_REGISTRY
Deprecated.Attribute name of aLookupobject that represents the actualCookieSpecRegistryregistry.- See Also:
- Constant Field Values
-
COOKIE_SPEC
static final String COOKIE_SPEC
Deprecated.Attribute name of aCookieSpecobject that represents the actual cookie specification.- See Also:
- Constant Field Values
-
COOKIE_ORIGIN
static final String COOKIE_ORIGIN
Deprecated.Attribute name of aCookieOriginobject that represents the actual details of the origin server.- See Also:
- Constant Field Values
-
COOKIE_STORE
static final String COOKIE_STORE
Deprecated.Attribute name of aCookieStoreobject that represents the actual cookie store.- See Also:
- Constant Field Values
-
CREDS_PROVIDER
static final String CREDS_PROVIDER
Deprecated.Attribute name of aCredentialsProviderobject that represents the actual credentials provider.- See Also:
- Constant Field Values
-
AUTH_CACHE
static final String AUTH_CACHE
Deprecated.Attribute name of aAuthCacheobject that represents the auth scheme cache.- See Also:
- Constant Field Values
-
TARGET_AUTH_STATE
static final String TARGET_AUTH_STATE
Deprecated.Attribute name of aAuthStateobject that represents the actual target authentication state.- See Also:
- Constant Field Values
-
PROXY_AUTH_STATE
static final String PROXY_AUTH_STATE
Deprecated.Attribute name of aAuthStateobject that represents the actual proxy authentication state.- See Also:
- Constant Field Values
-
AUTH_SCHEME_PREF
static final String AUTH_SCHEME_PREF
Deprecated.- See Also:
- Constant Field Values
-
USER_TOKEN
static final String USER_TOKEN
Deprecated.- See Also:
- Constant Field Values
-
AUTHSCHEME_REGISTRY
static final String AUTHSCHEME_REGISTRY
Deprecated.Attribute name of aLookupobject that represents the actualAuthSchemeRegistryregistry.- See Also:
- Constant Field Values
-
SOCKET_FACTORY_REGISTRY
static final String SOCKET_FACTORY_REGISTRY
Deprecated.- See Also:
- Constant Field Values
-
REQUEST_CONFIG
static final String REQUEST_CONFIG
Deprecated.Attribute name of aRequestConfigobject that represents the actual request configuration.- Since:
- 4.3
- See Also:
- Constant Field Values
-
-