Java org.apache.http.client.protocol ClientContext fields, constructors, methods, implement or subclass

Example usage for Java org.apache.http.client.protocol ClientContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.http.client.protocol ClientContext.

The text is from its open source code.

Field

StringROUTE
Attribute name of a org.apache.http.conn.routing.RouteInfo object that represents the actual connection route.
StringSCHEME_REGISTRY
Attribute name of a org.apache.http.conn.scheme.Scheme object that represents the actual protocol scheme registry.
StringCOOKIESPEC_REGISTRY
Attribute name of a org.apache.http.config.Lookup object that represents the actual org.apache.http.cookie.CookieSpecRegistry registry.
StringCOOKIE_SPEC
Attribute name of a org.apache.http.cookie.CookieSpec object that represents the actual cookie specification.
StringCOOKIE_ORIGIN
Attribute name of a org.apache.http.cookie.CookieOrigin object that represents the actual details of the origin server.
StringCOOKIE_STORE
Attribute name of a org.apache.http.client.CookieStore object that represents the actual cookie store.
StringCREDS_PROVIDER
Attribute name of a org.apache.http.client.CredentialsProvider object that represents the actual credentials provider.
StringAUTH_CACHE
Attribute name of a org.apache.http.client.AuthCache object that represents the auth scheme cache.
StringTARGET_AUTH_STATE
Attribute name of a org.apache.http.auth.AuthState object that represents the actual target authentication state.
StringPROXY_AUTH_STATE
Attribute name of a org.apache.http.auth.AuthState object that represents the actual proxy authentication state.
StringAUTH_SCHEME_PREF
StringUSER_TOKEN
Attribute name of a java.lang.Object object that represents the actual user identity such as user java.security.Principal .
StringAUTHSCHEME_REGISTRY
Attribute name of a org.apache.http.config.Lookup object that represents the actual org.apache.http.auth.AuthSchemeRegistry registry.
StringREQUEST_CONFIG
Attribute name of a org.apache.http.client.config.RequestConfig object that represents the actual request configuration.