org.apache.http.client.protocol.ClientContext |
Known Indirect Subclasses |
org.apache.http.protocol.HttpContext attribute names for client side HTTP protocol processing.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | AUTHSCHEME_REGISTRY | Attribute name of a AuthSchemeRegistry
object that represents the actual authentication scheme registry. |
|||||||||
String | AUTH_CACHE | Attribute name of a AuthCache object
that represents the auth scheme cache. |
|||||||||
String | AUTH_SCHEME_PREF | This constant is deprecated. do not use | |||||||||
String | COOKIESPEC_REGISTRY | Attribute name of a CookieSpecRegistry
object that represents the actual cookie specification registry. |
|||||||||
String | COOKIE_ORIGIN | Attribute name of a CookieOrigin
object that represents the actual details of the origin server. |
|||||||||
String | COOKIE_SPEC | Attribute name of a CookieSpec
object that represents the actual cookie specification. |
|||||||||
String | COOKIE_STORE | Attribute name of a CookieStore
object that represents the actual cookie store. |
|||||||||
String | CREDS_PROVIDER | Attribute name of a CredentialsProvider
object that represents the actual credentials provider. |
|||||||||
String | PROXY_AUTH_STATE | Attribute name of a AuthState
object that represents the actual proxy authentication state. |
|||||||||
String | SCHEME_REGISTRY | Attribute name of a Scheme
object that represents the actual protocol scheme registry. |
|||||||||
String | TARGET_AUTH_STATE | Attribute name of a AuthState
object that represents the actual target authentication state. |
|||||||||
String | USER_TOKEN | Attribute name of a Object object that represents
the actual user identity such as user java.security.Principal. |
Attribute name of a AuthSchemeRegistry
object that represents the actual authentication scheme registry.
Attribute name of a AuthCache
object
that represents the auth scheme cache.
This constant is deprecated.
do not use
Attribute name of a CookieSpecRegistry
object that represents the actual cookie specification registry.
Attribute name of a CookieOrigin
object that represents the actual details of the origin server.
Attribute name of a CookieSpec
object that represents the actual cookie specification.
Attribute name of a CookieStore
object that represents the actual cookie store.
Attribute name of a CredentialsProvider
object that represents the actual credentials provider.
Attribute name of a AuthState
object that represents the actual proxy authentication state.
Attribute name of a Scheme
object that represents the actual protocol scheme registry.
Attribute name of a AuthState
object that represents the actual target authentication state.
Attribute name of a Object
object that represents
the actual user identity such as user java.security.Principal.