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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.http.client.protocol.HttpClientContext has subclasses.
Click this link to see all its subclasses.

Field

StringHTTP_ROUTE
Attribute name of a org.apache.http.conn.routing.RouteInfo object that represents the actual connection route.
StringREDIRECT_LOCATIONS
Attribute name of a List object that represents a collection of all redirect locations received in the process of request execution.
StringCOOKIESPEC_REGISTRY
Attribute name of a org.apache.http.config.Lookup object that represents the actual CookieSpecProvider 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.
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 AuthSchemeProvider registry.
StringREQUEST_CONFIG
Attribute name of a org.apache.http.client.config.RequestConfig object that represents the actual request configuration.

Constructor

Method