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 String
Deprecated.Attribute name of aAuthCache
object that represents the auth scheme cache.static final String
Deprecated.static final String
Deprecated.Attribute name of aLookup
object that represents the actualAuthSchemeRegistry
registry.static final String
Deprecated.Attribute name of aCookieOrigin
object that represents the actual details of the origin server.static final String
Deprecated.Attribute name of aCookieSpec
object that represents the actual cookie specification.static final String
Deprecated.Attribute name of aCookieStore
object that represents the actual cookie store.static final String
Deprecated.Attribute name of aLookup
object that represents the actualCookieSpecRegistry
registry.static final String
Deprecated.Attribute name of aCredentialsProvider
object that represents the actual credentials provider.static final String
Deprecated.Attribute name of aAuthState
object that represents the actual proxy authentication state.static final String
Deprecated.Attribute name of aRequestConfig
object that represents the actual request configuration.static final String
Deprecated.Attribute name of aRouteInfo
object that represents the actual connection route.static final String
Deprecated.Attribute name of aScheme
object that represents the actual protocol scheme registry.static final String
Deprecated.static final String
Deprecated.Attribute name of aAuthState
object that represents the actual target authentication state.static final String
-
Field Details
-
ROUTE
Deprecated.Attribute name of aRouteInfo
object that represents the actual connection route.- Since:
- 4.3
- See Also:
-
SCHEME_REGISTRY
Deprecated.Attribute name of aScheme
object that represents the actual protocol scheme registry.- See Also:
-
COOKIESPEC_REGISTRY
Deprecated.Attribute name of aLookup
object that represents the actualCookieSpecRegistry
registry.- See Also:
-
COOKIE_SPEC
Deprecated.Attribute name of aCookieSpec
object that represents the actual cookie specification.- See Also:
-
COOKIE_ORIGIN
Deprecated.Attribute name of aCookieOrigin
object that represents the actual details of the origin server.- See Also:
-
COOKIE_STORE
Deprecated.Attribute name of aCookieStore
object that represents the actual cookie store.- See Also:
-
CREDS_PROVIDER
Deprecated.Attribute name of aCredentialsProvider
object that represents the actual credentials provider.- See Also:
-
AUTH_CACHE
Deprecated.Attribute name of aAuthCache
object that represents the auth scheme cache.- See Also:
-
TARGET_AUTH_STATE
Deprecated.Attribute name of aAuthState
object that represents the actual target authentication state.- See Also:
-
PROXY_AUTH_STATE
Deprecated.Attribute name of aAuthState
object 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 aLookup
object that represents the actualAuthSchemeRegistry
registry.- See Also:
-
SOCKET_FACTORY_REGISTRY
Deprecated.- See Also:
-
REQUEST_CONFIG
Deprecated.Attribute name of aRequestConfig
object that represents the actual request configuration.- Since:
- 4.3
- See Also:
-
HttpClientContext
.