Package org.apache.http.client.protocol
Interface ClientContext
- All Known Implementing Classes:
ClientContextConfigurer
Deprecated.
HttpContext attribute names for
client side HTTP protocol processing.- Since:
- 4.0
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated.Attribute name of aAuthCacheobject that represents the auth scheme cache.static final StringDeprecated.static final StringDeprecated.Attribute name of aLookupobject that represents the actualAuthSchemeRegistryregistry.static final StringDeprecated.Attribute name of aCookieOriginobject that represents the actual details of the origin server.static final StringDeprecated.Attribute name of aCookieSpecobject that represents the actual cookie specification.static final StringDeprecated.Attribute name of aCookieStoreobject that represents the actual cookie store.static final StringDeprecated.Attribute name of aLookupobject that represents the actualCookieSpecRegistryregistry.static final StringDeprecated.Attribute name of aCredentialsProviderobject that represents the actual credentials provider.static final StringDeprecated.Attribute name of aAuthStateobject that represents the actual proxy authentication state.static final StringDeprecated.Attribute name of aRequestConfigobject that represents the actual request configuration.static final StringDeprecated.Attribute name of aRouteInfoobject that represents the actual connection route.static final StringDeprecated.Attribute name of aSchemeobject that represents the actual protocol scheme registry.static final StringDeprecated.static final StringDeprecated.Attribute name of aAuthStateobject that represents the actual target authentication state.static final String
-
Field Details
-
ROUTE
Deprecated.Attribute name of aRouteInfoobject that represents the actual connection route.- Since:
- 4.3
- See Also:
-
SCHEME_REGISTRY
Deprecated.Attribute name of aSchemeobject that represents the actual protocol scheme registry.- See Also:
-
COOKIESPEC_REGISTRY
Deprecated.Attribute name of aLookupobject that represents the actualCookieSpecRegistryregistry.- See Also:
-
COOKIE_SPEC
Deprecated.Attribute name of aCookieSpecobject that represents the actual cookie specification.- See Also:
-
COOKIE_ORIGIN
Deprecated.Attribute name of aCookieOriginobject that represents the actual details of the origin server.- See Also:
-
COOKIE_STORE
Deprecated.Attribute name of aCookieStoreobject that represents the actual cookie store.- See Also:
-
CREDS_PROVIDER
Deprecated.Attribute name of aCredentialsProviderobject that represents the actual credentials provider.- See Also:
-
AUTH_CACHE
Deprecated.Attribute name of aAuthCacheobject that represents the auth scheme cache.- See Also:
-
TARGET_AUTH_STATE
Deprecated.Attribute name of aAuthStateobject that represents the actual target authentication state.- See Also:
-
PROXY_AUTH_STATE
Deprecated.Attribute name of aAuthStateobject that represents the actual proxy authentication state.- See Also:
-
AUTH_SCHEME_PREF
Deprecated.- See Also:
-
USER_TOKEN
Deprecated.- See Also:
-
AUTHSCHEME_REGISTRY
Deprecated.Attribute name of aLookupobject that represents the actualAuthSchemeRegistryregistry.- See Also:
-
SOCKET_FACTORY_REGISTRY
Deprecated.- See Also:
-
REQUEST_CONFIG
Deprecated.Attribute name of aRequestConfigobject that represents the actual request configuration.- Since:
- 4.3
- See Also:
-
HttpClientContext.