HttpClientContext
.@Deprecated
public interface ClientContext
HttpContext
attribute names for
client side HTTP protocol processing.Modifier and Type | Field and Description |
---|---|
static java.lang.String |
AUTH_CACHE
Deprecated.
Attribute name of a
AuthCache object
that represents the auth scheme cache. |
static java.lang.String |
AUTH_SCHEME_PREF
Deprecated.
(4.1) do not use
|
static java.lang.String |
AUTHSCHEME_REGISTRY
Deprecated.
Attribute name of a
Lookup object that represents
the actual AuthSchemeRegistry registry. |
static java.lang.String |
COOKIE_ORIGIN
Deprecated.
Attribute name of a
CookieOrigin
object that represents the actual details of the origin server. |
static java.lang.String |
COOKIE_SPEC
Deprecated.
Attribute name of a
CookieSpec
object that represents the actual cookie specification. |
static java.lang.String |
COOKIE_STORE
Deprecated.
Attribute name of a
CookieStore
object that represents the actual cookie store. |
static java.lang.String |
COOKIESPEC_REGISTRY
Deprecated.
Attribute name of a
Lookup object that represents
the actual CookieSpecRegistry registry. |
static java.lang.String |
CREDS_PROVIDER
Deprecated.
Attribute name of a
CredentialsProvider
object that represents the actual credentials provider. |
static java.lang.String |
PROXY_AUTH_STATE
Deprecated.
Attribute name of a
AuthState
object that represents the actual proxy authentication state. |
static java.lang.String |
REQUEST_CONFIG
Deprecated.
Attribute name of a
RequestConfig object that
represents the actual request configuration. |
static java.lang.String |
ROUTE
Deprecated.
Attribute name of a
RouteInfo
object that represents the actual connection route. |
static java.lang.String |
SCHEME_REGISTRY
Deprecated.
|
static java.lang.String |
SOCKET_FACTORY_REGISTRY
Deprecated.
|
static java.lang.String |
TARGET_AUTH_STATE
Deprecated.
Attribute name of a
AuthState
object that represents the actual target authentication state. |
static java.lang.String |
USER_TOKEN
Deprecated.
Attribute name of a
Object object that represents
the actual user identity such as user Principal . |
static final java.lang.String ROUTE
RouteInfo
object that represents the actual connection route.@Deprecated static final java.lang.String SCHEME_REGISTRY
Scheme
object that represents the actual protocol scheme registry.static final java.lang.String COOKIESPEC_REGISTRY
Lookup
object that represents
the actual CookieSpecRegistry
registry.static final java.lang.String COOKIE_SPEC
CookieSpec
object that represents the actual cookie specification.static final java.lang.String COOKIE_ORIGIN
CookieOrigin
object that represents the actual details of the origin server.static final java.lang.String COOKIE_STORE
CookieStore
object that represents the actual cookie store.static final java.lang.String CREDS_PROVIDER
CredentialsProvider
object that represents the actual credentials provider.static final java.lang.String AUTH_CACHE
AuthCache
object
that represents the auth scheme cache.static final java.lang.String TARGET_AUTH_STATE
AuthState
object that represents the actual target authentication state.static final java.lang.String PROXY_AUTH_STATE
AuthState
object that represents the actual proxy authentication state.@Deprecated static final java.lang.String AUTH_SCHEME_PREF
static final java.lang.String USER_TOKEN
Object
object that represents
the actual user identity such as user Principal
.static final java.lang.String AUTHSCHEME_REGISTRY
Lookup
object that represents
the actual AuthSchemeRegistry
registry.static final java.lang.String SOCKET_FACTORY_REGISTRY
static final java.lang.String REQUEST_CONFIG
RequestConfig
object that
represents the actual request configuration.