Package org.apache.http.client.protocol
Interface ClientContext
-
- All Known Implementing Classes:
ClientContextConfigurer
@Deprecated public interface ClientContext
Deprecated.(4.3) useHttpClientContext
.HttpContext
attribute names for client side HTTP protocol processing.- Since:
- 4.0
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
AUTH_CACHE
Deprecated.Attribute name of aAuthCache
object that represents the auth scheme cache.static java.lang.String
AUTH_SCHEME_PREF
Deprecated.static java.lang.String
AUTHSCHEME_REGISTRY
Deprecated.Attribute name of aLookup
object that represents the actualAuthSchemeRegistry
registry.static java.lang.String
COOKIE_ORIGIN
Deprecated.Attribute name of aCookieOrigin
object that represents the actual details of the origin server.static java.lang.String
COOKIE_SPEC
Deprecated.Attribute name of aCookieSpec
object that represents the actual cookie specification.static java.lang.String
COOKIE_STORE
Deprecated.Attribute name of aCookieStore
object that represents the actual cookie store.static java.lang.String
COOKIESPEC_REGISTRY
Deprecated.Attribute name of aLookup
object that represents the actualCookieSpecRegistry
registry.static java.lang.String
CREDS_PROVIDER
Deprecated.Attribute name of aCredentialsProvider
object that represents the actual credentials provider.static java.lang.String
PROXY_AUTH_STATE
Deprecated.Attribute name of aAuthState
object that represents the actual proxy authentication state.static java.lang.String
REQUEST_CONFIG
Deprecated.Attribute name of aRequestConfig
object that represents the actual request configuration.static java.lang.String
ROUTE
Deprecated.Attribute name of aRouteInfo
object that represents the actual connection route.static java.lang.String
SCHEME_REGISTRY
Deprecated.Attribute name of aScheme
object that represents the actual protocol scheme registry.static java.lang.String
SOCKET_FACTORY_REGISTRY
Deprecated.static java.lang.String
TARGET_AUTH_STATE
Deprecated.Attribute name of aAuthState
object that represents the actual target authentication state.static java.lang.String
USER_TOKEN
Deprecated.Attribute name of aObject
object that represents the actual user identity such as userPrincipal
.
-
-
-
Field Detail
-
ROUTE
static final java.lang.String ROUTE
Deprecated.Attribute name of aRouteInfo
object that represents the actual connection route.- Since:
- 4.3
- See Also:
- Constant Field Values
-
SCHEME_REGISTRY
static final java.lang.String SCHEME_REGISTRY
Deprecated.Attribute name of aScheme
object that represents the actual protocol scheme registry.- See Also:
- Constant Field Values
-
COOKIESPEC_REGISTRY
static final java.lang.String COOKIESPEC_REGISTRY
Deprecated.Attribute name of aLookup
object that represents the actualCookieSpecRegistry
registry.- See Also:
- Constant Field Values
-
COOKIE_SPEC
static final java.lang.String COOKIE_SPEC
Deprecated.Attribute name of aCookieSpec
object that represents the actual cookie specification.- See Also:
- Constant Field Values
-
COOKIE_ORIGIN
static final java.lang.String COOKIE_ORIGIN
Deprecated.Attribute name of aCookieOrigin
object that represents the actual details of the origin server.- See Also:
- Constant Field Values
-
COOKIE_STORE
static final java.lang.String COOKIE_STORE
Deprecated.Attribute name of aCookieStore
object that represents the actual cookie store.- See Also:
- Constant Field Values
-
CREDS_PROVIDER
static final java.lang.String CREDS_PROVIDER
Deprecated.Attribute name of aCredentialsProvider
object that represents the actual credentials provider.- See Also:
- Constant Field Values
-
AUTH_CACHE
static final java.lang.String AUTH_CACHE
Deprecated.Attribute name of aAuthCache
object that represents the auth scheme cache.- See Also:
- Constant Field Values
-
TARGET_AUTH_STATE
static final java.lang.String TARGET_AUTH_STATE
Deprecated.Attribute name of aAuthState
object that represents the actual target authentication state.- See Also:
- Constant Field Values
-
PROXY_AUTH_STATE
static final java.lang.String PROXY_AUTH_STATE
Deprecated.Attribute name of aAuthState
object that represents the actual proxy authentication state.- See Also:
- Constant Field Values
-
AUTH_SCHEME_PREF
static final java.lang.String AUTH_SCHEME_PREF
Deprecated.- See Also:
- Constant Field Values
-
USER_TOKEN
static final java.lang.String USER_TOKEN
Deprecated.Attribute name of aObject
object that represents the actual user identity such as userPrincipal
.- See Also:
- Constant Field Values
-
AUTHSCHEME_REGISTRY
static final java.lang.String AUTHSCHEME_REGISTRY
Deprecated.Attribute name of aLookup
object that represents the actualAuthSchemeRegistry
registry.- See Also:
- Constant Field Values
-
SOCKET_FACTORY_REGISTRY
static final java.lang.String SOCKET_FACTORY_REGISTRY
Deprecated.- See Also:
- Constant Field Values
-
REQUEST_CONFIG
static final java.lang.String REQUEST_CONFIG
Deprecated.Attribute name of aRequestConfig
object that represents the actual request configuration.- Since:
- 4.3
- See Also:
- Constant Field Values
-
-