Also: HttpClient
public interface

ClientContext

org.apache.http.client.protocol.ClientContext
Known Indirect Subclasses

Class Overview

org.apache.http.protocol.HttpContext attribute names for client side HTTP protocol processing.

Summary

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.

Constants

public static final String AUTHSCHEME_REGISTRY

Also: HttpClient

Attribute name of a AuthSchemeRegistry object that represents the actual authentication scheme registry.

Constant Value: "http.authscheme-registry"

public static final String AUTH_CACHE

Also: HttpClient

Attribute name of a AuthCache object that represents the auth scheme cache.

Constant Value: "http.auth.auth-cache"

public static final String AUTH_SCHEME_PREF

Also: HttpClient

This constant is deprecated.
do not use

Constant Value: "http.auth.scheme-pref"

public static final String COOKIESPEC_REGISTRY

Also: HttpClient

Attribute name of a CookieSpecRegistry object that represents the actual cookie specification registry.

Constant Value: "http.cookiespec-registry"

public static final String COOKIE_ORIGIN

Also: HttpClient

Attribute name of a CookieOrigin object that represents the actual details of the origin server.

Constant Value: "http.cookie-origin"

public static final String COOKIE_SPEC

Also: HttpClient

Attribute name of a CookieSpec object that represents the actual cookie specification.

Constant Value: "http.cookie-spec"

public static final String COOKIE_STORE

Also: HttpClient

Attribute name of a CookieStore object that represents the actual cookie store.

Constant Value: "http.cookie-store"

public static final String CREDS_PROVIDER

Also: HttpClient

Attribute name of a CredentialsProvider object that represents the actual credentials provider.

Constant Value: "http.auth.credentials-provider"

public static final String PROXY_AUTH_STATE

Also: HttpClient

Attribute name of a AuthState object that represents the actual proxy authentication state.

Constant Value: "http.auth.proxy-scope"

public static final String SCHEME_REGISTRY

Also: HttpClient

Attribute name of a Scheme object that represents the actual protocol scheme registry.

Constant Value: "http.scheme-registry"

public static final String TARGET_AUTH_STATE

Also: HttpClient

Attribute name of a AuthState object that represents the actual target authentication state.

Constant Value: "http.auth.target-scope"

public static final String USER_TOKEN

Also: HttpClient

Attribute name of a Object object that represents the actual user identity such as user java.security.Principal.

Constant Value: "http.user-token"