A B C D E F G H I J K L M N O P R S T U V W

A

abort() - Method in class org.apache.http.client.methods.AbstractExecutionAwareRequest
 
abort() - Method in class org.apache.http.client.methods.HttpRequestWrapper
 
abortConnection() - Method in class org.apache.http.conn.EofSensorInputStreamHC4
Aborts this stream.
AbstractConnPool<T,C,E extends PoolEntry<T,C>> - Class in org.apache.http.pool
Abstract synchronous (blocking) pool of connections.
AbstractConnPool(ConnFactory<T, C>, int, int) - Constructor for class org.apache.http.pool.AbstractConnPool
 
AbstractCookieAttributeHandlerHC4 - Class in org.apache.http.impl.cookie
 
AbstractCookieAttributeHandlerHC4() - Constructor for class org.apache.http.impl.cookie.AbstractCookieAttributeHandlerHC4
 
AbstractCookieSpecHC4 - Class in org.apache.http.impl.cookie
Abstract cookie specification which can delegate the job of parsing, validation or matching cookie attributes to a number of arbitrary CookieAttributeHandlers.
AbstractCookieSpecHC4() - Constructor for class org.apache.http.impl.cookie.AbstractCookieSpecHC4
Default constructor
AbstractExecutionAwareRequest - Class in org.apache.http.client.methods
 
AbstractExecutionAwareRequest() - Constructor for class org.apache.http.client.methods.AbstractExecutionAwareRequest
 
AbstractHttpEntityHC4 - Class in org.apache.http.entity
Abstract base class for entities.
AbstractHttpEntityHC4() - Constructor for class org.apache.http.entity.AbstractHttpEntityHC4
Protected default constructor.
AbstractMessageParserHC4<T extends org.apache.http.HttpMessage> - Class in org.apache.http.impl.io
Abstract base class for HTTP message parsers that obtain input from an instance of SessionInputBuffer.
AbstractMessageParserHC4(SessionInputBuffer, LineParser, HttpParams) - Constructor for class org.apache.http.impl.io.AbstractMessageParserHC4
Deprecated. (4.3) use AbstractMessageParserHC4.AbstractMessageParserHC4(SessionInputBuffer, LineParser, MessageConstraints)
AbstractMessageParserHC4(SessionInputBuffer, LineParser, MessageConstraints) - Constructor for class org.apache.http.impl.io.AbstractMessageParserHC4
Creates new instance of AbstractMessageParserHC4.
AbstractMessageWriterHC4 - Class in org.apache.http.impl.io
Abstract base class for HTTP message writers that serialize output to an instance of SessionOutputBuffer.
AbstractMessageWriterHC4(SessionOutputBuffer, LineFormatter, HttpParams) - Constructor for class org.apache.http.impl.io.AbstractMessageWriterHC4
Deprecated. (4.3) use AbstractMessageWriterHC4.AbstractMessageWriterHC4(SessionOutputBuffer, LineFormatter)
AbstractMessageWriterHC4(SessionOutputBuffer, LineFormatter) - Constructor for class org.apache.http.impl.io.AbstractMessageWriterHC4
Creates an instance of AbstractMessageWriterHC4.
AbstractVerifierHC4 - Class in org.apache.http.conn.ssl
Abstract base class for all standard X509HostnameVerifier implementations.
AbstractVerifierHC4() - Constructor for class org.apache.http.conn.ssl.AbstractVerifierHC4
 
ACCEPT - Static variable in class org.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.1
ACCEPT_CHARSET - Static variable in class org.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.2
ACCEPT_ENCODING - Static variable in class org.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.3
ACCEPT_LANGUAGE - Static variable in class org.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.4
ACCEPT_RANGES - Static variable in class org.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.5
acceptableCountryWildcard(String) - Static method in class org.apache.http.conn.ssl.AbstractVerifierHC4
Deprecated. (4.3.1) should not be a part of public APIs.
adapt(HttpContext) - Static method in class org.apache.http.client.protocol.HttpClientContext
 
adapt(HttpContext) - Static method in class org.apache.http.protocol.HttpCoreContext
 
add(URI) - Method in class org.apache.http.impl.client.RedirectLocationsHC4
Adds a new URI to the collection.
add(int, Object) - Method in class org.apache.http.impl.client.RedirectLocationsHC4
Inserts the specified element at the specified position in this list (must be a URI).
add(String, InetAddress...) - Method in class org.apache.http.impl.conn.InMemoryDnsResolver
Associates the given array of IP addresses to the given host in this DNS overrider.
add(HttpRequestInterceptor) - Method in class org.apache.http.protocol.HttpProcessorBuilder
 
add(HttpResponseInterceptor) - Method in class org.apache.http.protocol.HttpProcessorBuilder
 
addAll(HttpRequestInterceptor...) - Method in class org.apache.http.protocol.HttpProcessorBuilder
 
addAll(HttpResponseInterceptor...) - Method in class org.apache.http.protocol.HttpProcessorBuilder
 
addAllFirst(HttpRequestInterceptor...) - Method in class org.apache.http.protocol.HttpProcessorBuilder
 
addAllFirst(HttpResponseInterceptor...) - Method in class org.apache.http.protocol.HttpProcessorBuilder
 
addAllLast(HttpRequestInterceptor...) - Method in class org.apache.http.protocol.HttpProcessorBuilder
 
addAllLast(HttpResponseInterceptor...) - Method in class org.apache.http.protocol.HttpProcessorBuilder
 
addCloseable(Closeable) - Method in class org.apache.http.impl.client.HttpClientBuilder
For internal use.
addCookie(Cookie) - Method in class org.apache.http.impl.client.BasicCookieStoreHC4
Adds an HTTP cookie, replacing any existing equivalent cookies.
addCookies(Cookie[]) - Method in class org.apache.http.impl.client.BasicCookieStoreHC4
Adds an array of HTTP cookies.
addFirst(HttpRequestInterceptor) - Method in class org.apache.http.protocol.HttpProcessorBuilder
 
addFirst(HttpResponseInterceptor) - Method in class org.apache.http.protocol.HttpProcessorBuilder
 
addHeader(Header) - Method in class org.apache.http.client.methods.RequestBuilder
 
addHeader(String, String) - Method in class org.apache.http.client.methods.RequestBuilder
 
addInterceptorFirst(HttpResponseInterceptor) - Method in class org.apache.http.impl.client.HttpClientBuilder
Adds this protocol interceptor to the head of the protocol processing list.
addInterceptorFirst(HttpRequestInterceptor) - Method in class org.apache.http.impl.client.HttpClientBuilder
Adds this protocol interceptor to the head of the protocol processing list.
addInterceptorLast(HttpResponseInterceptor) - Method in class org.apache.http.impl.client.HttpClientBuilder
Adds this protocol interceptor to the tail of the protocol processing list.
addInterceptorLast(HttpRequestInterceptor) - Method in class org.apache.http.impl.client.HttpClientBuilder
Adds this protocol interceptor to the tail of the protocol processing list.
addLast(HttpRequestInterceptor) - Method in class org.apache.http.protocol.HttpProcessorBuilder
 
addLast(HttpResponseInterceptor) - Method in class org.apache.http.protocol.HttpProcessorBuilder
 
addParameter(NameValuePair) - Method in class org.apache.http.client.methods.RequestBuilder
 
addParameter(String, String) - Method in class org.apache.http.client.methods.RequestBuilder
 
addParameter(String, String) - Method in class org.apache.http.client.utils.URIBuilder
Adds parameter to URI query.
addParameters(NameValuePair...) - Method in class org.apache.http.client.methods.RequestBuilder
 
addParameters(List<NameValuePair>) - Method in class org.apache.http.client.utils.URIBuilder
Adds URI query parameters.
AGE - Static variable in class org.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.6
AIMDBackoffManager - Class in org.apache.http.impl.client
The AIMDBackoffManager applies an additive increase, multiplicative decrease (AIMD) to managing a dynamic limit to the number of connections allowed to a given host.
AIMDBackoffManager(ConnPoolControl<HttpRoute>) - Constructor for class org.apache.http.impl.client.AIMDBackoffManager
Creates an AIMDBackoffManager to manage per-host connection pool sizes represented by the given ConnPoolControl.
ALLOW - Static variable in class org.apache.http.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.1, RFC 2616 (HTTP/1.1) Section 14.7
ALLOW_ALL_HOSTNAME_VERIFIER - Static variable in class org.apache.http.conn.ssl.SSLConnectionSocketFactory
 
AllowAllHostnameVerifierHC4 - Class in org.apache.http.conn.ssl
The ALLOW_ALL HostnameVerifier essentially turns hostname verification off.
AllowAllHostnameVerifierHC4() - Constructor for class org.apache.http.conn.ssl.AllowAllHostnameVerifierHC4
 
appendProtocolVersion(CharArrayBuffer, ProtocolVersion) - Method in class org.apache.http.message.BasicLineFormatterHC4
 
APPLICATION_ATOM_XML - Static variable in class org.apache.http.entity.ContentType
 
APPLICATION_FORM_URLENCODED - Static variable in class org.apache.http.entity.ContentType
 
APPLICATION_JSON - Static variable in class org.apache.http.entity.ContentType
 
APPLICATION_OCTET_STREAM - Static variable in class org.apache.http.entity.ContentType
 
APPLICATION_SVG_XML - Static variable in class org.apache.http.entity.ContentType
 
APPLICATION_XHTML_XML - Static variable in class org.apache.http.entity.ContentType
 
APPLICATION_XML - Static variable in class org.apache.http.entity.ContentType
 
Args - Class in org.apache.http.util
 
Args() - Constructor for class org.apache.http.util.Args
 
ASCII - Static variable in class org.apache.http.Consts
 
Asserts - Class in org.apache.http.util
 
Asserts() - Constructor for class org.apache.http.util.Asserts
 
AUTH_CACHE - Static variable in class org.apache.http.client.protocol.HttpClientContext
Attribute name of a AuthCache object that represents the auth scheme cache.
AuthCache - Interface in org.apache.http.client
Abstract AuthScheme cache.
authenticate(Credentials, HttpRequest, HttpContext) - Method in interface org.apache.http.auth.ContextAwareAuthScheme
Produces an authorization string for the given set of Credentials.
authenticate(Credentials, HttpRequest, HttpContext) - Method in class org.apache.http.impl.auth.AuthSchemeBaseHC4
 
authenticate(Credentials, HttpRequest) - Method in class org.apache.http.impl.auth.BasicSchemeHC4
Deprecated. (4.2) Use authenticate( Credentials, HttpRequest, org.apache.http.protocol.HttpContext)
authenticate(Credentials, HttpRequest, HttpContext) - Method in class org.apache.http.impl.auth.BasicSchemeHC4
Produces basic authorization header for the given set of Credentials.
authenticate(Credentials, String, boolean) - Static method in class org.apache.http.impl.auth.BasicSchemeHC4
Deprecated. (4.3) use BasicSchemeHC4.authenticate(Credentials, HttpRequest, HttpContext).
authenticate(Credentials, HttpRequest) - Method in class org.apache.http.impl.auth.DigestSchemeHC4
Deprecated. (4.2) Use authenticate( Credentials, HttpRequest, org.apache.http.protocol.HttpContext)
authenticate(Credentials, HttpRequest, HttpContext) - Method in class org.apache.http.impl.auth.DigestSchemeHC4
Produces a digest authorization string for the given set of Credentials, method name and URI.
authenticate(Credentials, HttpRequest) - Method in class org.apache.http.impl.auth.NTLMSchemeHC4
 
AuthenticationStrategy - Interface in org.apache.http.client
/** A handler for determining if an HTTP response represents an authentication challenge that was sent back to the client as a result of authentication failure.
authFailed(HttpHost, AuthScheme, HttpContext) - Method in interface org.apache.http.client.AuthenticationStrategy
Callback invoked in case of unsuccessful authentication.
AuthOption - Class in org.apache.http.auth
 
AuthOption(AuthScheme, Credentials) - Constructor for class org.apache.http.auth.AuthOption
 
AUTHORIZATION - Static variable in class org.apache.http.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.2, RFC 2616 (HTTP/1.1) Section 14.8
AuthProtocolState - Enum in org.apache.http.auth
 
AUTHSCHEME_REGISTRY - Static variable in class org.apache.http.client.protocol.HttpClientContext
Attribute name of a Lookup object that represents the actual AuthSchemeProvider registry.
AuthSchemeBaseHC4 - Class in org.apache.http.impl.auth
Abstract authentication scheme class that serves as a basis for all authentication schemes supported by HttpClient.
AuthSchemeBaseHC4(ChallengeState) - Constructor for class org.apache.http.impl.auth.AuthSchemeBaseHC4
Deprecated. (4.3) do not use.
AuthSchemeBaseHC4() - Constructor for class org.apache.http.impl.auth.AuthSchemeBaseHC4
 
AuthSchemeProvider - Interface in org.apache.http.auth
Factory for AuthScheme implementations.
AuthSchemes - Class in org.apache.http.client.config
Standard authentication schemes supported by HttpClient.
AuthStateHC4 - Class in org.apache.http.auth
This class provides detailed information about the state of the authentication process.
AuthStateHC4() - Constructor for class org.apache.http.auth.AuthStateHC4
 
authSucceeded(HttpHost, AuthScheme, HttpContext) - Method in interface org.apache.http.client.AuthenticationStrategy
Callback invoked in case of successful authentication.
available() - Method in class org.apache.http.client.entity.DeflateInputStream
Get available.
available() - Method in class org.apache.http.conn.EofSensorInputStreamHC4
 
available() - Method in class org.apache.http.impl.io.ChunkedInputStreamHC4
 
available() - Method in class org.apache.http.impl.io.ContentLengthInputStreamHC4
 
available() - Method in class org.apache.http.impl.io.IdentityInputStreamHC4
 
available() - Method in class org.apache.http.impl.io.SessionInputBufferImpl
 
available() - Method in class org.apache.http.impl.io.SessionOutputBufferImpl
 
available() - Method in interface org.apache.http.io.BufferInfo
Returns available space in the buffer.
awaitInput(int) - Method in class org.apache.http.impl.BHttpConnectionBase
 

B

backOff(HttpRoute) - Method in interface org.apache.http.client.BackoffManager
Called when we have decided that the result of using a connection should be interpreted as a backoff signal.
backOff(HttpRoute) - Method in class org.apache.http.impl.client.AIMDBackoffManager
 
BackoffManager - Interface in org.apache.http.client
Represents a controller that dynamically adjusts the size of an available connection pool based on feedback from using the connections.
BackoffStrategyExec - Class in org.apache.http.impl.execchain
 
BackoffStrategyExec(ClientExecChain, ConnectionBackoffStrategy, BackoffManager) - Constructor for class org.apache.http.impl.execchain.BackoffStrategyExec
 
BASIC - Static variable in class org.apache.http.client.config.AuthSchemes
Basic authentication scheme as defined in RFC2617 (considered inherently insecure, but most widely supported)
BasicAuthCache - Class in org.apache.http.impl.client
Default implementation of AuthCache.
BasicAuthCache(SchemePortResolver) - Constructor for class org.apache.http.impl.client.BasicAuthCache
Default constructor.
BasicAuthCache() - Constructor for class org.apache.http.impl.client.BasicAuthCache
 
BasicClientCookie2HC4 - Class in org.apache.http.impl.cookie
Default implementation of SetCookie2.
BasicClientCookie2HC4(String, String) - Constructor for class org.apache.http.impl.cookie.BasicClientCookie2HC4
Default Constructor taking a name and a value.
BasicClientCookieHC4 - Class in org.apache.http.impl.cookie
Default implementation of SetCookie.
BasicClientCookieHC4(String, String) - Constructor for class org.apache.http.impl.cookie.BasicClientCookieHC4
Default Constructor taking a name and a value.
BasicCommentHandlerHC4 - Class in org.apache.http.impl.cookie
 
BasicCommentHandlerHC4() - Constructor for class org.apache.http.impl.cookie.BasicCommentHandlerHC4
 
BasicConnFactory - Class in org.apache.http.impl.pool
A very basic ConnFactory implementation that creates HttpClientConnection instances given a HttpHost instance.
BasicConnFactory(SSLSocketFactory, HttpParams) - Constructor for class org.apache.http.impl.pool.BasicConnFactory
Deprecated. (4.3) use BasicConnFactory.BasicConnFactory(SocketFactory, SSLSocketFactory, int, SocketConfig, ConnectionConfig).
BasicConnFactory(HttpParams) - Constructor for class org.apache.http.impl.pool.BasicConnFactory
Deprecated. (4.3) use BasicConnFactory.BasicConnFactory(int, SocketConfig, ConnectionConfig).
BasicConnFactory(SocketFactory, SSLSocketFactory, int, SocketConfig, ConnectionConfig) - Constructor for class org.apache.http.impl.pool.BasicConnFactory
 
BasicConnFactory(int, SocketConfig, ConnectionConfig) - Constructor for class org.apache.http.impl.pool.BasicConnFactory
 
BasicConnFactory(SocketConfig, ConnectionConfig) - Constructor for class org.apache.http.impl.pool.BasicConnFactory
 
BasicConnFactory() - Constructor for class org.apache.http.impl.pool.BasicConnFactory
 
BasicConnPool - Class in org.apache.http.impl.pool
A very basic ConnPool implementation that represents a pool of blocking HttpClientConnection connections identified by an HttpHost instance.
BasicConnPool(ConnFactory<HttpHost, HttpClientConnection>) - Constructor for class org.apache.http.impl.pool.BasicConnPool
 
BasicConnPool(HttpParams) - Constructor for class org.apache.http.impl.pool.BasicConnPool
Deprecated. (4.3) use BasicConnPool.BasicConnPool(SocketConfig, ConnectionConfig)
BasicConnPool(SocketConfig, ConnectionConfig) - Constructor for class org.apache.http.impl.pool.BasicConnPool
 
BasicConnPool() - Constructor for class org.apache.http.impl.pool.BasicConnPool
 
BasicCookieStoreHC4 - Class in org.apache.http.impl.client
Default implementation of CookieStore
BasicCookieStoreHC4() - Constructor for class org.apache.http.impl.client.BasicCookieStoreHC4
 
BasicCredentialsProviderHC4 - Class in org.apache.http.impl.client
Default implementation of CredentialsProvider.
BasicCredentialsProviderHC4() - Constructor for class org.apache.http.impl.client.BasicCredentialsProviderHC4
Default constructor.
BasicDomainHandlerHC4 - Class in org.apache.http.impl.cookie
 
BasicDomainHandlerHC4() - Constructor for class org.apache.http.impl.cookie.BasicDomainHandlerHC4
 
BasicExpiresHandlerHC4 - Class in org.apache.http.impl.cookie
 
BasicExpiresHandlerHC4(String[]) - Constructor for class org.apache.http.impl.cookie.BasicExpiresHandlerHC4
 
BasicFuture<T> - Class in org.apache.http.concurrent
Basic implementation of the Future interface.
BasicFuture(FutureCallback<T>) - Constructor for class org.apache.http.concurrent.BasicFuture
 
BasicHeaderValueFormatterHC4 - Class in org.apache.http.message
Basic implementation for formatting header value elements.
BasicHeaderValueFormatterHC4() - Constructor for class org.apache.http.message.BasicHeaderValueFormatterHC4
 
BasicHeaderValueParserHC4 - Class in org.apache.http.message
Basic implementation for parsing header values into elements.
BasicHeaderValueParserHC4() - Constructor for class org.apache.http.message.BasicHeaderValueParserHC4
 
BasicHttpClientConnectionManager - Class in org.apache.http.impl.conn
A connection manager for a single connection.
BasicHttpClientConnectionManager(Lookup<ConnectionSocketFactory>, HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>, SchemePortResolver, DnsResolver) - Constructor for class org.apache.http.impl.conn.BasicHttpClientConnectionManager
 
BasicHttpClientConnectionManager(Lookup<ConnectionSocketFactory>, HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>) - Constructor for class org.apache.http.impl.conn.BasicHttpClientConnectionManager
 
BasicHttpClientConnectionManager(Lookup<ConnectionSocketFactory>) - Constructor for class org.apache.http.impl.conn.BasicHttpClientConnectionManager
 
BasicHttpClientConnectionManager() - Constructor for class org.apache.http.impl.conn.BasicHttpClientConnectionManager
 
BasicHttpContextHC4 - Class in org.apache.http.protocol
Default implementation of HttpContext.
BasicHttpContextHC4() - Constructor for class org.apache.http.protocol.BasicHttpContextHC4
 
BasicHttpContextHC4(HttpContext) - Constructor for class org.apache.http.protocol.BasicHttpContextHC4
 
BasicHttpEntityHC4 - Class in org.apache.http.entity
A generic streamed, non-repeatable entity that obtains its content from an InputStream.
BasicHttpEntityHC4() - Constructor for class org.apache.http.entity.BasicHttpEntityHC4
Creates a new basic entity.
BasicLineFormatterHC4 - Class in org.apache.http.message
Interface for formatting elements of the HEAD section of an HTTP message.
BasicLineFormatterHC4() - Constructor for class org.apache.http.message.BasicLineFormatterHC4
 
BasicLineParserHC4 - Class in org.apache.http.message
Basic parser for lines in the head section of an HTTP message.
BasicLineParserHC4(ProtocolVersion) - Constructor for class org.apache.http.message.BasicLineParserHC4
Creates a new line parser for the given HTTP-like protocol.
BasicLineParserHC4() - Constructor for class org.apache.http.message.BasicLineParserHC4
Creates a new line parser for HTTP.
BasicMaxAgeHandlerHC4 - Class in org.apache.http.impl.cookie
 
BasicMaxAgeHandlerHC4() - Constructor for class org.apache.http.impl.cookie.BasicMaxAgeHandlerHC4
 
BasicPathHandlerHC4 - Class in org.apache.http.impl.cookie
 
BasicPathHandlerHC4() - Constructor for class org.apache.http.impl.cookie.BasicPathHandlerHC4
 
BasicPoolEntry - Class in org.apache.http.impl.pool
A very basic PoolEntry implementation that represents an entry in a pool of blocking HttpClientConnections identified by an HttpHost instance.
BasicPoolEntry(String, HttpHost, HttpClientConnection) - Constructor for class org.apache.http.impl.pool.BasicPoolEntry
 
BasicResponseHandlerHC4 - Class in org.apache.http.impl.client
A ResponseHandler that returns the response body as a String for successful (2xx) responses.
BasicResponseHandlerHC4() - Constructor for class org.apache.http.impl.client.BasicResponseHandlerHC4
 
BasicSchemeFactoryHC4 - Class in org.apache.http.impl.auth
AuthSchemeProvider implementation that creates and initializes BasicScheme instances.
BasicSchemeFactoryHC4(Charset) - Constructor for class org.apache.http.impl.auth.BasicSchemeFactoryHC4
 
BasicSchemeFactoryHC4() - Constructor for class org.apache.http.impl.auth.BasicSchemeFactoryHC4
 
BasicSchemeHC4 - Class in org.apache.http.impl.auth
Basic authentication scheme as defined in RFC 2617.
BasicSchemeHC4(Charset) - Constructor for class org.apache.http.impl.auth.BasicSchemeHC4
 
BasicSchemeHC4(ChallengeState) - Constructor for class org.apache.http.impl.auth.BasicSchemeHC4
Deprecated. (4.3) do not use.
BasicSchemeHC4() - Constructor for class org.apache.http.impl.auth.BasicSchemeHC4
 
BasicSecureHandlerHC4 - Class in org.apache.http.impl.cookie
 
BasicSecureHandlerHC4() - Constructor for class org.apache.http.impl.cookie.BasicSecureHandlerHC4
 
BEST_MATCH - Static variable in class org.apache.http.client.config.CookieSpecs
The default 'best match' policy.
BestMatchSpecFactoryHC4 - Class in org.apache.http.impl.cookie
CookieSpecProvider implementation that creates and initializes BestMatchSpec instances.
BestMatchSpecFactoryHC4(String[], boolean) - Constructor for class org.apache.http.impl.cookie.BestMatchSpecFactoryHC4
 
BestMatchSpecFactoryHC4() - Constructor for class org.apache.http.impl.cookie.BestMatchSpecFactoryHC4
 
BestMatchSpecHC4 - Class in org.apache.http.impl.cookie
'Meta' cookie specification that picks up a cookie policy based on the format of cookies sent with the HTTP response.
BestMatchSpecHC4(String[], boolean) - Constructor for class org.apache.http.impl.cookie.BestMatchSpecHC4
 
BestMatchSpecHC4() - Constructor for class org.apache.http.impl.cookie.BestMatchSpecHC4
 
BHttpConnectionBase - Class in org.apache.http.impl
This class serves as a base for all HttpConnection implementations and provides functionality common to both client and server HTTP connections.
BHttpConnectionBase(int, int, CharsetDecoder, CharsetEncoder, MessageConstraints, ContentLengthStrategy, ContentLengthStrategy) - Constructor for class org.apache.http.impl.BHttpConnectionBase
Creates new instance of BHttpConnectionBase.
bind(Socket) - Method in interface org.apache.http.conn.ManagedHttpClientConnection
Binds this connection to the given socket.
bind(Socket) - Method in class org.apache.http.impl.BHttpConnectionBase
Binds this connection to the given Socket.
bind(Socket) - Method in class org.apache.http.impl.conn.DefaultManagedHttpClientConnection
 
bind(Socket) - Method in class org.apache.http.impl.DefaultBHttpClientConnection
 
bind(Socket) - Method in class org.apache.http.impl.DefaultBHttpServerConnection
 
bind(InputStream) - Method in class org.apache.http.impl.io.SessionInputBufferImpl
 
bind(OutputStream) - Method in class org.apache.http.impl.io.SessionOutputBufferImpl
 
BROWSER_COMPATIBILITY - Static variable in class org.apache.http.client.config.CookieSpecs
The policy that provides high degree of compatibility with common cookie management of popular HTTP agents.
BROWSER_COMPATIBLE_HOSTNAME_VERIFIER - Static variable in class org.apache.http.conn.ssl.SSLConnectionSocketFactory
 
BrowserCompatHostnameVerifierHC4 - Class in org.apache.http.conn.ssl
The HostnameVerifier that works the same way as Curl and Firefox.
BrowserCompatHostnameVerifierHC4() - Constructor for class org.apache.http.conn.ssl.BrowserCompatHostnameVerifierHC4
 
BrowserCompatSpecFactoryHC4 - Class in org.apache.http.impl.cookie
CookieSpecProvider implementation that creates and initializes BrowserCompatSpec instances.
BrowserCompatSpecFactoryHC4(String[], BrowserCompatSpecFactoryHC4.SecurityLevel) - Constructor for class org.apache.http.impl.cookie.BrowserCompatSpecFactoryHC4
 
BrowserCompatSpecFactoryHC4(String[]) - Constructor for class org.apache.http.impl.cookie.BrowserCompatSpecFactoryHC4
 
BrowserCompatSpecFactoryHC4() - Constructor for class org.apache.http.impl.cookie.BrowserCompatSpecFactoryHC4
 
BrowserCompatSpecFactoryHC4.SecurityLevel - Enum in org.apache.http.impl.cookie
 
BrowserCompatSpecHC4 - Class in org.apache.http.impl.cookie
Cookie specification that strives to closely mimic (mis)behavior of common web browser applications such as Microsoft Internet Explorer and Mozilla FireFox.
BrowserCompatSpecHC4(String[], BrowserCompatSpecFactoryHC4.SecurityLevel) - Constructor for class org.apache.http.impl.cookie.BrowserCompatSpecHC4
Default constructor
BrowserCompatSpecHC4(String[]) - Constructor for class org.apache.http.impl.cookie.BrowserCompatSpecHC4
Default constructor
BrowserCompatSpecHC4() - Constructor for class org.apache.http.impl.cookie.BrowserCompatSpecHC4
Default constructor
BrowserCompatVersionAttributeHandler - Class in org.apache.http.impl.cookie
"Version" cookie attribute handler for BrowserCompat cookie spec.
BrowserCompatVersionAttributeHandler() - Constructor for class org.apache.http.impl.cookie.BrowserCompatVersionAttributeHandler
 
BufferedHttpEntityHC4 - Class in org.apache.http.entity
A wrapping entity that buffers it content if necessary.
BufferedHttpEntityHC4(HttpEntity) - Constructor for class org.apache.http.entity.BufferedHttpEntityHC4
Creates a new buffered entity wrapper.
BufferInfo - Interface in org.apache.http.io
Basic buffer properties.
build() - Method in class org.apache.http.client.config.RequestConfig.Builder
 
build() - Method in class org.apache.http.client.entity.EntityBuilder
Creates new instance of HttpEntity based on the current state.
build() - Method in class org.apache.http.client.methods.RequestBuilder
 
build() - Method in class org.apache.http.client.utils.URIBuilder
Builds a URI instance.
build() - Method in class org.apache.http.config.ConnectionConfig.Builder
 
build() - Method in class org.apache.http.config.MessageConstraints.Builder
 
build() - Method in class org.apache.http.config.RegistryBuilder
 
build() - Method in class org.apache.http.config.SocketConfig.Builder
 
build() - Method in class org.apache.http.conn.ssl.SSLContextBuilder
 
build() - Method in class org.apache.http.impl.client.HttpClientBuilder
 
build() - Method in class org.apache.http.protocol.HttpProcessorBuilder
 
BUILD_TYPE - Static variable in class org.apache.http.BuildConfig
 
BuildConfig - Class in org.apache.http
 
BuildConfig() - Constructor for class org.apache.http.BuildConfig
 
ByteArrayEntityHC4 - Class in org.apache.http.entity
A self contained, repeatable entity that obtains its content from a byte array.
ByteArrayEntityHC4(byte[], ContentType) - Constructor for class org.apache.http.entity.ByteArrayEntityHC4
 
ByteArrayEntityHC4(byte[], int, int, ContentType) - Constructor for class org.apache.http.entity.ByteArrayEntityHC4
 
ByteArrayEntityHC4(byte[]) - Constructor for class org.apache.http.entity.ByteArrayEntityHC4
 
ByteArrayEntityHC4(byte[], int, int) - Constructor for class org.apache.http.entity.ByteArrayEntityHC4
 

C

CACHE_CONTROL - Static variable in class org.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.9
cancel(boolean) - Method in class org.apache.http.concurrent.BasicFuture
 
cancel() - Method in class org.apache.http.concurrent.BasicFuture
 
cancel() - Method in interface org.apache.http.concurrent.Cancellable
 
cancel(boolean) - Method in class org.apache.http.impl.client.HttpRequestFutureTask
 
Cancellable - Interface in org.apache.http.concurrent
A Cancellable represents a process or an operation that can be canceled.
cancelled() - Method in interface org.apache.http.concurrent.FutureCallback
 
capacity() - Method in class org.apache.http.impl.io.SessionInputBufferImpl
 
capacity() - Method in class org.apache.http.impl.io.SessionOutputBufferImpl
 
capacity() - Method in interface org.apache.http.io.BufferInfo
Returns total capacity of the buffer
ChallengeState - Enum in org.apache.http.auth
Challenge mode (TARGET or PROXY)
CharsetUtils - Class in org.apache.http.util
 
CharsetUtils() - Constructor for class org.apache.http.util.CharsetUtils
 
check(boolean, String) - Static method in class org.apache.http.util.Args
 
check(boolean, String, Object...) - Static method in class org.apache.http.util.Args
 
check(boolean, String) - Static method in class org.apache.http.util.Asserts
 
check(boolean, String, Object...) - Static method in class org.apache.http.util.Asserts
 
checkAbort() - Method in class org.apache.http.conn.EofSensorInputStreamHC4
Detects stream abort and notifies the watcher.
checkClose() - Method in class org.apache.http.conn.EofSensorInputStreamHC4
Detects stream close and notifies the watcher.
checkEOF(int) - Method in class org.apache.http.conn.EofSensorInputStreamHC4
Detects EOF and notifies the watcher.
chooseAlias(Map<String, PrivateKeyDetails>, Socket) - Method in interface org.apache.http.conn.ssl.PrivateKeyStrategy
Determines what key material to use for SSL authentication.
chunked() - Method in class org.apache.http.client.entity.EntityBuilder
Makes entity chunk coded.
chunked - Variable in class org.apache.http.entity.AbstractHttpEntityHC4
 
ChunkedInputStreamHC4 - Class in org.apache.http.impl.io
Implements chunked transfer coding.
ChunkedInputStreamHC4(SessionInputBuffer) - Constructor for class org.apache.http.impl.io.ChunkedInputStreamHC4
Wraps session input stream and reads chunk coded input.
ChunkedOutputStreamHC4 - Class in org.apache.http.impl.io
Implements chunked transfer coding.
ChunkedOutputStreamHC4(SessionOutputBuffer, int) - Constructor for class org.apache.http.impl.io.ChunkedOutputStreamHC4
Deprecated. (4.3) use ChunkedOutputStreamHC4.ChunkedOutputStreamHC4(int, SessionOutputBuffer)
ChunkedOutputStreamHC4(SessionOutputBuffer) - Constructor for class org.apache.http.impl.io.ChunkedOutputStreamHC4
Deprecated. (4.3) use ChunkedOutputStreamHC4.ChunkedOutputStreamHC4(int, SessionOutputBuffer)
ChunkedOutputStreamHC4(int, SessionOutputBuffer) - Constructor for class org.apache.http.impl.io.ChunkedOutputStreamHC4
Wraps a session output buffer and chunk-encodes the output.
clear() - Method in interface org.apache.http.client.AuthCache
 
clear() - Method in class org.apache.http.impl.client.BasicAuthCache
 
clear() - Method in class org.apache.http.impl.client.BasicCookieStoreHC4
Clears all cookies.
clear() - Method in class org.apache.http.impl.client.BasicCredentialsProviderHC4
 
clear() - Method in class org.apache.http.impl.client.SystemDefaultCredentialsProvider
 
clear() - Method in class org.apache.http.impl.io.SessionInputBufferImpl
 
clear() - Method in class org.apache.http.protocol.BasicHttpContextHC4
 
clearExpired(Date) - Method in class org.apache.http.impl.client.BasicCookieStoreHC4
Removes all of cookies in this HTTP state that have expired by the specified date.
clearParameters() - Method in class org.apache.http.client.utils.URIBuilder
Clears URI query parameters.
clearThreadLocal() - Static method in class org.apache.http.client.utils.DateUtils
Clears thread-local variable containing DateFormat cache.
ClientExecChain - Interface in org.apache.http.impl.execchain
This interface represents an element in the HTTP request execution chain.
clone() - Method in class org.apache.http.client.config.RequestConfig
 
clone() - Method in class org.apache.http.client.methods.AbstractExecutionAwareRequest
 
clone() - Method in class org.apache.http.client.methods.HttpEntityEnclosingRequestBaseHC4
 
clone(Object) - Static method in class org.apache.http.client.utils.CloneUtilsHC4
 
clone() - Method in class org.apache.http.config.ConnectionConfig
 
clone() - Method in class org.apache.http.config.MessageConstraints
 
clone() - Method in class org.apache.http.config.SocketConfig
 
clone() - Method in class org.apache.http.entity.ByteArrayEntityHC4
 
clone() - Method in class org.apache.http.entity.FileEntityHC4
 
clone() - Method in class org.apache.http.entity.StringEntityHC4
 
clone() - Method in class org.apache.http.impl.cookie.BasicClientCookie2HC4
 
clone() - Method in class org.apache.http.impl.cookie.BasicClientCookieHC4
 
cloneObject(T) - Static method in class org.apache.http.client.utils.CloneUtilsHC4
 
CloneUtilsHC4 - Class in org.apache.http.client.utils
A collection of utilities to workaround limitations of Java clone framework.
close() - Method in class org.apache.http.client.entity.DeflateInputStream
Close.
close() - Method in class org.apache.http.conn.EofSensorInputStreamHC4
 
close() - Method in class org.apache.http.impl.BHttpConnectionBase
 
close() - Method in class org.apache.http.impl.client.FutureRequestExecutionService
 
close() - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
 
close() - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
close() - Method in class org.apache.http.impl.io.ChunkedInputStreamHC4
Upon close, this reads the remainder of the chunked message, leaving the underlying socket at a position to start reading the next response without scanning.
close() - Method in class org.apache.http.impl.io.ChunkedOutputStreamHC4
Finishes writing to the underlying stream, but does NOT close the underlying stream.
close() - Method in class org.apache.http.impl.io.ContentLengthInputStreamHC4
Reads until the end of the known length of content.
close() - Method in class org.apache.http.impl.io.ContentLengthOutputStreamHC4
Does not close the underlying socket output.
close() - Method in class org.apache.http.impl.io.IdentityInputStreamHC4
 
close() - Method in class org.apache.http.impl.io.IdentityOutputStreamHC4
Does not close the underlying socket output.
close() - Method in class org.apache.http.impl.pool.BasicPoolEntry
 
close() - Method in class org.apache.http.pool.PoolEntry
Invalidates the pool entry and closes the pooled connection associated with it.
CloseableHttpClient - Class in org.apache.http.impl.client
Base implementation of HttpClient that also implements Closeable.
CloseableHttpClient() - Constructor for class org.apache.http.impl.client.CloseableHttpClient
 
CloseableHttpResponse - Interface in org.apache.http.client.methods
Extended version of the HttpResponse interface that also extends Closeable.
closeExpired() - Method in class org.apache.http.pool.AbstractConnPool
Closes expired connections and evicts them from the pool.
closeExpiredConnections() - Method in interface org.apache.http.conn.HttpClientConnectionManager
Closes all expired connections in the pool.
closeExpiredConnections() - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
 
closeExpiredConnections() - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
closeIdle(long, TimeUnit) - Method in class org.apache.http.pool.AbstractConnPool
Closes connections that have been idle longer than the given period of time and evicts them from the pool.
closeIdleConnections(long, TimeUnit) - Method in interface org.apache.http.conn.HttpClientConnectionManager
Closes idle connections in the pool.
closeIdleConnections(long, TimeUnit) - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
 
closeIdleConnections(long, TimeUnit) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
closeQuietly(HttpResponse) - Static method in class org.apache.http.client.utils.HttpClientUtils
Unconditionally close a response.
closeQuietly(CloseableHttpResponse) - Static method in class org.apache.http.client.utils.HttpClientUtils
Unconditionally close a response.
closeQuietly(HttpClient) - Static method in class org.apache.http.client.utils.HttpClientUtils
Unconditionally close a httpClient.
completed() - Method in class org.apache.http.client.methods.AbstractExecutionAwareRequest
 
completed(T) - Method in class org.apache.http.concurrent.BasicFuture
 
completed(T) - Method in interface org.apache.http.concurrent.FutureCallback
 
Configurable - Interface in org.apache.http.client.methods
Configuration interface for HTTP requests.
connect(HttpClientConnection, HttpRoute, int, HttpContext) - Method in interface org.apache.http.conn.HttpClientConnectionManager
Connects the underlying connection socket to the connection target in case of a direct route or to the first proxy hop in case of a route via a proxy (or multiple proxies).
connect(HttpClientConnection, HttpRoute, int, HttpContext) - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
 
connect(HttpClientConnection, HttpRoute, int, HttpContext) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
CONNECTION - Static variable in class org.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.10
ConnectionBackoffStrategy - Interface in org.apache.http.client
When managing a dynamic number of connections for a given route, this strategy assesses whether a given request execution outcome should result in a backoff signal or not, based on either examining the Throwable that resulted or by examining the resulting response (e.g.
ConnectionConfig - Class in org.apache.http.config
HTTP connection configuration.
ConnectionConfig.Builder - Class in org.apache.http.config
 
ConnectionRequest - Interface in org.apache.http.conn
Represents a request for a HttpClientConnection whose life cycle is managed by a connection manager.
ConnectionShutdownException - Exception in org.apache.http.impl.conn
Signals that the connection has been shut down or released back to the the connection pool
ConnectionShutdownException() - Constructor for exception org.apache.http.impl.conn.ConnectionShutdownException
Creates a new ConnectionShutdownException with a null detail message.
ConnectionSocketFactory - Interface in org.apache.http.conn.socket
A factory for creating and connecting connection sockets.
connectSocket(Socket, InetSocketAddress, InetSocketAddress, HttpParams) - Method in interface org.apache.http.conn.scheme.SchemeSocketFactory
Deprecated. Connects a socket to the target host with the given remote address.
connectSocket(int, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in interface org.apache.http.conn.socket.ConnectionSocketFactory
Connects the socket to the target host with the given resolved remote address.
connectSocket(int, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in class org.apache.http.conn.socket.PlainConnectionSocketFactory
 
connectSocket(int, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in class org.apache.http.conn.ssl.SSLConnectionSocketFactory
 
ConnFactory<T,C> - Interface in org.apache.http.pool
Factory for poolable blocking connections.
ConnPool<T,E> - Interface in org.apache.http.pool
ConnPool represents a shared pool connections can be leased from and released back to.
ConnPoolControl<T> - Interface in org.apache.http.pool
Interface to control runtime properties of a ConnPool such as maximum total number of connections or maximum connections per route allowed.
ConnSupport - Class in org.apache.http.impl
Connection support methods.
ConnSupport() - Constructor for class org.apache.http.impl.ConnSupport
 
Consts - Class in org.apache.http
Commons constants.
consume(HttpEntity) - Static method in class org.apache.http.util.EntityUtilsHC4
Ensures that the entity content is fully consumed and the content stream, if exists, is closed.
consumeContent() - Method in class org.apache.http.entity.AbstractHttpEntityHC4
Deprecated. (4.1) Either use HttpEntity.getContent() and call InputStream.close() on that; otherwise call HttpEntity.writeTo(java.io.OutputStream) which is required to free the resources.
consumeContent() - Method in class org.apache.http.entity.HttpEntityWrapperHC4
Deprecated. (4.1) Either use HttpEntityWrapperHC4.getContent() and call InputStream.close() on that; otherwise call HttpEntityWrapperHC4.writeTo(OutputStream) which is required to free the resources.
consumeQuietly(HttpEntity) - Static method in class org.apache.http.util.EntityUtilsHC4
Ensures that the entity content is fully consumed and the content stream, if exists, is closed.
contains(URI) - Method in class org.apache.http.impl.client.RedirectLocationsHC4
Test if the URI is present in the collection.
contains(Object) - Method in class org.apache.http.impl.client.RedirectLocationsHC4
Returns true if this collection contains the specified element.
containsAttribute(String) - Method in class org.apache.http.impl.cookie.BasicClientCookieHC4
 
content - Variable in class org.apache.http.entity.ByteArrayEntityHC4
Deprecated. (4.2)
content - Variable in class org.apache.http.entity.StringEntityHC4
 
CONTENT_ENCODING - Static variable in class org.apache.http.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.3, RFC 2616 (HTTP/1.1) Section 14.11
CONTENT_LANGUAGE - Static variable in class org.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.12
CONTENT_LENGTH - Static variable in class org.apache.http.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.4, RFC 2616 (HTTP/1.1) Section 14.13
CONTENT_LOCATION - Static variable in class org.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.14
CONTENT_MD5 - Static variable in class org.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.15
CONTENT_RANGE - Static variable in class org.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.16
CONTENT_TYPE - Static variable in class org.apache.http.client.utils.URLEncodedUtilsHC4
The default HTML form content type.
CONTENT_TYPE - Static variable in class org.apache.http.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.5, RFC 2616 (HTTP/1.1) Section 14.17
contentEncoding - Variable in class org.apache.http.entity.AbstractHttpEntityHC4
 
ContentLengthInputStreamHC4 - Class in org.apache.http.impl.io
Input stream that cuts off after a defined number of bytes.
ContentLengthInputStreamHC4(SessionInputBuffer, long) - Constructor for class org.apache.http.impl.io.ContentLengthInputStreamHC4
Wraps a session input buffer and cuts off output after a defined number of bytes.
ContentLengthOutputStreamHC4 - Class in org.apache.http.impl.io
Output stream that cuts off after a defined number of bytes.
ContentLengthOutputStreamHC4(SessionOutputBuffer, long) - Constructor for class org.apache.http.impl.io.ContentLengthOutputStreamHC4
Wraps a session output buffer and cuts off output after a defined number of bytes.
ContentTooLongException - Exception in org.apache.http
Signals that HTTP entity content is too long.
ContentTooLongException(String) - Constructor for exception org.apache.http.ContentTooLongException
Creates a new ContentTooLongException with the specified detail message.
contentType - Variable in class org.apache.http.entity.AbstractHttpEntityHC4
 
ContentType - Class in org.apache.http.entity
Content type information consisting of a MIME type and an optional charset.
ContextAwareAuthScheme - Interface in org.apache.http.auth
This interface represents an extended authentication scheme that requires access to HttpContext in order to generate an authorization string.
COOKIE_ORIGIN - Static variable in class org.apache.http.client.protocol.HttpClientContext
Attribute name of a CookieOrigin object that represents the actual details of the origin server.
COOKIE_SPEC - Static variable in class org.apache.http.client.protocol.HttpClientContext
Attribute name of a CookieSpec object that represents the actual cookie specification.
COOKIE_STORE - Static variable in class org.apache.http.client.protocol.HttpClientContext
Attribute name of a CookieStore object that represents the actual cookie store.
CookieRestrictionViolationException - Exception in org.apache.http.cookie
Signals that a cookie violates a restriction imposed by the cookie specification.
CookieRestrictionViolationException() - Constructor for exception org.apache.http.cookie.CookieRestrictionViolationException
Creates a new CookeFormatViolationException with a null detail message.
CookieRestrictionViolationException(String) - Constructor for exception org.apache.http.cookie.CookieRestrictionViolationException
Creates a new CookeRestrictionViolationException with a specified message string.
COOKIESPEC_REGISTRY - Static variable in class org.apache.http.client.protocol.HttpClientContext
Attribute name of a Lookup object that represents the actual CookieSpecProvider registry.
CookieSpecBaseHC4 - Class in org.apache.http.impl.cookie
Cookie management functions shared by all specification.
CookieSpecBaseHC4() - Constructor for class org.apache.http.impl.cookie.CookieSpecBaseHC4
 
CookieSpecProvider - Interface in org.apache.http.cookie
Factory for CookieSpec implementations.
CookieSpecs - Class in org.apache.http.client.config
Standard cookie specifications supported by HttpClient.
copy(RequestConfig) - Static method in class org.apache.http.client.config.RequestConfig
 
copy(HttpRequest) - Static method in class org.apache.http.client.methods.RequestBuilder
 
copy(ConnectionConfig) - Static method in class org.apache.http.config.ConnectionConfig
 
copy(MessageConstraints) - Static method in class org.apache.http.config.MessageConstraints
 
copy(SocketConfig) - Static method in class org.apache.http.config.SocketConfig
 
countDots(String) - Static method in class org.apache.http.conn.ssl.AbstractVerifierHC4
Counts the number of dots "." in a string.
CR - Static variable in class org.apache.http.Consts
 
create(HttpContext) - Method in interface org.apache.http.auth.AuthSchemeProvider
Creates an instance of AuthScheme.
create() - Static method in class org.apache.http.client.entity.EntityBuilder
 
create(String) - Static method in class org.apache.http.client.methods.RequestBuilder
 
create() - Static method in class org.apache.http.client.protocol.HttpClientContext
 
create() - Static method in class org.apache.http.config.RegistryBuilder
 
create(T, ConnectionConfig) - Method in interface org.apache.http.conn.HttpConnectionFactory
 
create(HttpContext) - Method in interface org.apache.http.cookie.CookieSpecProvider
Creates an instance of CookieSpec.
create(String, Charset) - Static method in class org.apache.http.entity.ContentType
Creates a new instance of ContentType.
create(String) - Static method in class org.apache.http.entity.ContentType
Creates a new instance of ContentType without a charset.
create(String, String) - Static method in class org.apache.http.entity.ContentType
Creates a new instance of ContentType.
create(HttpContext) - Method in class org.apache.http.impl.auth.BasicSchemeFactoryHC4
 
create(HttpContext) - Method in class org.apache.http.impl.auth.DigestSchemeFactoryHC4
 
create(HttpContext) - Method in class org.apache.http.impl.auth.NTLMSchemeFactory
 
create() - Static method in class org.apache.http.impl.client.HttpClientBuilder
 
create(SessionInputBuffer, MessageConstraints) - Method in class org.apache.http.impl.conn.DefaultHttpResponseParserFactory
 
create(HttpRoute, ConnectionConfig) - Method in class org.apache.http.impl.conn.ManagedHttpClientConnectionFactory
 
create(HttpContext) - Method in class org.apache.http.impl.cookie.BestMatchSpecFactoryHC4
 
create(HttpContext) - Method in class org.apache.http.impl.cookie.BrowserCompatSpecFactoryHC4
 
create(HttpContext) - Method in class org.apache.http.impl.cookie.IgnoreSpecFactory
 
create(HttpContext) - Method in class org.apache.http.impl.cookie.NetscapeDraftSpecFactoryHC4
 
create(HttpContext) - Method in class org.apache.http.impl.cookie.RFC2109SpecFactoryHC4
 
create(HttpContext) - Method in class org.apache.http.impl.cookie.RFC2965SpecFactoryHC4
 
create(SessionInputBuffer, MessageConstraints) - Method in class org.apache.http.impl.io.DefaultHttpRequestParserFactory
 
create(SessionOutputBuffer) - Method in class org.apache.http.impl.io.DefaultHttpRequestWriterFactory
 
create(SessionInputBuffer, MessageConstraints) - Method in class org.apache.http.impl.io.DefaultHttpResponseParserFactory
 
create(SessionOutputBuffer) - Method in class org.apache.http.impl.io.DefaultHttpResponseWriterFactory
 
create(Socket, HttpParams) - Method in class org.apache.http.impl.pool.BasicConnFactory
Deprecated. (4.3) no longer used.
create(HttpHost) - Method in class org.apache.http.impl.pool.BasicConnFactory
 
create(SessionInputBuffer, MessageConstraints) - Method in interface org.apache.http.io.HttpMessageParserFactory
 
create(SessionOutputBuffer) - Method in interface org.apache.http.io.HttpMessageWriterFactory
 
create(T) - Method in interface org.apache.http.pool.ConnFactory
 
create() - Static method in class org.apache.http.protocol.HttpCoreContext
 
create() - Static method in class org.apache.http.protocol.HttpProcessorBuilder
 
createCnonce() - Static method in class org.apache.http.impl.auth.DigestSchemeHC4
Creates a random cnonce value based on the current time.
createConnection(Socket) - Method in interface org.apache.http.HttpConnectionFactory
 
createConnection(Socket) - Method in class org.apache.http.impl.DefaultBHttpClientConnectionFactory
 
createConnection(Socket) - Method in class org.apache.http.impl.DefaultBHttpServerConnectionFactory
 
createDecoder(ConnectionConfig) - Static method in class org.apache.http.impl.ConnSupport
 
createDefault() - Static method in class org.apache.http.conn.ssl.SSLContexts
Creates default factory based on the standard JSSE trust material (cacerts file in the security properties directory).
createDefault() - Static method in class org.apache.http.impl.client.HttpClients
Creates CloseableHttpClient instance with default configuration.
createEncoder(ConnectionConfig) - Static method in class org.apache.http.impl.ConnSupport
 
createEntry(HttpHost, HttpClientConnection) - Method in class org.apache.http.impl.pool.BasicConnPool
 
createEntry(T, C) - Method in class org.apache.http.pool.AbstractConnPool
Creates a new entry for the given connection with the given route.
createHeaderElement(String, String, NameValuePair[]) - Method in class org.apache.http.message.BasicHeaderValueParserHC4
Creates a header element.
createInputStream(long, SessionInputBuffer) - Method in class org.apache.http.impl.BHttpConnectionBase
 
createLayeredSocket(Socket, String, int, boolean) - Method in interface org.apache.http.conn.scheme.LayeredSchemeSocketFactory
Deprecated. Returns a socket connected to the given host that is layered over an existing socket.
createLayeredSocket(Socket, String, int, HttpParams) - Method in interface org.apache.http.conn.scheme.SchemeLayeredSocketFactory
Deprecated. Returns a socket connected to the given host that is layered over an existing socket.
createLayeredSocket(Socket, String, int, HttpContext) - Method in interface org.apache.http.conn.socket.LayeredConnectionSocketFactory
Returns a socket connected to the given host that is layered over an existing socket.
createLayeredSocket(Socket, String, int, HttpContext) - Method in class org.apache.http.conn.ssl.SSLConnectionSocketFactory
 
createLocationURI(String) - Method in class org.apache.http.impl.client.DefaultRedirectStrategy
 
createMinimal() - Static method in class org.apache.http.impl.client.HttpClients
Creates CloseableHttpClient instance that implements the most basic HTTP protocol support.
createMinimal(HttpClientConnectionManager) - Static method in class org.apache.http.impl.client.HttpClients
Creates CloseableHttpClient instance that implements the most basic HTTP protocol support.
createNameValuePair(String, String) - Method in class org.apache.http.message.BasicHeaderValueParserHC4
Creates a name-value pair.
createOutputStream(long, SessionOutputBuffer) - Method in class org.apache.http.impl.BHttpConnectionBase
 
createProtocolVersion(int, int) - Method in class org.apache.http.message.BasicLineParserHC4
Creates a protocol version.
createRequestLine(String, String, ProtocolVersion) - Method in class org.apache.http.message.BasicLineParserHC4
Instantiates a new request line.
createSocket(HttpParams) - Method in interface org.apache.http.conn.scheme.SchemeSocketFactory
Deprecated. Creates a new, unconnected socket.
createSocket(HttpContext) - Method in interface org.apache.http.conn.socket.ConnectionSocketFactory
Creates new, unconnected socket.
createSocket(HttpContext) - Method in class org.apache.http.conn.socket.PlainConnectionSocketFactory
 
createSocket(HttpContext) - Method in class org.apache.http.conn.ssl.SSLConnectionSocketFactory
 
createStatusLine(ProtocolVersion, int, String) - Method in class org.apache.http.message.BasicLineParserHC4
Instantiates a new status line.
createSystem() - Static method in class org.apache.http.impl.client.HttpClients
Creates CloseableHttpClient instance with default configuration based on ssytem properties.
createSystemDefault() - Static method in class org.apache.http.conn.ssl.SSLContexts
Creates default SSL context based on system properties.
createTokenIterator(HeaderIterator) - Method in class org.apache.http.impl.DefaultConnectionReuseStrategyHC4
Creates a token iterator from a header iterator.
createURI(String, String, int, String, String, String) - Static method in class org.apache.http.client.utils.URIUtilsHC4
Deprecated. (4.2) use URIBuilder.
CREDS_PROVIDER - Static variable in class org.apache.http.client.protocol.HttpClientContext
Attribute name of a CredentialsProvider object that represents the actual credentials provider.
custom() - Static method in class org.apache.http.client.config.RequestConfig
 
custom() - Static method in class org.apache.http.config.ConnectionConfig
 
custom() - Static method in class org.apache.http.config.MessageConstraints
 
custom() - Static method in class org.apache.http.config.SocketConfig
 
custom() - Static method in class org.apache.http.conn.ssl.SSLContexts
Creates custom SSL context.
custom() - Static method in class org.apache.http.impl.client.HttpClients
Creates builder object for construction of custom CloseableHttpClient instances.

D

DATE - Static variable in class org.apache.http.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.6, RFC 2616 (HTTP/1.1) Section 14.18
DateUtils - Class in org.apache.http.client.utils
A utility class for parsing and formatting HTTP dates as used in cookies and other headers.
DAV - Static variable in class org.apache.http.HttpHeaders
RFC 2518 (WevDAV) Section 9.1
DEBUG - Static variable in class org.apache.http.BuildConfig
 
decode(String) - Method in class org.apache.http.client.utils.Rfc3492Idn
 
decorateMainExec(ClientExecChain) - Method in class org.apache.http.impl.client.HttpClientBuilder
For internal use.
decorateProtocolExec(ClientExecChain) - Method in class org.apache.http.impl.client.HttpClientBuilder
For internal use.
DEFAULT - Static variable in class org.apache.http.client.config.RequestConfig
 
DEFAULT - Static variable in class org.apache.http.config.ConnectionConfig
 
DEFAULT - Static variable in class org.apache.http.config.MessageConstraints
 
DEFAULT - Static variable in class org.apache.http.config.SocketConfig
 
DEFAULT - Static variable in class org.apache.http.impl.cookie.NetscapeDraftHeaderParserHC4
 
DEFAULT - Static variable in class org.apache.http.message.BasicHeaderValueFormatterHC4
Deprecated. (4.3) use BasicHeaderValueFormatterHC4.INSTANCE
DEFAULT - Static variable in class org.apache.http.message.BasicHeaderValueParserHC4
Deprecated. (4.3) use BasicHeaderValueParserHC4.INSTANCE
DEFAULT - Static variable in class org.apache.http.message.BasicLineFormatterHC4
Deprecated. (4.3) use BasicLineFormatterHC4.INSTANCE
DEFAULT - Static variable in class org.apache.http.message.BasicLineParserHC4
Deprecated. (4.3) use BasicLineParserHC4.INSTANCE
DEFAULT_BINARY - Static variable in class org.apache.http.entity.ContentType
 
DEFAULT_TEXT - Static variable in class org.apache.http.entity.ContentType
 
DefaultBackoffStrategy - Class in org.apache.http.impl.client
This ConnectionBackoffStrategy backs off either for a raw network socket or connection timeout or if the server explicitly sends a 503 (Service Unavailable) response.
DefaultBackoffStrategy() - Constructor for class org.apache.http.impl.client.DefaultBackoffStrategy
 
DefaultBHttpClientConnection - Class in org.apache.http.impl
Default implementation of HttpClientConnection.
DefaultBHttpClientConnection(int, int, CharsetDecoder, CharsetEncoder, MessageConstraints, ContentLengthStrategy, ContentLengthStrategy, HttpMessageWriterFactory<HttpRequest>, HttpMessageParserFactory<HttpResponse>) - Constructor for class org.apache.http.impl.DefaultBHttpClientConnection
Creates new instance of DefaultBHttpClientConnection.
DefaultBHttpClientConnection(int, CharsetDecoder, CharsetEncoder, MessageConstraints) - Constructor for class org.apache.http.impl.DefaultBHttpClientConnection
 
DefaultBHttpClientConnection(int) - Constructor for class org.apache.http.impl.DefaultBHttpClientConnection
 
DefaultBHttpClientConnectionFactory - Class in org.apache.http.impl
Default factory for HttpClientConnections.
DefaultBHttpClientConnectionFactory(ConnectionConfig, ContentLengthStrategy, ContentLengthStrategy, HttpMessageWriterFactory<HttpRequest>, HttpMessageParserFactory<HttpResponse>) - Constructor for class org.apache.http.impl.DefaultBHttpClientConnectionFactory
 
DefaultBHttpClientConnectionFactory(ConnectionConfig, HttpMessageWriterFactory<HttpRequest>, HttpMessageParserFactory<HttpResponse>) - Constructor for class org.apache.http.impl.DefaultBHttpClientConnectionFactory
 
DefaultBHttpClientConnectionFactory(ConnectionConfig) - Constructor for class org.apache.http.impl.DefaultBHttpClientConnectionFactory
 
DefaultBHttpClientConnectionFactory() - Constructor for class org.apache.http.impl.DefaultBHttpClientConnectionFactory
 
DefaultBHttpServerConnection - Class in org.apache.http.impl
Default implementation of HttpServerConnection.
DefaultBHttpServerConnection(int, int, CharsetDecoder, CharsetEncoder, MessageConstraints, ContentLengthStrategy, ContentLengthStrategy, HttpMessageParserFactory<HttpRequest>, HttpMessageWriterFactory<HttpResponse>) - Constructor for class org.apache.http.impl.DefaultBHttpServerConnection
Creates new instance of DefaultBHttpServerConnection.
DefaultBHttpServerConnection(int, CharsetDecoder, CharsetEncoder, MessageConstraints) - Constructor for class org.apache.http.impl.DefaultBHttpServerConnection
 
DefaultBHttpServerConnection(int) - Constructor for class org.apache.http.impl.DefaultBHttpServerConnection
 
DefaultBHttpServerConnectionFactory - Class in org.apache.http.impl
Default factory for HttpServerConnections.
DefaultBHttpServerConnectionFactory(ConnectionConfig, ContentLengthStrategy, ContentLengthStrategy, HttpMessageParserFactory<HttpRequest>, HttpMessageWriterFactory<HttpResponse>) - Constructor for class org.apache.http.impl.DefaultBHttpServerConnectionFactory
 
DefaultBHttpServerConnectionFactory(ConnectionConfig, HttpMessageParserFactory<HttpRequest>, HttpMessageWriterFactory<HttpResponse>) - Constructor for class org.apache.http.impl.DefaultBHttpServerConnectionFactory
 
DefaultBHttpServerConnectionFactory(ConnectionConfig) - Constructor for class org.apache.http.impl.DefaultBHttpServerConnectionFactory
 
DefaultBHttpServerConnectionFactory() - Constructor for class org.apache.http.impl.DefaultBHttpServerConnectionFactory
 
DefaultConnectionKeepAliveStrategyHC4 - Class in org.apache.http.impl.client
Default implementation of a strategy deciding duration that a connection can remain idle.
DefaultConnectionKeepAliveStrategyHC4() - Constructor for class org.apache.http.impl.client.DefaultConnectionKeepAliveStrategyHC4
 
DefaultConnectionReuseStrategyHC4 - Class in org.apache.http.impl
Default implementation of a strategy deciding about connection re-use.
DefaultConnectionReuseStrategyHC4() - Constructor for class org.apache.http.impl.DefaultConnectionReuseStrategyHC4
 
DefaultHttpRequestFactoryHC4 - Class in org.apache.http.impl
Default factory for creating HttpRequest objects.
DefaultHttpRequestFactoryHC4() - Constructor for class org.apache.http.impl.DefaultHttpRequestFactoryHC4
 
DefaultHttpRequestParser - Class in org.apache.http.impl.io
HTTP request parser that obtain its input from an instance of SessionInputBuffer.
DefaultHttpRequestParser(SessionInputBuffer, LineParser, HttpRequestFactory, HttpParams) - Constructor for class org.apache.http.impl.io.DefaultHttpRequestParser
Deprecated. (4.3) use DefaultHttpRequestParser.DefaultHttpRequestParser(SessionInputBuffer, LineParser, HttpRequestFactory, MessageConstraints)
DefaultHttpRequestParser(SessionInputBuffer, LineParser, HttpRequestFactory, MessageConstraints) - Constructor for class org.apache.http.impl.io.DefaultHttpRequestParser
Creates new instance of DefaultHttpRequestParser.
DefaultHttpRequestParser(SessionInputBuffer, MessageConstraints) - Constructor for class org.apache.http.impl.io.DefaultHttpRequestParser
 
DefaultHttpRequestParser(SessionInputBuffer) - Constructor for class org.apache.http.impl.io.DefaultHttpRequestParser
 
DefaultHttpRequestParserFactory - Class in org.apache.http.impl.io
Default factory for request message parsers.
DefaultHttpRequestParserFactory(LineParser, HttpRequestFactory) - Constructor for class org.apache.http.impl.io.DefaultHttpRequestParserFactory
 
DefaultHttpRequestParserFactory() - Constructor for class org.apache.http.impl.io.DefaultHttpRequestParserFactory
 
DefaultHttpRequestRetryHandlerHC4 - Class in org.apache.http.impl.client
The default HttpRequestRetryHandler used by request executors.
DefaultHttpRequestRetryHandlerHC4(int, boolean, Collection<Class<? extends IOException>>) - Constructor for class org.apache.http.impl.client.DefaultHttpRequestRetryHandlerHC4
Create the request retry handler using the specified IOException classes
DefaultHttpRequestRetryHandlerHC4(int, boolean) - Constructor for class org.apache.http.impl.client.DefaultHttpRequestRetryHandlerHC4
Create the request retry handler using the following list of non-retriable IOException classes:
InterruptedIOException UnknownHostException ConnectException SSLException
DefaultHttpRequestRetryHandlerHC4() - Constructor for class org.apache.http.impl.client.DefaultHttpRequestRetryHandlerHC4
Create the request retry handler with a retry count of 3, requestSentRetryEnabled false and using the following list of non-retriable IOException classes:
InterruptedIOException UnknownHostException ConnectException SSLException
DefaultHttpRequestWriter - Class in org.apache.http.impl.io
HTTP request writer that serializes its output to an instance of SessionOutputBuffer.
DefaultHttpRequestWriter(SessionOutputBuffer, LineFormatter) - Constructor for class org.apache.http.impl.io.DefaultHttpRequestWriter
Creates an instance of DefaultHttpRequestWriter.
DefaultHttpRequestWriter(SessionOutputBuffer) - Constructor for class org.apache.http.impl.io.DefaultHttpRequestWriter
 
DefaultHttpRequestWriterFactory - Class in org.apache.http.impl.io
Default factory for request message writers.
DefaultHttpRequestWriterFactory(LineFormatter) - Constructor for class org.apache.http.impl.io.DefaultHttpRequestWriterFactory
 
DefaultHttpRequestWriterFactory() - Constructor for class org.apache.http.impl.io.DefaultHttpRequestWriterFactory
 
DefaultHttpResponseFactoryHC4 - Class in org.apache.http.impl
Default factory for creating HttpResponse objects.
DefaultHttpResponseFactoryHC4(ReasonPhraseCatalog) - Constructor for class org.apache.http.impl.DefaultHttpResponseFactoryHC4
Creates a new response factory with the given catalog.
DefaultHttpResponseFactoryHC4() - Constructor for class org.apache.http.impl.DefaultHttpResponseFactoryHC4
Creates a new response factory with the default catalog.
DefaultHttpResponseParser - Class in org.apache.http.impl.conn
Lenient HTTP response parser implementation that can skip malformed data until a valid HTTP response message head is encountered.
DefaultHttpResponseParser(SessionInputBuffer, LineParser, HttpResponseFactory, HttpParams) - Constructor for class org.apache.http.impl.conn.DefaultHttpResponseParser
Deprecated. (4.3) use DefaultHttpResponseParser.DefaultHttpResponseParser( SessionInputBuffer, LineParser, HttpResponseFactory, MessageConstraints)
DefaultHttpResponseParser(SessionInputBuffer, LineParser, HttpResponseFactory, MessageConstraints) - Constructor for class org.apache.http.impl.conn.DefaultHttpResponseParser
Creates new instance of DefaultHttpResponseParser.
DefaultHttpResponseParser(SessionInputBuffer, MessageConstraints) - Constructor for class org.apache.http.impl.conn.DefaultHttpResponseParser
Creates new instance of DefaultHttpResponseParser.
DefaultHttpResponseParser(SessionInputBuffer) - Constructor for class org.apache.http.impl.conn.DefaultHttpResponseParser
Creates new instance of DefaultHttpResponseParser.
DefaultHttpResponseParser - Class in org.apache.http.impl.io
HTTP response parser that obtain its input from an instance of SessionInputBuffer.
DefaultHttpResponseParser(SessionInputBuffer, LineParser, HttpResponseFactory, HttpParams) - Constructor for class org.apache.http.impl.io.DefaultHttpResponseParser
Deprecated. (4.3) use DefaultHttpResponseParser.DefaultHttpResponseParser(SessionInputBuffer, LineParser, HttpResponseFactory, MessageConstraints)
DefaultHttpResponseParser(SessionInputBuffer, LineParser, HttpResponseFactory, MessageConstraints) - Constructor for class org.apache.http.impl.io.DefaultHttpResponseParser
Creates new instance of DefaultHttpResponseParser.
DefaultHttpResponseParser(SessionInputBuffer, MessageConstraints) - Constructor for class org.apache.http.impl.io.DefaultHttpResponseParser
 
DefaultHttpResponseParser(SessionInputBuffer) - Constructor for class org.apache.http.impl.io.DefaultHttpResponseParser
 
DefaultHttpResponseParserFactory - Class in org.apache.http.impl.conn
Default factory for response message parsers.
DefaultHttpResponseParserFactory(LineParser, HttpResponseFactory) - Constructor for class org.apache.http.impl.conn.DefaultHttpResponseParserFactory
 
DefaultHttpResponseParserFactory(HttpResponseFactory) - Constructor for class org.apache.http.impl.conn.DefaultHttpResponseParserFactory
 
DefaultHttpResponseParserFactory() - Constructor for class org.apache.http.impl.conn.DefaultHttpResponseParserFactory
 
DefaultHttpResponseParserFactory - Class in org.apache.http.impl.io
Default factory for response message parsers.
DefaultHttpResponseParserFactory(LineParser, HttpResponseFactory) - Constructor for class org.apache.http.impl.io.DefaultHttpResponseParserFactory
 
DefaultHttpResponseParserFactory() - Constructor for class org.apache.http.impl.io.DefaultHttpResponseParserFactory
 
DefaultHttpResponseWriter - Class in org.apache.http.impl.io
HTTP response writer that serializes its output to an instance of SessionOutputBuffer.
DefaultHttpResponseWriter(SessionOutputBuffer, LineFormatter) - Constructor for class org.apache.http.impl.io.DefaultHttpResponseWriter
Creates an instance of DefaultHttpResponseWriter.
DefaultHttpResponseWriter(SessionOutputBuffer) - Constructor for class org.apache.http.impl.io.DefaultHttpResponseWriter
 
DefaultHttpResponseWriterFactory - Class in org.apache.http.impl.io
Default factory for response message writers.
DefaultHttpResponseWriterFactory(LineFormatter) - Constructor for class org.apache.http.impl.io.DefaultHttpResponseWriterFactory
 
DefaultHttpResponseWriterFactory() - Constructor for class org.apache.http.impl.io.DefaultHttpResponseWriterFactory
 
DefaultManagedHttpClientConnection - Class in org.apache.http.impl.conn
Default ManagedHttpClientConnection implementation.
DefaultManagedHttpClientConnection(String, int, int, CharsetDecoder, CharsetEncoder, MessageConstraints, ContentLengthStrategy, ContentLengthStrategy, HttpMessageWriterFactory<HttpRequest>, HttpMessageParserFactory<HttpResponse>) - Constructor for class org.apache.http.impl.conn.DefaultManagedHttpClientConnection
 
DefaultManagedHttpClientConnection(String, int) - Constructor for class org.apache.http.impl.conn.DefaultManagedHttpClientConnection
 
DefaultProxyRoutePlanner - Class in org.apache.http.impl.conn
Implementation of an HttpRoutePlanner that routes requests through a default proxy.
DefaultProxyRoutePlanner(HttpHost, SchemePortResolver) - Constructor for class org.apache.http.impl.conn.DefaultProxyRoutePlanner
 
DefaultProxyRoutePlanner(HttpHost) - Constructor for class org.apache.http.impl.conn.DefaultProxyRoutePlanner
 
DefaultRedirectStrategy - Class in org.apache.http.impl.client
Default implementation of RedirectStrategy.
DefaultRedirectStrategy() - Constructor for class org.apache.http.impl.client.DefaultRedirectStrategy
 
DefaultRoutePlanner - Class in org.apache.http.impl.conn
Default implementation of an HttpRoutePlanner.
DefaultRoutePlanner(SchemePortResolver) - Constructor for class org.apache.http.impl.conn.DefaultRoutePlanner
 
DefaultSchemePortResolver - Class in org.apache.http.impl.conn
Default SchemePortResolver.
DefaultSchemePortResolver() - Constructor for class org.apache.http.impl.conn.DefaultSchemePortResolver
 
DefaultServiceUnavailableRetryStrategy - Class in org.apache.http.impl.client
Default implementation of the ServiceUnavailableRetryStrategy interface.
DefaultServiceUnavailableRetryStrategy(int, int) - Constructor for class org.apache.http.impl.client.DefaultServiceUnavailableRetryStrategy
 
DefaultServiceUnavailableRetryStrategy() - Constructor for class org.apache.http.impl.client.DefaultServiceUnavailableRetryStrategy
 
DefaultUserTokenHandlerHC4 - Class in org.apache.http.impl.client
Default implementation of UserTokenHandler.
DefaultUserTokenHandlerHC4() - Constructor for class org.apache.http.impl.client.DefaultUserTokenHandlerHC4
 
DeflateDecompressingEntity - Class in org.apache.http.client.entity
HttpEntityWrapper responsible for handling deflate Content Coded responses.
DeflateDecompressingEntity(HttpEntity) - Constructor for class org.apache.http.client.entity.DeflateDecompressingEntity
Creates a new DeflateDecompressingEntity which will wrap the specified HttpEntity.
DeflateInputStream - Class in org.apache.http.client.entity
Deflate input stream.
DeflateInputStream(InputStream) - Constructor for class org.apache.http.client.entity.DeflateInputStream
 
delete() - Static method in class org.apache.http.client.methods.RequestBuilder
 
DEPTH - Static variable in class org.apache.http.HttpHeaders
RFC 2518 (WevDAV) Section 9.2
DESTINATION - Static variable in class org.apache.http.HttpHeaders
RFC 2518 (WevDAV) Section 9.3
determineLength(HttpMessage) - Method in class org.apache.http.impl.entity.DisallowIdentityContentLengthStrategy
 
determineLength(HttpMessage) - Method in class org.apache.http.impl.entity.LaxContentLengthStrategyHC4
 
determineLength(HttpMessage) - Method in class org.apache.http.impl.entity.StrictContentLengthStrategyHC4
 
determineLocale(HttpContext) - Method in class org.apache.http.impl.DefaultHttpResponseFactoryHC4
Determines the locale of the response.
determineProxy(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.conn.DefaultProxyRoutePlanner
 
determineProxy(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.conn.DefaultRoutePlanner
 
determineProxy(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.conn.SystemDefaultRoutePlanner
 
determineRoute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.conn.DefaultRoutePlanner
 
DIGEST - Static variable in class org.apache.http.client.config.AuthSchemes
Digest authentication scheme as defined in RFC2617.
DigestSchemeFactoryHC4 - Class in org.apache.http.impl.auth
AuthSchemeProvider implementation that creates and initializes DigestScheme instances.
DigestSchemeFactoryHC4(Charset) - Constructor for class org.apache.http.impl.auth.DigestSchemeFactoryHC4
 
DigestSchemeFactoryHC4() - Constructor for class org.apache.http.impl.auth.DigestSchemeFactoryHC4
 
DigestSchemeHC4 - Class in org.apache.http.impl.auth
Digest authentication scheme as defined in RFC 2617.
DigestSchemeHC4(Charset) - Constructor for class org.apache.http.impl.auth.DigestSchemeHC4
 
DigestSchemeHC4(ChallengeState) - Constructor for class org.apache.http.impl.auth.DigestSchemeHC4
Deprecated. (4.3) do not use.
DigestSchemeHC4() - Constructor for class org.apache.http.impl.auth.DigestSchemeHC4
 
disableAuthCaching() - Method in class org.apache.http.impl.client.HttpClientBuilder
Disables authentication scheme caching.
disableAutomaticRetries() - Method in class org.apache.http.impl.client.HttpClientBuilder
Disables automatic request recovery and re-execution.
disableConnectionState() - Method in class org.apache.http.impl.client.HttpClientBuilder
Disables connection state tracking.
disableContentCompression() - Method in class org.apache.http.impl.client.HttpClientBuilder
Disables automatic content decompression.
disableCookieManagement() - Method in class org.apache.http.impl.client.HttpClientBuilder
Disables state (cookie) management.
disableRedirectHandling() - Method in class org.apache.http.impl.client.HttpClientBuilder
Disables automatic redirect handling.
DisallowIdentityContentLengthStrategy - Class in org.apache.http.impl.entity
Decorator for ContentLengthStrategy implementations that disallows the use of identity transfer encoding.
DisallowIdentityContentLengthStrategy(ContentLengthStrategy) - Constructor for class org.apache.http.impl.entity.DisallowIdentityContentLengthStrategy
 
DnsResolver - Interface in org.apache.http.conn
Users may implement this interface to override the normal DNS lookup offered by the OS.
doExecute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.client.CloseableHttpClient
 
doFlush() - Method in class org.apache.http.impl.BHttpConnectionBase
 
doFormatHeader(CharArrayBuffer, Header) - Method in class org.apache.http.message.BasicLineFormatterHC4
Actually formats a header.
doFormatRequestLine(CharArrayBuffer, RequestLine) - Method in class org.apache.http.message.BasicLineFormatterHC4
Actually formats a request line.
doFormatStatusLine(CharArrayBuffer, StatusLine) - Method in class org.apache.http.message.BasicLineFormatterHC4
Actually formats a status line.
doFormatValue(CharArrayBuffer, String, boolean) - Method in class org.apache.http.message.BasicHeaderValueFormatterHC4
Actually formats the value of a name-value pair.
domainMatch(String, String) - Method in class org.apache.http.impl.cookie.RFC2965DomainAttributeHandlerHC4
Performs domain-match as defined by the RFC2965.

E

enabled() - Method in class org.apache.http.impl.conn.WireHC4
 
endedTime() - Method in class org.apache.http.impl.client.HttpRequestFutureTask
 
EnglishReasonPhraseCatalogHC4 - Class in org.apache.http.impl
English reason phrases for HTTP status codes.
EnglishReasonPhraseCatalogHC4() - Constructor for class org.apache.http.impl.EnglishReasonPhraseCatalogHC4
Restricted default constructor, for derived classes.
ensureOpen() - Method in class org.apache.http.impl.BHttpConnectionBase
 
EntityBuilder - Class in org.apache.http.client.entity
Builder for HttpEntity instances.
EntityEnclosingRequestWrapperHC4 - Class in org.apache.http.impl.client
Deprecated. (4.3) do not use.
EntityEnclosingRequestWrapperHC4(HttpEntityEnclosingRequest) - Constructor for class org.apache.http.impl.client.EntityEnclosingRequestWrapperHC4
Deprecated.  
EntityUtilsHC4 - Class in org.apache.http.util
Static helpers for dealing with HttpEntitys.
enumAvailable(PoolEntryCallback<T, C>) - Method in class org.apache.http.pool.AbstractConnPool
Enumerates all available connections.
enumLeased(PoolEntryCallback<T, C>) - Method in class org.apache.http.pool.AbstractConnPool
Enumerates all leased connections.
EofSensorInputStreamHC4 - Class in org.apache.http.conn
A stream wrapper that triggers actions on close() and EOF.
EofSensorInputStreamHC4(InputStream, EofSensorWatcher) - Constructor for class org.apache.http.conn.EofSensorInputStreamHC4
Creates a new EOF sensor.
estimateElementsLen(HeaderElement[]) - Method in class org.apache.http.message.BasicHeaderValueFormatterHC4
Estimates the length of formatted header elements.
estimateHeaderElementLen(HeaderElement) - Method in class org.apache.http.message.BasicHeaderValueFormatterHC4
Estimates the length of a formatted header element.
estimateNameValuePairLen(NameValuePair) - Method in class org.apache.http.message.BasicHeaderValueFormatterHC4
Estimates the length of a formatted name-value pair.
estimateParametersLen(NameValuePair[]) - Method in class org.apache.http.message.BasicHeaderValueFormatterHC4
Estimates the length of formatted parameters.
estimateProtocolVersionLen(ProtocolVersion) - Method in class org.apache.http.message.BasicLineFormatterHC4
Guesses the length of a formatted protocol version.
ETAG - Static variable in class org.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.19
execute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.client.CloseableHttpClient
execute(HttpUriRequest, HttpContext) - Method in class org.apache.http.impl.client.CloseableHttpClient
execute(HttpUriRequest) - Method in class org.apache.http.impl.client.CloseableHttpClient
execute(HttpHost, HttpRequest) - Method in class org.apache.http.impl.client.CloseableHttpClient
execute(HttpUriRequest, ResponseHandler<? extends T>) - Method in class org.apache.http.impl.client.CloseableHttpClient
Executes a request using the default context and processes the response using the given response handler.
execute(HttpUriRequest, ResponseHandler<? extends T>, HttpContext) - Method in class org.apache.http.impl.client.CloseableHttpClient
Executes a request using the default context and processes the response using the given response handler.
execute(HttpHost, HttpRequest, ResponseHandler<? extends T>) - Method in class org.apache.http.impl.client.CloseableHttpClient
Executes a request using the default context and processes the response using the given response handler.
execute(HttpHost, HttpRequest, ResponseHandler<? extends T>, HttpContext) - Method in class org.apache.http.impl.client.CloseableHttpClient
Executes a request using the default context and processes the response using the given response handler.
execute(HttpUriRequest, HttpContext, ResponseHandler<T>) - Method in class org.apache.http.impl.client.FutureRequestExecutionService
Schedule a request for execution.
execute(HttpUriRequest, HttpContext, ResponseHandler<T>, FutureCallback<T>) - Method in class org.apache.http.impl.client.FutureRequestExecutionService
Schedule a request for execution.
execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in class org.apache.http.impl.execchain.BackoffStrategyExec
 
execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in interface org.apache.http.impl.execchain.ClientExecChain
Executes th request either by transmitting it to the target server or by passing it onto the next executor in the request execution chain.
execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in class org.apache.http.impl.execchain.MainClientExec
 
execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in class org.apache.http.impl.execchain.MinimalClientExec
 
execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in class org.apache.http.impl.execchain.ProtocolExec
 
execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in class org.apache.http.impl.execchain.RedirectExec
 
execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in class org.apache.http.impl.execchain.RetryExec
 
execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in class org.apache.http.impl.execchain.ServiceUnavailableRetryExec
 
EXPECT - Static variable in class org.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.20
expectContinue() - Method in class org.apache.http.client.methods.HttpEntityEnclosingRequestBaseHC4
 
expectContinue() - Method in class org.apache.http.impl.client.EntityEnclosingRequestWrapperHC4
Deprecated.  
EXPIRES - Static variable in class org.apache.http.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.7, RFC 2616 (HTTP/1.1) Section 14.21
EXPIRES_PATTERN - Static variable in class org.apache.http.impl.cookie.NetscapeDraftSpecHC4
 
extractHost(URI) - Static method in class org.apache.http.client.utils.URIUtilsHC4
Extracts target host from the given URI.

F

failed(Exception) - Method in class org.apache.http.concurrent.BasicFuture
 
failed(Exception) - Method in interface org.apache.http.concurrent.FutureCallback
 
file - Variable in class org.apache.http.entity.FileEntityHC4
 
FileEntityHC4 - Class in org.apache.http.entity
A self contained, repeatable entity that obtains its content from a file.
FileEntityHC4(File, String) - Constructor for class org.apache.http.entity.FileEntityHC4
Deprecated. (4.1.3) FileEntityHC4.FileEntityHC4(File, ContentType)
FileEntityHC4(File, ContentType) - Constructor for class org.apache.http.entity.FileEntityHC4
 
FileEntityHC4(File) - Constructor for class org.apache.http.entity.FileEntityHC4
 
fillBuffer() - Method in class org.apache.http.impl.io.SessionInputBufferImpl
 
finalize() - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
 
finalize() - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
findAttribHandler(String) - Method in class org.apache.http.impl.cookie.AbstractCookieSpecHC4
Finds an attribute handler CookieAttributeHandler for the given attribute.
finish() - Method in class org.apache.http.impl.io.ChunkedOutputStreamHC4
Must be called to ensure the internal cache is flushed and the closing chunk is written.
FLAVOR - Static variable in class org.apache.http.BuildConfig
 
flush() - Method in class org.apache.http.impl.DefaultBHttpClientConnection
 
flush() - Method in class org.apache.http.impl.DefaultBHttpServerConnection
 
flush() - Method in class org.apache.http.impl.io.ChunkedOutputStreamHC4
Flushes the content buffer and the underlying stream.
flush() - Method in class org.apache.http.impl.io.ContentLengthOutputStreamHC4
 
flush() - Method in class org.apache.http.impl.io.IdentityOutputStreamHC4
 
flush() - Method in class org.apache.http.impl.io.SessionOutputBufferImpl
 
flushCache() - Method in class org.apache.http.impl.io.ChunkedOutputStreamHC4
Writes the cache out onto the underlying stream
flushCacheWithAppend(byte[], int, int) - Method in class org.apache.http.impl.io.ChunkedOutputStreamHC4
Writes the cache and bufferToAppend to the underlying stream as one large chunk
format(List<? extends NameValuePair>, String) - Static method in class org.apache.http.client.utils.URLEncodedUtilsHC4
Returns a String that is suitable for use as an application/x-www-form-urlencoded list of parameters in an HTTP PUT or HTTP POST.
format(List<? extends NameValuePair>, char, String) - Static method in class org.apache.http.client.utils.URLEncodedUtilsHC4
Returns a String that is suitable for use as an application/x-www-form-urlencoded list of parameters in an HTTP PUT or HTTP POST.
format(Iterable<? extends NameValuePair>, Charset) - Static method in class org.apache.http.client.utils.URLEncodedUtilsHC4
Returns a String that is suitable for use as an application/x-www-form-urlencoded list of parameters in an HTTP PUT or HTTP POST.
format(Iterable<? extends NameValuePair>, char, Charset) - Static method in class org.apache.http.client.utils.URLEncodedUtilsHC4
Returns a String that is suitable for use as an application/x-www-form-urlencoded list of parameters in an HTTP PUT or HTTP POST.
formatAddress(StringBuilder, SocketAddress) - Static method in class org.apache.http.util.NetUtils
 
formatCookieAsVer(CharArrayBuffer, Cookie, int) - Method in class org.apache.http.impl.cookie.RFC2109SpecHC4
Return a string suitable for sending in a "Cookie" header as defined in RFC 2109 for backward compatibility with cookie version 0
formatCookieAsVer(CharArrayBuffer, Cookie, int) - Method in class org.apache.http.impl.cookie.RFC2965SpecHC4
Adds valid Port attribute value, e.g.
formatCookies(List<Cookie>) - Method in class org.apache.http.impl.cookie.BestMatchSpecHC4
 
formatCookies(List<Cookie>) - Method in class org.apache.http.impl.cookie.BrowserCompatSpecHC4
 
formatCookies(List<Cookie>) - Method in class org.apache.http.impl.cookie.IgnoreSpec
 
formatCookies(List<Cookie>) - Method in class org.apache.http.impl.cookie.NetscapeDraftSpecHC4
 
formatCookies(List<Cookie>) - Method in class org.apache.http.impl.cookie.RFC2109SpecHC4
 
formatDate(Date) - Static method in class org.apache.http.client.utils.DateUtils
Formats the given date according to the RFC 1123 pattern.
formatDate(Date, String) - Static method in class org.apache.http.client.utils.DateUtils
Formats the given date according to the specified pattern.
formatElements(HeaderElement[], boolean, HeaderValueFormatter) - Static method in class org.apache.http.message.BasicHeaderValueFormatterHC4
Formats an array of header elements.
formatElements(CharArrayBuffer, HeaderElement[], boolean) - Method in class org.apache.http.message.BasicHeaderValueFormatterHC4
 
formatHeader(Header, LineFormatter) - Static method in class org.apache.http.message.BasicLineFormatterHC4
Formats a header.
formatHeader(CharArrayBuffer, Header) - Method in class org.apache.http.message.BasicLineFormatterHC4
 
formatHeaderElement(HeaderElement, boolean, HeaderValueFormatter) - Static method in class org.apache.http.message.BasicHeaderValueFormatterHC4
Formats a header element.
formatHeaderElement(CharArrayBuffer, HeaderElement, boolean) - Method in class org.apache.http.message.BasicHeaderValueFormatterHC4
 
formatNameValuePair(NameValuePair, boolean, HeaderValueFormatter) - Static method in class org.apache.http.message.BasicHeaderValueFormatterHC4
Formats a name-value pair.
formatNameValuePair(CharArrayBuffer, NameValuePair, boolean) - Method in class org.apache.http.message.BasicHeaderValueFormatterHC4
 
formatParamAsVer(CharArrayBuffer, String, String, int) - Method in class org.apache.http.impl.cookie.RFC2109SpecHC4
Return a name/value string suitable for sending in a "Cookie" header as defined in RFC 2109 for backward compatibility with cookie version 0
formatParameters(NameValuePair[], boolean, HeaderValueFormatter) - Static method in class org.apache.http.message.BasicHeaderValueFormatterHC4
Formats a set of parameters.
formatParameters(CharArrayBuffer, NameValuePair[], boolean) - Method in class org.apache.http.message.BasicHeaderValueFormatterHC4
 
formatProtocolVersion(ProtocolVersion, LineFormatter) - Static method in class org.apache.http.message.BasicLineFormatterHC4
Formats a protocol version.
formatRequestLine(RequestLine, LineFormatter) - Static method in class org.apache.http.message.BasicLineFormatterHC4
Formats a request line.
formatRequestLine(CharArrayBuffer, RequestLine) - Method in class org.apache.http.message.BasicLineFormatterHC4
 
formatStatusLine(StatusLine, LineFormatter) - Static method in class org.apache.http.message.BasicLineFormatterHC4
Formats a status line.
formatStatusLine(CharArrayBuffer, StatusLine) - Method in class org.apache.http.message.BasicLineFormatterHC4
 
FROM - Static variable in class org.apache.http.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.8, RFC 2616 (HTTP/1.1) Section 14.22
fromMap(String, Map<?, ?>, ClassLoader) - Static method in class org.apache.http.util.VersionInfoHC4
Instantiates version information from properties.
FutureCallback<T> - Interface in org.apache.http.concurrent
A callback interface that gets invoked upon completion of a Future.
FutureRequestExecutionMetrics - Class in org.apache.http.impl.client
Collection of different counters used to gather metrics for FutureRequestExecutionService.
FutureRequestExecutionService - Class in org.apache.http.impl.client
HttpAsyncClientWithFuture wraps calls to execute with a HttpRequestFutureTask and schedules them using the provided executor service.
FutureRequestExecutionService(HttpClient, ExecutorService) - Constructor for class org.apache.http.impl.client.FutureRequestExecutionService
Create a new FutureRequestExecutionService.

G

generateAuthResponse(HttpRequest, AuthStateHC4, HttpContext) - Method in class org.apache.http.impl.auth.HttpAuthenticator
 
get(HttpHost) - Method in interface org.apache.http.client.AuthCache
 
get() - Static method in class org.apache.http.client.methods.RequestBuilder
 
get() - Method in class org.apache.http.concurrent.BasicFuture
 
get(long, TimeUnit) - Method in class org.apache.http.concurrent.BasicFuture
 
get(long, TimeUnit) - Method in interface org.apache.http.conn.ConnectionRequest
Obtains a connection within a given time.
get(HttpEntity) - Static method in class org.apache.http.entity.ContentType
Extracts Content-Type value from HttpEntity exactly as specified by the Content-Type header of the entity.
get(HttpHost) - Method in class org.apache.http.impl.client.BasicAuthCache
 
get(int) - Method in class org.apache.http.impl.client.RedirectLocationsHC4
Returns the URI at the specified position in this list.
get(String) - Static method in class org.apache.http.util.CharsetUtils
 
getActiveConnectionCount() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics
 
getAll() - Method in class org.apache.http.impl.client.RedirectLocationsHC4
Returns all redirect URIs in the order they were added to the collection.
getAllowedMethods(HttpResponse) - Method in class org.apache.http.client.methods.HttpOptionsHC4
 
getAttribHandler(String) - Method in class org.apache.http.impl.cookie.AbstractCookieSpecHC4
Gets attribute handler CookieAttributeHandler for the given attribute.
getAttribHandlers() - Method in class org.apache.http.impl.cookie.AbstractCookieSpecHC4
 
getAttribute(String) - Method in class org.apache.http.impl.conn.DefaultManagedHttpClientConnection
 
getAttribute(String) - Method in class org.apache.http.impl.cookie.BasicClientCookieHC4
 
getAttribute(String) - Method in class org.apache.http.protocol.BasicHttpContextHC4
 
getAttribute(String) - Method in class org.apache.http.protocol.HttpCoreContext
 
getAttribute(String, Class<T>) - Method in class org.apache.http.protocol.HttpCoreContext
 
getAuthCache() - Method in class org.apache.http.client.protocol.HttpClientContext
 
getAuthOptions() - Method in class org.apache.http.auth.AuthStateHC4
Returns available AuthOptions.
getAuthScheme() - Method in class org.apache.http.auth.AuthOption
 
getAuthScheme() - Method in class org.apache.http.auth.AuthStateHC4
Returns actual AuthScheme.
getAuthSchemeRegistry() - Method in class org.apache.http.client.protocol.HttpClientContext
 
getAuthSchemeRegistry() - Method in class org.apache.http.impl.client.ProxyClient
Deprecated. (4.3) do not use.
getAuthScope() - Method in class org.apache.http.auth.AuthStateHC4
Deprecated. (4.2) do not use.
getAvailable() - Method in class org.apache.http.pool.PoolStats
Gets the number idle persistent connections.
getBinary() - Method in class org.apache.http.client.entity.EntityBuilder
Returns entity content as a byte array if set using EntityBuilder.setBinary(byte[]) method.
getBufferSize() - Method in class org.apache.http.config.ConnectionConfig
 
getCertChain() - Method in class org.apache.http.conn.ssl.PrivateKeyDetails
 
getChallenges(HttpHost, HttpResponse, HttpContext) - Method in interface org.apache.http.client.AuthenticationStrategy
Extracts from the given HTTP response a collection of authentication challenges, each of which represents an authentication scheme supported by the authentication host.
getChallengeState() - Method in class org.apache.http.impl.auth.AuthSchemeBaseHC4
Returns ChallengeState value or null if unchallenged.
getCharset() - Method in class org.apache.http.config.ConnectionConfig
 
getCharset() - Method in class org.apache.http.entity.ContentType
 
getClassloader() - Method in class org.apache.http.util.VersionInfoHC4
Obtains the classloader used to read the version information.
getCNs(X509Certificate) - Static method in class org.apache.http.conn.ssl.AbstractVerifierHC4
 
getComment() - Method in class org.apache.http.impl.cookie.BasicClientCookieHC4
Returns the comment describing the purpose of this cookie, or null if no such comment has been defined.
getCommentURL() - Method in class org.apache.http.impl.cookie.BasicClientCookie2HC4
 
getCommentURL() - Method in class org.apache.http.impl.cookie.BasicClientCookieHC4
Returns null.
getConfig() - Method in interface org.apache.http.client.methods.Configurable
Returns actual request configuration.
getConfig() - Method in class org.apache.http.client.methods.HttpRequestBaseHC4
 
getConfig() - Method in class org.apache.http.client.methods.RequestBuilder
 
getConnection() - Method in class org.apache.http.pool.PoolEntry
 
getConnection(Class<T>) - Method in class org.apache.http.protocol.HttpCoreContext
 
getConnection() - Method in class org.apache.http.protocol.HttpCoreContext
 
getConnectionConfig() - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
 
getConnectionConfig(HttpHost) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
getConnectionConfig(HttpParams) - Static method in class org.apache.http.params.HttpParamConfig
Deprecated.  
getConnectionRequestTimeout() - Method in class org.apache.http.client.config.RequestConfig
Returns the timeout in milliseconds used when requesting a connection from the connection manager.
getConnectTimeout() - Method in class org.apache.http.client.config.RequestConfig
Determines the timeout in milliseconds until a connection is established.
getContent() - Method in class org.apache.http.client.entity.GzipCompressingEntity
 
getContent() - Method in class org.apache.http.entity.BasicHttpEntityHC4
Obtains the content, once only.
getContent() - Method in class org.apache.http.entity.BufferedHttpEntityHC4
 
getContent() - Method in class org.apache.http.entity.ByteArrayEntityHC4
 
getContent() - Method in class org.apache.http.entity.FileEntityHC4
 
getContent() - Method in class org.apache.http.entity.HttpEntityWrapperHC4
 
getContent() - Method in class org.apache.http.entity.InputStreamEntityHC4
 
getContent() - Method in class org.apache.http.entity.SerializableEntityHC4
 
getContent() - Method in class org.apache.http.entity.StringEntityHC4
 
getContentCharSet(HttpEntity) - Static method in class org.apache.http.util.EntityUtilsHC4
Deprecated. (4.1.3) use ContentType.getOrDefault(HttpEntity)
getContentEncoding() - Method in class org.apache.http.client.entity.DeflateDecompressingEntity
getContentEncoding() - Method in class org.apache.http.client.entity.EntityBuilder
Returns content encoding of the entity, if set.
getContentEncoding() - Method in class org.apache.http.client.entity.GzipCompressingEntity
 
getContentEncoding() - Method in class org.apache.http.client.entity.GzipDecompressingEntity
getContentEncoding() - Method in class org.apache.http.entity.AbstractHttpEntityHC4
Obtains the Content-Encoding header.
getContentEncoding() - Method in class org.apache.http.entity.HttpEntityWrapperHC4
 
getContentLength() - Method in class org.apache.http.client.entity.DeflateDecompressingEntity
getContentLength() - Method in class org.apache.http.client.entity.GzipCompressingEntity
 
getContentLength() - Method in class org.apache.http.client.entity.GzipDecompressingEntity
getContentLength() - Method in class org.apache.http.entity.BasicHttpEntityHC4
 
getContentLength() - Method in class org.apache.http.entity.BufferedHttpEntityHC4
 
getContentLength() - Method in class org.apache.http.entity.ByteArrayEntityHC4
 
getContentLength() - Method in class org.apache.http.entity.FileEntityHC4
 
getContentLength() - Method in class org.apache.http.entity.HttpEntityWrapperHC4
 
getContentLength() - Method in class org.apache.http.entity.InputStreamEntityHC4
 
getContentLength() - Method in class org.apache.http.entity.SerializableEntityHC4
 
getContentLength() - Method in class org.apache.http.entity.StringEntityHC4
 
getContentMimeType(HttpEntity) - Static method in class org.apache.http.util.EntityUtilsHC4
Deprecated. (4.1.3) use ContentType.getOrDefault(HttpEntity)
getContentType() - Method in class org.apache.http.client.entity.EntityBuilder
Returns ContentType of the entity, if set.
getContentType() - Method in class org.apache.http.entity.AbstractHttpEntityHC4
Obtains the Content-Type header.
getContentType() - Method in class org.apache.http.entity.HttpEntityWrapperHC4
 
getCookieOrigin() - Method in class org.apache.http.client.protocol.HttpClientContext
 
getCookies() - Method in class org.apache.http.impl.client.BasicCookieStoreHC4
Returns an immutable array of cookies that this HTTP state currently contains.
getCookieSpec() - Method in class org.apache.http.client.config.RequestConfig
Determines the name of the cookie specification to be used for HTTP state management.
getCookieSpec() - Method in class org.apache.http.client.protocol.HttpClientContext
 
getCookieSpecRegistry() - Method in class org.apache.http.client.protocol.HttpClientContext
 
getCookieStore() - Method in class org.apache.http.client.protocol.HttpClientContext
 
getCreated() - Method in class org.apache.http.pool.PoolEntry
 
getCredentials() - Method in class org.apache.http.auth.AuthOption
 
getCredentials() - Method in class org.apache.http.auth.AuthStateHC4
Returns actual Credentials.
getCredentials(AuthScope) - Method in class org.apache.http.impl.client.BasicCredentialsProviderHC4
 
getCredentials(AuthScope) - Method in class org.apache.http.impl.client.SystemDefaultCredentialsProvider
 
getCredentialsCharset() - Method in class org.apache.http.impl.auth.RFC2617SchemeHC4
 
getCredentialsProvider() - Method in class org.apache.http.client.protocol.HttpClientContext
 
getDefaultConnectionConfig() - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
getDefaultDomain(CookieOrigin) - Static method in class org.apache.http.impl.cookie.CookieSpecBaseHC4
 
getDefaultMaxPerRoute() - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
getDefaultMaxPerRoute() - Method in class org.apache.http.pool.AbstractConnPool
 
getDefaultMaxPerRoute() - Method in interface org.apache.http.pool.ConnPoolControl
 
getDefaultPath(CookieOrigin) - Static method in class org.apache.http.impl.cookie.CookieSpecBaseHC4
 
getDefaultSocketConfig() - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
getDNSSubjectAlts(X509Certificate) - Static method in class org.apache.http.conn.ssl.AbstractVerifierHC4
Extracts the array of SubjectAlt DNS names from an X509Certificate.
getDomain() - Method in class org.apache.http.impl.cookie.BasicClientCookieHC4
Returns domain attribute of the cookie.
getEntity() - Method in class org.apache.http.client.methods.HttpEntityEnclosingRequestBaseHC4
 
getEntity() - Method in class org.apache.http.client.methods.RequestBuilder
 
getEntity() - Method in class org.apache.http.impl.client.EntityEnclosingRequestWrapperHC4
Deprecated.  
getExpiry() - Method in class org.apache.http.pool.PoolEntry
 
getExpiryDate() - Method in class org.apache.http.impl.cookie.BasicClientCookieHC4
Returns the expiration Date of the cookie, or null if none exists.
getFailedConnectionAverageDuration() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics
 
getFailedConnectionCount() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics
 
getFile() - Method in class org.apache.http.client.entity.EntityBuilder
Returns entity content as a File if set using EntityBuilder.setFile(java.io.File) method.
getFirstHeader(String) - Method in class org.apache.http.client.methods.RequestBuilder
 
getFooters() - Method in class org.apache.http.impl.io.ChunkedInputStreamHC4
 
getFragment() - Method in class org.apache.http.client.utils.URIBuilder
 
getFragmentSizeHint() - Method in class org.apache.http.config.ConnectionConfig
 
getHeaders(String) - Method in class org.apache.http.client.methods.RequestBuilder
 
getHost() - Method in class org.apache.http.client.utils.URIBuilder
 
getHttpHost() - Method in class org.apache.http.conn.HttpInetSocketAddress
Deprecated.  
getHttpRoute() - Method in class org.apache.http.client.protocol.HttpClientContext
 
getId() - Method in interface org.apache.http.conn.ManagedHttpClientConnection
Returns connection ID which is expected to be unique for the life span of the connection manager.
getId() - Method in class org.apache.http.impl.conn.DefaultManagedHttpClientConnection
 
getId() - Method in class org.apache.http.pool.PoolEntry
 
getKeepAliveDuration(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultConnectionKeepAliveStrategyHC4
 
getKey(HttpHost) - Method in class org.apache.http.impl.client.BasicAuthCache
 
getLastHeader(String) - Method in class org.apache.http.client.methods.RequestBuilder
 
getLeased() - Method in class org.apache.http.pool.PoolStats
Gets the number of persistent connections tracked by the connection manager currently being used to execute requests.
getLocalAddress() - Method in class org.apache.http.client.config.RequestConfig
Returns local address to be used for request execution.
getLocalAddress() - Method in class org.apache.http.impl.BHttpConnectionBase
 
getLocalPort() - Method in class org.apache.http.impl.BHttpConnectionBase
 
getLocationURI(HttpRequest, HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultRedirectStrategy
 
getMalformedInputAction() - Method in class org.apache.http.config.ConnectionConfig
 
getMax() - Method in class org.apache.http.pool.PoolStats
Gets the maximum number of allowed persistent connections.
getMaxHeaderCount() - Method in class org.apache.http.config.MessageConstraints
 
getMaxLineLength() - Method in class org.apache.http.config.MessageConstraints
 
getMaxPerRoute(HttpRoute) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
getMaxPerRoute(T) - Method in class org.apache.http.pool.AbstractConnPool
 
getMaxPerRoute(T) - Method in interface org.apache.http.pool.ConnPoolControl
 
getMaxRedirects() - Method in class org.apache.http.client.config.RequestConfig
Returns the maximum number of redirects to be followed.
getMaxTotal() - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
getMaxTotal() - Method in class org.apache.http.pool.AbstractConnPool
 
getMaxTotal() - Method in interface org.apache.http.pool.ConnPoolControl
 
getMessageConstraints() - Method in class org.apache.http.config.ConnectionConfig
 
getMessageConstraints(HttpParams) - Static method in class org.apache.http.params.HttpParamConfig
Deprecated.  
getMethod() - Method in class org.apache.http.client.methods.HttpDeleteHC4
 
getMethod() - Method in class org.apache.http.client.methods.HttpGetHC4
 
getMethod() - Method in class org.apache.http.client.methods.HttpHeadHC4
 
getMethod() - Method in class org.apache.http.client.methods.HttpOptionsHC4
 
getMethod() - Method in class org.apache.http.client.methods.HttpPatch
 
getMethod() - Method in class org.apache.http.client.methods.HttpPostHC4
 
getMethod() - Method in class org.apache.http.client.methods.HttpPutHC4
 
getMethod() - Method in class org.apache.http.client.methods.HttpRequestBaseHC4
 
getMethod() - Method in class org.apache.http.client.methods.HttpRequestWrapper
 
getMethod() - Method in class org.apache.http.client.methods.HttpTraceHC4
 
getMethod() - Method in class org.apache.http.client.methods.RequestBuilder
 
getMetrics() - Method in class org.apache.http.impl.BHttpConnectionBase
 
getMetrics() - Method in class org.apache.http.impl.io.SessionInputBufferImpl
 
getMetrics() - Method in class org.apache.http.impl.io.SessionOutputBufferImpl
 
getMimeType() - Method in class org.apache.http.entity.ContentType
 
getModule() - Method in class org.apache.http.util.VersionInfoHC4
Obtains the name of the versioned module or informal unit.
getName() - Method in class org.apache.http.impl.cookie.BasicClientCookieHC4
Returns the name.
getNames() - Method in interface org.apache.http.params.HttpParamsNames
Deprecated. Returns the current set of names; in the case of stacked parameters, returns the names from all the participating HttpParams instances.
getOrDefault(HttpEntity) - Static method in class org.apache.http.entity.ContentType
Extracts Content-Type value from HttpEntity or returns the default value ContentType.DEFAULT_TEXT if not explicitly specified.
getOriginal() - Method in class org.apache.http.client.methods.HttpRequestWrapper
 
getPackage() - Method in class org.apache.http.util.VersionInfoHC4
Obtains the package name.
getParameter(String) - Method in class org.apache.http.entity.ContentType
 
getParameter(String) - Method in class org.apache.http.impl.auth.NTLMSchemeHC4
 
getParameter(String) - Method in class org.apache.http.impl.auth.RFC2617SchemeHC4
Returns authentication parameter with the given name, if available.
getParameters() - Method in class org.apache.http.client.entity.EntityBuilder
Returns entity content as a parameter list if set using EntityBuilder.setParameters(java.util.List) or EntityBuilder.setParameters(org.apache.http.NameValuePair...) methods.
getParameters() - Method in class org.apache.http.client.methods.RequestBuilder
 
getParameters() - Method in class org.apache.http.impl.auth.RFC2617SchemeHC4
Returns authentication parameters map.
getParams() - Method in class org.apache.http.client.methods.HttpRequestWrapper
Deprecated. (4.3) use RequestConfig.
getParams() - Method in class org.apache.http.impl.client.ProxyClient
Deprecated. (4.3) do not use.
getPath() - Method in class org.apache.http.client.utils.URIBuilder
 
getPath() - Method in class org.apache.http.impl.cookie.BasicClientCookieHC4
Returns the path attribute of the cookie
getPending() - Method in class org.apache.http.pool.PoolStats
Gets the number of connection requests being blocked awaiting a free connection.
getPort() - Method in class org.apache.http.client.utils.URIBuilder
 
getPorts() - Method in class org.apache.http.impl.cookie.BasicClientCookie2HC4
 
getPorts() - Method in class org.apache.http.impl.cookie.BasicClientCookieHC4
Returns null.
getProtocolVersion() - Method in class org.apache.http.client.methods.HttpRequestBaseHC4
 
getProtocolVersion() - Method in class org.apache.http.client.methods.HttpRequestWrapper
 
getProxy() - Method in class org.apache.http.client.config.RequestConfig
Returns HTTP proxy to be used for request execution.
getProxyAuthState() - Method in class org.apache.http.client.protocol.HttpClientContext
 
getProxyPreferredAuthSchemes() - Method in class org.apache.http.client.config.RequestConfig
Determines the order of preference for supported authentication schemes when authenticating with the proxy host.
getQueryParams() - Method in class org.apache.http.client.utils.URIBuilder
 
getRealm() - Method in class org.apache.http.impl.auth.NTLMSchemeHC4
 
getRealm() - Method in class org.apache.http.impl.auth.RFC2617SchemeHC4
Returns authentication realm.
getReason(int, Locale) - Method in class org.apache.http.impl.EnglishReasonPhraseCatalogHC4
Obtains the reason phrase for a status code.
getRedirect(HttpRequest, HttpResponse, HttpContext) - Method in interface org.apache.http.client.RedirectStrategy
Determines the redirect location given the response from the target server and the current request execution context and generates a new request to be sent to the location.
getRedirect(HttpRequest, HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultRedirectStrategy
 
getRedirectLocations() - Method in class org.apache.http.client.protocol.HttpClientContext
 
getRelease() - Method in class org.apache.http.util.VersionInfoHC4
Obtains the release of the versioned module or informal unit.
getRemoteAddress() - Method in class org.apache.http.impl.BHttpConnectionBase
 
getRemotePort() - Method in class org.apache.http.impl.BHttpConnectionBase
 
getRequest() - Method in class org.apache.http.protocol.HttpCoreContext
 
getRequestAverageDuration() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics
 
getRequestConfig(HttpParams) - Static method in class org.apache.http.client.params.HttpClientParamConfig
Deprecated.  
getRequestConfig() - Method in class org.apache.http.client.protocol.HttpClientContext
 
getRequestCount() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics
 
getRequestLine() - Method in class org.apache.http.client.methods.HttpRequestBaseHC4
 
getRequestLine() - Method in class org.apache.http.client.methods.HttpRequestWrapper
 
getResponse() - Method in exception org.apache.http.impl.execchain.TunnelRefusedException
 
getResponse() - Method in class org.apache.http.protocol.HttpCoreContext
 
getRetryCount() - Method in class org.apache.http.impl.client.DefaultHttpRequestRetryHandlerHC4
 
getRetryInterval() - Method in interface org.apache.http.client.ServiceUnavailableRetryStrategy
 
getRetryInterval() - Method in class org.apache.http.impl.client.DefaultServiceUnavailableRetryStrategy
 
getRoute() - Method in interface org.apache.http.conn.HttpRoutedConnection
Deprecated. Obtains the current route of this connection.
getRoute() - Method in class org.apache.http.pool.PoolEntry
 
getScheduledConnectionCount() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics
 
getScheme() - Method in class org.apache.http.client.utils.URIBuilder
 
getSchemeName() - Method in class org.apache.http.impl.auth.BasicSchemeHC4
Returns textual designation of the basic authentication scheme.
getSchemeName() - Method in class org.apache.http.impl.auth.DigestSchemeHC4
Returns textual designation of the digest authentication scheme.
getSchemeName() - Method in class org.apache.http.impl.auth.NTLMSchemeHC4
 
getSerializable() - Method in class org.apache.http.client.entity.EntityBuilder
Returns entity content as a Serializable if set using EntityBuilder.setSerializable(java.io.Serializable) method.
getSessionInputBuffer() - Method in class org.apache.http.impl.BHttpConnectionBase
 
getSessionOutputBuffer() - Method in class org.apache.http.impl.BHttpConnectionBase
 
getSocket() - Method in interface org.apache.http.conn.ManagedHttpClientConnection
Returns the underlying socket.
getSocket() - Method in class org.apache.http.impl.BHttpConnectionBase
 
getSocket() - Method in class org.apache.http.impl.conn.DefaultManagedHttpClientConnection
 
getSocketConfig() - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
 
getSocketConfig(HttpHost) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
getSocketConfig(HttpParams) - Static method in class org.apache.http.params.HttpParamConfig
Deprecated.  
getSocketFactory() - Static method in class org.apache.http.conn.socket.PlainConnectionSocketFactory
 
getSocketFactory() - Static method in class org.apache.http.conn.ssl.SSLConnectionSocketFactory
Obtains default SSL socket factory with an SSL context based on the standard JSSE trust material (cacerts file in the security properties directory).
getSocketInputStream(Socket) - Method in class org.apache.http.impl.BHttpConnectionBase
 
getSocketOutputStream(Socket) - Method in class org.apache.http.impl.BHttpConnectionBase
 
getSocketTimeout() - Method in class org.apache.http.client.config.RequestConfig
Defines the socket timeout (SO_TIMEOUT) in milliseconds, which is the timeout for waiting for data or, put differently, a maximum period inactivity between two consecutive data packets).
getSocketTimeout() - Method in class org.apache.http.impl.BHttpConnectionBase
 
getSoLinger() - Method in class org.apache.http.config.SocketConfig
Determines the default value of the SocketOptions.SO_LINGER parameter for newly created sockets.
getSoTimeout() - Method in class org.apache.http.config.SocketConfig
Determines the default socket timeout value for non-blocking I/O operations.
getSSLSession() - Method in interface org.apache.http.conn.HttpRoutedConnection
Deprecated. Obtains the SSL session of the underlying connection, if any.
getSSLSession() - Method in interface org.apache.http.conn.ManagedHttpClientConnection
Obtains the SSL session of the underlying connection, if any.
getSSLSession() - Method in class org.apache.http.impl.conn.DefaultManagedHttpClientConnection
 
getState() - Method in class org.apache.http.auth.AuthStateHC4
 
getState() - Method in class org.apache.http.pool.PoolEntry
 
getStats(HttpRoute) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
getStats(T) - Method in class org.apache.http.pool.AbstractConnPool
 
getStats(T) - Method in interface org.apache.http.pool.ConnPoolControl
 
getStream() - Method in class org.apache.http.client.entity.EntityBuilder
Returns entity content as a InputStream if set using EntityBuilder.setStream(java.io.InputStream) method.
getSuccessfulConnectionAverageDuration() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics
 
getSuccessfulConnectionCount() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics
 
getSystemSocketFactory() - Static method in class org.apache.http.conn.ssl.SSLConnectionSocketFactory
Obtains default SSL socket factory with an SSL context based on system properties as described in "JavaTM Secure Socket Extension (JSSE) Reference Guide for the JavaTM 2 Platform Standard Edition 5
getTargetAuthState() - Method in class org.apache.http.client.protocol.HttpClientContext
 
getTargetHost() - Method in class org.apache.http.protocol.HttpCoreContext
 
getTargetPreferredAuthSchemes() - Method in class org.apache.http.client.config.RequestConfig
Determines the order of preference for supported authentication schemes when authenticating with the target host.
getTaskAverageDuration() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics
 
getTaskCount() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics
 
getText() - Method in class org.apache.http.client.entity.EntityBuilder
Returns entity content as a string if set using EntityBuilder.setText(String) method.
getTimestamp() - Method in class org.apache.http.util.VersionInfoHC4
Obtains the timestamp of the versioned module or informal unit.
getTotalStats() - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
getTotalStats() - Method in class org.apache.http.pool.AbstractConnPool
 
getTotalStats() - Method in interface org.apache.http.pool.ConnPoolControl
 
getType() - Method in class org.apache.http.conn.ssl.PrivateKeyDetails
 
getUnmappableInputAction() - Method in class org.apache.http.config.ConnectionConfig
 
getUpdated() - Method in class org.apache.http.pool.PoolEntry
 
getURI() - Method in class org.apache.http.client.methods.HttpRequestBaseHC4
Returns the original request URI.
getURI() - Method in class org.apache.http.client.methods.HttpRequestWrapper
 
getUri() - Method in class org.apache.http.client.methods.RequestBuilder
 
getUserAgent(String, String, Class<?>) - Static method in class org.apache.http.util.VersionInfoHC4
Sets the user agent to "<name>/<release> (Java 1.5 minimum; Java/<java.version>)".
getUserInfo() - Method in class org.apache.http.client.utils.URIBuilder
 
getUserToken(Class<T>) - Method in class org.apache.http.client.protocol.HttpClientContext
 
getUserToken() - Method in class org.apache.http.client.protocol.HttpClientContext
 
getUserToken(HttpContext) - Method in class org.apache.http.impl.client.DefaultUserTokenHandlerHC4
 
getUserToken(HttpContext) - Method in class org.apache.http.impl.client.NoopUserTokenHandler
 
getValidUnit() - Method in class org.apache.http.pool.PoolEntry
 
getValue() - Method in class org.apache.http.impl.cookie.BasicClientCookieHC4
Returns the value.
getVersion() - Method in class org.apache.http.client.methods.RequestBuilder
 
getVersion() - Method in class org.apache.http.impl.cookie.BasicClientCookieHC4
Returns the version of the cookie specification to which this cookie conforms.
getVersion() - Method in class org.apache.http.impl.cookie.BestMatchSpecHC4
 
getVersion() - Method in class org.apache.http.impl.cookie.BrowserCompatSpecHC4
 
getVersion() - Method in class org.apache.http.impl.cookie.IgnoreSpec
 
getVersion() - Method in class org.apache.http.impl.cookie.NetscapeDraftSpecHC4
 
getVersion() - Method in class org.apache.http.impl.cookie.RFC2109SpecHC4
 
getVersion() - Method in class org.apache.http.impl.cookie.RFC2965SpecHC4
 
getVersionHeader() - Method in class org.apache.http.impl.cookie.BestMatchSpecHC4
 
getVersionHeader() - Method in class org.apache.http.impl.cookie.BrowserCompatSpecHC4
 
getVersionHeader() - Method in class org.apache.http.impl.cookie.IgnoreSpec
 
getVersionHeader() - Method in class org.apache.http.impl.cookie.NetscapeDraftSpecHC4
 
getVersionHeader() - Method in class org.apache.http.impl.cookie.RFC2109SpecHC4
 
getVersionHeader() - Method in class org.apache.http.impl.cookie.RFC2965SpecHC4
 
GMT - Static variable in class org.apache.http.client.utils.DateUtils
 
GuardedBy - Annotation Type in org.apache.http.annotation
The field or method to which this annotation is applied can only be accessed when holding a particular lock, which may be a built-in (synchronization) lock, or may be an explicit java.util.concurrent.Lock.
gzipCompress() - Method in class org.apache.http.client.entity.EntityBuilder
Makes entity GZIP compressed.
GzipCompressingEntity - Class in org.apache.http.client.entity
Wrapping entity that compresses content when writing.
GzipCompressingEntity(HttpEntity) - Constructor for class org.apache.http.client.entity.GzipCompressingEntity
 
GzipDecompressingEntity - Class in org.apache.http.client.entity
HttpEntityWrapper for handling gzip Content Coded responses.
GzipDecompressingEntity(HttpEntity) - Constructor for class org.apache.http.client.entity.GzipDecompressingEntity
Creates a new GzipDecompressingEntity which will wrap the specified HttpEntity.

H

handleAsIdempotent(HttpRequest) - Method in class org.apache.http.impl.client.DefaultHttpRequestRetryHandlerHC4
 
handleAsIdempotent(HttpRequest) - Method in class org.apache.http.impl.client.StandardHttpRequestRetryHandler
 
handleAuthChallenge(HttpHost, HttpResponse, AuthenticationStrategy, AuthStateHC4, HttpContext) - Method in class org.apache.http.impl.auth.HttpAuthenticator
 
handleResponse(HttpResponse) - Method in class org.apache.http.impl.client.BasicResponseHandlerHC4
Returns the response body as a String if the response was successful (a 2xx status code).
hasAuthOptions() - Method in class org.apache.http.auth.AuthStateHC4
Returns true if AuthOptions are available, false otherwise.
hasBufferedData() - Method in class org.apache.http.impl.io.SessionInputBufferImpl
 
hasProtocolVersion(CharArrayBuffer, ParserCursor) - Method in class org.apache.http.message.BasicLineParserHC4
 
head() - Static method in class org.apache.http.client.methods.RequestBuilder
 
HOST - Static variable in class org.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.23
HT - Static variable in class org.apache.http.Consts
 
HTTP_CONNECTION - Static variable in class org.apache.http.protocol.HttpCoreContext
Attribute name of a HttpConnection object that represents the actual HTTP connection.
HTTP_REQ_SENT - Static variable in class org.apache.http.protocol.HttpCoreContext
Attribute name of a Boolean object that represents the the flag indicating whether the actual request has been fully transmitted to the target host.
HTTP_REQUEST - Static variable in class org.apache.http.protocol.HttpCoreContext
Attribute name of a HttpRequest object that represents the actual HTTP request.
HTTP_RESPONSE - Static variable in class org.apache.http.protocol.HttpCoreContext
Attribute name of a HttpResponse object that represents the actual HTTP response.
HTTP_ROUTE - Static variable in class org.apache.http.client.protocol.HttpClientContext
Attribute name of a RouteInfo object that represents the actual connection route.
HTTP_TARGET_HOST - Static variable in class org.apache.http.protocol.HttpCoreContext
Attribute name of a HttpHost object that represents the connection target.
HttpAuthenticator - Class in org.apache.http.impl.auth
 
HttpAuthenticator(Log) - Constructor for class org.apache.http.impl.auth.HttpAuthenticator
 
HttpAuthenticator() - Constructor for class org.apache.http.impl.auth.HttpAuthenticator
 
HttpClientBuilder - Class in org.apache.http.impl.client
Builder for CloseableHttpClient instances.
HttpClientBuilder() - Constructor for class org.apache.http.impl.client.HttpClientBuilder
 
HttpClientConnectionManager - Interface in org.apache.http.conn
Represents a manager of persistent client connections.
HttpClientContext - Class in org.apache.http.client.protocol
Adaptor class that provides convenience type safe setters and getters for common HttpContext attributes used in the course of HTTP request execution.
HttpClientContext(HttpContext) - Constructor for class org.apache.http.client.protocol.HttpClientContext
 
HttpClientContext() - Constructor for class org.apache.http.client.protocol.HttpClientContext
 
HttpClientParamConfig - Class in org.apache.http.client.params
Deprecated. (4.3) provided for compatibility with HttpParams. Do not use.
HttpClients - Class in org.apache.http.impl.client
Factory methods for CloseableHttpClient instances.
HttpClientUtils - Class in org.apache.http.client.utils
Convenience methods for closing response and client objects.
HttpConnectionFactory<T,C extends org.apache.http.HttpConnection> - Interface in org.apache.http.conn
Generic HttpConnection factory.
HttpConnectionFactory<T extends org.apache.http.HttpConnection> - Interface in org.apache.http
Factory for HttpConnection instances.
HttpCoreContext - Class in org.apache.http.protocol
Implementation of HttpContext that provides convenience setters for user assignable attributes and getter for readable attributes.
HttpCoreContext(HttpContext) - Constructor for class org.apache.http.protocol.HttpCoreContext
 
HttpCoreContext() - Constructor for class org.apache.http.protocol.HttpCoreContext
 
HttpDeleteHC4 - Class in org.apache.http.client.methods
HTTP DELETE method
HttpDeleteHC4() - Constructor for class org.apache.http.client.methods.HttpDeleteHC4
 
HttpDeleteHC4(URI) - Constructor for class org.apache.http.client.methods.HttpDeleteHC4
 
HttpDeleteHC4(String) - Constructor for class org.apache.http.client.methods.HttpDeleteHC4
 
HttpEntityEnclosingRequestBaseHC4 - Class in org.apache.http.client.methods
Basic implementation of an entity enclosing HTTP request that can be modified
HttpEntityEnclosingRequestBaseHC4() - Constructor for class org.apache.http.client.methods.HttpEntityEnclosingRequestBaseHC4
 
HttpEntityWrapperHC4 - Class in org.apache.http.entity
Base class for wrapping entities.
HttpEntityWrapperHC4(HttpEntity) - Constructor for class org.apache.http.entity.HttpEntityWrapperHC4
Creates a new entity wrapper.
HttpExecutionAware - Interface in org.apache.http.client.methods
Interface to be implemented by any object that wishes to be notified of blocking I/O operations that could be cancelled.
HttpGetHC4 - Class in org.apache.http.client.methods
HTTP GET method.
HttpGetHC4() - Constructor for class org.apache.http.client.methods.HttpGetHC4
 
HttpGetHC4(URI) - Constructor for class org.apache.http.client.methods.HttpGetHC4
 
HttpGetHC4(String) - Constructor for class org.apache.http.client.methods.HttpGetHC4
 
HttpHeaders - Class in org.apache.http
Constants enumerating the HTTP headers.
HttpHeadHC4 - Class in org.apache.http.client.methods
HTTP HEAD method.
HttpHeadHC4() - Constructor for class org.apache.http.client.methods.HttpHeadHC4
 
HttpHeadHC4(URI) - Constructor for class org.apache.http.client.methods.HttpHeadHC4
 
HttpHeadHC4(String) - Constructor for class org.apache.http.client.methods.HttpHeadHC4
 
HttpInetSocketAddress - Class in org.apache.http.conn
Deprecated. (4.3)
HttpInetSocketAddress(HttpHost, InetAddress, int) - Constructor for class org.apache.http.conn.HttpInetSocketAddress
Deprecated.  
HttpMessageParserFactory<T extends org.apache.http.HttpMessage> - Interface in org.apache.http.io
Factory for HttpMessageParser instances.
HttpMessageWriterFactory<T extends org.apache.http.HttpMessage> - Interface in org.apache.http.io
Factory for HttpMessageWriter instances.
HttpOptionsHC4 - Class in org.apache.http.client.methods
HTTP OPTIONS method.
HttpOptionsHC4() - Constructor for class org.apache.http.client.methods.HttpOptionsHC4
 
HttpOptionsHC4(URI) - Constructor for class org.apache.http.client.methods.HttpOptionsHC4
 
HttpOptionsHC4(String) - Constructor for class org.apache.http.client.methods.HttpOptionsHC4
 
HttpParamConfig - Class in org.apache.http.params
Deprecated. (4.3) provided for compatibility with HttpParams. Do not use.
HttpParamsNames - Interface in org.apache.http.params
Deprecated. (4.3) use configuration classes provided 'org.apache.http.config' and 'org.apache.http.client.config'
HttpPatch - Class in org.apache.http.client.methods
HTTP PATCH method.
HttpPatch() - Constructor for class org.apache.http.client.methods.HttpPatch
 
HttpPatch(URI) - Constructor for class org.apache.http.client.methods.HttpPatch
 
HttpPatch(String) - Constructor for class org.apache.http.client.methods.HttpPatch
 
HttpPostHC4 - Class in org.apache.http.client.methods
HTTP POST method.
HttpPostHC4() - Constructor for class org.apache.http.client.methods.HttpPostHC4
 
HttpPostHC4(URI) - Constructor for class org.apache.http.client.methods.HttpPostHC4
 
HttpPostHC4(String) - Constructor for class org.apache.http.client.methods.HttpPostHC4
 
HttpProcessorBuilder - Class in org.apache.http.protocol
Builder for HttpProcessor instances.
HttpPutHC4 - Class in org.apache.http.client.methods
HTTP PUT method.
HttpPutHC4() - Constructor for class org.apache.http.client.methods.HttpPutHC4
 
HttpPutHC4(URI) - Constructor for class org.apache.http.client.methods.HttpPutHC4
 
HttpPutHC4(String) - Constructor for class org.apache.http.client.methods.HttpPutHC4
 
HttpRequestBaseHC4 - Class in org.apache.http.client.methods
Base implementation of HttpUriRequest.
HttpRequestBaseHC4() - Constructor for class org.apache.http.client.methods.HttpRequestBaseHC4
 
HttpRequestFutureTask<V> - Class in org.apache.http.impl.client
FutureTask implementation that wraps a HttpAsyncClientCallable and exposes various task specific metrics.
HttpRequestFutureTask(HttpUriRequest, HttpRequestTaskCallable<V>) - Constructor for class org.apache.http.impl.client.HttpRequestFutureTask
 
HttpRequestHandlerMapper - Interface in org.apache.http.protocol
HttpRequestHandlerMapper can be used to resolve an instance of HttpRequestHandler matching a particular HttpRequest.
HttpRequestWrapper - Class in org.apache.http.client.methods
A wrapper class for HttpRequest that can be used to change properties of the current request without modifying the original object.
HttpRoutedConnection - Interface in org.apache.http.conn
Deprecated. (4.3) replaced by HttpClientConnectionManager.
HttpTraceHC4 - Class in org.apache.http.client.methods
HTTP TRACE method.
HttpTraceHC4() - Constructor for class org.apache.http.client.methods.HttpTraceHC4
 
HttpTraceHC4(URI) - Constructor for class org.apache.http.client.methods.HttpTraceHC4
 
HttpTraceHC4(String) - Constructor for class org.apache.http.client.methods.HttpTraceHC4
 

I

IdentityInputStreamHC4 - Class in org.apache.http.impl.io
Input stream that reads data without any transformation.
IdentityInputStreamHC4(SessionInputBuffer) - Constructor for class org.apache.http.impl.io.IdentityInputStreamHC4
Wraps session input stream and reads input until the the end of stream.
IdentityOutputStreamHC4 - Class in org.apache.http.impl.io
Output stream that writes data without any transformation.
IdentityOutputStreamHC4(SessionOutputBuffer) - Constructor for class org.apache.http.impl.io.IdentityOutputStreamHC4
 
Idn - Interface in org.apache.http.client.utils
Abstraction of international domain name (IDN) conversion.
IF - Static variable in class org.apache.http.HttpHeaders
RFC 2518 (WevDAV) Section 9.4
IF_MATCH - Static variable in class org.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.24
IF_MODIFIED_SINCE - Static variable in class org.apache.http.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.9, RFC 2616 (HTTP/1.1) Section 14.25
IF_NONE_MATCH - Static variable in class org.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.26
IF_RANGE - Static variable in class org.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.27
IF_UNMODIFIED_SINCE - Static variable in class org.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.28
IGNORE_COOKIES - Static variable in class org.apache.http.client.config.CookieSpecs
The policy that ignores cookies.
IgnoreSpec - Class in org.apache.http.impl.cookie
CookieSpec that ignores all cookies
IgnoreSpec() - Constructor for class org.apache.http.impl.cookie.IgnoreSpec
 
IgnoreSpecFactory - Class in org.apache.http.impl.cookie
CookieSpecProvider implementation that ignores all cookies.
IgnoreSpecFactory() - Constructor for class org.apache.http.impl.cookie.IgnoreSpecFactory
 
Immutable - Annotation Type in org.apache.http.annotation
The class to which this annotation is applied is immutable.
ImmutableHttpProcessor - Class in org.apache.http.protocol
Immutable HttpProcessor.
ImmutableHttpProcessor(HttpRequestInterceptor[], HttpResponseInterceptor[]) - Constructor for class org.apache.http.protocol.ImmutableHttpProcessor
 
ImmutableHttpProcessor(List<HttpRequestInterceptor>, List<HttpResponseInterceptor>) - Constructor for class org.apache.http.protocol.ImmutableHttpProcessor
 
ImmutableHttpProcessor(HttpRequestInterceptorList, HttpResponseInterceptorList) - Constructor for class org.apache.http.protocol.ImmutableHttpProcessor
Deprecated. (4.3) do not use.
ImmutableHttpProcessor(HttpRequestInterceptor...) - Constructor for class org.apache.http.protocol.ImmutableHttpProcessor
 
ImmutableHttpProcessor(HttpResponseInterceptor...) - Constructor for class org.apache.http.protocol.ImmutableHttpProcessor
 
incrementRequestCount() - Method in class org.apache.http.impl.BHttpConnectionBase
 
incrementResponseCount() - Method in class org.apache.http.impl.BHttpConnectionBase
 
InetAddressUtilsHC4 - Class in org.apache.http.conn.util
A collection of utilities relating to InetAddresses.
initBuffer(CharArrayBuffer) - Method in class org.apache.http.message.BasicLineFormatterHC4
Obtains a buffer for formatting.
InMemoryDnsResolver - Class in org.apache.http.impl.conn
In-memory DnsResolver implementation.
InMemoryDnsResolver() - Constructor for class org.apache.http.impl.conn.InMemoryDnsResolver
Builds a DNS resolver that will resolve the host names against a collection held in-memory.
input(InputStream) - Method in class org.apache.http.impl.conn.WireHC4
 
input(byte[], int, int) - Method in class org.apache.http.impl.conn.WireHC4
 
input(byte[]) - Method in class org.apache.http.impl.conn.WireHC4
 
input(int) - Method in class org.apache.http.impl.conn.WireHC4
 
input(String) - Method in class org.apache.http.impl.conn.WireHC4
 
InputStreamEntityHC4 - Class in org.apache.http.entity
A streamed, non-repeatable entity that obtains its content from an InputStream.
InputStreamEntityHC4(InputStream) - Constructor for class org.apache.http.entity.InputStreamEntityHC4
Creates an entity with an unknown length.
InputStreamEntityHC4(InputStream, long) - Constructor for class org.apache.http.entity.InputStreamEntityHC4
Creates an entity with a specified content length.
InputStreamEntityHC4(InputStream, ContentType) - Constructor for class org.apache.http.entity.InputStreamEntityHC4
Creates an entity with a content type and unknown length.
InputStreamEntityHC4(InputStream, long, ContentType) - Constructor for class org.apache.http.entity.InputStreamEntityHC4
 
INSTANCE - Static variable in class org.apache.http.conn.socket.PlainConnectionSocketFactory
 
INSTANCE - Static variable in class org.apache.http.impl.client.DefaultConnectionKeepAliveStrategyHC4
 
INSTANCE - Static variable in class org.apache.http.impl.client.DefaultHttpRequestRetryHandlerHC4
 
INSTANCE - Static variable in class org.apache.http.impl.client.DefaultRedirectStrategy
 
INSTANCE - Static variable in class org.apache.http.impl.client.DefaultUserTokenHandlerHC4
 
INSTANCE - Static variable in class org.apache.http.impl.client.NoopUserTokenHandler
 
INSTANCE - Static variable in class org.apache.http.impl.client.ProxyAuthenticationStrategy
 
INSTANCE - Static variable in class org.apache.http.impl.client.TargetAuthenticationStrategy
 
INSTANCE - Static variable in class org.apache.http.impl.conn.DefaultHttpResponseParserFactory
 
INSTANCE - Static variable in class org.apache.http.impl.conn.DefaultSchemePortResolver
 
INSTANCE - Static variable in class org.apache.http.impl.conn.ManagedHttpClientConnectionFactory
 
INSTANCE - Static variable in class org.apache.http.impl.conn.SystemDefaultDnsResolver
 
INSTANCE - Static variable in class org.apache.http.impl.DefaultBHttpClientConnectionFactory
 
INSTANCE - Static variable in class org.apache.http.impl.DefaultBHttpServerConnectionFactory
 
INSTANCE - Static variable in class org.apache.http.impl.DefaultConnectionReuseStrategyHC4
 
INSTANCE - Static variable in class org.apache.http.impl.DefaultHttpRequestFactoryHC4
 
INSTANCE - Static variable in class org.apache.http.impl.DefaultHttpResponseFactoryHC4
 
INSTANCE - Static variable in class org.apache.http.impl.EnglishReasonPhraseCatalogHC4
The default instance of this catalog.
INSTANCE - Static variable in class org.apache.http.impl.entity.DisallowIdentityContentLengthStrategy
 
INSTANCE - Static variable in class org.apache.http.impl.entity.LaxContentLengthStrategyHC4
 
INSTANCE - Static variable in class org.apache.http.impl.entity.StrictContentLengthStrategyHC4
 
INSTANCE - Static variable in class org.apache.http.impl.io.DefaultHttpRequestParserFactory
 
INSTANCE - Static variable in class org.apache.http.impl.io.DefaultHttpRequestWriterFactory
 
INSTANCE - Static variable in class org.apache.http.impl.io.DefaultHttpResponseParserFactory
 
INSTANCE - Static variable in class org.apache.http.impl.io.DefaultHttpResponseWriterFactory
 
INSTANCE - Static variable in class org.apache.http.impl.NoConnectionReuseStrategyHC4
 
INSTANCE - Static variable in class org.apache.http.message.BasicHeaderValueFormatterHC4
 
INSTANCE - Static variable in class org.apache.http.message.BasicHeaderValueParserHC4
 
INSTANCE - Static variable in class org.apache.http.message.BasicLineFormatterHC4
 
INSTANCE - Static variable in class org.apache.http.message.BasicLineParserHC4
 
invalidate() - Method in class org.apache.http.auth.AuthStateHC4
Deprecated. (4.2) use AuthStateHC4.reset()
isAborted() - Method in class org.apache.http.client.methods.AbstractExecutionAwareRequest
 
isAborted() - Method in interface org.apache.http.client.methods.HttpExecutionAware
 
isAborted() - Method in class org.apache.http.client.methods.HttpRequestWrapper
 
isAbsolute() - Method in class org.apache.http.client.utils.URIBuilder
 
isAuthenticationEnabled() - Method in class org.apache.http.client.config.RequestConfig
Determines whether authentication should be handled automatically.
isAuthenticationRequested(HttpHost, HttpResponse, HttpContext) - Method in interface org.apache.http.client.AuthenticationStrategy
Determines if the given HTTP response response represents an authentication challenge that was sent back as a result of authentication failure.
isAuthenticationRequested(HttpHost, HttpResponse, AuthenticationStrategy, AuthStateHC4, HttpContext) - Method in class org.apache.http.impl.auth.HttpAuthenticator
 
isBlank(CharSequence) - Static method in class org.apache.http.util.TextUtils
 
isBound() - Method in class org.apache.http.impl.io.SessionInputBufferImpl
 
isBound() - Method in class org.apache.http.impl.io.SessionOutputBufferImpl
 
isCancelled() - Method in class org.apache.http.concurrent.BasicFuture
 
isChunked() - Method in class org.apache.http.client.entity.EntityBuilder
Returns true if entity is to be chunk coded, false otherwise.
isChunked() - Method in class org.apache.http.client.entity.GzipCompressingEntity
 
isChunked() - Method in class org.apache.http.entity.AbstractHttpEntityHC4
Obtains the 'chunked' flag.
isChunked() - Method in class org.apache.http.entity.BufferedHttpEntityHC4
Tells that this entity does not have to be chunked.
isChunked() - Method in class org.apache.http.entity.HttpEntityWrapperHC4
 
isCircularRedirectsAllowed() - Method in class org.apache.http.client.config.RequestConfig
Determines whether circular redirects (redirects to the same location) should be allowed.
isClosed() - Method in class org.apache.http.impl.pool.BasicPoolEntry
 
isClosed() - Method in class org.apache.http.pool.PoolEntry
Returns true if the pool entry has been invalidated.
isComplete() - Method in class org.apache.http.impl.auth.BasicSchemeHC4
Tests if the Basic authentication process has been completed.
isComplete() - Method in class org.apache.http.impl.auth.DigestSchemeHC4
Tests if the Digest authentication process has been completed.
isComplete() - Method in class org.apache.http.impl.auth.NTLMSchemeHC4
 
isConnectionBased() - Method in class org.apache.http.impl.auth.BasicSchemeHC4
Returns false.
isConnectionBased() - Method in class org.apache.http.impl.auth.DigestSchemeHC4
Returns false.
isConnectionBased() - Method in class org.apache.http.impl.auth.NTLMSchemeHC4
 
isDataAvailable(int) - Method in class org.apache.http.impl.io.SessionInputBufferImpl
 
isDone() - Method in class org.apache.http.concurrent.BasicFuture
 
isEmpty(CharSequence) - Static method in class org.apache.http.util.TextUtils
 
isEncoded(HttpEntity) - Static method in class org.apache.http.client.utils.URLEncodedUtilsHC4
Returns true if the entity's Content-Type header is application/x-www-form-urlencoded.
isExpectContinueEnabled() - Method in class org.apache.http.client.config.RequestConfig
Determines whether the 'Expect: 100-Continue' handshake is enabled for entity enclosing methods.
isExpired(Date) - Method in class org.apache.http.impl.cookie.BasicClientCookie2HC4
 
isExpired(Date) - Method in class org.apache.http.impl.cookie.BasicClientCookieHC4
Returns true if this cookie has expired.
isExpired(long) - Method in class org.apache.http.pool.PoolEntry
 
isGzipCompress() - Method in class org.apache.http.client.entity.EntityBuilder
Returns true if entity is to be GZIP compressed, false otherwise.
isIPv4Address(String) - Static method in class org.apache.http.conn.util.InetAddressUtilsHC4
Checks whether the parameter is a valid IPv4 address
isIPv4MappedIPv64Address(String) - Static method in class org.apache.http.conn.util.InetAddressUtilsHC4
 
isIPv6Address(String) - Static method in class org.apache.http.conn.util.InetAddressUtilsHC4
Checks whether the parameter is a valid IPv6 address (including compressed).
isIPv6HexCompressedAddress(String) - Static method in class org.apache.http.conn.util.InetAddressUtilsHC4
Checks whether the parameter is a valid compressed IPv6 address
isIPv6StdAddress(String) - Static method in class org.apache.http.conn.util.InetAddressUtilsHC4
Checks whether the parameter is a valid standard (non-compressed) IPv6 address
ISO_8859_1 - Static variable in class org.apache.http.Consts
 
isOpaque() - Method in class org.apache.http.client.utils.URIBuilder
 
isOpen() - Method in class org.apache.http.impl.BHttpConnectionBase
 
isPersistent() - Method in class org.apache.http.impl.cookie.BasicClientCookie2HC4
 
isPersistent() - Method in class org.apache.http.impl.cookie.BasicClientCookieHC4
Returns false if the cookie should be discarded at the end of the "session"; true otherwise.
isProxy() - Method in class org.apache.http.impl.auth.AuthSchemeBaseHC4
Returns true if authenticating against a proxy, false otherwise.
isReadAllowed() - Method in class org.apache.http.conn.EofSensorInputStreamHC4
Checks whether the underlying stream can be read from.
isRedirectable(String) - Method in class org.apache.http.impl.client.DefaultRedirectStrategy
 
isRedirectable(String) - Method in class org.apache.http.impl.client.LaxRedirectStrategy
 
isRedirected(HttpRequest, HttpResponse, HttpContext) - Method in interface org.apache.http.client.RedirectStrategy
Determines if a request should be redirected to a new location given the response from the target server.
isRedirected(HttpRequest, HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultRedirectStrategy
 
isRedirectsEnabled() - Method in class org.apache.http.client.config.RequestConfig
Determines whether redirects should be handled automatically.
isRelativeRedirectsAllowed() - Method in class org.apache.http.client.config.RequestConfig
Determines whether relative redirects should be rejected.
isRepeatable() - Method in class org.apache.http.entity.BasicHttpEntityHC4
Tells that this entity is not repeatable.
isRepeatable() - Method in class org.apache.http.entity.BufferedHttpEntityHC4
Tells that this entity is repeatable.
isRepeatable() - Method in class org.apache.http.entity.ByteArrayEntityHC4
 
isRepeatable() - Method in class org.apache.http.entity.FileEntityHC4
 
isRepeatable() - Method in class org.apache.http.entity.HttpEntityWrapperHC4
 
isRepeatable() - Method in class org.apache.http.entity.InputStreamEntityHC4
 
isRepeatable() - Method in class org.apache.http.entity.SerializableEntityHC4
 
isRepeatable() - Method in class org.apache.http.entity.StringEntityHC4
 
isRepeatable() - Method in class org.apache.http.impl.client.EntityEnclosingRequestWrapperHC4
Deprecated.  
isRequestSent() - Method in class org.apache.http.protocol.HttpCoreContext
 
isRequestSentRetryEnabled() - Method in class org.apache.http.impl.client.DefaultHttpRequestRetryHandlerHC4
 
isResponseAvailable(int) - Method in class org.apache.http.impl.DefaultBHttpClientConnection
 
isSecure() - Method in interface org.apache.http.conn.HttpRoutedConnection
Deprecated. Indicates whether this connection is secure.
isSecure(Socket) - Method in interface org.apache.http.conn.scheme.SchemeSocketFactory
Deprecated. Checks whether a socket provides a secure connection.
isSecure() - Method in class org.apache.http.impl.cookie.BasicClientCookieHC4
 
isSeparator(char) - Method in class org.apache.http.message.BasicHeaderValueFormatterHC4
Checks whether a character is a separator.
isShutdown() - Method in class org.apache.http.pool.AbstractConnPool
 
isSoKeepAlive() - Method in class org.apache.http.config.SocketConfig
Determines the default value of the SocketOptions.SO_KEEPALIVE parameter for newly created sockets.
isSoReuseAddress() - Method in class org.apache.http.config.SocketConfig
Determines the default value of the SocketOptions.SO_REUSEADDR parameter for newly created sockets.
isStale() - Method in class org.apache.http.impl.BHttpConnectionBase
 
isStaleConnectionCheckEnabled() - Method in class org.apache.http.client.config.RequestConfig
Determines whether stale connection check is to be used.
isStreaming() - Method in class org.apache.http.entity.BasicHttpEntityHC4
 
isStreaming() - Method in class org.apache.http.entity.BufferedHttpEntityHC4
 
isStreaming() - Method in class org.apache.http.entity.ByteArrayEntityHC4
Tells that this entity is not streaming.
isStreaming() - Method in class org.apache.http.entity.FileEntityHC4
Tells that this entity is not streaming.
isStreaming() - Method in class org.apache.http.entity.HttpEntityWrapperHC4
 
isStreaming() - Method in class org.apache.http.entity.InputStreamEntityHC4
 
isStreaming() - Method in class org.apache.http.entity.SerializableEntityHC4
 
isStreaming() - Method in class org.apache.http.entity.StringEntityHC4
Tells that this entity is not streaming.
isTcpNoDelay() - Method in class org.apache.http.config.SocketConfig
Determines the default value of the SocketOptions.TCP_NODELAY parameter for newly created sockets.
isTrusted(X509Certificate[], String) - Method in class org.apache.http.conn.ssl.TrustSelfSignedStrategy
 
isTrusted(X509Certificate[], String) - Method in interface org.apache.http.conn.ssl.TrustStrategy
Determines whether the certificate chain can be trusted without consulting the trust manager configured in the actual SSL context.
isUnsafe(char) - Method in class org.apache.http.message.BasicHeaderValueFormatterHC4
Checks whether a character is unsafe.
isValid() - Method in class org.apache.http.auth.AuthStateHC4
Deprecated. (4.2) do not use

J

JdkIdn - Class in org.apache.http.client.utils
Uses the java.net.IDN class through reflection.
JdkIdn() - Constructor for class org.apache.http.client.utils.JdkIdn
 

K

keepAlive(HttpResponse, HttpContext) - Method in class org.apache.http.impl.DefaultConnectionReuseStrategyHC4
 
keepAlive(HttpResponse, HttpContext) - Method in class org.apache.http.impl.NoConnectionReuseStrategyHC4
 
KERBEROS - Static variable in class org.apache.http.client.config.AuthSchemes
Kerberos Authentication scheme.

L

LAST_MODIFIED - Static variable in class org.apache.http.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.10, RFC 2616 (HTTP/1.1) Section 14.29
LaxContentLengthStrategyHC4 - Class in org.apache.http.impl.entity
The lax implementation of the content length strategy.
LaxContentLengthStrategyHC4(int) - Constructor for class org.apache.http.impl.entity.LaxContentLengthStrategyHC4
Creates LaxContentLengthStrategy instance with the given length used per default when content length is not explicitly specified in the message.
LaxContentLengthStrategyHC4() - Constructor for class org.apache.http.impl.entity.LaxContentLengthStrategyHC4
Creates LaxContentLengthStrategy instance.
LaxRedirectStrategy - Class in org.apache.http.impl.client
Lax RedirectStrategy implementation that automatically redirects all HEAD, GET and POST requests.
LaxRedirectStrategy() - Constructor for class org.apache.http.impl.client.LaxRedirectStrategy
 
LayeredConnectionSocketFactory - Interface in org.apache.http.conn.socket
Extended ConnectionSocketFactory interface for layered sockets such as SSL/TLS.
LayeredSchemeSocketFactory - Interface in org.apache.http.conn.scheme
Deprecated. (4.2) use SchemeLayeredSocketFactory
lease(T, Object, FutureCallback<E>) - Method in class org.apache.http.pool.AbstractConnPool
Attempts to lease a connection for the given route and with the given state from the pool.
lease(T, Object) - Method in class org.apache.http.pool.AbstractConnPool
Attempts to lease a connection for the given route and with the given state from the pool.
lease(T, Object, FutureCallback<E>) - Method in interface org.apache.http.pool.ConnPool
Attempts to lease a connection for the given route and with the given state from the pool.
leaseConnection(Future<CPoolEntry>, long, TimeUnit) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
length() - Method in class org.apache.http.impl.io.SessionInputBufferImpl
 
length() - Method in class org.apache.http.impl.io.SessionOutputBufferImpl
 
length() - Method in interface org.apache.http.io.BufferInfo
Return length data stored in the buffer
LF - Static variable in class org.apache.http.Consts
 
lineBuf - Variable in class org.apache.http.impl.io.AbstractMessageWriterHC4
 
lineFormatter - Variable in class org.apache.http.impl.io.AbstractMessageWriterHC4
 
lineLen(int) - Static method in class org.apache.http.config.MessageConstraints
 
lineParser - Variable in class org.apache.http.impl.io.AbstractMessageParserHC4
 
loadKeyMaterial(KeyStore, char[]) - Method in class org.apache.http.conn.ssl.SSLContextBuilder
 
loadKeyMaterial(KeyStore, char[], PrivateKeyStrategy) - Method in class org.apache.http.conn.ssl.SSLContextBuilder
 
loadTrustMaterial(KeyStore, TrustStrategy) - Method in class org.apache.http.conn.ssl.SSLContextBuilder
 
loadTrustMaterial(KeyStore) - Method in class org.apache.http.conn.ssl.SSLContextBuilder
 
loadVersionInfo(String[], ClassLoader) - Static method in class org.apache.http.util.VersionInfoHC4
Loads version information for a list of packages.
loadVersionInfo(String, ClassLoader) - Static method in class org.apache.http.util.VersionInfoHC4
Loads version information for a package.
LOCATION - Static variable in class org.apache.http.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.11, RFC 2616 (HTTP/1.1) Section 14.30
LOCK_TOKEN - Static variable in class org.apache.http.HttpHeaders
RFC 2518 (WevDAV) Section 9.5
Lookup<I> - Interface in org.apache.http.config
Generic lookup by low-case string ID.
lookup(String) - Method in interface org.apache.http.config.Lookup
 
lookup(String) - Method in class org.apache.http.config.Registry
 
lookup(HttpRequest) - Method in interface org.apache.http.protocol.HttpRequestHandlerMapper
Looks up a handler matching the given request.
lookup(String) - Static method in class org.apache.http.util.CharsetUtils
 

M

MainClientExec - Class in org.apache.http.impl.execchain
The last request executor in the HTTP request execution chain that is responsible for execution of request / response exchanges with the opposite endpoint.
MainClientExec(HttpRequestExecutor, HttpClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, AuthenticationStrategy, AuthenticationStrategy, UserTokenHandler) - Constructor for class org.apache.http.impl.execchain.MainClientExec
 
ManagedHttpClientConnection - Interface in org.apache.http.conn
Represents a managed connection whose state and life cycle is managed by a connection manager.
ManagedHttpClientConnectionFactory - Class in org.apache.http.impl.conn
Factory for ManagedHttpClientConnection instances.
ManagedHttpClientConnectionFactory(HttpMessageWriterFactory<HttpRequest>, HttpMessageParserFactory<HttpResponse>) - Constructor for class org.apache.http.impl.conn.ManagedHttpClientConnectionFactory
 
ManagedHttpClientConnectionFactory(HttpMessageParserFactory<HttpResponse>) - Constructor for class org.apache.http.impl.conn.ManagedHttpClientConnectionFactory
 
ManagedHttpClientConnectionFactory() - Constructor for class org.apache.http.impl.conn.ManagedHttpClientConnectionFactory
 
mark(int) - Method in class org.apache.http.client.entity.DeflateInputStream
Mark.
markSupported() - Method in class org.apache.http.client.entity.DeflateInputStream
Check if mark is supported.
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.AbstractCookieAttributeHandlerHC4
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.BasicDomainHandlerHC4
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.BasicPathHandlerHC4
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.BasicSecureHandlerHC4
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.BestMatchSpecHC4
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.CookieSpecBaseHC4
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.NetscapeDomainHandlerHC4
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.PublicSuffixFilterHC4
Never matches if the cookie's domain is from the blacklist.
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2109DomainHandlerHC4
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965CommentUrlAttributeHandlerHC4
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965DiscardAttributeHandlerHC4
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965DomainAttributeHandlerHC4
Match cookie domain attribute.
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965PortAttributeHandlerHC4
Match cookie port attribute.
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965SpecHC4
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965VersionAttributeHandlerHC4
 
MAX_FORWARDS - Static variable in class org.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.31
MessageConstraintException - Exception in org.apache.http
Signals a message constraint violation.
MessageConstraintException(String) - Constructor for exception org.apache.http.MessageConstraintException
Creates a TruncatedChunkException with the specified detail message.
MessageConstraints - Class in org.apache.http.config
HTTP Message constraints: line length and header count.
MessageConstraints.Builder - Class in org.apache.http.config
 
METHOD_NAME - Static variable in class org.apache.http.client.methods.HttpDeleteHC4
 
METHOD_NAME - Static variable in class org.apache.http.client.methods.HttpGetHC4
 
METHOD_NAME - Static variable in class org.apache.http.client.methods.HttpHeadHC4
 
METHOD_NAME - Static variable in class org.apache.http.client.methods.HttpOptionsHC4
 
METHOD_NAME - Static variable in class org.apache.http.client.methods.HttpPatch
 
METHOD_NAME - Static variable in class org.apache.http.client.methods.HttpPostHC4
 
METHOD_NAME - Static variable in class org.apache.http.client.methods.HttpPutHC4
 
METHOD_NAME - Static variable in class org.apache.http.client.methods.HttpTraceHC4
 
metrics() - Method in class org.apache.http.impl.client.FutureRequestExecutionService
 
MinimalClientExec - Class in org.apache.http.impl.execchain
Request executor that implements the most fundamental aspects of the HTTP specification and the most straight-forward request / response exchange with the target server.
MinimalClientExec(HttpRequestExecutor, HttpClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy) - Constructor for class org.apache.http.impl.execchain.MinimalClientExec
 
MULTIPART_FORM_DATA - Static variable in class org.apache.http.entity.ContentType
 

N

NETSCAPE - Static variable in class org.apache.http.client.config.CookieSpecs
The Netscape cookie draft compliant policy.
NetscapeDomainHandlerHC4 - Class in org.apache.http.impl.cookie
 
NetscapeDomainHandlerHC4() - Constructor for class org.apache.http.impl.cookie.NetscapeDomainHandlerHC4
 
NetscapeDraftHeaderParserHC4 - Class in org.apache.http.impl.cookie
 
NetscapeDraftHeaderParserHC4() - Constructor for class org.apache.http.impl.cookie.NetscapeDraftHeaderParserHC4
 
NetscapeDraftSpecFactoryHC4 - Class in org.apache.http.impl.cookie
CookieSpecProvider implementation that creates and initializes NetscapeDraftSpec instances.
NetscapeDraftSpecFactoryHC4(String[]) - Constructor for class org.apache.http.impl.cookie.NetscapeDraftSpecFactoryHC4
 
NetscapeDraftSpecFactoryHC4() - Constructor for class org.apache.http.impl.cookie.NetscapeDraftSpecFactoryHC4
 
NetscapeDraftSpecHC4 - Class in org.apache.http.impl.cookie
This CookieSpec implementation conforms to the original draft specification published by Netscape Communications.
NetscapeDraftSpecHC4(String[]) - Constructor for class org.apache.http.impl.cookie.NetscapeDraftSpecHC4
Default constructor
NetscapeDraftSpecHC4() - Constructor for class org.apache.http.impl.cookie.NetscapeDraftSpecHC4
Default constructor
NetUtils - Class in org.apache.http.util
 
NetUtils() - Constructor for class org.apache.http.util.NetUtils
 
newHttpRequest(RequestLine) - Method in class org.apache.http.impl.DefaultHttpRequestFactoryHC4
 
newHttpRequest(String, String) - Method in class org.apache.http.impl.DefaultHttpRequestFactoryHC4
 
newHttpResponse(ProtocolVersion, int, HttpContext) - Method in class org.apache.http.impl.DefaultHttpResponseFactoryHC4
 
newHttpResponse(StatusLine, HttpContext) - Method in class org.apache.http.impl.DefaultHttpResponseFactoryHC4
 
newInstance(HttpParams) - Method in class org.apache.http.impl.auth.BasicSchemeFactoryHC4
 
newInstance(HttpParams) - Method in class org.apache.http.impl.auth.DigestSchemeFactoryHC4
 
newInstance(HttpParams) - Method in class org.apache.http.impl.auth.NTLMSchemeFactory
 
newInstance(HttpParams) - Method in class org.apache.http.impl.cookie.BestMatchSpecFactoryHC4
 
newInstance(HttpParams) - Method in class org.apache.http.impl.cookie.BrowserCompatSpecFactoryHC4
 
newInstance(HttpParams) - Method in class org.apache.http.impl.cookie.IgnoreSpecFactory
 
newInstance(HttpParams) - Method in class org.apache.http.impl.cookie.NetscapeDraftSpecFactoryHC4
 
newInstance(HttpParams) - Method in class org.apache.http.impl.cookie.RFC2109SpecFactoryHC4
 
newInstance(HttpParams) - Method in class org.apache.http.impl.cookie.RFC2965SpecFactoryHC4
 
NoConnectionReuseStrategyHC4 - Class in org.apache.http.impl
A strategy that never re-uses a connection.
NoConnectionReuseStrategyHC4() - Constructor for class org.apache.http.impl.NoConnectionReuseStrategyHC4
 
NoopUserTokenHandler - Class in org.apache.http.impl.client
Noop implementation of UserTokenHandler that always returns null.
NoopUserTokenHandler() - Constructor for class org.apache.http.impl.client.NoopUserTokenHandler
 
notBlank(T, String) - Static method in class org.apache.http.util.Args
 
notBlank(CharSequence, String) - Static method in class org.apache.http.util.Asserts
 
notEmpty(T, String) - Static method in class org.apache.http.util.Args
 
notEmpty(T, String) - Static method in class org.apache.http.util.Args
 
notEmpty(CharSequence, String) - Static method in class org.apache.http.util.Asserts
 
notNegative(int, String) - Static method in class org.apache.http.util.Args
 
notNegative(long, String) - Static method in class org.apache.http.util.Args
 
notNull(T, String) - Static method in class org.apache.http.util.Args
 
notNull(Object, String) - Static method in class org.apache.http.util.Asserts
 
NotThreadSafe - Annotation Type in org.apache.http.annotation
The class to which this annotation is applied is not thread-safe.
NTLM - Static variable in class org.apache.http.client.config.AuthSchemes
The NTLM scheme is a proprietary Microsoft Windows Authentication protocol (considered to be the most secure among currently supported authentication schemes).
NTLMSchemeFactory - Class in org.apache.http.impl.auth
AuthSchemeProvider implementation that creates and initializes NTLMScheme instances configured to use the default NTLMEngine implementation.
NTLMSchemeFactory() - Constructor for class org.apache.http.impl.auth.NTLMSchemeFactory
 
NTLMSchemeHC4 - Class in org.apache.http.impl.auth
NTLM is a proprietary authentication scheme developed by Microsoft and optimized for Windows platforms.
NTLMSchemeHC4(NTLMEngine) - Constructor for class org.apache.http.impl.auth.NTLMSchemeHC4
 
NTLMSchemeHC4() - Constructor for class org.apache.http.impl.auth.NTLMSchemeHC4
 
NullBackoffStrategy - Class in org.apache.http.impl.client
This is a ConnectionBackoffStrategy that never backs off, for compatibility with existing behavior.
NullBackoffStrategy() - Constructor for class org.apache.http.impl.client.NullBackoffStrategy
 

O

onLease(E) - Method in class org.apache.http.pool.AbstractConnPool
 
onRelease(E) - Method in class org.apache.http.pool.AbstractConnPool
 
onRequestReceived(HttpRequest) - Method in class org.apache.http.impl.DefaultBHttpServerConnection
 
onRequestSubmitted(HttpRequest) - Method in class org.apache.http.impl.DefaultBHttpClientConnection
 
onResponseReceived(HttpResponse) - Method in class org.apache.http.impl.DefaultBHttpClientConnection
 
onResponseSubmitted(HttpResponse) - Method in class org.apache.http.impl.DefaultBHttpServerConnection
 
options() - Static method in class org.apache.http.client.methods.RequestBuilder
 
org.apache.http - package org.apache.http
Core HTTP component APIs and primitives.
org.apache.http.annotation - package org.apache.http.annotation
Thread-safety annotations based on JCIP-ANNOTATIONS
Copyright (c) 2005 Brian Goetz and Tim Peierls.
org.apache.http.auth - package org.apache.http.auth
Client HTTP authentication APIs.
org.apache.http.client - package org.apache.http.client
Client HTTP communication APIs.
org.apache.http.client.config - package org.apache.http.client.config
Client configuration APIs.
org.apache.http.client.entity - package org.apache.http.client.entity
Client specific HTTP entity implementations.
org.apache.http.client.methods - package org.apache.http.client.methods
Standard HTTP method implementations.
org.apache.http.client.params - package org.apache.http.client.params
Deprecated.
org.apache.http.client.protocol - package org.apache.http.client.protocol
Client specific HTTP protocol handlers.
org.apache.http.client.utils - package org.apache.http.client.utils
Client utility classes.
org.apache.http.concurrent - package org.apache.http.concurrent
Core concurrency APIs.
org.apache.http.config - package org.apache.http.config
Core configuration APIs.
org.apache.http.conn - package org.apache.http.conn
Client connection management APIs.
org.apache.http.conn.scheme - package org.apache.http.conn.scheme
Deprecated.
org.apache.http.conn.socket - package org.apache.http.conn.socket
Client connection socket APIs.
org.apache.http.conn.ssl - package org.apache.http.conn.ssl
Client TLS/SSL support.
org.apache.http.conn.util - package org.apache.http.conn.util
Connection utility classes.
org.apache.http.cookie - package org.apache.http.cookie
Client HTTP state management APIs.
org.apache.http.entity - package org.apache.http.entity
Core HTTP entity implementations.
org.apache.http.impl - package org.apache.http.impl
Default implementations of HTTP connections for synchronous, blocking communication.
org.apache.http.impl.auth - package org.apache.http.impl.auth
Default implementations of standard and common HTTP authentication schemes.
org.apache.http.impl.client - package org.apache.http.impl.client
Default HTTP client implementation.
org.apache.http.impl.conn - package org.apache.http.impl.conn
Default implementations of client connection management functions.
org.apache.http.impl.cookie - package org.apache.http.impl.cookie
Default implementations of standard and common HTTP state management policies.
org.apache.http.impl.entity - package org.apache.http.impl.entity
Default implementations of entity content strategies.
org.apache.http.impl.execchain - package org.apache.http.impl.execchain
HTTP request execution chain APIs.
org.apache.http.impl.io - package org.apache.http.impl.io
Default implementations of message parses and writers for synchronous, blocking communication.
org.apache.http.impl.pool - package org.apache.http.impl.pool
Default implementations of client side connection pools for synchronous, blocking communication.
org.apache.http.io - package org.apache.http.io
HTTP message parser and writer APIs for synchronous, blocking communication.
org.apache.http.message - package org.apache.http.message
Core HTTP message components, message element parser and writer APIs and their default implementations.
org.apache.http.params - package org.apache.http.params
Deprecated.
org.apache.http.pool - package org.apache.http.pool
Client side connection pools APIs for synchronous, blocking communication.
org.apache.http.protocol - package org.apache.http.protocol
Core HTTP protocol execution framework and HTTP protocol handlers for synchronous, blocking communication.
org.apache.http.util - package org.apache.http.util
Core utility classes.
output(InputStream) - Method in class org.apache.http.impl.conn.WireHC4
 
output(byte[], int, int) - Method in class org.apache.http.impl.conn.WireHC4
 
output(byte[]) - Method in class org.apache.http.impl.conn.WireHC4
 
output(int) - Method in class org.apache.http.impl.conn.WireHC4
 
output(String) - Method in class org.apache.http.impl.conn.WireHC4
 
OUTPUT_BUFFER_SIZE - Static variable in class org.apache.http.entity.AbstractHttpEntityHC4
Buffer size for output stream processing.
overrideParamter(String, String) - Method in class org.apache.http.impl.auth.DigestSchemeHC4
 
OVERWRITE - Static variable in class org.apache.http.HttpHeaders
RFC 2518 (WevDAV) Section 9.6

P

PACKAGE_NAME - Static variable in class org.apache.http.BuildConfig
 
parse(URI, String) - Static method in class org.apache.http.client.utils.URLEncodedUtilsHC4
Returns a list of NameValuePairs as built from the URI's query portion.
parse(HttpEntity) - Static method in class org.apache.http.client.utils.URLEncodedUtilsHC4
Returns a list of NameValuePairs as parsed from an HttpEntity.
parse(List<NameValuePair>, Scanner, String) - Static method in class org.apache.http.client.utils.URLEncodedUtilsHC4
Adds all parameters within the Scanner to the list of parameters, as encoded by encoding.
parse(List<NameValuePair>, Scanner, String, String) - Static method in class org.apache.http.client.utils.URLEncodedUtilsHC4
Adds all parameters within the Scanner to the list of parameters, as encoded by encoding.
parse(String, Charset) - Static method in class org.apache.http.client.utils.URLEncodedUtilsHC4
Returns a list of NameValuePairs as parsed from the given string using the given character encoding.
parse(String, Charset, char...) - Static method in class org.apache.http.client.utils.URLEncodedUtilsHC4
Returns a list of NameValuePairs as parsed from the given string using the given character encoding.
parse(String) - Static method in class org.apache.http.entity.ContentType
Parses textual representation of Content-Type value.
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.BasicCommentHandlerHC4
 
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.BasicDomainHandlerHC4
 
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.BasicExpiresHandlerHC4
 
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.BasicMaxAgeHandlerHC4
 
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.BasicPathHandlerHC4
 
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.BasicSecureHandlerHC4
 
parse(Header, CookieOrigin) - Method in class org.apache.http.impl.cookie.BestMatchSpecHC4
 
parse(Header, CookieOrigin) - Method in class org.apache.http.impl.cookie.BrowserCompatSpecHC4
 
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.BrowserCompatVersionAttributeHandler
Parse cookie version attribute.
parse(HeaderElement[], CookieOrigin) - Method in class org.apache.http.impl.cookie.CookieSpecBaseHC4
 
parse(Header, CookieOrigin) - Method in class org.apache.http.impl.cookie.IgnoreSpec
 
parse(Header, CookieOrigin) - Method in class org.apache.http.impl.cookie.NetscapeDraftSpecHC4
Parses the Set-Cookie value into an array of Cookies.
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.PublicSuffixFilterHC4
 
parse(Reader) - Method in class org.apache.http.impl.cookie.PublicSuffixListParserHC4
Parses the public suffix list format.
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.RFC2109DomainHandlerHC4
 
parse(Header, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2109SpecHC4
 
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.RFC2109VersionHandlerHC4
 
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.RFC2965CommentUrlAttributeHandlerHC4
 
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.RFC2965DiscardAttributeHandlerHC4
 
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.RFC2965DomainAttributeHandlerHC4
Parse cookie domain attribute.
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.RFC2965PortAttributeHandlerHC4
Parse cookie port attribute.
parse(Header, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965SpecHC4
 
parse(HeaderElement[], CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965SpecHC4
 
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.RFC2965VersionAttributeHandlerHC4
Parse cookie version attribute.
parse() - Method in class org.apache.http.impl.io.AbstractMessageParserHC4
 
parseChallenge(CharArrayBuffer, int, int) - Method in class org.apache.http.impl.auth.AuthSchemeBaseHC4
 
parseChallenge(CharArrayBuffer, int, int) - Method in class org.apache.http.impl.auth.NTLMSchemeHC4
 
parseChallenge(CharArrayBuffer, int, int) - Method in class org.apache.http.impl.auth.RFC2617SchemeHC4
 
parseDate(String) - Static method in class org.apache.http.client.utils.DateUtils
Parses a date value.
parseDate(String, String[]) - Static method in class org.apache.http.client.utils.DateUtils
Parses the date value using the given date formats.
parseDate(String, String[], Date) - Static method in class org.apache.http.client.utils.DateUtils
Parses the date value using the given date formats.
parseElements(String, HeaderValueParser) - Static method in class org.apache.http.message.BasicHeaderValueParserHC4
Parses elements with the given parser.
parseElements(CharArrayBuffer, ParserCursor) - Method in class org.apache.http.message.BasicHeaderValueParserHC4
 
parseHead(SessionInputBuffer) - Method in class org.apache.http.impl.conn.DefaultHttpResponseParser
 
parseHead(SessionInputBuffer) - Method in class org.apache.http.impl.io.AbstractMessageParserHC4
Subclasses must override this method to generate an instance of HttpMessage based on the initial input from the session buffer.
parseHead(SessionInputBuffer) - Method in class org.apache.http.impl.io.DefaultHttpRequestParser
 
parseHead(SessionInputBuffer) - Method in class org.apache.http.impl.io.DefaultHttpResponseParser
 
parseHeader(CharArrayBuffer, ParserCursor) - Method in class org.apache.http.impl.cookie.NetscapeDraftHeaderParserHC4
 
parseHeader(String, LineParser) - Static method in class org.apache.http.message.BasicLineParserHC4
 
parseHeader(CharArrayBuffer) - Method in class org.apache.http.message.BasicLineParserHC4
 
parseHeaderElement(String, HeaderValueParser) - Static method in class org.apache.http.message.BasicHeaderValueParserHC4
Parses an element with the given parser.
parseHeaderElement(CharArrayBuffer, ParserCursor) - Method in class org.apache.http.message.BasicHeaderValueParserHC4
 
parseHeaders(SessionInputBuffer, int, int, LineParser) - Static method in class org.apache.http.impl.io.AbstractMessageParserHC4
Parses HTTP headers from the data receiver stream according to the generic format as given in Section 3.1 of RFC 822, RFC-2616 Section 4 and 19.3.
parseHeaders(SessionInputBuffer, int, int, LineParser, List<CharArrayBuffer>) - Static method in class org.apache.http.impl.io.AbstractMessageParserHC4
Parses HTTP headers from the data receiver stream according to the generic format as given in Section 3.1 of RFC 822, RFC-2616 Section 4 and 19.3.
parseNameValuePair(String, HeaderValueParser) - Static method in class org.apache.http.message.BasicHeaderValueParserHC4
Parses a name-value-pair with the given parser.
parseNameValuePair(CharArrayBuffer, ParserCursor) - Method in class org.apache.http.message.BasicHeaderValueParserHC4
 
parseNameValuePair(CharArrayBuffer, ParserCursor, char[]) - Method in class org.apache.http.message.BasicHeaderValueParserHC4
 
parseParameters(String, HeaderValueParser) - Static method in class org.apache.http.message.BasicHeaderValueParserHC4
Parses parameters with the given parser.
parseParameters(CharArrayBuffer, ParserCursor) - Method in class org.apache.http.message.BasicHeaderValueParserHC4
 
parseProtocolVersion(String, LineParser) - Static method in class org.apache.http.message.BasicLineParserHC4
 
parseProtocolVersion(CharArrayBuffer, ParserCursor) - Method in class org.apache.http.message.BasicLineParserHC4
 
parseRequestLine(String, LineParser) - Static method in class org.apache.http.message.BasicLineParserHC4
 
parseRequestLine(CharArrayBuffer, ParserCursor) - Method in class org.apache.http.message.BasicLineParserHC4
Parses a request line.
parseStatusLine(String, LineParser) - Static method in class org.apache.http.message.BasicLineParserHC4
 
parseStatusLine(CharArrayBuffer, ParserCursor) - Method in class org.apache.http.message.BasicLineParserHC4
 
PATTERN_ASCTIME - Static variable in class org.apache.http.client.utils.DateUtils
Date format pattern used to parse HTTP date headers in ANSI C asctime() format.
PATTERN_RFC1036 - Static variable in class org.apache.http.client.utils.DateUtils
Date format pattern used to parse HTTP date headers in RFC 1036 format.
PATTERN_RFC1123 - Static variable in class org.apache.http.client.utils.DateUtils
Date format pattern used to parse HTTP date headers in RFC 1123 format.
PlainConnectionSocketFactory - Class in org.apache.http.conn.socket
The default class for creating plain (unencrypted) sockets.
PlainConnectionSocketFactory() - Constructor for class org.apache.http.conn.socket.PlainConnectionSocketFactory
 
PoolEntry<T,C> - Class in org.apache.http.pool
Pool entry containing a pool connection object along with its route.
PoolEntry(String, T, C, long, TimeUnit) - Constructor for class org.apache.http.pool.PoolEntry
Creates new PoolEntry instance.
PoolEntry(String, T, C) - Constructor for class org.apache.http.pool.PoolEntry
Creates new PoolEntry instance without an expiry deadline.
PoolEntryCallback<T,C> - Interface in org.apache.http.pool
Pool entry callabck.
PoolingHttpClientConnectionManager - Class in org.apache.http.impl.conn
ClientConnectionPoolManager maintains a pool of HttpClientConnections and is able to service connection requests from multiple execution threads.
PoolingHttpClientConnectionManager() - Constructor for class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
PoolingHttpClientConnectionManager(long, TimeUnit) - Constructor for class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>) - Constructor for class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, DnsResolver) - Constructor for class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>) - Constructor for class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
PoolingHttpClientConnectionManager(HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>) - Constructor for class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>, DnsResolver) - Constructor for class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>, SchemePortResolver, DnsResolver, long, TimeUnit) - Constructor for class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
PoolStats - Class in org.apache.http.pool
Pool statistics.
PoolStats(int, int, int, int) - Constructor for class org.apache.http.pool.PoolStats
 
positive(int, String) - Static method in class org.apache.http.util.Args
 
positive(long, String) - Static method in class org.apache.http.util.Args
 
post() - Static method in class org.apache.http.client.methods.RequestBuilder
 
PRAGMA - Static variable in class org.apache.http.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.12, RFC 2616 (HTTP/1.1) Section 14.32
prepareInput(HttpMessage) - Method in class org.apache.http.impl.BHttpConnectionBase
 
prepareOutput(HttpMessage) - Method in class org.apache.http.impl.BHttpConnectionBase
 
prepareSocket(SSLSocket) - Method in class org.apache.http.conn.ssl.SSLConnectionSocketFactory
Performs any custom initialization for a newly created SSLSocket (before the SSL handshake happens).
PrivateKeyDetails - Class in org.apache.http.conn.ssl
Private key details.
PrivateKeyDetails(String, X509Certificate[]) - Constructor for class org.apache.http.conn.ssl.PrivateKeyDetails
 
PrivateKeyStrategy - Interface in org.apache.http.conn.ssl
A strategy allowing for a choice of an alias during SSL authentication.
probe(HttpRoute) - Method in interface org.apache.http.client.BackoffManager
Called when we have determined that the result of using a connection has succeeded and that we may probe for more connections.
probe(HttpRoute) - Method in class org.apache.http.impl.client.AIMDBackoffManager
 
process(HttpRequest, HttpContext) - Method in class org.apache.http.client.protocol.RequestAcceptEncoding
Adds the header "Accept-Encoding: gzip,deflate" to the request.
process(HttpRequest, HttpContext) - Method in class org.apache.http.client.protocol.RequestAddCookiesHC4
 
process(HttpRequest, HttpContext) - Method in class org.apache.http.client.protocol.RequestAuthCache
 
process(HttpRequest, HttpContext) - Method in class org.apache.http.client.protocol.RequestClientConnControl
 
process(HttpRequest, HttpContext) - Method in class org.apache.http.client.protocol.RequestDefaultHeadersHC4
 
process(HttpRequest, HttpContext) - Method in class org.apache.http.client.protocol.RequestExpectContinue
 
process(HttpResponse, HttpContext) - Method in class org.apache.http.client.protocol.ResponseContentEncoding
Handles the following Content-Encodings by using the appropriate decompressor to wrap the response Entity: gzip - see GzipDecompressingEntity deflate - see DeflateDecompressingEntity identity - no action needed
process(HttpResponse, HttpContext) - Method in class org.apache.http.client.protocol.ResponseProcessCookiesHC4
 
process(PoolEntry<T, C>) - Method in interface org.apache.http.pool.PoolEntryCallback
 
process(HttpRequest, HttpContext) - Method in class org.apache.http.protocol.ImmutableHttpProcessor
 
process(HttpResponse, HttpContext) - Method in class org.apache.http.protocol.ImmutableHttpProcessor
 
process(HttpRequest, HttpContext) - Method in class org.apache.http.protocol.RequestConnControlHC4
 
process(HttpRequest, HttpContext) - Method in class org.apache.http.protocol.RequestContentHC4
 
process(HttpRequest, HttpContext) - Method in class org.apache.http.protocol.RequestDateHC4
 
process(HttpRequest, HttpContext) - Method in class org.apache.http.protocol.RequestTargetHostHC4
 
process(HttpRequest, HttpContext) - Method in class org.apache.http.protocol.RequestUserAgentHC4
 
process(HttpResponse, HttpContext) - Method in class org.apache.http.protocol.ResponseConnControlHC4
 
processChallenge(Header) - Method in class org.apache.http.impl.auth.AuthSchemeBaseHC4
Processes the given challenge token.
processChallenge(Header) - Method in class org.apache.http.impl.auth.BasicSchemeHC4
Processes the Basic challenge.
processChallenge(Header) - Method in class org.apache.http.impl.auth.DigestSchemeHC4
Processes the Digest challenge.
PROPERTY_MODULE - Static variable in class org.apache.http.util.VersionInfoHC4
 
PROPERTY_RELEASE - Static variable in class org.apache.http.util.VersionInfoHC4
 
PROPERTY_TIMESTAMP - Static variable in class org.apache.http.util.VersionInfoHC4
 
protocol - Variable in class org.apache.http.message.BasicLineParserHC4
A version of the protocol to parse.
ProtocolExec - Class in org.apache.http.impl.execchain
Request executor in the request execution chain that is responsible for implementation of HTTP specification requirements.
ProtocolExec(ClientExecChain, HttpProcessor) - Constructor for class org.apache.http.impl.execchain.ProtocolExec
 
PROXY_AUTH_STATE - Static variable in class org.apache.http.client.protocol.HttpClientContext
Attribute name of a AuthState object that represents the actual proxy authentication state.
PROXY_AUTHENTICATE - Static variable in class org.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.33
PROXY_AUTHORIZATION - Static variable in class org.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.34
ProxyAuthenticationStrategy - Class in org.apache.http.impl.client
Default AuthenticationStrategy implementation for proxy host authentication.
ProxyAuthenticationStrategy() - Constructor for class org.apache.http.impl.client.ProxyAuthenticationStrategy
 
ProxyClient - Class in org.apache.http.impl.client
ProxyClient can be used to establish a tunnel via an HTTP proxy.
ProxyClient(HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>, ConnectionConfig, RequestConfig) - Constructor for class org.apache.http.impl.client.ProxyClient
 
ProxyClient(HttpParams) - Constructor for class org.apache.http.impl.client.ProxyClient
Deprecated. (4.3) use ProxyClient.ProxyClient(HttpConnectionFactory, ConnectionConfig, RequestConfig)
ProxyClient(RequestConfig) - Constructor for class org.apache.http.impl.client.ProxyClient
 
ProxyClient() - Constructor for class org.apache.http.impl.client.ProxyClient
 
PublicSuffixFilterHC4 - Class in org.apache.http.impl.cookie
Wraps a CookieAttributeHandler and leverages its match method to never match a suffix from a black list.
PublicSuffixFilterHC4(CookieAttributeHandler) - Constructor for class org.apache.http.impl.cookie.PublicSuffixFilterHC4
 
PublicSuffixListParserHC4 - Class in org.apache.http.impl.cookie
Parses the list from publicsuffix.org and configures a PublicSuffixFilterHC4.
Punycode - Class in org.apache.http.client.utils
Facade that provides conversion between Unicode and Punycode domain names.
Punycode() - Constructor for class org.apache.http.client.utils.Punycode
 
put(HttpHost, AuthScheme) - Method in interface org.apache.http.client.AuthCache
 
put() - Static method in class org.apache.http.client.methods.RequestBuilder
 
put(HttpHost, AuthScheme) - Method in class org.apache.http.impl.client.BasicAuthCache
 

R

RANGE - Static variable in class org.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.35
read() - Method in class org.apache.http.client.entity.DeflateInputStream
Read a byte.
read(byte[]) - Method in class org.apache.http.client.entity.DeflateInputStream
Read lots of bytes.
read(byte[], int, int) - Method in class org.apache.http.client.entity.DeflateInputStream
Read lots of specific bytes.
read() - Method in class org.apache.http.conn.EofSensorInputStreamHC4
 
read(byte[], int, int) - Method in class org.apache.http.conn.EofSensorInputStreamHC4
 
read(byte[]) - Method in class org.apache.http.conn.EofSensorInputStreamHC4
 
read() - Method in class org.apache.http.impl.io.ChunkedInputStreamHC4
Returns all the data in a chunked stream in coalesced form.
read(byte[], int, int) - Method in class org.apache.http.impl.io.ChunkedInputStreamHC4
Read some bytes from the stream.
read(byte[]) - Method in class org.apache.http.impl.io.ChunkedInputStreamHC4
Read some bytes from the stream.
read() - Method in class org.apache.http.impl.io.ContentLengthInputStreamHC4
Read the next byte from the stream
read(byte[], int, int) - Method in class org.apache.http.impl.io.ContentLengthInputStreamHC4
Does standard InputStream.read(byte[], int, int) behavior, but also notifies the watcher when the contents have been consumed.
read(byte[]) - Method in class org.apache.http.impl.io.ContentLengthInputStreamHC4
Read more bytes from the stream.
read() - Method in class org.apache.http.impl.io.IdentityInputStreamHC4
 
read(byte[], int, int) - Method in class org.apache.http.impl.io.IdentityInputStreamHC4
 
read() - Method in class org.apache.http.impl.io.SessionInputBufferImpl
 
read(byte[], int, int) - Method in class org.apache.http.impl.io.SessionInputBufferImpl
 
read(byte[]) - Method in class org.apache.http.impl.io.SessionInputBufferImpl
 
readLine(CharArrayBuffer) - Method in class org.apache.http.impl.io.SessionInputBufferImpl
Reads a complete line of characters up to a line delimiter from this session buffer into the given line buffer.
readLine() - Method in class org.apache.http.impl.io.SessionInputBufferImpl
 
reasonCatalog - Variable in class org.apache.http.impl.DefaultHttpResponseFactoryHC4
The catalog for looking up reason phrases.
receiveRequestEntity(HttpEntityEnclosingRequest) - Method in class org.apache.http.impl.DefaultBHttpServerConnection
 
receiveRequestHeader() - Method in class org.apache.http.impl.DefaultBHttpServerConnection
 
receiveResponseEntity(HttpResponse) - Method in class org.apache.http.impl.DefaultBHttpClientConnection
 
receiveResponseHeader() - Method in class org.apache.http.impl.DefaultBHttpClientConnection
 
REDIRECT_LOCATIONS - Static variable in class org.apache.http.client.protocol.HttpClientContext
Attribute name of a List object that represents a collection of all redirect locations received in the process of request execution.
REDIRECT_LOCATIONS - Static variable in class org.apache.http.impl.client.DefaultRedirectStrategy
Deprecated. (4.3) use HttpClientContext.REDIRECT_LOCATIONS.
RedirectExec - Class in org.apache.http.impl.execchain
Request executor in the request execution chain that is responsible for handling of request redirects.
RedirectExec(ClientExecChain, HttpRoutePlanner, RedirectStrategy) - Constructor for class org.apache.http.impl.execchain.RedirectExec
 
RedirectLocationsHC4 - Class in org.apache.http.impl.client
This class represents a collection of URIs used as redirect locations.
RedirectLocationsHC4() - Constructor for class org.apache.http.impl.client.RedirectLocationsHC4
 
RedirectStrategy - Interface in org.apache.http.client
A strategy for determining if an HTTP request should be redirected to a new location in response to an HTTP response received from the target server.
REFERER - Static variable in class org.apache.http.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.13, RFC 2616 (HTTP/1.1) Section 14.36
register(String, I) - Method in class org.apache.http.config.RegistryBuilder
 
registerAttribHandler(String, CookieAttributeHandler) - Method in class org.apache.http.impl.cookie.AbstractCookieSpecHC4
 
Registry<I> - Class in org.apache.http.config
Generic registry of items keyed by low-case string ID.
RegistryBuilder<I> - Class in org.apache.http.config
Builder for Registry instances.
reject(CharArrayBuffer, int) - Method in class org.apache.http.impl.conn.DefaultHttpResponseParser
 
release(E, boolean) - Method in class org.apache.http.pool.AbstractConnPool
 
release(E, boolean) - Method in interface org.apache.http.pool.ConnPool
Releases the pool entry back to the pool.
releaseConnection() - Method in class org.apache.http.client.methods.HttpRequestBaseHC4
A convenience method to simplify migration from HttpClient 3.1 API.
releaseConnection() - Method in class org.apache.http.conn.EofSensorInputStreamHC4
Same as close().
releaseConnection(HttpClientConnection, Object, long, TimeUnit) - Method in interface org.apache.http.conn.HttpClientConnectionManager
Releases the connection back to the manager making it potentially re-usable by other consumers.
releaseConnection(HttpClientConnection, Object, long, TimeUnit) - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
 
releaseConnection(HttpClientConnection, Object, long, TimeUnit) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
remove(HttpHost) - Method in interface org.apache.http.client.AuthCache
 
remove(HttpHost) - Method in class org.apache.http.impl.client.BasicAuthCache
 
remove(URI) - Method in class org.apache.http.impl.client.RedirectLocationsHC4
Removes a URI from the collection.
remove(int) - Method in class org.apache.http.impl.client.RedirectLocationsHC4
Removes the URI at the specified position in this list.
removeAttribute(String) - Method in class org.apache.http.impl.conn.DefaultManagedHttpClientConnection
 
removeAttribute(String) - Method in class org.apache.http.protocol.BasicHttpContextHC4
 
removeAttribute(String) - Method in class org.apache.http.protocol.HttpCoreContext
 
removeHeader(Header) - Method in class org.apache.http.client.methods.RequestBuilder
 
removeHeaders(String) - Method in class org.apache.http.client.methods.RequestBuilder
 
removeQuery() - Method in class org.apache.http.client.utils.URIBuilder
Removes URI query.
REQUEST_CONFIG - Static variable in class org.apache.http.client.protocol.HttpClientContext
Attribute name of a RequestConfig object that represents the actual request configuration.
RequestAbortedException - Exception in org.apache.http.impl.execchain
Signals that the request has been aborted.
RequestAbortedException(String) - Constructor for exception org.apache.http.impl.execchain.RequestAbortedException
 
RequestAbortedException(String, Throwable) - Constructor for exception org.apache.http.impl.execchain.RequestAbortedException
 
RequestAcceptEncoding - Class in org.apache.http.client.protocol
Class responsible for handling Content Encoding requests in HTTP.
RequestAcceptEncoding() - Constructor for class org.apache.http.client.protocol.RequestAcceptEncoding
 
RequestAddCookiesHC4 - Class in org.apache.http.client.protocol
Request interceptor that matches cookies available in the current CookieStore to the request being executed and generates corresponding Cookie request headers.
RequestAddCookiesHC4() - Constructor for class org.apache.http.client.protocol.RequestAddCookiesHC4
 
RequestAuthCache - Class in org.apache.http.client.protocol
Request interceptor that can preemptively authenticate against known hosts, if there is a cached AuthScheme instance in the local AuthCache associated with the given target or proxy host.
RequestAuthCache() - Constructor for class org.apache.http.client.protocol.RequestAuthCache
 
RequestBuilder - Class in org.apache.http.client.methods
Builder for HttpUriRequest instances.
RequestClientConnControl - Class in org.apache.http.client.protocol
This protocol interceptor is responsible for adding Connection or Proxy-Connection headers to the outgoing requests, which is essential for managing persistence of HTTP/1.0 connections.
RequestClientConnControl() - Constructor for class org.apache.http.client.protocol.RequestClientConnControl
 
RequestConfig - Class in org.apache.http.client.config
 
RequestConfig.Builder - Class in org.apache.http.client.config
 
RequestConnControlHC4 - Class in org.apache.http.protocol
RequestConnControlHC4 is responsible for adding Connection header to the outgoing requests, which is essential for managing persistence of HTTP/1.0 connections.
RequestConnControlHC4() - Constructor for class org.apache.http.protocol.RequestConnControlHC4
 
requestConnection(HttpRoute, Object) - Method in interface org.apache.http.conn.HttpClientConnectionManager
Returns a new ConnectionRequest, from which a HttpClientConnection can be obtained or the request can be aborted.
requestConnection(HttpRoute, Object) - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
 
requestConnection(HttpRoute, Object) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
RequestContentHC4 - Class in org.apache.http.protocol
RequestContentHC4 is the most important interceptor for outgoing requests.
RequestContentHC4() - Constructor for class org.apache.http.protocol.RequestContentHC4
Default constructor.
RequestContentHC4(boolean) - Constructor for class org.apache.http.protocol.RequestContentHC4
Constructor that can be used to fine-tune behavior of this interceptor.
RequestDateHC4 - Class in org.apache.http.protocol
RequestDateHC4 interceptor is responsible for adding Date header to the outgoing requests This interceptor is optional for client side protocol processors.
RequestDateHC4() - Constructor for class org.apache.http.protocol.RequestDateHC4
 
RequestDefaultHeadersHC4 - Class in org.apache.http.client.protocol
Request interceptor that adds default request headers.
RequestDefaultHeadersHC4(Collection<? extends Header>) - Constructor for class org.apache.http.client.protocol.RequestDefaultHeadersHC4
 
RequestDefaultHeadersHC4() - Constructor for class org.apache.http.client.protocol.RequestDefaultHeadersHC4
 
requestDuration() - Method in class org.apache.http.impl.client.HttpRequestFutureTask
 
RequestExpectContinue - Class in org.apache.http.client.protocol
RequestExpectContinue is responsible for enabling the 'expect-continue' handshake by adding Expect header.
RequestExpectContinue() - Constructor for class org.apache.http.client.protocol.RequestExpectContinue
 
requestIsAborted(HttpRequest) - Method in class org.apache.http.impl.client.DefaultHttpRequestRetryHandlerHC4
Deprecated. (4.3)
RequestTargetHostHC4 - Class in org.apache.http.protocol
RequestTargetHostHC4 is responsible for adding Host header.
RequestTargetHostHC4() - Constructor for class org.apache.http.protocol.RequestTargetHostHC4
 
RequestUserAgentHC4 - Class in org.apache.http.protocol
RequestUserAgentHC4 is responsible for adding User-Agent header.
RequestUserAgentHC4(String) - Constructor for class org.apache.http.protocol.RequestUserAgentHC4
 
RequestUserAgentHC4() - Constructor for class org.apache.http.protocol.RequestUserAgentHC4
 
reset() - Method in class org.apache.http.auth.AuthStateHC4
Resets the auth state.
reset() - Method in class org.apache.http.client.entity.DeflateInputStream
Reset.
reset() - Method in class org.apache.http.client.methods.AbstractExecutionAwareRequest
Resets internal state of the request making it reusable.
resolve(URI, String) - Static method in class org.apache.http.client.utils.URIUtilsHC4
Resolves a URI reference against a base URI.
resolve(URI, URI) - Static method in class org.apache.http.client.utils.URIUtilsHC4
Resolves a URI reference against a base URI.
resolve(URI, HttpHost, List<URI>) - Static method in class org.apache.http.client.utils.URIUtilsHC4
Derives the interpreted (absolute) URI that was used to generate the last request.
resolve(String) - Method in interface org.apache.http.conn.DnsResolver
Returns the IP address for the specified host name, or null if the given host is not recognized or the associated IP address cannot be used to build an InetAddress instance.
resolve(HttpHost) - Method in interface org.apache.http.conn.SchemePortResolver
Returns the actual port for the host based on the protocol scheme.
resolve(HttpHost) - Method in class org.apache.http.impl.conn.DefaultSchemePortResolver
 
resolve(String) - Method in class org.apache.http.impl.conn.InMemoryDnsResolver
Returns the IP address for the specified host name, or null if the given host is not recognized or the associated IP address cannot be used to build an InetAddress instance.
resolve(String) - Method in class org.apache.http.impl.conn.SystemDefaultDnsResolver
 
ResponseConnControlHC4 - Class in org.apache.http.protocol
ResponseConnControlHC4 is responsible for adding Connection header to the outgoing responses, which is essential for managing persistence of HTTP/1.0 connections.
ResponseConnControlHC4() - Constructor for class org.apache.http.protocol.ResponseConnControlHC4
 
ResponseContentEncoding - Class in org.apache.http.client.protocol
HttpResponseInterceptor responsible for processing Content-Encoding responses.
ResponseContentEncoding() - Constructor for class org.apache.http.client.protocol.ResponseContentEncoding
 
ResponseProcessCookiesHC4 - Class in org.apache.http.client.protocol
Response interceptor that populates the current CookieStore with data contained in response cookies received in the given the HTTP response.
ResponseProcessCookiesHC4() - Constructor for class org.apache.http.client.protocol.ResponseProcessCookiesHC4
 
RETRY_AFTER - Static variable in class org.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.37
RetryExec - Class in org.apache.http.impl.execchain
Request executor in the request execution chain that is responsible for making a decision whether a request failed due to an I/O error should be re-executed.
RetryExec(ClientExecChain, HttpRequestRetryHandler) - Constructor for class org.apache.http.impl.execchain.RetryExec
 
retryRequest(HttpResponse, int, HttpContext) - Method in interface org.apache.http.client.ServiceUnavailableRetryStrategy
Determines if a method should be retried given the response from the target server.
retryRequest(IOException, int, HttpContext) - Method in class org.apache.http.impl.client.DefaultHttpRequestRetryHandlerHC4
Used retryCount and requestSentRetryEnabled to determine if the given method should be retried.
retryRequest(HttpResponse, int, HttpContext) - Method in class org.apache.http.impl.client.DefaultServiceUnavailableRetryStrategy
 
rewriteURI(URI, HttpHost, boolean) - Static method in class org.apache.http.client.utils.URIUtilsHC4
A convenience method for creating a new URI whose scheme, host and port are taken from the target host, but whose path, query and fragment are taken from the existing URI.
rewriteURI(URI, HttpHost) - Static method in class org.apache.http.client.utils.URIUtilsHC4
A convenience method for URIUtilsHC4.rewriteURI(URI, HttpHost, boolean) that always keeps the fragment.
rewriteURI(URI) - Static method in class org.apache.http.client.utils.URIUtilsHC4
A convenience method that creates a new URI whose scheme, host, port, path, query are taken from the existing URI, dropping any fragment or user-information.
RFC2109DomainHandlerHC4 - Class in org.apache.http.impl.cookie
 
RFC2109DomainHandlerHC4() - Constructor for class org.apache.http.impl.cookie.RFC2109DomainHandlerHC4
 
RFC2109SpecFactoryHC4 - Class in org.apache.http.impl.cookie
CookieSpecProvider implementation that creates and initializes RFC2109Spec instances.
RFC2109SpecFactoryHC4(String[], boolean) - Constructor for class org.apache.http.impl.cookie.RFC2109SpecFactoryHC4
 
RFC2109SpecFactoryHC4() - Constructor for class org.apache.http.impl.cookie.RFC2109SpecFactoryHC4
 
RFC2109SpecHC4 - Class in org.apache.http.impl.cookie
RFC 2109 compliant CookieSpec implementation.
RFC2109SpecHC4(String[], boolean) - Constructor for class org.apache.http.impl.cookie.RFC2109SpecHC4
Default constructor
RFC2109SpecHC4() - Constructor for class org.apache.http.impl.cookie.RFC2109SpecHC4
Default constructor
RFC2109VersionHandlerHC4 - Class in org.apache.http.impl.cookie
 
RFC2109VersionHandlerHC4() - Constructor for class org.apache.http.impl.cookie.RFC2109VersionHandlerHC4
 
RFC2617SchemeHC4 - Class in org.apache.http.impl.auth
Abstract authentication scheme class that lays foundation for all RFC 2617 compliant authentication schemes and provides capabilities common to all authentication schemes defined in RFC 2617.
RFC2617SchemeHC4(ChallengeState) - Constructor for class org.apache.http.impl.auth.RFC2617SchemeHC4
Deprecated. (4.3) do not use.
RFC2617SchemeHC4(Charset) - Constructor for class org.apache.http.impl.auth.RFC2617SchemeHC4
 
RFC2617SchemeHC4() - Constructor for class org.apache.http.impl.auth.RFC2617SchemeHC4
 
RFC2965CommentUrlAttributeHandlerHC4 - Class in org.apache.http.impl.cookie
"CommentURL" cookie attribute handler for RFC 2965 cookie spec.
RFC2965CommentUrlAttributeHandlerHC4() - Constructor for class org.apache.http.impl.cookie.RFC2965CommentUrlAttributeHandlerHC4
 
RFC2965DiscardAttributeHandlerHC4 - Class in org.apache.http.impl.cookie
"Discard" cookie attribute handler for RFC 2965 cookie spec.
RFC2965DiscardAttributeHandlerHC4() - Constructor for class org.apache.http.impl.cookie.RFC2965DiscardAttributeHandlerHC4
 
RFC2965DomainAttributeHandlerHC4 - Class in org.apache.http.impl.cookie
"Domain" cookie attribute handler for RFC 2965 cookie spec.
RFC2965DomainAttributeHandlerHC4() - Constructor for class org.apache.http.impl.cookie.RFC2965DomainAttributeHandlerHC4
 
RFC2965PortAttributeHandlerHC4 - Class in org.apache.http.impl.cookie
"Port" cookie attribute handler for RFC 2965 cookie spec.
RFC2965PortAttributeHandlerHC4() - Constructor for class org.apache.http.impl.cookie.RFC2965PortAttributeHandlerHC4
 
RFC2965SpecFactoryHC4 - Class in org.apache.http.impl.cookie
CookieSpecProvider implementation that creates and initializes RFC2965Spec instances.
RFC2965SpecFactoryHC4(String[], boolean) - Constructor for class org.apache.http.impl.cookie.RFC2965SpecFactoryHC4
 
RFC2965SpecFactoryHC4() - Constructor for class org.apache.http.impl.cookie.RFC2965SpecFactoryHC4
 
RFC2965SpecHC4 - Class in org.apache.http.impl.cookie
RFC 2965 compliant CookieSpec implementation.
RFC2965SpecHC4() - Constructor for class org.apache.http.impl.cookie.RFC2965SpecHC4
Default constructor
RFC2965SpecHC4(String[], boolean) - Constructor for class org.apache.http.impl.cookie.RFC2965SpecHC4
 
RFC2965VersionAttributeHandlerHC4 - Class in org.apache.http.impl.cookie
"Version" cookie attribute handler for RFC 2965 cookie spec.
RFC2965VersionAttributeHandlerHC4() - Constructor for class org.apache.http.impl.cookie.RFC2965VersionAttributeHandlerHC4
 
Rfc3492Idn - Class in org.apache.http.client.utils
Implementation from pseudo code in RFC 3492.
Rfc3492Idn() - Constructor for class org.apache.http.client.utils.Rfc3492Idn
 
routeComplete(HttpClientConnection, HttpRoute, HttpContext) - Method in interface org.apache.http.conn.HttpClientConnectionManager
Marks the connection as fully established with all its intermediate hops completed.
routeComplete(HttpClientConnection, HttpRoute, HttpContext) - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
 
routeComplete(HttpClientConnection, HttpRoute, HttpContext) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 

S

scheduledTime() - Method in class org.apache.http.impl.client.HttpRequestFutureTask
 
SchemeLayeredSocketFactory - Interface in org.apache.http.conn.scheme
Deprecated. (4.3) use LayeredConnectionSocketFactory
SchemePortResolver - Interface in org.apache.http.conn
Strategy for default port resolution for protocol schemes.
SchemeSocketFactory - Interface in org.apache.http.conn.scheme
Deprecated. (4.3) use ConnectionSocketFactory
select(Map<String, Header>, HttpHost, HttpResponse, HttpContext) - Method in interface org.apache.http.client.AuthenticationStrategy
Selects one authentication challenge out of all available and creates and generates AuthOption instance capable of processing that challenge.
sendRequestEntity(HttpEntityEnclosingRequest) - Method in class org.apache.http.impl.DefaultBHttpClientConnection
 
sendRequestHeader(HttpRequest) - Method in class org.apache.http.impl.DefaultBHttpClientConnection
 
sendResponseEntity(HttpResponse) - Method in class org.apache.http.impl.DefaultBHttpServerConnection
 
sendResponseHeader(HttpResponse) - Method in class org.apache.http.impl.DefaultBHttpServerConnection
 
SEPARATORS - Static variable in class org.apache.http.message.BasicHeaderValueFormatterHC4
Special characters that can be used as separators in HTTP parameters.
SerializableEntityHC4 - Class in org.apache.http.entity
A streamed entity that obtains its content from a Serializable.
SerializableEntityHC4(Serializable, boolean) - Constructor for class org.apache.http.entity.SerializableEntityHC4
Creates new instance of this class.
SerializableEntityHC4(Serializable) - Constructor for class org.apache.http.entity.SerializableEntityHC4
 
SERVER - Static variable in class org.apache.http.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.14, RFC 2616 (HTTP/1.1) Section 14.38
ServiceUnavailableRetryExec - Class in org.apache.http.impl.execchain
Request executor in the request execution chain that is responsible for making a decision whether a request that received a non-2xx response from the target server should be re-executed.
ServiceUnavailableRetryExec(ClientExecChain, ServiceUnavailableRetryStrategy) - Constructor for class org.apache.http.impl.execchain.ServiceUnavailableRetryExec
 
ServiceUnavailableRetryStrategy - Interface in org.apache.http.client
Strategy interface that allows API users to plug in their own logic to control whether or not a retry should automatically be done, how many times it should be retried and so on.
sessionBuffer - Variable in class org.apache.http.impl.io.AbstractMessageWriterHC4
 
SessionInputBufferImpl - Class in org.apache.http.impl.io
Abstract base class for session input buffers that stream data from an arbitrary InputStream.
SessionInputBufferImpl(HttpTransportMetricsImpl, int, int, MessageConstraints, CharsetDecoder) - Constructor for class org.apache.http.impl.io.SessionInputBufferImpl
Creates new instance of SessionInputBufferImpl.
SessionInputBufferImpl(HttpTransportMetricsImpl, int) - Constructor for class org.apache.http.impl.io.SessionInputBufferImpl
 
SessionOutputBufferImpl - Class in org.apache.http.impl.io
Abstract base class for session output buffers that stream data to an arbitrary OutputStream.
SessionOutputBufferImpl(HttpTransportMetricsImpl, int, int, CharsetEncoder) - Constructor for class org.apache.http.impl.io.SessionOutputBufferImpl
Creates new instance of SessionOutputBufferImpl.
SessionOutputBufferImpl(HttpTransportMetricsImpl, int) - Constructor for class org.apache.http.impl.io.SessionOutputBufferImpl
 
set(int, Object) - Method in class org.apache.http.impl.client.RedirectLocationsHC4
Replaces the URI at the specified position in this list with the specified element (must be a URI).
setAttribute(String, Object) - Method in class org.apache.http.impl.conn.DefaultManagedHttpClientConnection
 
setAttribute(String, String) - Method in class org.apache.http.impl.cookie.BasicClientCookieHC4
 
setAttribute(String, Object) - Method in class org.apache.http.protocol.BasicHttpContextHC4
 
setAttribute(String, Object) - Method in class org.apache.http.protocol.HttpCoreContext
 
setAuthCache(AuthCache) - Method in class org.apache.http.client.protocol.HttpClientContext
 
setAuthenticationEnabled(boolean) - Method in class org.apache.http.client.config.RequestConfig.Builder
 
setAuthScheme(AuthScheme) - Method in class org.apache.http.auth.AuthStateHC4
Deprecated. (4.2) use AuthStateHC4.update(AuthScheme, Credentials)
setAuthSchemeRegistry(Lookup<AuthSchemeProvider>) - Method in class org.apache.http.client.protocol.HttpClientContext
 
setAuthScope(AuthScope) - Method in class org.apache.http.auth.AuthStateHC4
Deprecated. (4.2) do not use.
setBackoffFactor(double) - Method in class org.apache.http.impl.client.AIMDBackoffManager
Sets the factor to use when backing off; the new per-host limit will be roughly the current max times this factor.
setBackoffManager(BackoffManager) - Method in class org.apache.http.impl.client.HttpClientBuilder
Assigns BackoffManager instance.
setBinary(byte[]) - Method in class org.apache.http.client.entity.EntityBuilder
Sets entity content as a byte array.
setBufferSize(int) - Method in class org.apache.http.config.ConnectionConfig.Builder
 
setCancellable(Cancellable) - Method in class org.apache.http.client.methods.AbstractExecutionAwareRequest
 
setCancellable(Cancellable) - Method in interface org.apache.http.client.methods.HttpExecutionAware
Sets Cancellable for the ongoing operation.
setCharset(Charset) - Method in class org.apache.http.config.ConnectionConfig.Builder
 
setChunked(boolean) - Method in class org.apache.http.entity.AbstractHttpEntityHC4
Specifies the 'chunked' flag.
setCircularRedirectsAllowed(boolean) - Method in class org.apache.http.client.config.RequestConfig.Builder
 
setComment(String) - Method in class org.apache.http.impl.cookie.BasicClientCookieHC4
If a user agent (web browser) presents this cookie to a user, the cookie's purpose will be described using this comment.
setCommentURL(String) - Method in class org.apache.http.impl.cookie.BasicClientCookie2HC4
 
setConfig(RequestConfig) - Method in class org.apache.http.client.methods.HttpRequestBaseHC4
 
setConfig(RequestConfig) - Method in class org.apache.http.client.methods.RequestBuilder
 
setConnectionBackoffStrategy(ConnectionBackoffStrategy) - Method in class org.apache.http.impl.client.HttpClientBuilder
Assigns ConnectionBackoffStrategy instance.
setConnectionConfig(ConnectionConfig) - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
 
setConnectionConfig(HttpHost, ConnectionConfig) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
setConnectionManager(HttpClientConnectionManager) - Method in class org.apache.http.impl.client.HttpClientBuilder
Assigns HttpClientConnectionManager instance.
setConnectionRequest(ClientConnectionRequest) - Method in class org.apache.http.client.methods.AbstractExecutionAwareRequest
Deprecated. 
setConnectionRequestTimeout(int) - Method in class org.apache.http.client.config.RequestConfig.Builder
 
setConnectionReuseStrategy(ConnectionReuseStrategy) - Method in class org.apache.http.impl.client.HttpClientBuilder
Assigns ConnectionReuseStrategy instance.
setConnectTimeout(int) - Method in class org.apache.http.client.config.RequestConfig.Builder
 
setContent(InputStream) - Method in class org.apache.http.entity.BasicHttpEntityHC4
Specifies the content.
setContentEncoding(String) - Method in class org.apache.http.client.entity.EntityBuilder
Sets content encoding of the entity.
setContentEncoding(Header) - Method in class org.apache.http.entity.AbstractHttpEntityHC4
Specifies the Content-Encoding header.
setContentEncoding(String) - Method in class org.apache.http.entity.AbstractHttpEntityHC4
Specifies the Content-Encoding header, as a string.
setContentLength(long) - Method in class org.apache.http.entity.BasicHttpEntityHC4
Specifies the length of the content.
setContentType(ContentType) - Method in class org.apache.http.client.entity.EntityBuilder
Sets ContentType of the entity.
setContentType(Header) - Method in class org.apache.http.entity.AbstractHttpEntityHC4
Specifies the Content-Type header.
setContentType(String) - Method in class org.apache.http.entity.AbstractHttpEntityHC4
Specifies the Content-Type header, as a string.
setCookieSpec(String) - Method in class org.apache.http.client.config.RequestConfig.Builder
 
setCookieSpecRegistry(Lookup<CookieSpecProvider>) - Method in class org.apache.http.client.protocol.HttpClientContext
 
setCookieStore(CookieStore) - Method in class org.apache.http.client.protocol.HttpClientContext
 
setCooldownMillis(long) - Method in class org.apache.http.impl.client.AIMDBackoffManager
Sets the amount of time, in milliseconds, to wait between adjustments in pool sizes for a given host, to allow enough time for the adjustments to take effect.
setCredentials(Credentials) - Method in class org.apache.http.auth.AuthStateHC4
Deprecated. (4.2) use AuthStateHC4.update(AuthScheme, Credentials)
setCredentials(AuthScope, Credentials) - Method in class org.apache.http.impl.client.BasicCredentialsProviderHC4
 
setCredentials(AuthScope, Credentials) - Method in class org.apache.http.impl.client.SystemDefaultCredentialsProvider
 
setCredentialsProvider(CredentialsProvider) - Method in class org.apache.http.client.protocol.HttpClientContext
 
setCustomQuery(String) - Method in class org.apache.http.client.utils.URIBuilder
Sets custom URI query.
setDefaultAuthSchemeRegistry(Lookup<AuthSchemeProvider>) - Method in class org.apache.http.impl.client.HttpClientBuilder
Assigns default AuthScheme registry which will be used for request execution if not explicitly set in the client execution context.
setDefaultConnectionConfig(ConnectionConfig) - Method in class org.apache.http.impl.client.HttpClientBuilder
Assigns default ConnectionConfig.
setDefaultConnectionConfig(ConnectionConfig) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
setDefaultCookieSpecRegistry(Lookup<CookieSpecProvider>) - Method in class org.apache.http.impl.client.HttpClientBuilder
Assigns default CookieSpec registry which will be used for request execution if not explicitly set in the client execution context.
setDefaultCookieStore(CookieStore) - Method in class org.apache.http.impl.client.HttpClientBuilder
Assigns default CookieStore instance which will be used for request execution if not explicitly set in the client execution context.
setDefaultCredentialsProvider(CredentialsProvider) - Method in class org.apache.http.impl.client.HttpClientBuilder
Assigns default CredentialsProvider instance which will be used for request execution if not explicitly set in the client execution context.
setDefaultHeaders(Collection<? extends Header>) - Method in class org.apache.http.impl.client.HttpClientBuilder
Assigns default request header values.
setDefaultMaxPerRoute(int) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
setDefaultMaxPerRoute(int) - Method in class org.apache.http.pool.AbstractConnPool
 
setDefaultMaxPerRoute(int) - Method in interface org.apache.http.pool.ConnPoolControl
 
setDefaultRequestConfig(RequestConfig) - Method in class org.apache.http.impl.client.HttpClientBuilder
Assigns default RequestConfig instance which will be used for request execution if not explicitly set in the client execution context.
setDefaultSocketConfig(SocketConfig) - Method in class org.apache.http.impl.client.HttpClientBuilder
Assigns default SocketConfig.
setDefaultSocketConfig(SocketConfig) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
setDiscard(boolean) - Method in class org.apache.http.impl.cookie.BasicClientCookie2HC4
 
setDomain(String) - Method in class org.apache.http.impl.cookie.BasicClientCookieHC4
Sets the domain attribute.
setEntity(HttpEntity) - Method in class org.apache.http.client.methods.HttpEntityEnclosingRequestBaseHC4
 
setEntity(HttpEntity) - Method in class org.apache.http.client.methods.RequestBuilder
 
setEntity(HttpEntity) - Method in class org.apache.http.impl.client.EntityEnclosingRequestWrapperHC4
Deprecated.  
setExceptions(Collection<String>) - Method in class org.apache.http.impl.cookie.PublicSuffixFilterHC4
Sets the exceptions from the blacklist.
setExpectContinueEnabled(boolean) - Method in class org.apache.http.client.config.RequestConfig.Builder
 
setExpiryDate(Date) - Method in class org.apache.http.impl.cookie.BasicClientCookieHC4
Sets expiration date.
setFile(File) - Method in class org.apache.http.client.entity.EntityBuilder
Sets entity content as a File.
setFragment(String) - Method in class org.apache.http.client.utils.URIBuilder
Sets URI fragment.
setFragmentSizeHint(int) - Method in class org.apache.http.config.ConnectionConfig.Builder
 
setHeader(Header) - Method in class org.apache.http.client.methods.RequestBuilder
 
setHeader(String, String) - Method in class org.apache.http.client.methods.RequestBuilder
 
setHost(String) - Method in class org.apache.http.client.utils.URIBuilder
Sets URI host.
setHostnameVerifier(X509HostnameVerifier) - Method in class org.apache.http.impl.client.HttpClientBuilder
Assigns X509HostnameVerifier instance.
setHttpProcessor(HttpProcessor) - Method in class org.apache.http.impl.client.HttpClientBuilder
Assigns HttpProcessor instance.
setKeepAliveStrategy(ConnectionKeepAliveStrategy) - Method in class org.apache.http.impl.client.HttpClientBuilder
Assigns ConnectionKeepAliveStrategy instance.
setLocalAddress(InetAddress) - Method in class org.apache.http.client.config.RequestConfig.Builder
 
setMalformedInputAction(CodingErrorAction) - Method in class org.apache.http.config.ConnectionConfig.Builder
 
setMaxConnPerRoute(int) - Method in class org.apache.http.impl.client.HttpClientBuilder
Assigns maximum connection per route value.
setMaxConnTotal(int) - Method in class org.apache.http.impl.client.HttpClientBuilder
Assigns maximum total connection value.
setMaxHeaderCount(int) - Method in class org.apache.http.config.MessageConstraints.Builder
 
setMaxLineLength(int) - Method in class org.apache.http.config.MessageConstraints.Builder
 
setMaxPerRoute(HttpRoute, int) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
setMaxPerRoute(T, int) - Method in class org.apache.http.pool.AbstractConnPool
 
setMaxPerRoute(T, int) - Method in interface org.apache.http.pool.ConnPoolControl
 
setMaxRedirects(int) - Method in class org.apache.http.client.config.RequestConfig.Builder
 
setMaxTotal(int) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
setMaxTotal(int) - Method in class org.apache.http.pool.AbstractConnPool
 
setMaxTotal(int) - Method in interface org.apache.http.pool.ConnPoolControl
 
setMessageConstraints(MessageConstraints) - Method in class org.apache.http.config.ConnectionConfig.Builder
 
setParameter(String, String) - Method in class org.apache.http.client.utils.URIBuilder
Sets parameter of URI query overriding existing value if set.
setParameters(List<NameValuePair>) - Method in class org.apache.http.client.entity.EntityBuilder
Sets entity content as a parameter list.
setParameters(NameValuePair...) - Method in class org.apache.http.client.entity.EntityBuilder
Sets entity content as a parameter list.
setParameters(List<NameValuePair>) - Method in class org.apache.http.client.utils.URIBuilder
Sets URI query parameters.
setParameters(NameValuePair...) - Method in class org.apache.http.client.utils.URIBuilder
Sets URI query parameters.
setPath(String) - Method in class org.apache.http.client.utils.URIBuilder
Sets URI path.
setPath(String) - Method in class org.apache.http.impl.cookie.BasicClientCookieHC4
Sets the path attribute.
setPerHostConnectionCap(int) - Method in class org.apache.http.impl.client.AIMDBackoffManager
Sets the absolute maximum per-host connection pool size to probe up to; defaults to 2 (the default per-host max).
setPort(int) - Method in class org.apache.http.client.utils.URIBuilder
Sets URI port.
setPorts(int[]) - Method in class org.apache.http.impl.cookie.BasicClientCookie2HC4
 
setProtocolVersion(ProtocolVersion) - Method in class org.apache.http.client.methods.HttpRequestBaseHC4
 
setProtocolVersion(ProtocolVersion) - Method in class org.apache.http.client.methods.HttpRequestWrapper
 
setProxy(HttpHost) - Method in class org.apache.http.client.config.RequestConfig.Builder
 
setProxy(HttpHost) - Method in class org.apache.http.impl.client.HttpClientBuilder
Assigns default proxy value.
setProxyAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.http.impl.client.HttpClientBuilder
Assigns AuthenticationStrategy instance for target host authentication.
setProxyPreferredAuthSchemes(Collection<String>) - Method in class org.apache.http.client.config.RequestConfig.Builder
 
setPublicSuffixes(Collection<String>) - Method in class org.apache.http.impl.cookie.PublicSuffixFilterHC4
Sets the suffix blacklist patterns.
setQuery(String) - Method in class org.apache.http.client.utils.URIBuilder
Deprecated. (4.3) use URIBuilder.setParameters(List) or URIBuilder.setParameters(NameValuePair...)
setRedirectsEnabled(boolean) - Method in class org.apache.http.client.config.RequestConfig.Builder
 
setRedirectStrategy(RedirectStrategy) - Method in class org.apache.http.impl.client.HttpClientBuilder
Assigns RedirectStrategy instance.
setRelativeRedirectsAllowed(boolean) - Method in class org.apache.http.client.config.RequestConfig.Builder
 
setReleaseTrigger(ConnectionReleaseTrigger) - Method in class org.apache.http.client.methods.AbstractExecutionAwareRequest
Deprecated. 
setRequestConfig(RequestConfig) - Method in class org.apache.http.client.protocol.HttpClientContext
 
setRequestExecutor(HttpRequestExecutor) - Method in class org.apache.http.impl.client.HttpClientBuilder
Assigns HttpRequestExecutor instance.
setRetryHandler(HttpRequestRetryHandler) - Method in class org.apache.http.impl.client.HttpClientBuilder
Assigns HttpRequestRetryHandler instance.
setRoutePlanner(HttpRoutePlanner) - Method in class org.apache.http.impl.client.HttpClientBuilder
Assigns HttpRoutePlanner instance.
setScheme(String) - Method in class org.apache.http.client.utils.URIBuilder
Sets URI scheme.
setSchemePortResolver(SchemePortResolver) - Method in class org.apache.http.impl.client.HttpClientBuilder
Assigns SchemePortResolver instance.
setSecure(boolean) - Method in class org.apache.http.impl.cookie.BasicClientCookieHC4
Sets the secure attribute of the cookie.
setSecureRandom(SecureRandom) - Method in class org.apache.http.conn.ssl.SSLContextBuilder
 
setSerializable(Serializable) - Method in class org.apache.http.client.entity.EntityBuilder
Sets entity content as a Serializable.
setServiceUnavailableRetryStrategy(ServiceUnavailableRetryStrategy) - Method in class org.apache.http.impl.client.HttpClientBuilder
Assigns ServiceUnavailableRetryStrategy instance.
setSocketConfig(SocketConfig) - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
 
setSocketConfig(HttpHost, SocketConfig) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
setSocketTimeout(int) - Method in class org.apache.http.client.config.RequestConfig.Builder
 
setSocketTimeout(int) - Method in class org.apache.http.impl.BHttpConnectionBase
 
setSoKeepAlive(boolean) - Method in class org.apache.http.config.SocketConfig.Builder
 
setSoLinger(int) - Method in class org.apache.http.config.SocketConfig.Builder
 
setSoReuseAddress(boolean) - Method in class org.apache.http.config.SocketConfig.Builder
 
setSoTimeout(int) - Method in class org.apache.http.config.SocketConfig.Builder
 
setSslcontext(SSLContext) - Method in class org.apache.http.impl.client.HttpClientBuilder
Assigns SSLContext instance.
setSSLSocketFactory(LayeredConnectionSocketFactory) - Method in class org.apache.http.impl.client.HttpClientBuilder
Assigns LayeredConnectionSocketFactory instance.
setStaleConnectionCheckEnabled(boolean) - Method in class org.apache.http.client.config.RequestConfig.Builder
 
setState(AuthProtocolState) - Method in class org.apache.http.auth.AuthStateHC4
 
setState(Object) - Method in class org.apache.http.pool.PoolEntry
 
setStream(InputStream) - Method in class org.apache.http.client.entity.EntityBuilder
Sets entity content as a InputStream.
setTargetAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.http.impl.client.HttpClientBuilder
Assigns AuthenticationStrategy instance for proxy authentication.
setTargetHost(HttpHost) - Method in class org.apache.http.protocol.HttpCoreContext
 
setTargetPreferredAuthSchemes(Collection<String>) - Method in class org.apache.http.client.config.RequestConfig.Builder
 
setTcpNoDelay(boolean) - Method in class org.apache.http.config.SocketConfig.Builder
 
setText(String) - Method in class org.apache.http.client.entity.EntityBuilder
Sets entity content as a string.
setUnmappableInputAction(CodingErrorAction) - Method in class org.apache.http.config.ConnectionConfig.Builder
 
setURI(URI) - Method in class org.apache.http.client.methods.HttpRequestBaseHC4
 
setURI(URI) - Method in class org.apache.http.client.methods.HttpRequestWrapper
 
setUri(URI) - Method in class org.apache.http.client.methods.RequestBuilder
 
setUri(String) - Method in class org.apache.http.client.methods.RequestBuilder
 
setUserAgent(String) - Method in class org.apache.http.impl.client.HttpClientBuilder
Assigns User-Agent value.
setUserInfo(String) - Method in class org.apache.http.client.utils.URIBuilder
Sets URI user info.
setUserInfo(String, String) - Method in class org.apache.http.client.utils.URIBuilder
Sets URI user info as a combination of username and password.
setUserToken(Object) - Method in class org.apache.http.client.protocol.HttpClientContext
 
setUserTokenHandler(UserTokenHandler) - Method in class org.apache.http.impl.client.HttpClientBuilder
Assigns UserTokenHandler instance.
setValue(String) - Method in class org.apache.http.impl.cookie.BasicClientCookieHC4
Sets the value
setVersion(ProtocolVersion) - Method in class org.apache.http.client.methods.RequestBuilder
 
setVersion(int) - Method in class org.apache.http.impl.cookie.BasicClientCookieHC4
Sets the version of the cookie specification to which this cookie conforms.
shouldBackoff(Throwable) - Method in interface org.apache.http.client.ConnectionBackoffStrategy
Determines whether seeing the given Throwable as a result of request execution should result in a backoff signal.
shouldBackoff(HttpResponse) - Method in interface org.apache.http.client.ConnectionBackoffStrategy
Determines whether receiving the given HttpResponse as a result of request execution should result in a backoff signal.
shouldBackoff(Throwable) - Method in class org.apache.http.impl.client.DefaultBackoffStrategy
 
shouldBackoff(HttpResponse) - Method in class org.apache.http.impl.client.DefaultBackoffStrategy
 
shouldBackoff(Throwable) - Method in class org.apache.http.impl.client.NullBackoffStrategy
 
shouldBackoff(HttpResponse) - Method in class org.apache.http.impl.client.NullBackoffStrategy
 
shutdown() - Method in interface org.apache.http.conn.HttpClientConnectionManager
Shuts down this connection manager and releases allocated resources.
shutdown() - Method in class org.apache.http.impl.BHttpConnectionBase
 
shutdown() - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
 
shutdown() - Method in class org.apache.http.impl.conn.DefaultManagedHttpClientConnection
 
shutdown() - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
shutdown() - Method in class org.apache.http.pool.AbstractConnPool
Shuts down the pool.
size() - Method in class org.apache.http.impl.client.RedirectLocationsHC4
Returns the number of elements in this list.
skip(long) - Method in class org.apache.http.client.entity.DeflateInputStream
Skip
skip(long) - Method in class org.apache.http.impl.io.ContentLengthInputStreamHC4
Skips and discards a number of bytes from the input stream.
skipWhitespace(CharArrayBuffer, ParserCursor) - Method in class org.apache.http.message.BasicLineParserHC4
Helper to skip whitespace.
SocketConfig - Class in org.apache.http.config
Socket configuration.
SocketConfig.Builder - Class in org.apache.http.config
 
SP - Static variable in class org.apache.http.Consts
 
SPNEGO - Static variable in class org.apache.http.client.config.AuthSchemes
SPNEGO Authentication scheme.
SSL - Static variable in class org.apache.http.conn.ssl.SSLConnectionSocketFactory
 
SSLConnectionSocketFactory - Class in org.apache.http.conn.ssl
Layered socket factory for TLS/SSL connections.
SSLConnectionSocketFactory(SSLContext) - Constructor for class org.apache.http.conn.ssl.SSLConnectionSocketFactory
 
SSLConnectionSocketFactory(SSLContext, X509HostnameVerifier) - Constructor for class org.apache.http.conn.ssl.SSLConnectionSocketFactory
 
SSLConnectionSocketFactory(SSLContext, String[], String[], X509HostnameVerifier) - Constructor for class org.apache.http.conn.ssl.SSLConnectionSocketFactory
 
SSLConnectionSocketFactory(SSLSocketFactory, X509HostnameVerifier) - Constructor for class org.apache.http.conn.ssl.SSLConnectionSocketFactory
 
SSLConnectionSocketFactory(SSLSocketFactory, String[], String[], X509HostnameVerifier) - Constructor for class org.apache.http.conn.ssl.SSLConnectionSocketFactory
 
SSLContextBuilder - Class in org.apache.http.conn.ssl
Builder for SSLContext instances.
SSLContextBuilder() - Constructor for class org.apache.http.conn.ssl.SSLContextBuilder
 
SSLContexts - Class in org.apache.http.conn.ssl
SSLContext factory methods.
SSLContexts() - Constructor for class org.apache.http.conn.ssl.SSLContexts
 
SSLInitializationException - Exception in org.apache.http.conn.ssl
 
SSLInitializationException(String, Throwable) - Constructor for exception org.apache.http.conn.ssl.SSLInitializationException
 
SSLV2 - Static variable in class org.apache.http.conn.ssl.SSLConnectionSocketFactory
 
STANDARD - Static variable in class org.apache.http.client.config.CookieSpecs
The RFC 2965 compliant policy (standard).
StandardHttpRequestRetryHandler - Class in org.apache.http.impl.client
HttpRequestRetryHandler which assumes that all requested HTTP methods which should be idempotent according to RFC-2616 are in fact idempotent and can be retried.
StandardHttpRequestRetryHandler(int, boolean) - Constructor for class org.apache.http.impl.client.StandardHttpRequestRetryHandler
Default constructor
StandardHttpRequestRetryHandler() - Constructor for class org.apache.http.impl.client.StandardHttpRequestRetryHandler
Default constructor
started() - Method in class org.apache.http.client.methods.HttpRequestBaseHC4
 
startedTime() - Method in class org.apache.http.impl.client.HttpRequestFutureTask
 
STATUS_URI - Static variable in class org.apache.http.HttpHeaders
RFC 2518 (WevDAV) Section 9.7
STRICT_HOSTNAME_VERIFIER - Static variable in class org.apache.http.conn.ssl.SSLConnectionSocketFactory
 
StrictContentLengthStrategyHC4 - Class in org.apache.http.impl.entity
The strict implementation of the content length strategy.
StrictContentLengthStrategyHC4(int) - Constructor for class org.apache.http.impl.entity.StrictContentLengthStrategyHC4
Creates StrictContentLengthStrategy instance with the given length used per default when content length is not explicitly specified in the message.
StrictContentLengthStrategyHC4() - Constructor for class org.apache.http.impl.entity.StrictContentLengthStrategyHC4
Creates StrictContentLengthStrategy instance.
StrictHostnameVerifierHC4 - Class in org.apache.http.conn.ssl
The Strict HostnameVerifier works the same way as Sun Java 1.4, Sun Java 5, Sun Java 6-rc.
StrictHostnameVerifierHC4() - Constructor for class org.apache.http.conn.ssl.StrictHostnameVerifierHC4
 
StringEntityHC4 - Class in org.apache.http.entity
A self contained, repeatable entity that obtains its content from a String.
StringEntityHC4(String, ContentType) - Constructor for class org.apache.http.entity.StringEntityHC4
Creates a StringEntityHC4 with the specified content and content type.
StringEntityHC4(String, String, String) - Constructor for class org.apache.http.entity.StringEntityHC4
Deprecated. (4.1.3) use StringEntityHC4.StringEntityHC4(String, ContentType)
StringEntityHC4(String, String) - Constructor for class org.apache.http.entity.StringEntityHC4
Creates a StringEntityHC4 with the specified content and charset.
StringEntityHC4(String, Charset) - Constructor for class org.apache.http.entity.StringEntityHC4
Creates a StringEntityHC4 with the specified content and charset.
StringEntityHC4(String) - Constructor for class org.apache.http.entity.StringEntityHC4
Creates a StringEntityHC4 with the specified content.
SystemDefaultCredentialsProvider - Class in org.apache.http.impl.client
Implementation of CredentialsProvider backed by standard JRE Authenticator.
SystemDefaultCredentialsProvider() - Constructor for class org.apache.http.impl.client.SystemDefaultCredentialsProvider
Default constructor.
SystemDefaultDnsResolver - Class in org.apache.http.impl.conn
DNS resolver that uses the default OS implementation for resolving host names.
SystemDefaultDnsResolver() - Constructor for class org.apache.http.impl.conn.SystemDefaultDnsResolver
 
SystemDefaultRoutePlanner - Class in org.apache.http.impl.conn
HttpRoutePlanner implementation based on ProxySelector.
SystemDefaultRoutePlanner(SchemePortResolver, ProxySelector) - Constructor for class org.apache.http.impl.conn.SystemDefaultRoutePlanner
 
SystemDefaultRoutePlanner(ProxySelector) - Constructor for class org.apache.http.impl.conn.SystemDefaultRoutePlanner
 

T

TARGET_AUTH_STATE - Static variable in class org.apache.http.client.protocol.HttpClientContext
Attribute name of a AuthState object that represents the actual target authentication state.
TargetAuthenticationStrategy - Class in org.apache.http.impl.client
Default AuthenticationStrategy implementation for proxy host authentication.
TargetAuthenticationStrategy() - Constructor for class org.apache.http.impl.client.TargetAuthenticationStrategy
 
taskDuration() - Method in class org.apache.http.impl.client.HttpRequestFutureTask
 
TE - Static variable in class org.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.39
TEXT_HTML - Static variable in class org.apache.http.entity.ContentType
 
TEXT_PLAIN - Static variable in class org.apache.http.entity.ContentType
 
TEXT_XML - Static variable in class org.apache.http.entity.ContentType
 
TextUtils - Class in org.apache.http.util
 
TextUtils() - Constructor for class org.apache.http.util.TextUtils
 
ThreadSafe - Annotation Type in org.apache.http.annotation
The class to which this annotation is applied is thread-safe.
TIMEOUT - Static variable in class org.apache.http.HttpHeaders
RFC 2518 (WevDAV) Section 9.8
TLS - Static variable in class org.apache.http.conn.ssl.SSLConnectionSocketFactory
 
toByteArray(HttpEntity) - Static method in class org.apache.http.util.EntityUtilsHC4
Read the contents of an entity and return it as a byte array.
toString() - Method in class org.apache.http.auth.AuthOption
 
toString() - Method in class org.apache.http.auth.AuthStateHC4
 
toString() - Method in class org.apache.http.client.config.RequestConfig
 
toString() - Method in class org.apache.http.client.methods.HttpRequestBaseHC4
 
toString() - Method in class org.apache.http.client.methods.HttpRequestWrapper
 
toString() - Method in class org.apache.http.client.utils.URIBuilder
 
toString() - Method in class org.apache.http.config.ConnectionConfig
 
toString() - Method in class org.apache.http.config.MessageConstraints
 
toString() - Method in class org.apache.http.config.Registry
 
toString() - Method in class org.apache.http.config.RegistryBuilder
 
toString() - Method in class org.apache.http.config.SocketConfig
 
toString() - Method in class org.apache.http.conn.HttpInetSocketAddress
Deprecated.  
toString() - Method in class org.apache.http.conn.ssl.AllowAllHostnameVerifierHC4
 
toString() - Method in class org.apache.http.conn.ssl.BrowserCompatHostnameVerifierHC4
 
toString() - Method in class org.apache.http.conn.ssl.PrivateKeyDetails
 
toString() - Method in class org.apache.http.conn.ssl.StrictHostnameVerifierHC4
 
toString() - Method in class org.apache.http.entity.ContentType
Generates textual representation of this content type which can be used as the value of a Content-Type header.
toString() - Method in class org.apache.http.impl.auth.AuthSchemeBaseHC4
 
toString() - Method in class org.apache.http.impl.auth.DigestSchemeHC4
 
toString() - Method in class org.apache.http.impl.BHttpConnectionBase
 
toString() - Method in class org.apache.http.impl.client.BasicAuthCache
 
toString() - Method in class org.apache.http.impl.client.BasicCookieStoreHC4
 
toString() - Method in class org.apache.http.impl.client.BasicCredentialsProviderHC4
 
toString() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics
 
toString() - Method in class org.apache.http.impl.client.HttpRequestFutureTask
 
toString() - Method in class org.apache.http.impl.cookie.BasicClientCookieHC4
 
toString() - Method in class org.apache.http.impl.cookie.BestMatchSpecHC4
 
toString() - Method in class org.apache.http.impl.cookie.BrowserCompatSpecHC4
 
toString() - Method in class org.apache.http.impl.cookie.NetscapeDraftSpecHC4
 
toString() - Method in class org.apache.http.impl.cookie.RFC2109SpecHC4
 
toString() - Method in class org.apache.http.impl.cookie.RFC2965SpecHC4
 
toString() - Method in class org.apache.http.pool.AbstractConnPool
 
toString() - Method in class org.apache.http.pool.PoolEntry
 
toString() - Method in class org.apache.http.pool.PoolStats
 
toString() - Method in class org.apache.http.protocol.BasicHttpContextHC4
 
toString(HttpEntity, Charset) - Static method in class org.apache.http.util.EntityUtilsHC4
Get the entity content as a String, using the provided default character set if none is found in the entity.
toString(HttpEntity, String) - Static method in class org.apache.http.util.EntityUtilsHC4
Get the entity content as a String, using the provided default character set if none is found in the entity.
toString(HttpEntity) - Static method in class org.apache.http.util.EntityUtilsHC4
Read the contents of an entity and return it as a String.
toString() - Method in class org.apache.http.util.VersionInfoHC4
Provides the version information in human-readable format.
toUnicode(String) - Method in interface org.apache.http.client.utils.Idn
Converts a name from its punycode representation to Unicode.
toUnicode(String) - Method in class org.apache.http.client.utils.JdkIdn
 
toUnicode(String) - Static method in class org.apache.http.client.utils.Punycode
 
toUnicode(String) - Method in class org.apache.http.client.utils.Rfc3492Idn
 
trace() - Static method in class org.apache.http.client.methods.RequestBuilder
 
TRAILER - Static variable in class org.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.40
TRANSFER_ENCODING - Static variable in class org.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.41
TruncatedChunkException - Exception in org.apache.http
Signals a truncated chunk in a chunked stream.
TruncatedChunkException(String) - Constructor for exception org.apache.http.TruncatedChunkException
Creates a TruncatedChunkException with the specified detail message.
TrustSelfSignedStrategy - Class in org.apache.http.conn.ssl
A trust strategy that accepts self-signed certificates as trusted.
TrustSelfSignedStrategy() - Constructor for class org.apache.http.conn.ssl.TrustSelfSignedStrategy
 
TrustStrategy - Interface in org.apache.http.conn.ssl
A strategy to establish trustworthiness of certificates without consulting the trust manager configured in the actual SSL context.
tunnel(HttpHost, HttpHost, Credentials) - Method in class org.apache.http.impl.client.ProxyClient
 
TunnelRefusedException - Exception in org.apache.http.impl.execchain
Signals that the tunnel request was rejected by the proxy host.
TunnelRefusedException(String, HttpResponse) - Constructor for exception org.apache.http.impl.execchain.TunnelRefusedException
 

U

UNAVAILABLE - Static variable in class org.apache.http.util.VersionInfoHC4
A string constant for unavailable information.
UNCOMPRESSED - Static variable in class org.apache.http.client.protocol.ResponseContentEncoding
 
UNSAFE_CHARS - Static variable in class org.apache.http.message.BasicHeaderValueFormatterHC4
Unsafe special characters that must be escaped using the backslash character
UnsupportedSchemeException - Exception in org.apache.http.conn
Signals failure to establish connection using an unknown protocol scheme.
UnsupportedSchemeException(String) - Constructor for exception org.apache.http.conn.UnsupportedSchemeException
Creates a UnsupportedSchemeException with the specified detail message.
update(AuthScheme, Credentials) - Method in class org.apache.http.auth.AuthStateHC4
Updates the auth state with AuthScheme and Credentials.
update(Queue<AuthOption>) - Method in class org.apache.http.auth.AuthStateHC4
Updates the auth state with a queue of AuthOptions.
updateEntity(HttpResponse, HttpEntity) - Static method in class org.apache.http.util.EntityUtilsHC4
Updates an entity in a response by first consuming an existing entity, then setting the new one.
updateExpiry(long, TimeUnit) - Method in class org.apache.http.pool.PoolEntry
 
upgrade(HttpClientConnection, HttpRoute, HttpContext) - Method in interface org.apache.http.conn.HttpClientConnectionManager
Upgrades the underlying connection socket to TLS/SSL (or another layering protocol) after having executed CONNECT method to all intermediate proxy hops
UPGRADE - Static variable in class org.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.42
upgrade(HttpClientConnection, HttpRoute, HttpContext) - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
 
upgrade(HttpClientConnection, HttpRoute, HttpContext) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
 
URIBuilder - Class in org.apache.http.client.utils
Builder for URI instances.
URIBuilder() - Constructor for class org.apache.http.client.utils.URIBuilder
Constructs an empty instance.
URIBuilder(String) - Constructor for class org.apache.http.client.utils.URIBuilder
Construct an instance from the string which must be a valid URI.
URIBuilder(URI) - Constructor for class org.apache.http.client.utils.URIBuilder
Construct an instance from the provided URI.
URIUtilsHC4 - Class in org.apache.http.client.utils
A collection of utilities for URIs, to workaround bugs within the class or for ease-of-use features.
UrlEncodedFormEntityHC4 - Class in org.apache.http.client.entity
An entity composed of a list of url-encoded pairs.
UrlEncodedFormEntityHC4(List<? extends NameValuePair>, String) - Constructor for class org.apache.http.client.entity.UrlEncodedFormEntityHC4
Constructs a new UrlEncodedFormEntity with the list of parameters in the specified encoding.
UrlEncodedFormEntityHC4(Iterable<? extends NameValuePair>, Charset) - Constructor for class org.apache.http.client.entity.UrlEncodedFormEntityHC4
Constructs a new UrlEncodedFormEntity with the list of parameters in the specified encoding.
UrlEncodedFormEntityHC4(List<? extends NameValuePair>) - Constructor for class org.apache.http.client.entity.UrlEncodedFormEntityHC4
Constructs a new UrlEncodedFormEntity with the list of parameters with the default encoding of HTTP.DEFAULT_CONTENT_CHARSET
UrlEncodedFormEntityHC4(Iterable<? extends NameValuePair>) - Constructor for class org.apache.http.client.entity.UrlEncodedFormEntityHC4
Constructs a new UrlEncodedFormEntity with the list of parameters with the default encoding of HTTP.DEFAULT_CONTENT_CHARSET
URLEncodedUtilsHC4 - Class in org.apache.http.client.utils
A collection of utilities for encoding URLs.
URLEncodedUtilsHC4() - Constructor for class org.apache.http.client.utils.URLEncodedUtilsHC4
 
useProtocol(String) - Method in class org.apache.http.conn.ssl.SSLContextBuilder
 
USER_AGENT - Static variable in class org.apache.http.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.15, RFC 2616 (HTTP/1.1) Section 14.43
USER_TOKEN - Static variable in class org.apache.http.client.protocol.HttpClientContext
Attribute name of a Object object that represents the actual user identity such as user Principal.
useSSL() - Method in class org.apache.http.conn.ssl.SSLContextBuilder
 
useSystemProperties() - Method in class org.apache.http.impl.client.HttpClientBuilder
Use system properties when creating and configuring default implementations.
useTLS() - Method in class org.apache.http.conn.ssl.SSLContextBuilder
 
UTF_8 - Static variable in class org.apache.http.Consts
 

V

validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.AbstractCookieAttributeHandlerHC4
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.BasicDomainHandlerHC4
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.BasicPathHandlerHC4
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.BestMatchSpecHC4
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.CookieSpecBaseHC4
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.NetscapeDomainHandlerHC4
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.PublicSuffixFilterHC4
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2109DomainHandlerHC4
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2109SpecHC4
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2109VersionHandlerHC4
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965CommentUrlAttributeHandlerHC4
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965DiscardAttributeHandlerHC4
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965DomainAttributeHandlerHC4
Validate cookie domain attribute.
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965PortAttributeHandlerHC4
Validate cookie port attribute.
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965SpecHC4
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965VersionAttributeHandlerHC4
validate cookie version attribute.
valueOf(String) - Static method in enum org.apache.http.auth.AuthProtocolState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.http.auth.ChallengeState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.http.impl.cookie.BrowserCompatSpecFactoryHC4.SecurityLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.http.auth.AuthProtocolState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.http.auth.ChallengeState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.apache.http.impl.cookie.BrowserCompatSpecFactoryHC4.SecurityLevel
Returns an array containing the constants of this enum type, in the order they are declared.
VARY - Static variable in class org.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.44
verify(String, SSLSocket) - Method in class org.apache.http.conn.ssl.AbstractVerifierHC4
 
verify(String, SSLSession) - Method in class org.apache.http.conn.ssl.AbstractVerifierHC4
 
verify(String, X509Certificate) - Method in class org.apache.http.conn.ssl.AbstractVerifierHC4
 
verify(String, String[], String[], boolean) - Method in class org.apache.http.conn.ssl.AbstractVerifierHC4
 
verify(String, String[], String[]) - Method in class org.apache.http.conn.ssl.AllowAllHostnameVerifierHC4
 
verify(String, String[], String[]) - Method in class org.apache.http.conn.ssl.BrowserCompatHostnameVerifierHC4
 
verify(String, String[], String[]) - Method in class org.apache.http.conn.ssl.StrictHostnameVerifierHC4
 
VERSION_CODE - Static variable in class org.apache.http.BuildConfig
 
VERSION_PROPERTY_FILE - Static variable in class org.apache.http.util.VersionInfoHC4
The filename of the version information files.
VersionInfoHC4 - Class in org.apache.http.util
Provides access to version information for HTTP components.
VersionInfoHC4(String, String, String, String, String) - Constructor for class org.apache.http.util.VersionInfoHC4
Instantiates version information.
VIA - Static variable in class org.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.45

W

WARNING - Static variable in class org.apache.http.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.46
WILDCARD - Static variable in class org.apache.http.entity.ContentType
 
WireHC4 - Class in org.apache.http.impl.conn
Logs data to the wire LOG.
WireHC4(String) - Constructor for class org.apache.http.impl.conn.WireHC4
 
withCharset(Charset) - Method in class org.apache.http.entity.ContentType
Creates a new instance with this MIME type and the given Charset.
withCharset(String) - Method in class org.apache.http.entity.ContentType
Creates a new instance with this MIME type and the given Charset name.
wrap(HttpRequest) - Static method in class org.apache.http.client.methods.HttpRequestWrapper
 
wrappedEntity - Variable in class org.apache.http.entity.HttpEntityWrapperHC4
The wrapped entity.
wrappedStream - Variable in class org.apache.http.conn.EofSensorInputStreamHC4
The wrapped input stream, while accessible.
write(HttpMessage) - Method in class org.apache.http.impl.io.AbstractMessageWriterHC4
 
write(int) - Method in class org.apache.http.impl.io.ChunkedOutputStreamHC4
 
write(byte[]) - Method in class org.apache.http.impl.io.ChunkedOutputStreamHC4
Writes the array.
write(byte[], int, int) - Method in class org.apache.http.impl.io.ChunkedOutputStreamHC4
Writes the array.
write(byte[], int, int) - Method in class org.apache.http.impl.io.ContentLengthOutputStreamHC4
 
write(byte[]) - Method in class org.apache.http.impl.io.ContentLengthOutputStreamHC4
 
write(int) - Method in class org.apache.http.impl.io.ContentLengthOutputStreamHC4
 
write(byte[], int, int) - Method in class org.apache.http.impl.io.IdentityOutputStreamHC4
 
write(byte[]) - Method in class org.apache.http.impl.io.IdentityOutputStreamHC4
 
write(int) - Method in class org.apache.http.impl.io.IdentityOutputStreamHC4
 
write(byte[], int, int) - Method in class org.apache.http.impl.io.SessionOutputBufferImpl
 
write(byte[]) - Method in class org.apache.http.impl.io.SessionOutputBufferImpl
 
write(int) - Method in class org.apache.http.impl.io.SessionOutputBufferImpl
 
writeClosingChunk() - Method in class org.apache.http.impl.io.ChunkedOutputStreamHC4
 
writeHeadLine(HttpMessage) - Method in class org.apache.http.impl.io.AbstractMessageWriterHC4
Subclasses must override this method to write out the first header line based on the HttpMessage passed as a parameter.
writeHeadLine(HttpMessage) - Method in class org.apache.http.impl.io.DefaultHttpRequestWriter
 
writeHeadLine(HttpMessage) - Method in class org.apache.http.impl.io.DefaultHttpResponseWriter
 
writeLine(String) - Method in class org.apache.http.impl.io.SessionOutputBufferImpl
Writes characters from the specified string followed by a line delimiter to this session buffer.
writeLine(CharArrayBuffer) - Method in class org.apache.http.impl.io.SessionOutputBufferImpl
Writes characters from the specified char array followed by a line delimiter to this session buffer.
writeTo(OutputStream) - Method in class org.apache.http.client.entity.GzipCompressingEntity
 
writeTo(OutputStream) - Method in class org.apache.http.entity.BasicHttpEntityHC4
 
writeTo(OutputStream) - Method in class org.apache.http.entity.BufferedHttpEntityHC4
 
writeTo(OutputStream) - Method in class org.apache.http.entity.ByteArrayEntityHC4
 
writeTo(OutputStream) - Method in class org.apache.http.entity.FileEntityHC4
 
writeTo(OutputStream) - Method in class org.apache.http.entity.HttpEntityWrapperHC4
 
writeTo(OutputStream) - Method in class org.apache.http.entity.InputStreamEntityHC4
Writes bytes from the InputStream this entity was constructed with to an OutputStream.
writeTo(OutputStream) - Method in class org.apache.http.entity.SerializableEntityHC4
 
writeTo(OutputStream) - Method in class org.apache.http.entity.StringEntityHC4
 
WWW_AUTHENTICATE - Static variable in class org.apache.http.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.16, RFC 2616 (HTTP/1.1) Section 14.47

A B C D E F G H I J K L M N O P R S T U V W