- abort() - Method in interface org.apache.hc.client5.http.classic.methods.HttpUriRequest
- 
Aborts execution of the request. 
- abort() - Method in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
-  
- AbstractBinaryAsyncCacheStorage<CAS> - Class in org.apache.hc.client5.http.impl.cache
- 
Abstract cache backend for serialized binary objects capable of CAS (compare-and-swap) updates. 
- AbstractBinaryAsyncCacheStorage(int, HttpCacheEntrySerializer<byte[]>) - Constructor for class org.apache.hc.client5.http.impl.cache.AbstractBinaryAsyncCacheStorage
-  
- AbstractBinaryAsyncCacheStorage(int) - Constructor for class org.apache.hc.client5.http.impl.cache.AbstractBinaryAsyncCacheStorage
-  
- AbstractBinaryCacheStorage<CAS> - Class in org.apache.hc.client5.http.impl.cache
- 
Abstract cache backend for serialized binary objects capable of CAS (compare-and-swap) updates. 
- AbstractBinaryCacheStorage(int, HttpCacheEntrySerializer<byte[]>) - Constructor for class org.apache.hc.client5.http.impl.cache.AbstractBinaryCacheStorage
-  
- AbstractBinaryCacheStorage(int) - Constructor for class org.apache.hc.client5.http.impl.cache.AbstractBinaryCacheStorage
-  
- AbstractBinPushConsumer - Class in org.apache.hc.client5.http.async.methods
- 
Abstract push response consumer that processes response body data as an octet stream. 
- AbstractBinPushConsumer() - Constructor for class org.apache.hc.client5.http.async.methods.AbstractBinPushConsumer
-  
- AbstractBinResponseConsumer<T> - Class in org.apache.hc.client5.http.async.methods
- 
Abstract response consumer that processes response body data as an octet stream. 
- AbstractBinResponseConsumer() - Constructor for class org.apache.hc.client5.http.async.methods.AbstractBinResponseConsumer
-  
- AbstractCharPushConsumer - Class in org.apache.hc.client5.http.async.methods
- 
Abstract push response consumer that processes response body data as a character stream. 
- AbstractCharPushConsumer() - Constructor for class org.apache.hc.client5.http.async.methods.AbstractCharPushConsumer
-  
- AbstractCharResponseConsumer<T> - Class in org.apache.hc.client5.http.async.methods
- 
Abstract response consumer that processes response body data as a character stream. 
- AbstractCharResponseConsumer() - Constructor for class org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer
-  
- AbstractContentBody - Class in org.apache.hc.client5.http.entity.mime
-  
- AbstractContentBody(ContentType) - Constructor for class org.apache.hc.client5.http.entity.mime.AbstractContentBody
-  
- AbstractCookieAttributeHandler - Class in org.apache.hc.client5.http.impl.cookie
-  
- AbstractCookieAttributeHandler() - Constructor for class org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler
-  
- AbstractCookieSpec - Class in org.apache.hc.client5.http.impl.cookie
- 
Abstract cookie specification which can delegate the job of parsing,
 validation or matching cookie attributes to a number of arbitrary
  CookieAttributeHandlers. 
- AbstractCookieSpec() - Constructor for class org.apache.hc.client5.http.impl.cookie.AbstractCookieSpec
- 
Default constructor 
- AbstractCookieSpec(HashMap<String, CookieAttributeHandler>) - Constructor for class org.apache.hc.client5.http.impl.cookie.AbstractCookieSpec
-  
- AbstractCookieSpec(CommonCookieAttributeHandler...) - Constructor for class org.apache.hc.client5.http.impl.cookie.AbstractCookieSpec
-  
- AbstractHttpClientResponseHandler<T> - Class in org.apache.hc.client5.http.impl.classic
- 
A generic HttpClientResponseHandlerthat works with the response entity
 for successful (2xx) responses.
 
- AbstractHttpClientResponseHandler() - Constructor for class org.apache.hc.client5.http.impl.classic.AbstractHttpClientResponseHandler
-  
- AbstractSerializingAsyncCacheStorage<T,CAS> - Class in org.apache.hc.client5.http.impl.cache
- 
Abstract cache backend for serialized objects capable of CAS (compare-and-swap) updates. 
- AbstractSerializingAsyncCacheStorage(int, HttpCacheEntrySerializer<T>) - Constructor for class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
-  
- AbstractSerializingCacheStorage<T,CAS> - Class in org.apache.hc.client5.http.impl.cache
- 
Abstract cache backend for serialized objects capable of CAS (compare-and-swap) updates. 
- AbstractSerializingCacheStorage(int, HttpCacheEntrySerializer<T>) - Constructor for class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
-  
- AbstractSimpleServerExchangeHandler - Class in org.apache.hc.client5.testing.async
-  
- AbstractSimpleServerExchangeHandler() - Constructor for class org.apache.hc.client5.testing.async.AbstractSimpleServerExchangeHandler
-  
- acquireEndpoint(String, HttpRoute, Object, HttpClientContext, FutureCallback<AsyncExecRuntime>) - Method in interface org.apache.hc.client5.http.async.AsyncExecRuntime
- 
Initiates operation to acquire a connection endpoint. 
- acquireEndpoint(String, HttpRoute, Object, HttpClientContext) - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
- 
Acquires a connection endpoint. 
- activate() - Method in interface org.apache.hc.client5.http.io.ManagedHttpClientConnection
- 
Restores the connection from idle mode. 
- activate() - Method in interface org.apache.hc.client5.http.nio.ManagedAsyncClientConnection
- 
Restores the connection from idle mode. 
- adapt(HttpContext) - Static method in class org.apache.hc.client5.http.cache.HttpCacheContext
-  
- adapt(HttpContext) - Static method in class org.apache.hc.client5.http.protocol.HttpClientContext
-  
- add(String, String) - Method in class org.apache.hc.client5.http.fluent.Form
-  
- add(String, InetAddress...) - Method in class org.apache.hc.client5.http.impl.InMemoryDnsResolver
- 
Associates the given array of IP addresses to the given host in this DNS overrider. 
- add(URI) - Method in class org.apache.hc.client5.http.protocol.RedirectLocations
- 
Adds a new URI to the collection. 
- addAuthResponse(HttpHost, ChallengeType, HttpRequest, AuthExchange, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.HttpAuthenticator
- 
Generates a response to the authentication challenge based on the actual  AuthExchange state
 and adds it to the given  HttpRequest message . 
- addBinaryBody(String, byte[], ContentType, String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-  
- addBinaryBody(String, byte[]) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-  
- addBinaryBody(String, File, ContentType, String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-  
- addBinaryBody(String, File) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-  
- addBinaryBody(String, InputStream, ContentType, String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-  
- addBinaryBody(String, InputStream) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-  
- addCloseable(Closeable) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
Adds to the list of  Closeable resources to be managed by the client. 
- addCloseable(Closeable) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Adds to the list of  Closeable resources to be managed by the client. 
- addCloseable(Closeable) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
Adds to the list of  Closeable resources to be managed by the client. 
- addCookie(Cookie) - Method in class org.apache.hc.client5.http.cookie.BasicCookieStore
- 
Adds an  HTTP cookie, replacing any existing equivalent cookies. 
- addCookie(Cookie) - Method in interface org.apache.hc.client5.http.cookie.CookieStore
- 
Adds an  Cookie, replacing any existing equivalent cookies. 
- addCookies(Cookie[]) - Method in class org.apache.hc.client5.http.cookie.BasicCookieStore
- 
- addExecInterceptorAfter(String, String, AsyncExecChainHandler) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
Adds this execution interceptor after interceptor with the given name. 
- addExecInterceptorAfter(String, String, AsyncExecChainHandler) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Adds this execution interceptor after interceptor with the given name. 
- addExecInterceptorAfter(String, String, ExecChainHandler) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
Adds this execution interceptor after interceptor with the given name. 
- addExecInterceptorBefore(String, String, AsyncExecChainHandler) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
Adds this execution interceptor before an existing interceptor. 
- addExecInterceptorBefore(String, String, AsyncExecChainHandler) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Adds this execution interceptor before an existing interceptor. 
- addExecInterceptorBefore(String, String, ExecChainHandler) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
Adds this execution interceptor before an existing interceptor. 
- addExecInterceptorFirst(String, AsyncExecChainHandler) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
Add an interceptor to the head of the processing list. 
- addExecInterceptorFirst(String, AsyncExecChainHandler) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Add an interceptor to the head of the processing list. 
- addExecInterceptorFirst(String, ExecChainHandler) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
Add an interceptor to the head of the processing list. 
- addExecInterceptorLast(String, AsyncExecChainHandler) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
Add an interceptor to the tail of the processing list. 
- addExecInterceptorLast(String, AsyncExecChainHandler) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Add an interceptor to the tail of the processing list. 
- addExecInterceptorLast(String, ExecChainHandler) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
Add an interceptor to the tail of the processing list. 
- addField(String, String) - Method in class org.apache.hc.client5.http.entity.mime.FormBodyPart
-  
- addField(String, String, List<NameValuePair>) - Method in class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
-  
- addField(String, String) - Method in class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
-  
- addField(MimeField) - Method in class org.apache.hc.client5.http.entity.mime.Header
-  
- addHeader(String, String, List<NameValuePair>) - Method in class org.apache.hc.client5.http.entity.mime.MultipartPartBuilder
-  
- addHeader(String, String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartPartBuilder
-  
- addHeader(Header) - Method in class org.apache.hc.client5.http.fluent.Request
-  
- addHeader(String, String) - Method in class org.apache.hc.client5.http.fluent.Request
-  
- addHeader(Header) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
-  
- addHeader(String, Object) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
-  
- addPart(MultipartPart) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-  
- addPart(String, ContentBody) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-  
- addRequestInterceptorFirst(HttpRequestInterceptor) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
Adds this protocol interceptor to the head of the protocol processing list. 
- addRequestInterceptorFirst(HttpRequestInterceptor) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Adds this protocol interceptor to the head of the protocol processing list. 
- addRequestInterceptorFirst(HttpRequestInterceptor) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
Adds this protocol interceptor to the head of the protocol processing list. 
- addRequestInterceptorLast(HttpRequestInterceptor) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
Adds this protocol interceptor to the tail of the protocol processing list. 
- addRequestInterceptorLast(HttpRequestInterceptor) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Adds this protocol interceptor to the tail of the protocol processing list. 
- addRequestInterceptorLast(HttpRequestInterceptor) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
Adds this protocol interceptor to the tail of the protocol processing list. 
- addResponseInterceptorFirst(HttpResponseInterceptor) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
Adds this protocol interceptor to the head of the protocol processing list. 
- addResponseInterceptorFirst(HttpResponseInterceptor) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Adds this protocol interceptor to the head of the protocol processing list. 
- addResponseInterceptorFirst(HttpResponseInterceptor) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
Adds this protocol interceptor to the head of the protocol processing list. 
- addResponseInterceptorLast(HttpResponseInterceptor) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
Adds this protocol interceptor to the tail of the protocol processing list. 
- addResponseInterceptorLast(HttpResponseInterceptor) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Adds this protocol interceptor to the tail of the protocol processing list. 
- addResponseInterceptorLast(HttpResponseInterceptor) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
Adds this protocol interceptor to the tail of the protocol processing list. 
- addTextBody(String, String, ContentType) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-  
- addTextBody(String, String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-  
- AGE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- AIMDBackoffManager - Class in org.apache.hc.client5.http.impl.classic
- 
The AIMDBackoffManagerapplies 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.hc.client5.http.impl.classic.AIMDBackoffManager
- 
Creates an AIMDBackoffManagerto manage
 per-host connection pool sizes represented by the
 givenConnPoolControl.
 
- ALLOW - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- append(byte[], int, int) - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
-  
- append(byte[]) - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
-  
- append(CharBuffer) - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
-  
- append(char[], int, int) - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
-  
- append(char[]) - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
-  
- append(String) - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
-  
- asBytes() - Method in class org.apache.hc.client5.http.fluent.Content
-  
- asStream() - Method in class org.apache.hc.client5.http.fluent.Content
-  
- asString() - Method in class org.apache.hc.client5.http.fluent.Content
-  
- asString(Charset) - Method in class org.apache.hc.client5.http.fluent.Content
-  
- Async - Class in org.apache.hc.client5.http.fluent
- 
Asynchronous executor for  Requests. 
- AsyncClientConnectionManager - Interface in org.apache.hc.client5.http.nio
- 
Represents a manager of persistent non-blocking client connections. 
- AsyncClientConnectionOperator - Interface in org.apache.hc.client5.http.nio
- 
Connection operator that performs connection connect and upgrade operations. 
- AsyncConnectExec - Class in org.apache.hc.client5.http.impl.async
- 
Request execution handler in the asynchronous request execution chain
 that is responsible for establishing connection to the target
 origin server as specified by the current connection route. 
- AsyncConnectExec(HttpProcessor, AuthenticationStrategy) - Constructor for class org.apache.hc.client5.http.impl.async.AsyncConnectExec
-  
- AsyncConnectionEndpoint - Class in org.apache.hc.client5.http.nio
- 
Client connection endpoint that can be used to execute message exchanges. 
- AsyncConnectionEndpoint() - Constructor for class org.apache.hc.client5.http.nio.AsyncConnectionEndpoint
-  
- AsyncEchoHandler - Class in org.apache.hc.client5.testing.async
- 
A handler that echos the incoming request entity. 
- AsyncEchoHandler() - Constructor for class org.apache.hc.client5.testing.async.AsyncEchoHandler
-  
- AsyncExecCallback - Interface in org.apache.hc.client5.http.async
- 
AsyncExecCallback methods represent response processing events
 in the client side request execution chain. 
- AsyncExecChain - Interface in org.apache.hc.client5.http.async
- 
Represents a single element in the client side asynchronous request execution chain. 
- AsyncExecChain.Scope - Class in org.apache.hc.client5.http.async
- 
Request execution scope that includes the unique message exchange ID,
 the connection route, the original request message, the execution
 context and the internal execution runtime. 
- AsyncExecChain.Scope(String, HttpRoute, HttpRequest, CancellableDependency, HttpClientContext, AsyncExecRuntime) - Constructor for class org.apache.hc.client5.http.async.AsyncExecChain.Scope
-  
- AsyncExecChainHandler - Interface in org.apache.hc.client5.http.async
- 
Abstract request execution handler in an asynchronous client side request execution
 chain. 
- AsyncExecRuntime - Interface in org.apache.hc.client5.http.async
- 
Execution runtime that provides access to the underlying connection endpoint and helps
 manager its life cycle. 
- AsyncHttpRequestRetryExec - Class in org.apache.hc.client5.http.impl.async
- 
Request executor in the asynchronous request execution chain that is
 responsible for making a decision whether a request that failed due to
 an I/O exception or received a specific response from the target server should
 be re-executed. 
- AsyncHttpRequestRetryExec(HttpRequestRetryStrategy) - Constructor for class org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec
-  
- AsyncProtocolExec - Class in org.apache.hc.client5.http.impl.async
- 
Request execution handler in the asynchronous request execution chain
 that is responsible for implementation of HTTP specification requirements. 
- AsyncRandomHandler - Class in org.apache.hc.client5.testing.async
- 
A handler that generates random data. 
- AsyncRandomHandler() - Constructor for class org.apache.hc.client5.testing.async.AsyncRandomHandler
-  
- AsyncRandomHandler.RandomBinAsyncEntityProducer - Class in org.apache.hc.client5.testing.async
- 
An entity that generates random data. 
- AsyncRandomHandler.RandomBinAsyncEntityProducer(long) - Constructor for class org.apache.hc.client5.testing.async.AsyncRandomHandler.RandomBinAsyncEntityProducer
-  
- AsyncRedirectExec - Class in org.apache.hc.client5.http.impl.async
- 
Request execution handler in the asynchronous request execution chain
 responsbile for handling of request redirects. 
- auth(AuthScope, Credentials) - Method in class org.apache.hc.client5.http.fluent.Executor
-  
- auth(HttpHost, Credentials) - Method in class org.apache.hc.client5.http.fluent.Executor
-  
- auth(String, Credentials) - Method in class org.apache.hc.client5.http.fluent.Executor
-  
- auth(HttpHost, String, char[]) - Method in class org.apache.hc.client5.http.fluent.Executor
-  
- auth(HttpHost, String, char[], String, String) - Method in class org.apache.hc.client5.http.fluent.Executor
-  
- AUTH_CACHE - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
- 
Attribute name of a  AuthCache object
 that represents the auth scheme cache. 
- AUTH_EXCHANGE_MAP - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
- 
Attribute name of a map containing actual  AuthExchanges keyed by their respective
  HttpHost. 
- AuthCache - Interface in org.apache.hc.client5.http.auth
- 
This interface represents an cache of  AuthScheme state information
 that can be re-used for preemptive authentication by subsequent requests. 
- AuthChallenge - Class in org.apache.hc.client5.http.auth
- 
This class represents an authentication challenge consisting of a auth scheme
 and either a single parameter or a list of name / value pairs. 
- AuthChallenge(ChallengeType, String, String, List<? extends NameValuePair>) - Constructor for class org.apache.hc.client5.http.auth.AuthChallenge
-  
- AuthChallenge(ChallengeType, String, NameValuePair...) - Constructor for class org.apache.hc.client5.http.auth.AuthChallenge
-  
- AuthChallengeParser - Class in org.apache.hc.client5.http.impl.auth
- 
Authentication challenge parser. 
- AuthChallengeParser() - Constructor for class org.apache.hc.client5.http.impl.auth.AuthChallengeParser
-  
- authenticate(URIAuthority, String, String) - Method in interface org.apache.hc.client5.testing.auth.Authenticator
-  
- AuthenticatingAsyncDecorator - Class in org.apache.hc.client5.testing.async
-  
- AuthenticatingAsyncDecorator(AsyncServerExchangeHandler, Authenticator) - Constructor for class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
-  
- AuthenticatingDecorator - Class in org.apache.hc.client5.testing.classic
-  
- AuthenticatingDecorator(HttpServerRequestHandler, Authenticator) - Constructor for class org.apache.hc.client5.testing.classic.AuthenticatingDecorator
-  
- AuthenticationException - Exception in org.apache.hc.client5.http.auth
- 
Signals a failure in authentication process 
- AuthenticationException() - Constructor for exception org.apache.hc.client5.http.auth.AuthenticationException
- 
Creates a new AuthenticationException with a nulldetail message.
 
- AuthenticationException(String) - Constructor for exception org.apache.hc.client5.http.auth.AuthenticationException
- 
Creates a new AuthenticationException with the specified message. 
- AuthenticationException(String, Throwable) - Constructor for exception org.apache.hc.client5.http.auth.AuthenticationException
- 
Creates a new AuthenticationException with the specified detail message and cause. 
- AuthenticationStrategy - Interface in org.apache.hc.client5.http
- 
Strategy to select auth schemes in order of preference based on auth challenges
 presented by the opposite endpoint (target server or a proxy). 
- Authenticator - Interface in org.apache.hc.client5.testing.auth
-  
- AuthExchange - Class in org.apache.hc.client5.http.auth
- 
This class represents the actual state of authentication handshake including the current  AuthScheme
 used for request authorization as well as a collection of backup authentication options if available. 
- AuthExchange() - Constructor for class org.apache.hc.client5.http.auth.AuthExchange
-  
- AuthExchange.State - Enum in org.apache.hc.client5.http.auth
-  
- AUTHORIZATION - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- authPreemptive(HttpHost) - Method in class org.apache.hc.client5.http.fluent.Executor
-  
- authPreemptive(String) - Method in class org.apache.hc.client5.http.fluent.Executor
-  
- authPreemptiveProxy(HttpHost) - Method in class org.apache.hc.client5.http.fluent.Executor
-  
- authPreemptiveProxy(String) - Method in class org.apache.hc.client5.http.fluent.Executor
-  
- AuthScheme - Interface in org.apache.hc.client5.http.auth
- 
This interface represents an abstract challenge-response oriented authentication scheme. 
- AUTHSCHEME_REGISTRY - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
- 
Attribute name of a  Lookup object that represents
 the actual  AuthSchemeFactory registry. 
- AuthSchemeFactory - Interface in org.apache.hc.client5.http.auth
- 
- AuthScope - Class in org.apache.hc.client5.http.auth
- 
AuthScoperepresents an authentication scope consisting of
 an application protocol, a host name, a port number, a realm name
 and an authentication scheme name.
 
- AuthScope(String, String, int, String, String) - Constructor for class org.apache.hc.client5.http.auth.AuthScope
- 
Defines auth scope with the given protocol,host,port,realm, andschemeName.
 
- AuthScope(HttpHost, String, String) - Constructor for class org.apache.hc.client5.http.auth.AuthScope
- 
Defines auth scope for a specific host of origin. 
- AuthScope(HttpHost) - Constructor for class org.apache.hc.client5.http.auth.AuthScope
- 
Defines auth scope for a specific host of origin. 
- AuthScope(String, int) - Constructor for class org.apache.hc.client5.http.auth.AuthScope
- 
Defines auth scope with the given hostandport.
 
- AuthScope(AuthScope) - Constructor for class org.apache.hc.client5.http.auth.AuthScope
- 
Creates a copy of the given credentials scope. 
- AuthStateCacheable - Annotation Type in org.apache.hc.client5.http.auth
- 
Indicates that the state of an  AuthScheme can be cached
 and re-used for preemptive authentication by subsequent requests. 
- AuthSupport - Class in org.apache.hc.client5.http.impl
- 
Authentication support methods. 
- AuthSupport() - Constructor for class org.apache.hc.client5.http.impl.AuthSupport
-  
- available() - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
- 
Get available. 
- available() - Method in class org.apache.hc.client5.testing.async.AsyncEchoHandler
-  
- available() - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler
-  
- available() - Method in class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
-  
- available() - Method in class org.apache.hc.client5.testing.async.RedirectingAsyncDecorator
-  
- availableData() - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler.RandomBinAsyncEntityProducer
-  
- awaitShutdown(TimeValue) - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
-  
- awaitTermination(Timeout) - Method in class org.apache.hc.client5.http.impl.IdleConnectionEvictor
-  
- CACHE_CONTROL - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- CACHE_CONTROL_MAX_AGE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- CACHE_CONTROL_MAX_STALE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- CACHE_CONTROL_MIN_FRESH - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- CACHE_CONTROL_MUST_REVALIDATE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- CACHE_CONTROL_NO_CACHE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- CACHE_CONTROL_NO_STORE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- CACHE_CONTROL_PROXY_REVALIDATE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- CACHE_RESPONSE_STATUS - Static variable in class org.apache.hc.client5.http.cache.HttpCacheContext
- 
This is the name under which the  CacheResponseStatus of a request
 (for example, whether it resulted in a cache hit) will be recorded if an
  HttpContext is provided during execution. 
- CacheConfig - Class in org.apache.hc.client5.http.impl.cache
- 
Java Beans-style configuration for caching  HttpClient. 
- CacheConfig.Builder - Class in org.apache.hc.client5.http.impl.cache
-  
- CacheKeyGenerator - Class in org.apache.hc.client5.http.impl.cache
-  
- CacheKeyGenerator() - Constructor for class org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
-  
- CacheResponseStatus - Enum in org.apache.hc.client5.http.cache
- 
- CachingExecBase - Class in org.apache.hc.client5.http.impl.cache
-  
- CachingH2AsyncClientBuilder - Class in org.apache.hc.client5.http.impl.cache
- 
- CachingH2AsyncClientBuilder() - Constructor for class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
-  
- CachingHttpAsyncClientBuilder - Class in org.apache.hc.client5.http.impl.cache
- 
- CachingHttpAsyncClientBuilder() - Constructor for class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
-  
- CachingHttpAsyncClients - Class in org.apache.hc.client5.http.impl.cache
- 
- CachingHttpClientBuilder - Class in org.apache.hc.client5.http.impl.cache
- 
- CachingHttpClientBuilder() - Constructor for class org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder
-  
- CachingHttpClients - Class in org.apache.hc.client5.http.impl.cache
- 
- calculateDelay(int) - Method in class org.apache.hc.client5.http.impl.schedule.ExponentialBackOffSchedulingStrategy
-  
- cancel() - Method in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
-  
- cancel(boolean) - Method in class org.apache.hc.client5.http.impl.Operations.CompletedFuture
-  
- cancellable(Future<?>) - Static method in class org.apache.hc.client5.http.impl.Operations
- 
Creates a  Cancellable operation handle for an ongoing process
 or operation represented by a  Future. 
- cancellableDependency - Variable in class org.apache.hc.client5.http.async.AsyncExecChain.Scope
-  
- cancelled() - Method in class org.apache.hc.client5.http.async.methods.IgnoreCompleteExceptonFutureCallback
-  
- capacity() - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
-  
- ChainElement - Enum in org.apache.hc.client5.http.impl
- 
Supported elements of request execution pipeline. 
- ChallengeType - Enum in org.apache.hc.client5.http.auth
- 
Challenge type (TARGET or PROXY) 
- charset(Charset) - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
-  
- chunked() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
- 
Makes entity chunk coded. 
- CircularRedirectException - Exception in org.apache.hc.client5.http
- 
Signals a circular redirect 
- CircularRedirectException() - Constructor for exception org.apache.hc.client5.http.CircularRedirectException
- 
Creates a new CircularRedirectException with a nulldetail message.
 
- CircularRedirectException(String) - Constructor for exception org.apache.hc.client5.http.CircularRedirectException
- 
Creates a new CircularRedirectException with the specified detail message. 
- CircularRedirectException(String, Throwable) - Constructor for exception org.apache.hc.client5.http.CircularRedirectException
- 
Creates a new CircularRedirectException with the specified detail message and cause. 
- ClassicHttpRequests - Class in org.apache.hc.client5.http.classic.methods
- 
Common HTTP methods using  HttpUriRequest as a HTTP request message representation. 
- ClassicHttpRequests() - Constructor for class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-  
- ClassicRequestCopier - Class in org.apache.hc.client5.http.impl.classic
- 
ClassicHttpRequestcopier.
 
- ClassicRequestCopier() - Constructor for class org.apache.hc.client5.http.impl.classic.ClassicRequestCopier
-  
- cleanResources() - Method in class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
-  
- clear() - Method in interface org.apache.hc.client5.http.auth.AuthCache
-  
- clear() - Method in interface org.apache.hc.client5.http.auth.CredentialsStore
- 
Clears all credentials. 
- clear() - Method in class org.apache.hc.client5.http.cookie.BasicCookieStore
- 
Clears all cookies. 
- clear() - Method in interface org.apache.hc.client5.http.cookie.CookieStore
- 
Clears all cookies. 
- clear() - Method in class org.apache.hc.client5.http.impl.auth.BasicAuthCache
-  
- clear() - Method in class org.apache.hc.client5.http.impl.auth.BasicCredentialsProvider
-  
- clear() - Method in class org.apache.hc.client5.http.impl.auth.SystemDefaultCredentialsProvider
-  
- clear() - Method in class org.apache.hc.client5.http.protocol.RedirectLocations
-  
- clearAuth() - Method in class org.apache.hc.client5.http.fluent.Executor
-  
- clearCookies() - Method in class org.apache.hc.client5.http.fluent.Executor
-  
- clearExpired(Date) - Method in class org.apache.hc.client5.http.cookie.BasicCookieStore
- 
Removes all of  cookies in this HTTP state
 that have expired by the specified  date. 
- clearExpired(Date) - Method in interface org.apache.hc.client5.http.cookie.CookieStore
- 
Removes all of  Cookies in this store that have expired by
 the specified  Date. 
- clearThreadLocal() - Static method in class org.apache.hc.client5.http.utils.DateUtils
- 
Clears thread-local variable containing  DateFormat cache. 
- clientContext - Variable in class org.apache.hc.client5.http.async.AsyncExecChain.Scope
-  
- clientContext - Variable in class org.apache.hc.client5.http.classic.ExecChain.Scope
-  
- ClientProtocolException - Exception in org.apache.hc.client5.http
- 
Signals an error in the HTTP protocol. 
- ClientProtocolException() - Constructor for exception org.apache.hc.client5.http.ClientProtocolException
-  
- ClientProtocolException(String) - Constructor for exception org.apache.hc.client5.http.ClientProtocolException
-  
- ClientProtocolException(Throwable) - Constructor for exception org.apache.hc.client5.http.ClientProtocolException
-  
- ClientProtocolException(String, Throwable) - Constructor for exception org.apache.hc.client5.http.ClientProtocolException
-  
- ClientTlsStrategyBuilder - Class in org.apache.hc.client5.http.ssl
- 
Builder for client TlsStrategyinstances.
 
- ClientTlsStrategyBuilder() - Constructor for class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
-  
- clone() - Method in class org.apache.hc.client5.http.auth.KerberosConfig
-  
- clone() - Method in class org.apache.hc.client5.http.config.RequestConfig
-  
- clone() - Method in class org.apache.hc.client5.http.HttpRoute
-  
- clone() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-  
- clone() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-  
- clone() - Method in class org.apache.hc.client5.http.RouteTracker
-  
- close() - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
- 
Close. 
- close() - Method in class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
-  
- close() - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
-  
- close() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionService
-  
- close() - Method in class org.apache.hc.client5.http.impl.classic.MinimalHttpClient
-  
- close(CloseMode) - Method in class org.apache.hc.client5.http.impl.classic.MinimalHttpClient
-  
- close() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
-  
- close(CloseMode) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
-  
- close() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-  
- close(CloseMode) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-  
- close() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-  
- close(CloseMode) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-  
- close() - Method in class org.apache.hc.client5.http.nio.AsyncConnectionEndpoint
-  
- close() - Method in class org.apache.hc.client5.testing.classic.RandomHandler.RandomEntity
-  
- CloseableHttpAsyncClient - Class in org.apache.hc.client5.http.impl.async
- 
Base implementation of  HttpAsyncClient that also implements  ModalCloseable. 
- CloseableHttpAsyncClient() - Constructor for class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
-  
- CloseableHttpClient - Class in org.apache.hc.client5.http.impl.classic
- 
Base implementation of  HttpClient that also implements  ModalCloseable. 
- CloseableHttpClient() - Constructor for class org.apache.hc.client5.http.impl.classic.CloseableHttpClient
-  
- CloseableHttpResponse - Class in org.apache.hc.client5.http.impl.classic
- 
Provided for backward compatibility with HttpClient 4.x. 
- closeExpired() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
-  
- closeExpired() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-  
- closeExpired() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-  
- closeIdle(TimeValue) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
-  
- closeIdle(TimeValue) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-  
- closeIdle(TimeValue) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-  
- CommonCookieAttributeHandler - Interface in org.apache.hc.client5.http.cookie
- 
- compare(Cookie, Cookie) - Method in class org.apache.hc.client5.http.cookie.CookieIdentityComparator
-  
- compare(Cookie, Cookie) - Method in class org.apache.hc.client5.http.cookie.CookiePathComparator
-  
- compare(Cookie, Cookie) - Method in class org.apache.hc.client5.http.cookie.CookiePriorityComparator
-  
- COMPLETE - Static variable in interface org.apache.hc.client5.http.routing.HttpRouteDirector
- 
Indicates that the route is complete. 
- completed() - Method in interface org.apache.hc.client5.http.async.AsyncExecCallback
- 
Triggered to signal completion of the message exchange. 
- completed() - Method in class org.apache.hc.client5.http.async.methods.AbstractBinResponseConsumer
-  
- completed() - Method in class org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer
-  
- completed(T) - Method in class org.apache.hc.client5.http.async.methods.IgnoreCompleteExceptonFutureCallback
-  
- ConcurrentCountMap<T> - Class in org.apache.hc.client5.http.schedule
- 
Concurrent map of integer counts. 
- ConcurrentCountMap() - Constructor for class org.apache.hc.client5.http.schedule.ConcurrentCountMap
-  
- Configurable - Interface in org.apache.hc.client5.http.config
- 
Configuration interface for HTTP requests. 
- ConfigurableHttpRequest - Class in org.apache.hc.client5.http.async.methods
- 
HTTP request message with a custom configuration. 
- ConfigurableHttpRequest(String, String) - Constructor for class org.apache.hc.client5.http.async.methods.ConfigurableHttpRequest
-  
- ConfigurableHttpRequest(String, HttpHost, String) - Constructor for class org.apache.hc.client5.http.async.methods.ConfigurableHttpRequest
-  
- ConfigurableHttpRequest(String, URI) - Constructor for class org.apache.hc.client5.http.async.methods.ConfigurableHttpRequest
-  
- connControl - Variable in class org.apache.hc.client5.testing.redirect.Redirect
-  
- connect(ConnectionEndpoint, TimeValue, HttpContext) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
-  
- connect(ManagedHttpClientConnection, HttpHost, InetSocketAddress, TimeValue, SocketConfig, HttpContext) - Method in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
-  
- connect(ConnectionEndpoint, TimeValue, HttpContext) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-  
- connect(NamedEndpoint, SocketAddress, SocketAddress, Timeout, Object, FutureCallback<IOSession>) - Method in class org.apache.hc.client5.http.impl.nio.MultihomeConnectionInitiator
-  
- connect(NamedEndpoint, SocketAddress, Timeout, Object, FutureCallback<IOSession>) - Method in class org.apache.hc.client5.http.impl.nio.MultihomeConnectionInitiator
-  
- connect(AsyncConnectionEndpoint, ConnectionInitiator, Timeout, Object, HttpContext, FutureCallback<AsyncConnectionEndpoint>) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-  
- connect(ConnectionEndpoint, TimeValue, HttpContext) - Method in interface org.apache.hc.client5.http.io.HttpClientConnectionManager
- 
Connects the endpoint to the initial hop (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(ManagedHttpClientConnection, HttpHost, InetSocketAddress, TimeValue, SocketConfig, HttpContext) - Method in interface org.apache.hc.client5.http.io.HttpClientConnectionOperator
- 
Connect the given managed connection to the remote endpoint. 
- connect(AsyncConnectionEndpoint, ConnectionInitiator, Timeout, Object, HttpContext, FutureCallback<AsyncConnectionEndpoint>) - Method in interface org.apache.hc.client5.http.nio.AsyncClientConnectionManager
- 
Connects the endpoint to the initial hop (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(ConnectionInitiator, HttpHost, SocketAddress, Timeout, Object, FutureCallback<ManagedAsyncClientConnection>) - Method in interface org.apache.hc.client5.http.nio.AsyncClientConnectionOperator
- 
Initiates operation to create a connection to the remote endpoint using
 the provided ConnectionInitiator.
 
- CONNECT_PROXY - Static variable in interface org.apache.hc.client5.http.routing.HttpRouteDirector
- 
Step: open connection to proxy. 
- CONNECT_TARGET - Static variable in interface org.apache.hc.client5.http.routing.HttpRouteDirector
- 
Step: open connection to target. 
- connectEndpoint(HttpClientContext, FutureCallback<AsyncExecRuntime>) - Method in interface org.apache.hc.client5.http.async.AsyncExecRuntime
- 
Initiates operation to connect the local endpoint to the initial hop (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). 
- connectEndpoint(HttpClientContext) - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
- 
Connect the local endpoint to the initial hop (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). 
- ConnectExceptionSupport - Class in org.apache.hc.client5.http
- 
Connect exception support methods. 
- ConnectExceptionSupport() - Constructor for class org.apache.hc.client5.http.ConnectExceptionSupport
-  
- ConnectExec - Class in org.apache.hc.client5.http.impl.classic
- 
Request execution handler in the classic request execution chain
 that is responsible for establishing connection to the target
 origin server as specified by the current connection route. 
- ConnectExec(ConnectionReuseStrategy, HttpProcessor, AuthenticationStrategy) - Constructor for class org.apache.hc.client5.http.impl.classic.ConnectExec
-  
- ConnectionBackoffStrategy - Interface in org.apache.hc.client5.http.classic
- 
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
 Throwablethat resulted or by examining the resulting
 response (e.g.
 
- ConnectionEndpoint - Class in org.apache.hc.client5.http.io
- 
Client endpoint leased from a connection manager. 
- ConnectionEndpoint() - Constructor for class org.apache.hc.client5.http.io.ConnectionEndpoint
-  
- ConnectionKeepAliveStrategy - Interface in org.apache.hc.client5.http
- 
Interface for deciding how long a connection can remain
 idle before being reused. 
- ConnectionShutdownException - Exception in org.apache.hc.client5.http.impl
- 
Signals that the connection has been shut down or released back to the
 the connection pool 
- ConnectionShutdownException() - Constructor for exception org.apache.hc.client5.http.impl.ConnectionShutdownException
- 
Creates a new ConnectionShutdownException with a nulldetail message.
 
- ConnectionSocketFactory - Interface in org.apache.hc.client5.http.socket
- 
A factory for creating and connecting connection sockets. 
- connectProxy(HttpHost, boolean) - Method in class org.apache.hc.client5.http.RouteTracker
- 
Tracks connecting to the first proxy. 
- connectSocket(TimeValue, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in interface org.apache.hc.client5.http.socket.ConnectionSocketFactory
- 
Connects the socket to the target host with the given resolved remote address. 
- connectSocket(TimeValue, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in class org.apache.hc.client5.http.socket.PlainConnectionSocketFactory
-  
- connectSocket(TimeValue, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-  
- connectTarget(boolean) - Method in class org.apache.hc.client5.http.RouteTracker
- 
Tracks connecting to the target. 
- connectTimeout(Timeout) - Method in class org.apache.hc.client5.http.fluent.Request
-  
- ConnectTimeoutException - Exception in org.apache.hc.client5.http
- 
A timeout while connecting to an HTTP server or waiting for an available connection from a connection manager. 
- ConnectTimeoutException(String) - Constructor for exception org.apache.hc.client5.http.ConnectTimeoutException
- 
Creates a ConnectTimeoutException with the specified detail message. 
- ConnectTimeoutException(String, NamedEndpoint) - Constructor for exception org.apache.hc.client5.http.ConnectTimeoutException
-  
- ConnPoolSupport - Class in org.apache.hc.client5.http.impl
- 
Connection pooling support methods. 
- ConnPoolSupport() - Constructor for class org.apache.hc.client5.http.impl.ConnPoolSupport
-  
- ConscryptClientTlsStrategy - Class in org.apache.hc.client5.http.ssl
- 
TLS upgrade strategy for non-blocking client connections using Conscrypt TLS library. 
- ConscryptClientTlsStrategy(SSLContext, String[], String[], SSLBufferMode, HostnameVerifier) - Constructor for class org.apache.hc.client5.http.ssl.ConscryptClientTlsStrategy
-  
- ConscryptClientTlsStrategy(SSLContext, HostnameVerifier) - Constructor for class org.apache.hc.client5.http.ssl.ConscryptClientTlsStrategy
-  
- ConscryptClientTlsStrategy(SSLContext) - Constructor for class org.apache.hc.client5.http.ssl.ConscryptClientTlsStrategy
-  
- consume(ByteBuffer) - Method in class org.apache.hc.client5.testing.async.AsyncEchoHandler
-  
- consume(ByteBuffer) - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler
-  
- consume(ByteBuffer) - Method in class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
-  
- consume(ByteBuffer) - Method in class org.apache.hc.client5.testing.async.RedirectingAsyncDecorator
-  
- consumePromise(HttpRequest, HttpResponse, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.async.methods.AbstractBinPushConsumer
-  
- consumePromise(HttpRequest, HttpResponse, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.async.methods.AbstractCharPushConsumer
-  
- consumeResponse(HttpResponse, EntityDetails, HttpContext, FutureCallback<T>) - Method in class org.apache.hc.client5.http.async.methods.AbstractBinResponseConsumer
-  
- consumeResponse(HttpResponse, EntityDetails, HttpContext, FutureCallback<T>) - Method in class org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer
-  
- contains(URI) - Method in class org.apache.hc.client5.http.protocol.RedirectLocations
- 
Test if the URI is present in the collection. 
- containsAttribute(String) - Method in interface org.apache.hc.client5.http.cookie.Cookie
-  
- containsAttribute(String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-  
- containsHeader(String) - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-  
- containsHeader(String) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
-  
- Content - Class in org.apache.hc.client5.http.fluent
- 
This class represents arbitrary content of a specific type that can be consumed
 multiple times and requires no explicit deallocation used by the fluent facade. 
- Content(byte[], ContentType) - Constructor for class org.apache.hc.client5.http.fluent.Content
-  
- CONTENT_RANGE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- ContentBody - Interface in org.apache.hc.client5.http.entity.mime
-  
- ContentCompressionExec - Class in org.apache.hc.client5.http.impl.classic
- 
Request execution handler in the classic request execution chain
 that is responsible for automatic response content decompression. 
- ContentCompressionExec(List<String>, Lookup<InputStreamFactory>, boolean) - Constructor for class org.apache.hc.client5.http.impl.classic.ContentCompressionExec
-  
- ContentCompressionExec(boolean) - Constructor for class org.apache.hc.client5.http.impl.classic.ContentCompressionExec
-  
- ContentCompressionExec() - Constructor for class org.apache.hc.client5.http.impl.classic.ContentCompressionExec
- 
- ContentDescriptor - Interface in org.apache.hc.client5.http.entity.mime
- 
Represents common content properties. 
- ContentResponseHandler - Class in org.apache.hc.client5.http.fluent
- 
HttpClientResponseHandler implementation
 that converts  HttpResponse messages
 to  Content instances. 
- ContentResponseHandler() - Constructor for class org.apache.hc.client5.http.fluent.ContentResponseHandler
-  
- Cookie - Interface in org.apache.hc.client5.http.cookie
- 
Cookie interface represents a token or short packet of state information
 (also referred to as "magic-cookie") that the HTTP agent and the target
 server can exchange to maintain a session. 
- COOKIE_ORIGIN - Static variable in class org.apache.hc.client5.http.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.hc.client5.http.protocol.HttpClientContext
- 
Attribute name of a  CookieSpec
 object that represents the actual cookie specification. 
- COOKIE_STORE - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
- 
Attribute name of a  CookieStore
 object that represents the actual cookie store. 
- CookieAttributeHandler - Interface in org.apache.hc.client5.http.cookie
- 
This interface represents a cookie attribute handler responsible
 for parsing, validating, and matching a specific cookie attribute,
 such as path, domain, port, etc. 
- CookieIdentityComparator - Class in org.apache.hc.client5.http.cookie
- 
This cookie comparator can be used to compare identity of cookies. 
- CookieIdentityComparator() - Constructor for class org.apache.hc.client5.http.cookie.CookieIdentityComparator
-  
- CookieOrigin - Class in org.apache.hc.client5.http.cookie
- 
CookieOrigin class encapsulates details of an origin server that
 are relevant when parsing, validating or matching HTTP cookies. 
- CookieOrigin(String, int, String, boolean) - Constructor for class org.apache.hc.client5.http.cookie.CookieOrigin
-  
- CookiePathComparator - Class in org.apache.hc.client5.http.cookie
- 
This cookie comparator ensures that multiple cookies satisfying
 a common criteria are ordered in the  Cookie header such
 that those with more specific Path attributes precede those with
 less specific. 
- CookiePathComparator() - Constructor for class org.apache.hc.client5.http.cookie.CookiePathComparator
-  
- CookiePriorityComparator - Class in org.apache.hc.client5.http.cookie
- 
This cookie comparator ensures that cookies with longer paths take precedence over
 cookies with shorter path. 
- CookiePriorityComparator() - Constructor for class org.apache.hc.client5.http.cookie.CookiePriorityComparator
-  
- CookieRestrictionViolationException - Exception in org.apache.hc.client5.http.cookie
- 
Signals that a cookie violates a restriction imposed by the cookie
 specification. 
- CookieRestrictionViolationException() - Constructor for exception org.apache.hc.client5.http.cookie.CookieRestrictionViolationException
- 
Creates a new CookeFormatViolationException with a nulldetail
 message.
 
- CookieRestrictionViolationException(String) - Constructor for exception org.apache.hc.client5.http.cookie.CookieRestrictionViolationException
- 
Creates a new CookeRestrictionViolationException with a specified
 message string. 
- CookieSpec - Interface in org.apache.hc.client5.http.cookie
- 
Defines the cookie management specification. 
- COOKIESPEC_REGISTRY - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
- 
Attribute name of a  Lookup object that represents
 the actual  CookieSpecFactory registry. 
- CookieSpecBase - Class in org.apache.hc.client5.http.impl.cookie
- 
Cookie management functions shared by all specification. 
- CookieSpecBase() - Constructor for class org.apache.hc.client5.http.impl.cookie.CookieSpecBase
-  
- CookieSpecBase(HashMap<String, CookieAttributeHandler>) - Constructor for class org.apache.hc.client5.http.impl.cookie.CookieSpecBase
-  
- CookieSpecBase(CommonCookieAttributeHandler...) - Constructor for class org.apache.hc.client5.http.impl.cookie.CookieSpecBase
-  
- CookieSpecFactory - Interface in org.apache.hc.client5.http.cookie
- 
- CookieSpecSupport - Class in org.apache.hc.client5.http.impl
- 
Cookie support methods. 
- CookieStore - Interface in org.apache.hc.client5.http.cookie
- 
This interface represents an abstract store for  Cookie
 objects. 
- copy(HttpRequest) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
-  
- copy(HttpResponse) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
-  
- copy(KerberosConfig) - Static method in class org.apache.hc.client5.http.auth.KerberosConfig
-  
- copy(String, Resource) - Method in interface org.apache.hc.client5.http.cache.ResourceFactory
- 
- copy(RequestConfig) - Static method in class org.apache.hc.client5.http.config.RequestConfig
-  
- copy(CacheConfig) - Static method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-  
- copy(String, Resource) - Method in class org.apache.hc.client5.http.impl.cache.FileResourceFactory
-  
- copy(String, Resource) - Method in class org.apache.hc.client5.http.impl.cache.HeapResourceFactory
-  
- copy(ClassicHttpRequest) - Method in class org.apache.hc.client5.http.impl.classic.ClassicRequestCopier
-  
- copy(T) - Method in interface org.apache.hc.client5.http.impl.MessageCopier
-  
- copy(HttpRequest) - Method in class org.apache.hc.client5.http.impl.RequestCopier
-  
- countHeaders(String) - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-  
- countHeaders(String) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
-  
- create(String, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
- 
Creates a new BasicHttpRequest for the given methodandStringURI.
 
- create(String, URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
- 
Creates a new BasicHttpRequest for the given methodandURI.
 
- create(Method, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
- 
Creates a request object of the exact subclass of BasicHttpRequest.
 
- create(Method, URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
- 
Creates a request object of the exact subclass of BasicHttpRequest.
 
- create(Method, HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
- 
Creates a request object of the exact subclass of BasicHttpRequest.
 
- create(String, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
- 
Creates a new BasicHttpRequest for the given methodandStringURI.
 
- create(String, URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
- 
Creates a new BasicHttpRequest for the given methodandURI.
 
- create(Method, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
- 
- create(Method, URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
- 
- create(Method, HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
- 
- create(int) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
-  
- create(int, String, ContentType) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
-  
- create(int, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
-  
- create(int, byte[], ContentType) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
-  
- create(int, byte[]) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
-  
- create(SimpleHttpRequest) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestProducer
-  
- create() - Static method in class org.apache.hc.client5.http.async.methods.SimpleResponseConsumer
-  
- create(HttpContext) - Method in interface org.apache.hc.client5.http.auth.AuthSchemeFactory
- 
- create() - Static method in class org.apache.hc.client5.http.cache.HttpCacheContext
-  
- create(Method, String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
- 
Creates a new HttpUriRequest for the given MethodandStringURI.
 
- create(Method, URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
- 
Creates a new HttpUriRequest for the given MethodandURI.
 
- create(String, String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
- 
Creates a new HttpUriRequest for the given methodandStringURI.
 
- create(String, URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
- 
Creates a new HttpUriRequest for the given methodandURI.
 
- create(HttpContext) - Method in interface org.apache.hc.client5.http.cookie.CookieSpecFactory
- 
- create(InputStream) - Method in class org.apache.hc.client5.http.entity.DeflateInputStreamFactory
-  
- create() - Static method in class org.apache.hc.client5.http.entity.EntityBuilder
-  
- create(InputStream) - Method in class org.apache.hc.client5.http.entity.GZIPInputStreamFactory
-  
- create(InputStream) - Method in interface org.apache.hc.client5.http.entity.InputStreamFactory
-  
- create(String, ContentBody) - Static method in class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
-  
- create() - Static method in class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
-  
- create() - Static method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-  
- create(ContentBody) - Static method in class org.apache.hc.client5.http.entity.mime.MultipartPartBuilder
-  
- create() - Static method in class org.apache.hc.client5.http.entity.mime.MultipartPartBuilder
-  
- create(Method, URI) - Static method in class org.apache.hc.client5.http.fluent.Request
-  
- create(String, String) - Static method in class org.apache.hc.client5.http.fluent.Request
-  
- create(String, URI) - Static method in class org.apache.hc.client5.http.fluent.Request
-  
- create() - Static method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-  
- create() - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-  
- create(HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.BasicSchemeFactory
-  
- create(HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.DigestSchemeFactory
-  
- create(HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.KerberosSchemeFactory
-  
- create(HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.NTLMSchemeFactory
-  
- create(HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.SPNegoSchemeFactory
-  
- create() - Static method in class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
-  
- create() - Static method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
-  
- create() - Static method in class org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder
-  
- create() - Static method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-  
- create(HttpContext) - Method in class org.apache.hc.client5.http.impl.cookie.IgnoreCookieSpecFactory
-  
- create(HttpContext) - Method in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory
-  
- create(Http1Config) - Method in class org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory
-  
- create() - Static method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-  
- create() - Static method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
-  
- create(HttpContext) - Method in class org.apache.hc.client5.http.impl.win.WindowsNegotiateSchemeFactory
-  
- create(HttpContext) - Method in class org.apache.hc.client5.http.impl.win.WindowsNTLMSchemeFactory
-  
- create() - Static method in class org.apache.hc.client5.http.protocol.HttpClientContext
-  
- create() - Static method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
-  
- create() - Static method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
-  
- create(HttpHost, String) - Static method in class org.apache.hc.client5.http.utils.URIUtils
- 
Convenience factory method for  URI instances. 
- create(String, URIAuthority, String) - Static method in class org.apache.hc.client5.http.utils.URIUtils
- 
Convenience factory method for  URI instances. 
- createConnection(Socket) - Method in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
-  
- createConnectTimeoutException(IOException, NamedEndpoint, InetAddress...) - Static method in class org.apache.hc.client5.http.ConnectExceptionSupport
-  
- createDefault() - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
- 
- createDefault() - Static method in class org.apache.hc.client5.http.impl.classic.HttpClients
- 
- createDefault() - Static method in class org.apache.hc.client5.http.impl.CookieSpecSupport
- 
Creates the default registry, using the default public suffix matcher. 
- createDefault(PublicSuffixMatcher) - Static method in class org.apache.hc.client5.http.impl.CookieSpecSupport
- 
Creates the default registry with the provided public suffix matcher 
- createDefault() - Static method in class org.apache.hc.client5.http.impl.win.WinHttpClients
- 
- createDefaultBuilder(PublicSuffixMatcher) - Static method in class org.apache.hc.client5.http.impl.CookieSpecSupport
- 
Creates a builder containing the default registry entries, using the provided public suffix matcher. 
- createDefaultBuilder() - Static method in class org.apache.hc.client5.http.impl.CookieSpecSupport
- 
Creates a builder containing the default registry entries with the default public suffix matcher. 
- createFileBound(File) - Static method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClients
- 
- createFileBound(File) - Static method in class org.apache.hc.client5.http.impl.cache.CachingHttpClients
- 
- createGSSContext(GSSManager, Oid, GSSName, GSSCredential) - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-  
- createHttp2Default() - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
- 
Creates HTTP/2  CloseableHttpAsyncClient instance with default configuration
 optimized for HTTP/2 protocol and message multiplexing. 
- createHttp2FileBound(File) - Static method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClients
- 
- createHttp2MemoryBound() - Static method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClients
- 
- createHttp2Minimal(H2Config, IOReactorConfig, DnsResolver, TlsStrategy) - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
- 
Creates  MinimalH2AsyncClient instance optimized for HTTP/2 multiplexing message
 transport without advanced HTTP protocol functionality. 
- createHttp2Minimal(H2Config, IOReactorConfig, TlsStrategy) - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
- 
Creates  MinimalH2AsyncClient instance optimized for HTTP/2 multiplexing message
 transport without advanced HTTP protocol functionality. 
- createHttp2Minimal(H2Config, IOReactorConfig) - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
- 
Creates  MinimalH2AsyncClient instance optimized for HTTP/2 multiplexing message
 transport without advanced HTTP protocol functionality. 
- createHttp2Minimal(H2Config) - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
- 
Creates  MinimalH2AsyncClient instance optimized for HTTP/2 multiplexing message
 transport without advanced HTTP protocol functionality. 
- createHttp2Minimal() - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
- 
Creates  MinimalH2AsyncClient instance optimized for HTTP/2 multiplexing message
 transport without advanced HTTP protocol functionality. 
- createHttp2System() - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
- 
Creates HTTP/2  CloseableHttpAsyncClient instance with default configuration and
 system properties optimized for HTTP/2 protocol and message multiplexing. 
- createHttpHostConnectException(IOException, NamedEndpoint, InetAddress...) - Static method in class org.apache.hc.client5.http.ConnectExceptionSupport
-  
- createLayeredSocket(Socket, String, int, HttpContext) - Method in interface org.apache.hc.client5.http.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.hc.client5.http.ssl.SSLConnectionSocketFactory
-  
- createLocationURI(String) - Method in class org.apache.hc.client5.http.impl.DefaultRedirectStrategy
-  
- createMemoryBound() - Static method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClients
- 
- createMemoryBound() - Static method in class org.apache.hc.client5.http.impl.cache.CachingHttpClients
- 
- createMessage(CharArrayBuffer) - Method in class org.apache.hc.client5.http.impl.io.LenientHttpResponseParser
-  
- createMinimal(HttpVersionPolicy, H2Config, Http1Config, IOReactorConfig, AsyncClientConnectionManager) - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
- 
Creates  MinimalHttpAsyncClient instance optimized for
 HTTP/1.1 and HTTP/2 message transport without advanced HTTP protocol
 functionality. 
- createMinimal(HttpVersionPolicy, H2Config, Http1Config, IOReactorConfig) - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
- 
Creates  MinimalHttpAsyncClient instance optimized for
 HTTP/1.1 and HTTP/2 message transport without advanced HTTP protocol
 functionality. 
- createMinimal(H2Config, Http1Config) - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
- 
Creates  MinimalHttpAsyncClient instance optimized for
 HTTP/1.1 and HTTP/2 message transport without advanced HTTP protocol
 functionality. 
- createMinimal() - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
- 
Creates  MinimalHttpAsyncClient instance optimized for
 HTTP/1.1 and HTTP/2 message transport without advanced HTTP protocol
 functionality. 
- createMinimal(AsyncClientConnectionManager) - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
- 
Creates  MinimalHttpAsyncClient instance optimized for
 HTTP/1.1 and HTTP/2 message transport without advanced HTTP protocol
 functionality. 
- createMinimal() - Static method in class org.apache.hc.client5.http.impl.classic.HttpClients
- 
- createMinimal(HttpClientConnectionManager) - Static method in class org.apache.hc.client5.http.impl.classic.HttpClients
- 
- createObjectCache(Cache<String, HttpCacheStorageEntry>, CacheConfig) - Static method in class org.apache.hc.client5.http.impl.cache.ehcache.EhcacheHttpCacheStorage
- 
- createSerializedCache(Cache<String, byte[]>, CacheConfig) - Static method in class org.apache.hc.client5.http.impl.cache.ehcache.EhcacheHttpCacheStorage
- 
- createSocket(HttpContext) - Method in interface org.apache.hc.client5.http.socket.ConnectionSocketFactory
- 
Creates new, unconnected socket. 
- createSocket(HttpContext) - Method in class org.apache.hc.client5.http.socket.PlainConnectionSocketFactory
-  
- createSocket(HttpContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-  
- createSystem() - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
- 
- createSystem() - Static method in class org.apache.hc.client5.http.impl.classic.HttpClients
- 
- createSystem() - Static method in class org.apache.hc.client5.http.impl.win.WinHttpClients
- 
- Credentials - Interface in org.apache.hc.client5.http.auth
- 
This interface represents a set of credentials consisting of a security
 principal and a secret (password) that can be used to establish user
 identity 
- CredentialsProvider - Interface in org.apache.hc.client5.http.auth
- 
Provider of authentication credentials. 
- CredentialsStore - Interface in org.apache.hc.client5.http.auth
- 
Abstract store of authentication credentials. 
- CREDS_PROVIDER - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
- 
Attribute name of a  CredentialsProvider
 object that represents the actual credentials provider. 
- custom() - Static method in class org.apache.hc.client5.http.auth.KerberosConfig
-  
- custom() - Static method in class org.apache.hc.client5.http.config.RequestConfig
-  
- custom() - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
- 
- custom() - Static method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-  
- custom() - Static method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClients
- 
- custom() - Static method in class org.apache.hc.client5.http.impl.cache.CachingHttpClients
- 
- custom() - Static method in class org.apache.hc.client5.http.impl.classic.HttpClients
- 
- custom() - Static method in class org.apache.hc.client5.http.impl.win.WinHttpClients
- 
- customHttp2() - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
- 
Creates builder object for construction of custom HTTP/2
  CloseableHttpAsyncClient instances optimized for HTTP/2 protocol
 and message multiplexing 
- customHttp2() - Static method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClients
- 
- customizeExecChain(NamedElementChain<AsyncExecChainHandler>) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
Request exec chain customization and extension. 
- customizeExecChain(NamedElementChain<AsyncExecChainHandler>) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Request exec chain customization and extension. 
- customizeExecChain(NamedElementChain<AsyncExecChainHandler>) - Method in class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
-  
- customizeExecChain(NamedElementChain<AsyncExecChainHandler>) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
-  
- customizeExecChain(NamedElementChain<ExecChainHandler>) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder
-  
- customizeExecChain(NamedElementChain<ExecChainHandler>) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
Request exec chain customization and extension. 
- customizeUnauthorizedResponse(HttpResponse) - Method in class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
-  
- customizeUnauthorizedResponse(ClassicHttpResponse) - Method in class org.apache.hc.client5.testing.classic.AuthenticatingDecorator
-  
- DATE_FORMAT - Static variable in class org.apache.hc.client5.http.fluent.Request
-  
- DATE_LOCALE - Static variable in class org.apache.hc.client5.http.fluent.Request
-  
- DateUtils - Class in org.apache.hc.client5.http.utils
- 
A utility class for parsing and formatting HTTP dates as used in cookies and
 other headers. 
- DecompressingEntity - Class in org.apache.hc.client5.http.entity
- 
Common base class for decompressing HttpEntityimplementations.
 
- DecompressingEntity(HttpEntity, InputStreamFactory) - Constructor for class org.apache.hc.client5.http.entity.DecompressingEntity
- 
- decorate(CommonCookieAttributeHandler, PublicSuffixMatcher) - Static method in class org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter
-  
- DEFAULT - Static variable in class org.apache.hc.client5.http.auth.KerberosConfig
-  
- DEFAULT - Static variable in class org.apache.hc.client5.http.config.RequestConfig
-  
- DEFAULT - Static variable in class org.apache.hc.client5.http.impl.auth.KerberosSchemeFactory
- 
Singleton instance for the default configuration. 
- DEFAULT - Static variable in class org.apache.hc.client5.http.impl.auth.SPNegoSchemeFactory
- 
Singleton instance for the default configuration. 
- DEFAULT - Static variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
-  
- DEFAULT - Static variable in class org.apache.hc.client5.http.impl.win.WindowsNegotiateSchemeFactory
- 
Singleton instance with a null name. 
- DEFAULT - Static variable in class org.apache.hc.client5.http.impl.win.WindowsNTLMSchemeFactory
- 
Singleton instance with a null name. 
- DEFAULT_303_CACHING_ENABLED - Static variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
- 
Default setting for 303 caching 
- DEFAULT_ASYNCHRONOUS_WORKERS - Static variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
- 
Default number of worker threads to allow for background revalidations
 resulting from the stale-while-revalidate directive. 
- DEFAULT_BACK_OFF_RATE - Static variable in class org.apache.hc.client5.http.impl.schedule.ExponentialBackOffSchedulingStrategy
-  
- DEFAULT_HEURISTIC_CACHING_ENABLED - Static variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
- 
Default setting for heuristic caching 
- DEFAULT_HEURISTIC_COEFFICIENT - Static variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
- 
Default coefficient used to heuristically determine freshness
 lifetime from the Last-Modified time of a cache entry. 
- DEFAULT_HEURISTIC_LIFETIME - Static variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
- 
Default lifetime to be assumed when we cannot calculate
 freshness heuristically. 
- DEFAULT_INITIAL_EXPIRY - Static variable in class org.apache.hc.client5.http.impl.schedule.ExponentialBackOffSchedulingStrategy
-  
- DEFAULT_MAX_CACHE_ENTRIES - Static variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
- 
Default setting for the maximum number of cache entries
 that will be retained. 
- DEFAULT_MAX_CONNECTIONS_PER_ROUTE - Static variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-  
- DEFAULT_MAX_CONNECTIONS_PER_ROUTE - Static variable in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-  
- DEFAULT_MAX_EXPIRY - Static variable in class org.apache.hc.client5.http.impl.schedule.ExponentialBackOffSchedulingStrategy
-  
- DEFAULT_MAX_OBJECT_SIZE_BYTES - Static variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
- 
Default setting for the maximum object size that will be
 cached, in bytes. 
- DEFAULT_MAX_TOTAL_CONNECTIONS - Static variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-  
- DEFAULT_MAX_TOTAL_CONNECTIONS - Static variable in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-  
- DEFAULT_MAX_UPDATE_RETRIES - Static variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
- 
Default setting for the number of retries on a failed
 cache processChallenge 
- DEFAULT_WEAK_ETAG_ON_PUTDELETE_ALLOWED - Static variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
- 
Default setting to allow weak tags on PUT/DELETE methods 
- DefaultAsyncCacheInvalidator - Class in org.apache.hc.client5.http.impl.cache
- 
Given a particular HTTP request / response pair, flush any cache entries
 that this exchange would invalidate. 
- DefaultAsyncCacheInvalidator() - Constructor for class org.apache.hc.client5.http.impl.cache.DefaultAsyncCacheInvalidator
-  
- DefaultAuthenticationStrategy - Class in org.apache.hc.client5.http.impl
- 
- DefaultAuthenticationStrategy() - Constructor for class org.apache.hc.client5.http.impl.DefaultAuthenticationStrategy
-  
- DefaultBackoffStrategy - Class in org.apache.hc.client5.http.impl.classic
- 
This  ConnectionBackoffStrategy backs off either for a raw
 network socket or connection timeout or if the server explicitly
 sends a 429 (Too Many Requests) or a 503 (Service Unavailable) response. 
- DefaultBackoffStrategy() - Constructor for class org.apache.hc.client5.http.impl.classic.DefaultBackoffStrategy
-  
- DefaultCacheInvalidator - Class in org.apache.hc.client5.http.impl.cache
- 
Given a particular HTTP request / response pair, flush any cache entries
 that this exchange would invalidate. 
- DefaultCacheInvalidator() - Constructor for class org.apache.hc.client5.http.impl.cache.DefaultCacheInvalidator
-  
- DefaultClientTlsStrategy - Class in org.apache.hc.client5.http.ssl
- 
TLS upgrade strategy for non-blocking client connections. 
- DefaultClientTlsStrategy(SSLContext, String[], String[], SSLBufferMode, HostnameVerifier, Factory<SSLEngine, TlsDetails>) - Constructor for class org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy
-  
- DefaultClientTlsStrategy(SSLContext, String[], String[], SSLBufferMode, HostnameVerifier) - Constructor for class org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy
-  
- DefaultClientTlsStrategy(SSLContext, HostnameVerifier) - Constructor for class org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy
-  
- DefaultClientTlsStrategy(SSLContext) - Constructor for class org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy
-  
- DefaultConnectionKeepAliveStrategy - Class in org.apache.hc.client5.http.impl
- 
Default implementation of a strategy deciding duration
 that a connection can remain idle. 
- DefaultConnectionKeepAliveStrategy() - Constructor for class org.apache.hc.client5.http.impl.DefaultConnectionKeepAliveStrategy
-  
- DefaultHostnameVerifier - Class in org.apache.hc.client5.http.ssl
- 
- DefaultHostnameVerifier(PublicSuffixMatcher) - Constructor for class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
-  
- DefaultHostnameVerifier() - Constructor for class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
-  
- DefaultHttpClientConnectionOperator - Class in org.apache.hc.client5.http.impl.io
- 
- DefaultHttpClientConnectionOperator(Lookup<ConnectionSocketFactory>, SchemePortResolver, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
-  
- DefaultHttpRequestRetryStrategy - Class in org.apache.hc.client5.http.impl
- 
- DefaultHttpRequestRetryStrategy(int, TimeValue, Collection<Class<? extends IOException>>, Collection<Integer>) - Constructor for class org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy
-  
- DefaultHttpRequestRetryStrategy(int, TimeValue) - Constructor for class org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy
- 
Create the HTTP request retry strategy using the following list of
 non-retriable I/O exception classes:
 InterruptedIOException
 UnknownHostException
 ConnectException
 ConnectionClosedException
 SSLException
 
 and retriable HTTP status codes:
 SC_TOO_MANY_REQUESTS (429)
 SC_SERVICE_UNAVAILABLE (503)
 
- DefaultHttpRequestRetryStrategy() - Constructor for class org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy
- 
Create the HTTP request retry strategy with a max retry count of 1,
 default retry interval of 1 second, and using the following list of
 non-retriable I/O exception classes:
 InterruptedIOException
 UnknownHostException
 ConnectException
 ConnectionClosedException
 SSLException
 
 and retriable HTTP status codes:
 SC_TOO_MANY_REQUESTS (429)
 SC_SERVICE_UNAVAILABLE (503)
 
- DefaultHttpResponseParserFactory - Class in org.apache.hc.client5.http.impl.io
- 
Default factory for response message parsers. 
- DefaultHttpResponseParserFactory(LineParser, HttpResponseFactory<ClassicHttpResponse>) - Constructor for class org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory
-  
- DefaultHttpResponseParserFactory(HttpResponseFactory<ClassicHttpResponse>) - Constructor for class org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory
-  
- DefaultHttpResponseParserFactory() - Constructor for class org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory
-  
- DefaultProxyRoutePlanner - Class in org.apache.hc.client5.http.impl.routing
- 
Implementation of an  HttpRoutePlanner
 that routes requests through a default proxy. 
- DefaultProxyRoutePlanner(HttpHost, SchemePortResolver) - Constructor for class org.apache.hc.client5.http.impl.routing.DefaultProxyRoutePlanner
-  
- DefaultProxyRoutePlanner(HttpHost) - Constructor for class org.apache.hc.client5.http.impl.routing.DefaultProxyRoutePlanner
-  
- DefaultRedirectStrategy - Class in org.apache.hc.client5.http.impl
- 
- DefaultRedirectStrategy() - Constructor for class org.apache.hc.client5.http.impl.DefaultRedirectStrategy
-  
- DefaultRoutePlanner - Class in org.apache.hc.client5.http.impl.routing
- 
- DefaultRoutePlanner(SchemePortResolver) - Constructor for class org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner
-  
- DefaultSchemePortResolver - Class in org.apache.hc.client5.http.impl
- 
- DefaultSchemePortResolver() - Constructor for class org.apache.hc.client5.http.impl.DefaultSchemePortResolver
-  
- DefaultUserTokenHandler - Class in org.apache.hc.client5.http.impl
- 
- DefaultUserTokenHandler() - Constructor for class org.apache.hc.client5.http.impl.DefaultUserTokenHandler
-  
- DeflateDecompressingEntity - Class in org.apache.hc.client5.http.entity
- 
HttpEntityWrapperresponsible for
 handling deflate Content Coded responses.
 
- DeflateDecompressingEntity(HttpEntity) - Constructor for class org.apache.hc.client5.http.entity.DeflateDecompressingEntity
- 
- DeflateInputStream - Class in org.apache.hc.client5.http.entity
- 
Deflate input stream. 
- DeflateInputStream(InputStream) - Constructor for class org.apache.hc.client5.http.entity.DeflateInputStream
-  
- DeflateInputStreamFactory - Class in org.apache.hc.client5.http.entity
- 
- DeflateInputStreamFactory() - Constructor for class org.apache.hc.client5.http.entity.DeflateInputStreamFactory
-  
- delete(String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-  
- delete(URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-  
- delete(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-  
- delete(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-  
- delete(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-  
- delete(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-  
- delete(String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-  
- delete(URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-  
- delete(URI) - Static method in class org.apache.hc.client5.http.fluent.Request
-  
- delete(String) - Static method in class org.apache.hc.client5.http.fluent.Request
-  
- delete(String, FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
-  
- delete(String) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
-  
- delete(String) - Method in class org.apache.hc.client5.http.impl.cache.ehcache.EhcacheHttpCacheStorage
-  
- delete(String, FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpAsyncCacheStorage
-  
- delete(String) - Method in class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpCacheStorage
-  
- DELETE_METHOD - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- deserialize(T) - Method in interface org.apache.hc.client5.http.cache.HttpCacheEntrySerializer
- 
Deserializes a cache entry from its serialized representation. 
- deserialize(byte[]) - Method in class org.apache.hc.client5.http.impl.cache.ByteArrayCacheEntrySerializer
-  
- deserialize(byte[]) - Method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
-  
- deserialize(HttpCacheStorageEntry) - Method in class org.apache.hc.client5.http.impl.cache.NoopCacheEntrySerializer
-  
- determineHost(HttpRequest) - Static method in class org.apache.hc.client5.http.routing.RoutingSupport
-  
- determineLocalAddress(HttpHost, HttpContext) - Method in class org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner
- 
This implementation returns null. 
- determineProxy(HttpHost, HttpContext) - Method in class org.apache.hc.client5.http.impl.routing.DefaultProxyRoutePlanner
-  
- determineProxy(HttpHost, HttpContext) - Method in class org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner
- 
This implementation returns null. 
- determineProxy(HttpHost, HttpContext) - Method in class org.apache.hc.client5.http.impl.routing.SystemDefaultRoutePlanner
-  
- determineRoute(HttpHost, HttpContext) - Method in class org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner
-  
- determineRoute(HttpHost, HttpContext) - Method in interface org.apache.hc.client5.http.routing.HttpRoutePlanner
- 
Determines the route for the given host. 
- DIGEST - Static variable in class org.apache.hc.client5.http.auth.StandardAuthScheme
- 
Digest authentication scheme as defined in RFC 2617. 
- DigestScheme - Class in org.apache.hc.client5.http.impl.auth
- 
Digest authentication scheme as defined in RFC 2617. 
- DigestScheme() - Constructor for class org.apache.hc.client5.http.impl.auth.DigestScheme
-  
- DigestSchemeFactory - Class in org.apache.hc.client5.http.impl.auth
- 
- DigestSchemeFactory() - Constructor for class org.apache.hc.client5.http.impl.auth.DigestSchemeFactory
-  
- digestToStorageKey(String) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
-  
- digestToStorageKey(String) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
-  
- digestToStorageKey(String) - Method in class org.apache.hc.client5.http.impl.cache.ehcache.EhcacheHttpCacheStorage
-  
- digestToStorageKey(String) - Method in class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpAsyncCacheStorage
-  
- digestToStorageKey(String) - Method in class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpCacheStorage
-  
- directStep(RouteInfo, RouteInfo) - Method in class org.apache.hc.client5.http.impl.routing.BasicRouteDirector
- 
Determines the next step to establish a direct connection. 
- disableAuthCaching() - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
Disables authentication scheme caching. 
- disableAuthCaching() - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Disables authentication scheme caching. 
- disableAuthCaching() - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
Disables authentication scheme caching. 
- disableAutomaticRetries() - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
Disables automatic request recovery and re-execution. 
- disableAutomaticRetries() - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Disables automatic request recovery and re-execution. 
- disableAutomaticRetries() - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
Disables automatic request recovery and re-execution. 
- disableConnectionState() - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Disables connection state tracking. 
- disableConnectionState() - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
Disables connection state tracking. 
- disableContentCompression() - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
Disables automatic content decompression. 
- disableCookieManagement() - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
Disables state (cookie) management. 
- disableCookieManagement() - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Disables state (cookie) management. 
- disableCookieManagement() - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
Disables state (cookie) management. 
- disableDefaultUserAgent() - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
Disables the default user agent set by this builder if none has been provided by the user. 
- disableRedirectHandling() - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
Disables automatic redirect handling. 
- disableRedirectHandling() - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Disables automatic redirect handling. 
- disableRedirectHandling() - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
Disables automatic redirect handling. 
- discardContent() - Method in class org.apache.hc.client5.http.fluent.Response
- 
Discards response content and deallocates all resources associated with it. 
- discardEndpoint() - Method in interface org.apache.hc.client5.http.async.AsyncExecRuntime
- 
Shuts down and discards the acquired endpoint. 
- discardEndpoint() - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
- 
Shuts down and discards the acquired endpoint. 
- disconnectEndpoint() - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
- 
Disconnects the local endpoint from the initial hop in the connection route. 
- dispose() - Method in class org.apache.hc.client5.http.cache.Resource
- 
Indicates the system no longer needs to keep this
 response body and any system resources associated with
 it may be reclaimed. 
- dispose() - Method in class org.apache.hc.client5.http.impl.cache.FileResource
-  
- dispose() - Method in class org.apache.hc.client5.http.impl.cache.HeapResource
-  
- dispose() - Method in class org.apache.hc.client5.http.impl.win.WindowsNegotiateScheme
-  
- DnsResolver - Interface in org.apache.hc.client5.http
- 
Users may implement this interface to override the normal DNS lookup offered
 by the OS. 
- DnsUtils - Class in org.apache.hc.client5.http.utils
- 
A collection of utilities relating to Domain Name System. 
- doExecute(HttpHost, AsyncRequestProducer, AsyncResponseConsumer<T>, HandlerFactory<AsyncPushConsumer>, HttpContext, FutureCallback<T>) - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
-  
- doExecute(HttpHost, ClassicHttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpClient
-  
- doExecute(HttpHost, ClassicHttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.classic.MinimalHttpClient
-  
- DOMAIN_ATTR - Static variable in interface org.apache.hc.client5.http.cookie.Cookie
-  
- DomainType - Enum in org.apache.hc.client5.http.psl
- 
Domain types differentiated by Mozilla Public Suffix List. 
- EchoHandler - Class in org.apache.hc.client5.testing.classic
- 
A handler that echos the incoming request entity. 
- EchoHandler() - Constructor for class org.apache.hc.client5.testing.classic.EchoHandler
-  
- EhcacheHttpCacheStorage<T> - Class in org.apache.hc.client5.http.impl.cache.ehcache
- 
This class is a storage backend for cache entries that uses the
 popular  Ehcache cache implementation. 
- EhcacheHttpCacheStorage(Cache<String, T>, CacheConfig, HttpCacheEntrySerializer<T>) - Constructor for class org.apache.hc.client5.http.impl.cache.ehcache.EhcacheHttpCacheStorage
- 
Constructs a storage backend using the provided Ehcache
 with the given configuration options, but using an alternative
 cache entry serialization strategy. 
- enhance(IOException, NamedEndpoint, InetAddress...) - Static method in class org.apache.hc.client5.http.ConnectExceptionSupport
-  
- ensureFreeCapacity(int) - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
-  
- EntityBuilder - Class in org.apache.hc.client5.http.entity
- 
Builder for HttpEntityinstances.
 
- equals(Object) - Method in class org.apache.hc.client5.http.auth.AuthScope
-  
- equals(Object) - Method in class org.apache.hc.client5.http.auth.BasicUserPrincipal
-  
- equals(Object) - Method in class org.apache.hc.client5.http.auth.NTCredentials
-  
- equals(Object) - Method in class org.apache.hc.client5.http.auth.NTUserPrincipal
-  
- equals(Object) - Method in class org.apache.hc.client5.http.auth.UsernamePasswordCredentials
-  
- equals(Object) - Method in class org.apache.hc.client5.http.HttpRoute
- 
Compares this route to another. 
- equals(Object) - Method in class org.apache.hc.client5.http.RouteTracker
- 
Compares this tracked route to another. 
- ETAG - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- evictExpiredConnections() - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Makes this instance of HttpClient proactively evict expired connections from the
 connection pool using a background thread. 
- evictExpiredConnections() - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
Makes this instance of HttpClient proactively evict expired connections from the
 connection pool using a background thread. 
- evictIdleConnections(TimeValue) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
Makes this instance of HttpClient proactively evict idle connections from the
 connection pool using a background thread. 
- evictIdleConnections(TimeValue) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Makes this instance of HttpClient proactively evict idle connections from the
 connection pool using a background thread. 
- evictIdleConnections(TimeValue) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
Makes this instance of HttpClient proactively evict idle connections from the
 connection pool using a background thread. 
- exchangeId - Variable in class org.apache.hc.client5.http.async.AsyncExecChain.Scope
-  
- exchangeId - Variable in class org.apache.hc.client5.http.classic.ExecChain.Scope
-  
- ExecChain - Interface in org.apache.hc.client5.http.classic
- 
Represents a single element in the client side classic request execution chain. 
- ExecChain.Scope - Class in org.apache.hc.client5.http.classic
-  
- ExecChain.Scope(String, HttpRoute, ClassicHttpRequest, ExecRuntime, HttpClientContext) - Constructor for class org.apache.hc.client5.http.classic.ExecChain.Scope
-  
- ExecChainHandler - Interface in org.apache.hc.client5.http.classic
- 
Abstract request execution handler in a classic client side request execution chain. 
- execRuntime - Variable in class org.apache.hc.client5.http.async.AsyncExecChain.Scope
-  
- execRuntime - Variable in class org.apache.hc.client5.http.classic.ExecChain.Scope
-  
- ExecRuntime - Interface in org.apache.hc.client5.http.classic
- 
Execution runtime that provides access to the underlying connection endpoint and helps
 manager its life cycle. 
- ExecSupport - Class in org.apache.hc.client5.http.impl
- 
Request execution support methods. 
- ExecSupport() - Constructor for class org.apache.hc.client5.http.impl.ExecSupport
-  
- execute(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in interface org.apache.hc.client5.http.async.AsyncExecChainHandler
- 
Executes the actual HTTP request. 
- execute(String, AsyncClientExchangeHandler, HttpClientContext) - Method in interface org.apache.hc.client5.http.async.AsyncExecRuntime
- 
Initiates a message exchange using the given handler. 
- execute(AsyncRequestProducer, AsyncResponseConsumer<T>, HandlerFactory<AsyncPushConsumer>, HttpContext, FutureCallback<T>) - Method in interface org.apache.hc.client5.http.async.HttpAsyncClient
- 
Initiates asynchronous HTTP request execution using the given context. 
- execute(HttpCacheEntry) - Method in interface org.apache.hc.client5.http.cache.HttpCacheCASOperation
- 
Returns the new cache entry that should replace an existing one. 
- execute(ClassicHttpRequest, ExecChain.Scope, ExecChain) - Method in interface org.apache.hc.client5.http.classic.ExecChainHandler
- 
Executes the actual HTTP request. 
- execute(String, ClassicHttpRequest, HttpClientContext) - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
- 
Executes HTTP request using the given context. 
- execute(ClassicHttpRequest) - Method in interface org.apache.hc.client5.http.classic.HttpClient
- 
Executes HTTP request using the default context. 
- execute(ClassicHttpRequest, HttpContext) - Method in interface org.apache.hc.client5.http.classic.HttpClient
- 
Executes HTTP request using the given context. 
- execute(HttpHost, ClassicHttpRequest) - Method in interface org.apache.hc.client5.http.classic.HttpClient
- 
Executes HTTP request using the default context. 
- execute(HttpHost, ClassicHttpRequest, HttpContext) - Method in interface org.apache.hc.client5.http.classic.HttpClient
- 
Executes HTTP request using the given context. 
- execute(ClassicHttpRequest, HttpClientResponseHandler<? extends T>) - Method in interface org.apache.hc.client5.http.classic.HttpClient
- 
Executes HTTP request using the default context and processes the
 response using the given response handler. 
- execute(ClassicHttpRequest, HttpContext, HttpClientResponseHandler<? extends T>) - Method in interface org.apache.hc.client5.http.classic.HttpClient
- 
Executes HTTP request using the given context and processes the
 response using the given response handler. 
- execute(HttpHost, ClassicHttpRequest, HttpClientResponseHandler<? extends T>) - Method in interface org.apache.hc.client5.http.classic.HttpClient
- 
Executes HTTP request to the target using the default context and
 processes the response using the given response handler. 
- execute(HttpHost, ClassicHttpRequest, HttpContext, HttpClientResponseHandler<? extends T>) - Method in interface org.apache.hc.client5.http.classic.HttpClient
- 
Executes HTTP request to the target using the given context and
 processes the response using the given response handler. 
- execute(Request, HttpClientResponseHandler<T>, FutureCallback<T>) - Method in class org.apache.hc.client5.http.fluent.Async
-  
- execute(Request, HttpClientResponseHandler<T>) - Method in class org.apache.hc.client5.http.fluent.Async
-  
- execute(Request, FutureCallback<Content>) - Method in class org.apache.hc.client5.http.fluent.Async
-  
- execute(Request) - Method in class org.apache.hc.client5.http.fluent.Async
-  
- execute(Request) - Method in class org.apache.hc.client5.http.fluent.Executor
- 
Executes the request. 
- execute() - Method in class org.apache.hc.client5.http.fluent.Request
-  
- execute(CloseableHttpClient) - Method in class org.apache.hc.client5.http.fluent.Request
-  
- execute(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.async.AsyncConnectExec
-  
- execute(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec
-  
- execute(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.async.AsyncProtocolExec
-  
- execute(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.async.AsyncRedirectExec
-  
- execute(HttpHost, AsyncRequestProducer, AsyncResponseConsumer<T>, HandlerFactory<AsyncPushConsumer>, HttpContext, FutureCallback<T>) - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
-  
- execute(AsyncRequestProducer, AsyncResponseConsumer<T>, HandlerFactory<AsyncPushConsumer>, HttpContext, FutureCallback<T>) - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
-  
- execute(AsyncRequestProducer, AsyncResponseConsumer<T>, HttpContext, FutureCallback<T>) - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
-  
- execute(AsyncRequestProducer, AsyncResponseConsumer<T>, FutureCallback<T>) - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
-  
- execute(SimpleHttpRequest, HttpContext, FutureCallback<SimpleHttpResponse>) - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
-  
- execute(SimpleHttpRequest, FutureCallback<SimpleHttpResponse>) - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
-  
- execute(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncMainClientExec
-  
- execute(AsyncClientExchangeHandler, HandlerFactory<AsyncPushConsumer>, HttpContext) - Method in class org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient
-  
- execute(AsyncClientExchangeHandler, HandlerFactory<AsyncPushConsumer>, HttpContext) - Method in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient
-  
- execute(ClassicHttpRequest, ExecChain.Scope, ExecChain) - Method in class org.apache.hc.client5.http.impl.classic.BackoffStrategyExec
-  
- execute(HttpHost, ClassicHttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpClient
-  
- execute(ClassicHttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpClient
-  
- execute(ClassicHttpRequest) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpClient
-  
- execute(HttpHost, ClassicHttpRequest) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpClient
-  
- execute(ClassicHttpRequest, HttpClientResponseHandler<? extends T>) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpClient
- 
Executes a request using the default context and processes the
 response using the given response handler. 
- execute(ClassicHttpRequest, HttpContext, HttpClientResponseHandler<? extends T>) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpClient
- 
Executes a request using the default context and processes the
 response using the given response handler. 
- execute(HttpHost, ClassicHttpRequest, HttpClientResponseHandler<? extends T>) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpClient
- 
Executes a request using the default context and processes the
 response using the given response handler. 
- execute(HttpHost, ClassicHttpRequest, HttpContext, HttpClientResponseHandler<? extends T>) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpClient
- 
Executes a request using the default context and processes the
 response using the given response handler. 
- execute(ClassicHttpRequest, ExecChain.Scope, ExecChain) - Method in class org.apache.hc.client5.http.impl.classic.ConnectExec
-  
- execute(ClassicHttpRequest, ExecChain.Scope, ExecChain) - Method in class org.apache.hc.client5.http.impl.classic.ContentCompressionExec
-  
- execute(ClassicHttpRequest, HttpContext, HttpClientResponseHandler<T>) - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionService
- 
Schedule a request for execution. 
- execute(ClassicHttpRequest, HttpContext, HttpClientResponseHandler<T>, FutureCallback<T>) - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionService
- 
Schedule a request for execution. 
- execute(ClassicHttpRequest, ExecChain.Scope, ExecChain) - Method in class org.apache.hc.client5.http.impl.classic.HttpRequestRetryExec
-  
- execute(ClassicHttpRequest, ExecChain.Scope, ExecChain) - Method in class org.apache.hc.client5.http.impl.classic.MainClientExec
-  
- execute(ClassicHttpRequest, ExecChain.Scope, ExecChain) - Method in class org.apache.hc.client5.http.impl.classic.ProtocolExec
-  
- execute(ClassicHttpRequest, ExecChain.Scope, ExecChain) - Method in class org.apache.hc.client5.http.impl.classic.RedirectExec
-  
- execute(String, ClassicHttpRequest, HttpRequestExecutor, HttpContext) - Method in class org.apache.hc.client5.http.io.ConnectionEndpoint
- 
Executes HTTP request using the provided request executor. 
- execute(String, AsyncClientExchangeHandler, HandlerFactory<AsyncPushConsumer>, HttpContext) - Method in class org.apache.hc.client5.http.nio.AsyncConnectionEndpoint
- 
Initiates a message exchange using the given handler. 
- execute(String, AsyncClientExchangeHandler, HttpContext) - Method in class org.apache.hc.client5.http.nio.AsyncConnectionEndpoint
- 
Initiates a message exchange using the given handler. 
- execute(String, AsyncRequestProducer, AsyncResponseConsumer<T>, HandlerFactory<AsyncPushConsumer>, HttpContext, FutureCallback<T>) - Method in class org.apache.hc.client5.http.nio.AsyncConnectionEndpoint
- 
Initiates message exchange using the given request producer and response consumer. 
- execute(String, AsyncRequestProducer, AsyncResponseConsumer<T>, HttpContext, FutureCallback<T>) - Method in class org.apache.hc.client5.http.nio.AsyncConnectionEndpoint
- 
Initiates message exchange using the given request producer and response consumer. 
- execute(String, AsyncRequestProducer, AsyncResponseConsumer<T>, HandlerFactory<AsyncPushConsumer>, FutureCallback<T>) - Method in class org.apache.hc.client5.http.nio.AsyncConnectionEndpoint
- 
Initiates message exchange using the given request producer and response consumer. 
- execute(String, AsyncRequestProducer, AsyncResponseConsumer<T>, FutureCallback<T>) - Method in class org.apache.hc.client5.http.nio.AsyncConnectionEndpoint
- 
Initiates message exchange using the given request producer and response consumer. 
- Executor - Class in org.apache.hc.client5.http.fluent
- 
- EXPIRES - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- EXPIRES_ATTR - Static variable in interface org.apache.hc.client5.http.cookie.Cookie
-  
- ExponentialBackOffSchedulingStrategy - Class in org.apache.hc.client5.http.impl.schedule
- 
An implementation that backs off exponentially based on the number of
 consecutive failed attempts. 
- ExponentialBackOffSchedulingStrategy(long, TimeValue, TimeValue) - Constructor for class org.apache.hc.client5.http.impl.schedule.ExponentialBackOffSchedulingStrategy
-  
- ExponentialBackOffSchedulingStrategy(long, TimeValue) - Constructor for class org.apache.hc.client5.http.impl.schedule.ExponentialBackOffSchedulingStrategy
-  
- ExponentialBackOffSchedulingStrategy(long) - Constructor for class org.apache.hc.client5.http.impl.schedule.ExponentialBackOffSchedulingStrategy
-  
- ExponentialBackOffSchedulingStrategy() - Constructor for class org.apache.hc.client5.http.impl.schedule.ExponentialBackOffSchedulingStrategy
-  
- extract(String) - Method in class org.apache.hc.client5.testing.auth.BasicAuthTokenExtractor
-  
- extractFromAuthority(String, URIAuthority, CredentialsStore) - Static method in class org.apache.hc.client5.http.impl.AuthSupport
-  
- extractHost(URI) - Static method in class org.apache.hc.client5.http.utils.URIUtils
- 
Extracts target host from the given  URI. 
- generate(String, byte[]) - Method in interface org.apache.hc.client5.http.cache.ResourceFactory
- 
Creates a  Resource from a given response body. 
- generate(String, byte[], int, int) - Method in interface org.apache.hc.client5.http.cache.ResourceFactory
- 
Creates a  Resource from a given response body. 
- generate(String, byte[], int, int) - Method in class org.apache.hc.client5.http.impl.cache.FileResourceFactory
-  
- generate(String, byte[]) - Method in class org.apache.hc.client5.http.impl.cache.FileResourceFactory
-  
- generate(String, byte[], int, int) - Method in class org.apache.hc.client5.http.impl.cache.HeapResourceFactory
-  
- generate(String, byte[]) - Method in class org.apache.hc.client5.http.impl.cache.HeapResourceFactory
-  
- generateAuthResponse(HttpHost, HttpRequest, HttpContext) - Method in interface org.apache.hc.client5.http.auth.AuthScheme
- 
Generates an authorization response based on the current state. 
- generateAuthResponse(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
-  
- generateAuthResponse(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
-  
- generateAuthResponse(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-  
- generateAuthResponse(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.NTLMScheme
-  
- generateAuthResponse(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.win.WindowsNegotiateScheme
-  
- generateGSSToken(byte[], Oid, String, String) - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-  
- generateKey(URI) - Method in class org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
- 
Computes a key for the given request  URI that can be used as
 a unique identifier for cached resources. 
- generateKey(HttpHost, HttpRequest) - Method in class org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
- 
Computes a key for the given HttpHostandHttpRequestthat can be used as a unique identifier for cached resources.
 
- generateKey(HttpHost, HttpRequest, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
- 
Computes a key for the given HttpHostandHttpRequestthat can be used as a unique identifier for cached resources.
 
- generateToken(byte[], String, String) - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-  
- generateToken(byte[], String, String) - Method in class org.apache.hc.client5.http.impl.auth.KerberosScheme
-  
- generateToken(byte[], String, String) - Method in class org.apache.hc.client5.http.impl.auth.SPNegoScheme
-  
- generateType1Msg(String, String) - Method in interface org.apache.hc.client5.http.impl.auth.NTLMEngine
- 
Generates a Type1 message given the domain and workstation. 
- generateType3Msg(String, char[], String, String, String) - Method in interface org.apache.hc.client5.http.impl.auth.NTLMEngine
- 
Generates a Type3 message given the user credentials and the
 authentication challenge. 
- generateVariantKey(HttpRequest, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
- 
Computes a "variant key" from the headers of a given request that are
 covered by the Vary header of a given cache entry. 
- get(String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-  
- get(URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-  
- get(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-  
- get(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-  
- get(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-  
- get(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-  
- get(HttpHost) - Method in interface org.apache.hc.client5.http.auth.AuthCache
-  
- get() - Method in class org.apache.hc.client5.http.cache.Resource
- 
Returns resource content as a byte array. 
- get(String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-  
- get(URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-  
- get(URI) - Static method in class org.apache.hc.client5.http.fluent.Request
-  
- get(String) - Static method in class org.apache.hc.client5.http.fluent.Request
-  
- get(HttpHost) - Method in class org.apache.hc.client5.http.impl.auth.BasicAuthCache
-  
- get() - Method in class org.apache.hc.client5.http.impl.cache.FileResource
-  
- get() - Method in class org.apache.hc.client5.http.impl.cache.HeapResource
-  
- get() - Method in class org.apache.hc.client5.http.impl.Operations.CompletedFuture
-  
- get(long, TimeUnit) - Method in class org.apache.hc.client5.http.impl.Operations.CompletedFuture
-  
- get(Timeout) - Method in interface org.apache.hc.client5.http.io.LeaseRequest
- 
- get(int) - Method in class org.apache.hc.client5.http.protocol.RedirectLocations
- 
Returns the URI at the specified position in this list. 
- GET_METHOD - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- getActiveConnectionCount() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
-  
- getAll() - Method in class org.apache.hc.client5.http.protocol.RedirectLocations
- 
Returns all redirect  URIs in the order they were added to the collection. 
- getAllowedMethods(HttpResponse) - Method in class org.apache.hc.client5.http.classic.methods.HttpOptions
-  
- getAsynchronousWorkers() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
- 
Returns the maximum number of threads to allow for background
 revalidations due to the stale-while-revalidatedirective.
 
- getAttribHandler(String) - Method in class org.apache.hc.client5.http.impl.cookie.AbstractCookieSpec
- 
- getAttribHandlers() - Method in class org.apache.hc.client5.http.impl.cookie.AbstractCookieSpec
-  
- getAttribute(String) - Method in interface org.apache.hc.client5.http.cookie.Cookie
-  
- getAttribute(String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-  
- getAttributeName() - Method in interface org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler
-  
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.BasicDomainHandler
-  
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.BasicExpiresHandler
-  
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.BasicMaxAgeHandler
-  
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.BasicPathHandler
-  
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.BasicSecureHandler
-  
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler
-  
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.LaxMaxAgeHandler
-  
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter
-  
- getAuthCache() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-  
- getAuthExchange(HttpHost) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-  
- getAuthExchanges() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-  
- getAuthOptions() - Method in class org.apache.hc.client5.http.auth.AuthExchange
- 
Returns available auth options. 
- getAuthScheme() - Method in class org.apache.hc.client5.http.auth.AuthExchange
- 
- getAuthSchemeRegistry() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-  
- getBackOffRate() - Method in class org.apache.hc.client5.http.impl.schedule.ExponentialBackOffSchedulingStrategy
-  
- getBinary() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
- 
- getBody() - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
-  
- getBody() - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
-  
- getBody() - Method in class org.apache.hc.client5.http.entity.mime.MimeField
-  
- getBody() - Method in class org.apache.hc.client5.http.entity.mime.MultipartPart
-  
- getBodyBytes() - Method in class org.apache.hc.client5.http.async.methods.SimpleBody
-  
- getBodyBytes() - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
-  
- getBodyBytes() - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
-  
- getBodyText() - Method in class org.apache.hc.client5.http.async.methods.SimpleBody
-  
- getBodyText() - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
-  
- getBodyText() - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
-  
- getCacheHits() - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- 
Reports the number of times that the cache successfully responded
 to an HttpRequestwithout contacting the origin server.
 
- getCacheMisses() - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- 
Reports the number of times that the cache contacted the origin
 server because it had no appropriate response cached. 
- getCacheResponseStatus() - Method in class org.apache.hc.client5.http.cache.HttpCacheContext
-  
- getCacheUpdates() - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- 
Reports the number of times that the cache was able to satisfy
 a response by revalidating an existing but stale cache entry. 
- getChallengeType() - Method in class org.apache.hc.client5.http.auth.AuthChallenge
-  
- getCharset() - Method in class org.apache.hc.client5.http.entity.mime.AbstractContentBody
-  
- getCharset() - Method in class org.apache.hc.client5.http.entity.mime.ByteArrayBody
-  
- getCharset() - Method in interface org.apache.hc.client5.http.entity.mime.ContentDescriptor
- 
The body descriptors character set, defaulted appropriately for the MIME type. 
- getCnonce() - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
-  
- getCode() - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
-  
- getConfig() - Method in class org.apache.hc.client5.http.async.methods.ConfigurableHttpRequest
-  
- getConfig() - Method in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
-  
- getConfig() - Method in interface org.apache.hc.client5.http.config.Configurable
- 
Returns actual request configuration. 
- getConnectionKeepAlive() - Method in class org.apache.hc.client5.http.config.RequestConfig
-  
- getConnectionRequestTimeout() - Method in class org.apache.hc.client5.http.config.RequestConfig
-  
- getConnectTimeout() - Method in class org.apache.hc.client5.http.config.RequestConfig
-  
- getContent() - Method in class org.apache.hc.client5.http.cache.HttpCacheStorageEntry
-  
- getContent() - Method in class org.apache.hc.client5.http.entity.DecompressingEntity
-  
- getContent() - Method in class org.apache.hc.client5.http.entity.GzipCompressingEntity
-  
- getContent() - Method in class org.apache.hc.client5.testing.classic.RandomHandler.RandomEntity
- 
Not supported. 
- getContentEncoding() - Method in class org.apache.hc.client5.http.entity.DecompressingEntity
-  
- getContentEncoding() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
- 
Returns content encoding of the entity, if set. 
- getContentEncoding() - Method in class org.apache.hc.client5.http.entity.GzipCompressingEntity
-  
- getContentLength() - Method in class org.apache.hc.client5.http.entity.DecompressingEntity
-  
- getContentLength() - Method in class org.apache.hc.client5.http.entity.GzipCompressingEntity
-  
- getContentLength() - Method in class org.apache.hc.client5.http.entity.mime.ByteArrayBody
-  
- getContentLength() - Method in interface org.apache.hc.client5.http.entity.mime.ContentDescriptor
- 
Returns the body descriptors content-length. 
- getContentLength() - Method in class org.apache.hc.client5.http.entity.mime.FileBody
-  
- getContentLength() - Method in class org.apache.hc.client5.http.entity.mime.InputStreamBody
-  
- getContentLength() - Method in class org.apache.hc.client5.http.entity.mime.StringBody
-  
- getContentLength() - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler.RandomBinAsyncEntityProducer
-  
- getContentLength() - Method in class org.apache.hc.client5.testing.classic.RandomHandler.RandomEntity
- 
Obtains the size of the random data. 
- getContentType() - Method in class org.apache.hc.client5.http.async.methods.SimpleBody
-  
- getContentType() - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
-  
- getContentType() - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
-  
- getContentType() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
- 
Returns ContentTypeof the entity, if set.
 
- getContentType() - Method in class org.apache.hc.client5.http.entity.mime.AbstractContentBody
-  
- getCookieOrigin() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-  
- getCookies() - Method in class org.apache.hc.client5.http.cookie.BasicCookieStore
- 
Returns an immutable array of  cookies that this HTTP
 state currently contains. 
- getCookies() - Method in interface org.apache.hc.client5.http.cookie.CookieStore
- 
Returns all cookies contained in this store. 
- getCookieSpec() - Method in class org.apache.hc.client5.http.config.RequestConfig
-  
- getCookieSpec() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-  
- getCookieSpecRegistry() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-  
- getCookieStore() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-  
- getCount(T) - Method in class org.apache.hc.client5.http.schedule.ConcurrentCountMap
-  
- getCreationDate() - Method in interface org.apache.hc.client5.http.cookie.Cookie
- 
Returns creation time of the cookie. 
- getCreationDate() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-  
- getCredentials(AuthScope, HttpContext) - Method in interface org.apache.hc.client5.http.auth.CredentialsProvider
- 
Returns  credentials for the given authentication scope,
 if available. 
- getCredentials(AuthScope, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.BasicCredentialsProvider
-  
- getCredentials(AuthScope, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.SystemDefaultCredentialsProvider
-  
- getCredentialsProvider() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-  
- getCurrentUsername() - Static method in class org.apache.hc.client5.http.impl.win.WindowsNegotiateScheme
- 
Get the SAM-compatible username of the currently logged-on user. 
- getDate() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
- 
Gets the Date value of the "Date" header or null if the header is missing or cannot be
 parsed. 
- getDefault() - Static method in class org.apache.hc.client5.http.psl.PublicSuffixMatcherLoader
-  
- getDefault() - Static method in class org.apache.hc.client5.http.ssl.ConscryptClientTlsStrategy
-  
- getDefault() - Static method in class org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy
-  
- getDefaultDomain(CookieOrigin) - Static method in class org.apache.hc.client5.http.impl.cookie.CookieSpecBase
-  
- getDefaultHostnameVerifier() - Static method in class org.apache.hc.client5.http.ssl.HttpsSupport
-  
- getDefaultMaxPerRoute() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-  
- getDefaultMaxPerRoute() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-  
- getDefaultPath(CookieOrigin) - Static method in class org.apache.hc.client5.http.impl.cookie.CookieSpecBase
-  
- getDefaultSocketConfig() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-  
- getDomain() - Method in class org.apache.hc.client5.http.auth.NTCredentials
- 
Retrieves the name to authenticate with. 
- getDomain() - Method in class org.apache.hc.client5.http.auth.NTUserPrincipal
-  
- getDomain() - Method in interface org.apache.hc.client5.http.cookie.Cookie
- 
Returns domain attribute of the cookie. 
- getDomain() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- 
Returns domain attribute of the cookie. 
- getDomainRoot(String) - Method in class org.apache.hc.client5.http.psl.PublicSuffixMatcher
- 
Returns registrable part of the domain for the given domain name or nullif given domain represents a public suffix.
 
- getDomainRoot(String, DomainType) - Method in class org.apache.hc.client5.http.psl.PublicSuffixMatcher
- 
Returns registrable part of the domain for the given domain name or nullif given domain represents a public suffix.
 
- getEntity() - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
-  
- getEntries(Collection<String>, FutureCallback<Map<String, HttpCacheEntry>>) - Method in interface org.apache.hc.client5.http.cache.HttpAsyncCacheStorage
- 
Retrieves multiple cache entries stored under the given keys. 
- getEntries(Collection<String>, FutureCallback<Map<String, HttpCacheEntry>>) - Method in class org.apache.hc.client5.http.cache.HttpAsyncCacheStorageAdaptor
-  
- getEntries(Collection<String>) - Method in interface org.apache.hc.client5.http.cache.HttpCacheStorage
- 
Retrieves multiple cache entries stored under the given keys. 
- getEntries(Collection<String>, FutureCallback<Map<String, HttpCacheEntry>>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
-  
- getEntries(Collection<String>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
-  
- getEntries(Collection<String>) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCacheStorage
-  
- getEntries(Collection<String>) - Method in class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
-  
- getEntry(String, FutureCallback<HttpCacheEntry>) - Method in interface org.apache.hc.client5.http.cache.HttpAsyncCacheStorage
- 
Retrieves the cache entry stored under the given key
 or null if no entry exists under that key. 
- getEntry(String, FutureCallback<HttpCacheEntry>) - Method in class org.apache.hc.client5.http.cache.HttpAsyncCacheStorageAdaptor
-  
- getEntry(String) - Method in interface org.apache.hc.client5.http.cache.HttpCacheStorage
- 
Retrieves the cache entry stored under the given key
 or null if no entry exists under that key. 
- getEntry(String, FutureCallback<HttpCacheEntry>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
-  
- getEntry(String) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
-  
- getEntry(String) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCacheStorage
- 
Gets an entry from the cache, if it exists 
- getEntry(String) - Method in class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
-  
- getExceptions() - Method in class org.apache.hc.client5.http.psl.PublicSuffixList
-  
- getExpiryDate() - Method in interface org.apache.hc.client5.http.cookie.Cookie
- 
Returns the expiration  Date of the cookie, or  null
 if none exists. 
- getExpiryDate() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- 
Returns the expiration  Date of the cookie, or  null
 if none exists. 
- getFailedConnectionAverageDuration() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
-  
- getFailedConnectionCount() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
-  
- getField(String) - Method in class org.apache.hc.client5.http.entity.mime.Header
-  
- getFields() - Method in class org.apache.hc.client5.http.entity.mime.Header
-  
- getFields(String) - Method in class org.apache.hc.client5.http.entity.mime.Header
-  
- getFile() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
- 
- getFile() - Method in class org.apache.hc.client5.http.entity.mime.FileBody
-  
- getFilename() - Method in class org.apache.hc.client5.http.entity.mime.ByteArrayBody
-  
- getFilename() - Method in interface org.apache.hc.client5.http.entity.mime.ContentBody
-  
- getFilename() - Method in class org.apache.hc.client5.http.entity.mime.FileBody
-  
- getFilename() - Method in class org.apache.hc.client5.http.entity.mime.InputStreamBody
-  
- getFilename() - Method in class org.apache.hc.client5.http.entity.mime.StringBody
-  
- getFirstHeader(String) - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
- 
Returns the first header from the origin response with the given
 name. 
- getFirstHeader(String) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
-  
- getForUpdateCAS(String, FutureCallback<CAS>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
-  
- getForUpdateCAS(String) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
-  
- getForUpdateCAS(String) - Method in class org.apache.hc.client5.http.impl.cache.ehcache.EhcacheHttpCacheStorage
-  
- getForUpdateCAS(String, FutureCallback<CASValue<Object>>) - Method in class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpAsyncCacheStorage
-  
- getForUpdateCAS(String) - Method in class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpCacheStorage
-  
- getGSSCredential() - Method in class org.apache.hc.client5.http.auth.KerberosCredentials
-  
- getHeader(String) - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-  
- getHeader() - Method in class org.apache.hc.client5.http.entity.mime.MultipartPart
-  
- getHeader(String) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
-  
- getHeaders() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
- 
Returns all the headers that were on the origin response. 
- getHeaders(String) - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
- 
Gets all the headers with the given name that were on the origin
 response. 
- getHeaders(String) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
-  
- getHeaders() - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
-  
- getHeuristicCoefficient() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
- 
Returns lifetime coefficient used in heuristic freshness caching. 
- getHeuristicDefaultLifetime() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
- 
Get the default lifetime to be used if heuristic freshness calculation is
 not possible. 
- getHopCount() - Method in class org.apache.hc.client5.http.HttpRoute
-  
- getHopCount() - Method in interface org.apache.hc.client5.http.RouteInfo
- 
Obtains the number of hops in this route. 
- getHopCount() - Method in class org.apache.hc.client5.http.RouteTracker
-  
- getHopTarget(int) - Method in class org.apache.hc.client5.http.HttpRoute
-  
- getHopTarget(int) - Method in interface org.apache.hc.client5.http.RouteInfo
- 
Obtains the target of a hop in this route. 
- getHopTarget(int) - Method in class org.apache.hc.client5.http.RouteTracker
-  
- getHost() - Method in class org.apache.hc.client5.http.auth.AuthScope
-  
- getHost() - Method in exception org.apache.hc.client5.http.ConnectTimeoutException
-  
- getHost() - Method in class org.apache.hc.client5.http.cookie.CookieOrigin
-  
- getHost() - Method in exception org.apache.hc.client5.http.HttpHostConnectException
-  
- getHttpRoute() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-  
- getId(Object) - Static method in class org.apache.hc.client5.http.impl.ConnPoolSupport
-  
- getInitialExpiry() - Method in class org.apache.hc.client5.http.impl.schedule.ExponentialBackOffSchedulingStrategy
-  
- getInputStream() - Method in class org.apache.hc.client5.http.cache.Resource
- 
- getInputStream() - Method in class org.apache.hc.client5.http.entity.mime.FileBody
-  
- getInputStream() - Method in class org.apache.hc.client5.http.entity.mime.InputStreamBody
-  
- getInputStream() - Method in class org.apache.hc.client5.http.impl.cache.FileResource
-  
- getInstance() - Static method in class org.apache.hc.client5.http.entity.DeflateInputStreamFactory
- 
Gets the singleton instance. 
- getInstance() - Static method in class org.apache.hc.client5.http.entity.GZIPInputStreamFactory
- 
Gets the singleton instance. 
- getKeepAliveDuration(HttpResponse, HttpContext) - Method in interface org.apache.hc.client5.http.ConnectionKeepAliveStrategy
- 
Returns the duration of time which this connection can be safely kept
 idle. 
- getKeepAliveDuration(HttpResponse, HttpContext) - Method in class org.apache.hc.client5.http.impl.DefaultConnectionKeepAliveStrategy
-  
- getKey() - Method in class org.apache.hc.client5.http.cache.HttpCacheStorageEntry
-  
- getLastHeader(String) - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-  
- getLastHeader(String) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
-  
- getLayerType() - Method in class org.apache.hc.client5.http.HttpRoute
-  
- getLayerType() - Method in interface org.apache.hc.client5.http.RouteInfo
- 
Obtains the layering type of this route. 
- getLayerType() - Method in class org.apache.hc.client5.http.RouteTracker
-  
- getLocalAddress() - Method in class org.apache.hc.client5.http.HttpRoute
-  
- getLocalAddress() - Method in interface org.apache.hc.client5.http.RouteInfo
- 
Obtains the local address to connect from. 
- getLocalAddress() - Method in class org.apache.hc.client5.http.RouteTracker
-  
- getLocale() - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
-  
- getLocalSocketAddress() - Method in class org.apache.hc.client5.http.HttpRoute
-  
- getLocationURI(HttpRequest, HttpResponse, HttpContext) - Method in class org.apache.hc.client5.http.impl.DefaultRedirectStrategy
-  
- getLocationURI(HttpRequest, HttpResponse, HttpContext) - Method in interface org.apache.hc.client5.http.protocol.RedirectStrategy
-  
- getManager() - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-  
- getMaxCacheEntries() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
- 
Returns the maximum number of cache entries the cache will retain. 
- getMaxExpiry() - Method in class org.apache.hc.client5.http.impl.schedule.ExponentialBackOffSchedulingStrategy
-  
- getMaxObjectSize() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
- 
Returns the current maximum response body size that will be cached. 
- getMaxPerRoute(HttpRoute) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-  
- getMaxPerRoute(HttpRoute) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-  
- getMaxRedirects() - Method in class org.apache.hc.client5.http.config.RequestConfig
-  
- getMaxTotal() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-  
- getMaxTotal() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-  
- getMaxUpdateRetries() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
- 
Returns the number of times to retry a cache processChallenge on failure 
- getMediaType() - Method in class org.apache.hc.client5.http.entity.mime.AbstractContentBody
-  
- getMediaType() - Method in interface org.apache.hc.client5.http.entity.mime.ContentDescriptor
- 
Gets the defaulted MIME media type for this content. 
- getMethod() - Method in class org.apache.hc.client5.http.classic.methods.HttpOptions
-  
- getMimeType() - Method in class org.apache.hc.client5.http.entity.mime.AbstractContentBody
-  
- getMimeType() - Method in interface org.apache.hc.client5.http.entity.mime.ContentDescriptor
- 
Returns the body descriptors MIME type. 
- getName() - Method in interface org.apache.hc.client5.http.auth.AuthScheme
- 
Returns textual designation of the given authentication scheme. 
- getName() - Method in class org.apache.hc.client5.http.auth.BasicUserPrincipal
-  
- getName() - Method in class org.apache.hc.client5.http.auth.NTUserPrincipal
-  
- getName() - Method in interface org.apache.hc.client5.http.cookie.Cookie
- 
Returns the name. 
- getName() - Method in class org.apache.hc.client5.http.entity.mime.FormBodyPart
-  
- getName() - Method in class org.apache.hc.client5.http.entity.mime.MimeField
-  
- getName() - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
-  
- getName() - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
-  
- getName() - Method in class org.apache.hc.client5.http.impl.auth.KerberosScheme
-  
- getName() - Method in class org.apache.hc.client5.http.impl.auth.NTLMScheme
-  
- getName() - Method in class org.apache.hc.client5.http.impl.auth.SPNegoScheme
-  
- getName() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- 
Returns the name. 
- getName() - Method in class org.apache.hc.client5.http.impl.win.WindowsNegotiateScheme
-  
- getNetbiosDomain() - Method in class org.apache.hc.client5.http.auth.NTCredentials
- 
Retrieves the netbios domain to authenticate with. 
- getNextExchangeId() - Static method in class org.apache.hc.client5.http.impl.ExecSupport
-  
- getNextExecNumber() - Static method in class org.apache.hc.client5.http.impl.ExecSupport
-  
- getNonce() - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
-  
- getNounceCount() - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
-  
- getParameters() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
- 
- getParameters() - Method in class org.apache.hc.client5.http.entity.mime.MimeField
-  
- getParams() - Method in class org.apache.hc.client5.http.auth.AuthChallenge
-  
- getPassword() - Method in interface org.apache.hc.client5.http.auth.Credentials
-  
- getPassword() - Method in class org.apache.hc.client5.http.auth.KerberosCredentials
-  
- getPassword() - Method in class org.apache.hc.client5.http.auth.NTCredentials
-  
- getPassword() - Method in class org.apache.hc.client5.http.auth.UsernamePasswordCredentials
-  
- getPath() - Method in interface org.apache.hc.client5.http.cookie.Cookie
- 
Returns the path attribute of the cookie. 
- getPath() - Method in class org.apache.hc.client5.http.cookie.CookieOrigin
-  
- getPath() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- 
Returns the path attribute of the cookie 
- getPort() - Method in class org.apache.hc.client5.http.auth.AuthScope
-  
- getPort() - Method in class org.apache.hc.client5.http.cookie.CookieOrigin
-  
- getPrincipal() - Method in interface org.apache.hc.client5.http.auth.AuthScheme
- 
Returns  Principal whose credentials are used to generate
 an authentication response. 
- getPrincipal() - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
-  
- getPrincipal() - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
-  
- getPrincipal() - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-  
- getPrincipal() - Method in class org.apache.hc.client5.http.impl.auth.NTLMScheme
-  
- getPrincipal() - Method in class org.apache.hc.client5.http.impl.win.WindowsNegotiateScheme
-  
- getProtocol() - Method in class org.apache.hc.client5.http.auth.AuthScope
-  
- getProxy() - Method in class org.apache.hc.client5.http.config.RequestConfig
-  
- getProxyHost() - Method in class org.apache.hc.client5.http.HttpRoute
-  
- getProxyHost() - Method in interface org.apache.hc.client5.http.RouteInfo
- 
Obtains the first proxy host. 
- getProxyHost() - Method in class org.apache.hc.client5.http.RouteTracker
-  
- getProxyPreferredAuthSchemes() - Method in class org.apache.hc.client5.http.config.RequestConfig
-  
- getReader() - Method in class org.apache.hc.client5.http.entity.mime.StringBody
-  
- getRealm() - Method in interface org.apache.hc.client5.http.auth.AuthScheme
- 
Returns authentication realm. 
- getRealm() - Method in class org.apache.hc.client5.http.auth.AuthScope
-  
- getRealm() - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
-  
- getRealm() - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
-  
- getRealm() - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-  
- getRealm() - Method in class org.apache.hc.client5.http.impl.auth.NTLMScheme
-  
- getRealm() - Method in class org.apache.hc.client5.http.impl.win.WindowsNegotiateScheme
-  
- getRealm(URIAuthority, String) - Method in interface org.apache.hc.client5.testing.auth.Authenticator
-  
- getReasonPhrase() - Method in exception org.apache.hc.client5.http.HttpResponseException
-  
- getReasonPhrase() - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
-  
- getRedirectLocations() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-  
- getRequestAverageDuration() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
-  
- getRequestConfig() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-  
- getRequestCount() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
-  
- getRequestDate() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
- 
Returns the time the associated origin request was initiated by the
 caching module. 
- getRequestDelegCreds() - Method in class org.apache.hc.client5.http.auth.KerberosConfig
-  
- getRequestMethod() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
- 
Returns the HTTP request method that was used to create the cached
 response entry. 
- getRequestUri(HttpRequest, HttpHost) - Static method in class org.apache.hc.client5.http.impl.cache.HttpCacheSupport
- 
Returns text representation of the request URI of the given HttpRequest.
 
- getRequestUri(HttpRequest) - Static method in class org.apache.hc.client5.http.impl.ProtocolSupport
-  
- getResource() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
- 
Returns the  Resource containing the origin response body. 
- getResponseDate() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
- 
Returns the time the origin response was received by the caching module. 
- getResponseMessage() - Method in exception org.apache.hc.client5.http.impl.TunnelRefusedException
-  
- getResponseTimeout() - Method in class org.apache.hc.client5.http.config.RequestConfig
-  
- getRetryInterval(HttpResponse, int, HttpContext) - Method in interface org.apache.hc.client5.http.HttpRequestRetryStrategy
- 
Determines the retry interval between subsequent retries. 
- getRetryInterval(HttpResponse, int, HttpContext) - Method in class org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy
-  
- getRoutes() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-  
- getRoutes() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-  
- getRules() - Method in class org.apache.hc.client5.http.psl.PublicSuffixList
-  
- getScheduledConnectionCount() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
-  
- getSchemeName() - Method in class org.apache.hc.client5.http.auth.AuthChallenge
-  
- getSchemeName() - Method in class org.apache.hc.client5.http.auth.AuthScope
-  
- getSerializable() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
- 
- getSocket() - Method in interface org.apache.hc.client5.http.io.ManagedHttpClientConnection
- 
Returns the underlying socket. 
- getSocketConfig() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
-  
- getSocketFactory() - Static method in class org.apache.hc.client5.http.socket.PlainConnectionSocketFactory
-  
- getSocketFactory() - Static method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- 
Obtains default SSL socket factory with an SSL context based on the standard JSSE
 trust material (cacertsfile in the security properties directory).
 
- getSSLSession() - Method in interface org.apache.hc.client5.http.io.ManagedHttpClientConnection
- 
Obtains the SSL session of the underlying connection, if any. 
- getState() - Method in class org.apache.hc.client5.http.auth.AuthExchange
-  
- getStats(HttpRoute) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-  
- getStats(HttpRoute) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-  
- getStatus() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
- 
Returns the status from the origin HttpResponse.
 
- getStatus() - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
-  
- getStatusCode() - Method in exception org.apache.hc.client5.http.HttpResponseException
-  
- getStorageObject(CAS) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
-  
- getStorageObject(CAS) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
-  
- getStorageObject(T) - Method in class org.apache.hc.client5.http.impl.cache.ehcache.EhcacheHttpCacheStorage
-  
- getStorageObject(CASValue<Object>) - Method in class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpAsyncCacheStorage
-  
- getStorageObject(CASValue<Object>) - Method in class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpCacheStorage
-  
- getStream() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
- 
- getStripPort() - Method in class org.apache.hc.client5.http.auth.KerberosConfig
-  
- getSubType() - Method in class org.apache.hc.client5.http.entity.mime.AbstractContentBody
-  
- getSubType() - Method in interface org.apache.hc.client5.http.entity.mime.ContentDescriptor
- 
Gets the defaulted MIME sub type for this content. 
- getSuccessfulConnectionAverageDuration() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
-  
- getSuccessfulConnectionCount() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
-  
- getSystemCipherSuits() - Static method in class org.apache.hc.client5.http.ssl.HttpsSupport
-  
- getSystemDefault() - Static method in class org.apache.hc.client5.http.ssl.ConscryptClientTlsStrategy
-  
- getSystemDefault() - Static method in class org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy
-  
- getSystemProtocols() - Static method in class org.apache.hc.client5.http.ssl.HttpsSupport
-  
- getSystemSocketFactory() - Static method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- 
- getTargetHost() - Method in class org.apache.hc.client5.http.HttpRoute
-  
- getTargetHost() - Method in interface org.apache.hc.client5.http.RouteInfo
- 
Obtains the target host. 
- getTargetHost() - Method in class org.apache.hc.client5.http.RouteTracker
-  
- getTargetPreferredAuthSchemes() - Method in class org.apache.hc.client5.http.config.RequestConfig
-  
- getTaskAverageDuration() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
-  
- getTaskCount() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
-  
- getText() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
- 
- getTotalStats() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-  
- getTotalStats() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-  
- getTunnelType() - Method in class org.apache.hc.client5.http.HttpRoute
-  
- getTunnelType() - Method in interface org.apache.hc.client5.http.RouteInfo
- 
Obtains the tunnel type of this route. 
- getTunnelType() - Method in class org.apache.hc.client5.http.RouteTracker
-  
- getType() - Method in class org.apache.hc.client5.http.fluent.Content
-  
- getType() - Method in class org.apache.hc.client5.http.psl.PublicSuffixList
-  
- getUseCanonicalHostname() - Method in class org.apache.hc.client5.http.auth.KerberosConfig
-  
- getUserName() - Method in class org.apache.hc.client5.http.auth.NTCredentials
-  
- getUsername() - Method in class org.apache.hc.client5.http.auth.NTUserPrincipal
-  
- getUserName() - Method in class org.apache.hc.client5.http.auth.UsernamePasswordCredentials
-  
- getUserPrincipal() - Method in interface org.apache.hc.client5.http.auth.Credentials
-  
- getUserPrincipal() - Method in class org.apache.hc.client5.http.auth.KerberosCredentials
-  
- getUserPrincipal() - Method in class org.apache.hc.client5.http.auth.NTCredentials
-  
- getUserPrincipal() - Method in class org.apache.hc.client5.http.auth.UsernamePasswordCredentials
-  
- getUserToken(HttpRoute, HttpContext) - Method in class org.apache.hc.client5.http.impl.DefaultUserTokenHandler
-  
- getUserToken(HttpRoute, HttpContext) - Method in class org.apache.hc.client5.http.impl.NoopUserTokenHandler
-  
- getUserToken(Class<T>) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-  
- getUserToken() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-  
- getUserToken(HttpRoute, HttpContext) - Method in interface org.apache.hc.client5.http.UserTokenHandler
- 
The token object returned by this method is expected to uniquely
 identify the current user if the context is user specific or to be
 nullif it is not.
 
- getValidateAfterInactivity() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-  
- getValidateAfterInactivity() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-  
- getValue() - Method in class org.apache.hc.client5.http.auth.AuthChallenge
-  
- getValue() - Method in interface org.apache.hc.client5.http.cookie.Cookie
- 
Returns the value. 
- getValue() - Method in class org.apache.hc.client5.http.entity.mime.MimeField
-  
- getValue() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- 
Returns the value. 
- getVariantMap() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
- 
Returns an index about where in the cache different variants for
 a given resource are stored. 
- getVersion() - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
-  
- getWorkstation() - Method in class org.apache.hc.client5.http.auth.NTCredentials
- 
Retrieves the netbios workstation name of the computer originating the request. 
- GGSSchemeBase - Class in org.apache.hc.client5.http.impl.auth
- 
Common behavior for GSSbased authentication schemes.
 
- GMT - Static variable in class org.apache.hc.client5.http.utils.DateUtils
-  
- gzipCompressed() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
- 
Makes entity GZIP compressed. 
- GzipCompressingEntity - Class in org.apache.hc.client5.http.entity
- 
Wrapping entity that compresses content when  writing. 
- GzipCompressingEntity(HttpEntity) - Constructor for class org.apache.hc.client5.http.entity.GzipCompressingEntity
-  
- GzipDecompressingEntity - Class in org.apache.hc.client5.http.entity
- 
HttpEntityWrapperfor handling
 gzip Content Coded responses.
 
- GzipDecompressingEntity(HttpEntity) - Constructor for class org.apache.hc.client5.http.entity.GzipDecompressingEntity
- 
- GZIPInputStreamFactory - Class in org.apache.hc.client5.http.entity
- 
- GZIPInputStreamFactory() - Constructor for class org.apache.hc.client5.http.entity.GZIPInputStreamFactory
-  
- H2AsyncClientBuilder - Class in org.apache.hc.client5.http.impl.async
- 
- H2AsyncClientBuilder() - Constructor for class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-  
- H2AsyncMainClientExec - Class in org.apache.hc.client5.http.impl.async
- 
Usually the last HTTP/2 request execution handler in the asynchronous
 request execution chain that is responsible for execution of
 request / response exchanges with the opposite endpoint. 
- H2AsyncMainClientExec() - Constructor for class org.apache.hc.client5.http.impl.async.H2AsyncMainClientExec
-  
- handle(SimpleHttpRequest, HttpCoreContext) - Method in class org.apache.hc.client5.testing.async.AbstractSimpleServerExchangeHandler
-  
- handle(SimpleHttpRequest, AsyncServerRequestHandler.ResponseTrigger, HttpContext) - Method in class org.apache.hc.client5.testing.async.AbstractSimpleServerExchangeHandler
-  
- handle(ClassicHttpRequest, HttpServerRequestHandler.ResponseTrigger, HttpContext) - Method in class org.apache.hc.client5.testing.classic.AuthenticatingDecorator
-  
- handle(ClassicHttpRequest, ClassicHttpResponse, HttpContext) - Method in class org.apache.hc.client5.testing.classic.EchoHandler
- 
Handles a request by echoing the incoming request entity. 
- handle(ClassicHttpRequest, ClassicHttpResponse, HttpContext) - Method in class org.apache.hc.client5.testing.classic.RandomHandler
- 
Handles a request by generating random data. 
- handle(ClassicHttpRequest, HttpServerRequestHandler.ResponseTrigger, HttpContext) - Method in class org.apache.hc.client5.testing.classic.RedirectingDecorator
-  
- handleAsIdempotent(HttpRequest) - Method in class org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy
-  
- handleEntity(HttpEntity) - Method in class org.apache.hc.client5.http.fluent.ContentResponseHandler
-  
- handleEntity(HttpEntity) - Method in class org.apache.hc.client5.http.impl.classic.AbstractHttpClientResponseHandler
- 
Handle the response entity and transform it into the actual response
 object. 
- handleEntity(HttpEntity) - Method in class org.apache.hc.client5.http.impl.classic.BasicHttpClientResponseHandler
- 
Returns the entity as a body as a String. 
- handleInformationResponse(HttpResponse) - Method in interface org.apache.hc.client5.http.async.AsyncExecCallback
- 
Triggered to signal receipt of an intermediate response message. 
- handleRequest(HttpRequest, EntityDetails, ResponseChannel, HttpContext) - Method in class org.apache.hc.client5.testing.async.AsyncEchoHandler
-  
- handleRequest(HttpRequest, EntityDetails, ResponseChannel, HttpContext) - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler
-  
- handleRequest(HttpRequest, EntityDetails, ResponseChannel, HttpContext) - Method in class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
-  
- handleRequest(HttpRequest, EntityDetails, ResponseChannel, HttpContext) - Method in class org.apache.hc.client5.testing.async.RedirectingAsyncDecorator
-  
- handleResponse(HttpResponse, EntityDetails) - Method in interface org.apache.hc.client5.http.async.AsyncExecCallback
- 
Triggered to signal receipt of a response message head sent by the server
 in response to the request being executed. 
- handleResponse(HttpClientResponseHandler<T>) - Method in class org.apache.hc.client5.http.fluent.Response
- 
Handles the response using the specified HttpClientResponseHandler
 
- handleResponse(ClassicHttpResponse) - Method in class org.apache.hc.client5.http.impl.classic.AbstractHttpClientResponseHandler
- 
Read the entity from the response body and pass it to the entity handler
 method if the response was successful (a 2xx status code). 
- handleResponse(ClassicHttpResponse) - Method in class org.apache.hc.client5.http.impl.classic.BasicHttpClientResponseHandler
-  
- hash(String) - Method in interface org.apache.hc.client5.http.impl.cache.memcached.KeyHashingScheme
- 
Maps a storage key to a cache key. 
- hash(String) - Method in class org.apache.hc.client5.http.impl.cache.memcached.PrefixKeyHashingScheme
-  
- hash(String) - Method in class org.apache.hc.client5.http.impl.cache.memcached.SHA256KeyHashingScheme
-  
- hashCode() - Method in class org.apache.hc.client5.http.auth.AuthScope
-  
- hashCode() - Method in class org.apache.hc.client5.http.auth.BasicUserPrincipal
-  
- hashCode() - Method in class org.apache.hc.client5.http.auth.NTCredentials
-  
- hashCode() - Method in class org.apache.hc.client5.http.auth.NTUserPrincipal
-  
- hashCode() - Method in class org.apache.hc.client5.http.auth.UsernamePasswordCredentials
-  
- hashCode() - Method in class org.apache.hc.client5.http.HttpRoute
- 
Generates a hash code for this route. 
- hashCode() - Method in class org.apache.hc.client5.http.RouteTracker
- 
Generates a hash code for this tracked route. 
- hasVariants() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
- 
Indicates whether the origin response indicated the associated
 resource had variants (i.e. 
- head(String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-  
- head(URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-  
- head(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-  
- head(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-  
- head(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-  
- head(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-  
- head(String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-  
- head(URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-  
- head(URI) - Static method in class org.apache.hc.client5.http.fluent.Request
-  
- head(String) - Static method in class org.apache.hc.client5.http.fluent.Request
-  
- HEAD_METHOD - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- Header - Class in org.apache.hc.client5.http.entity.mime
- 
The header of a MIME entity. 
- Header() - Constructor for class org.apache.hc.client5.http.entity.mime.Header
-  
- HeaderConstants - Class in org.apache.hc.client5.http.cache
- 
Records static constants for various HTTP header names. 
- HeaderConstants() - Constructor for class org.apache.hc.client5.http.cache.HeaderConstants
-  
- headerIterator() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-  
- headerIterator(String) - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-  
- headerIterator() - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
-  
- headerIterator(String) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
-  
- HeapResource - Class in org.apache.hc.client5.http.impl.cache
- 
Cache resource backed by a byte array on the heap. 
- HeapResource(byte[]) - Constructor for class org.apache.hc.client5.http.impl.cache.HeapResource
-  
- HeapResourceFactory - Class in org.apache.hc.client5.http.impl.cache
- 
Generates  Resource instances stored entirely in heap. 
- HeapResourceFactory() - Constructor for class org.apache.hc.client5.http.impl.cache.HeapResourceFactory
-  
- HTTP_ROUTE - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
- 
Attribute name of a  RouteInfo
 object that represents the actual connection route. 
- HttpAsyncCacheInvalidator - Interface in org.apache.hc.client5.http.cache
- 
Given a particular HTTP request / response pair, flush any cache entries
 that this exchange would invalidate. 
- HttpAsyncCacheStorage - Interface in org.apache.hc.client5.http.cache
- 
HttpAsyncCacheStorage represents an abstract HTTP cache
 storage backend that can then be plugged into the  asynchronous
 (non-blocking ) request execution
 pipeline. 
- HttpAsyncCacheStorageAdaptor - Class in org.apache.hc.client5.http.cache
- 
- HttpAsyncCacheStorageAdaptor(HttpCacheStorage) - Constructor for class org.apache.hc.client5.http.cache.HttpAsyncCacheStorageAdaptor
-  
- HttpAsyncClient - Interface in org.apache.hc.client5.http.async
- 
This interface represents only the most basic contract for HTTP request
 execution. 
- HttpAsyncClientBuilder - Class in org.apache.hc.client5.http.impl.async
- 
Builder for  CloseableHttpAsyncClient instances that can negotiate
 the most optimal HTTP protocol version during the  TLS handshake
 with  ALPN extension if supported by the Java runtime. 
- HttpAsyncClientBuilder() - Constructor for class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-  
- HttpAsyncClients - Class in org.apache.hc.client5.http.impl.async
- 
- HttpAuthenticator - Class in org.apache.hc.client5.http.impl.auth
- 
Utility class that implements commons aspects of the client side HTTP authentication. 
- HttpAuthenticator(Logger) - Constructor for class org.apache.hc.client5.http.impl.auth.HttpAuthenticator
-  
- HttpAuthenticator() - Constructor for class org.apache.hc.client5.http.impl.auth.HttpAuthenticator
-  
- HttpByteArrayCacheEntrySerializer - Class in org.apache.hc.client5.http.impl.cache
- 
Cache serializer and deserializer that uses an HTTP-like format. 
- HttpByteArrayCacheEntrySerializer() - Constructor for class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
-  
- HttpCacheCASOperation - Interface in org.apache.hc.client5.http.cache
- 
Atomic Compare-And-Swap (CAS) cache operation. 
- HttpCacheContext - Class in org.apache.hc.client5.http.cache
- 
Adaptor class that provides convenience type safe setters and getters
 for caching HttpContextattributes.
 
- HttpCacheContext(HttpContext) - Constructor for class org.apache.hc.client5.http.cache.HttpCacheContext
-  
- HttpCacheContext() - Constructor for class org.apache.hc.client5.http.cache.HttpCacheContext
-  
- HttpCacheEntry - Class in org.apache.hc.client5.http.cache
- 
Structure used to store an HttpResponsein a cache.
 
- HttpCacheEntry(Date, Date, int, Header[], Resource, Map<String, String>) - Constructor for class org.apache.hc.client5.http.cache.HttpCacheEntry
- 
- HttpCacheEntry(Date, Date, int, Header[], Resource) - Constructor for class org.apache.hc.client5.http.cache.HttpCacheEntry
- 
- HttpCacheEntrySerializer<T> - Interface in org.apache.hc.client5.http.cache
- 
- HttpCacheInvalidator - Interface in org.apache.hc.client5.http.cache
- 
Given a particular HTTP request / response pair, flush any cache entries
 that this exchange would invalidate. 
- HttpCacheStorage - Interface in org.apache.hc.client5.http.cache
- 
HttpCacheStorage represents an abstract HTTP cache
 storage backend that can then be plugged into the classic
 (blocking) request execution pipeline. 
- HttpCacheStorageEntry - Class in org.apache.hc.client5.http.cache
- 
- HttpCacheStorageEntry(String, HttpCacheEntry) - Constructor for class org.apache.hc.client5.http.cache.HttpCacheStorageEntry
-  
- HttpCacheSupport - Class in org.apache.hc.client5.http.impl.cache
- 
HTTP cache support utilities. 
- HttpCacheSupport() - Constructor for class org.apache.hc.client5.http.impl.cache.HttpCacheSupport
-  
- HttpCacheUpdateException - Exception in org.apache.hc.client5.http.cache
- 
Signals that  HttpCacheStorage encountered an error performing
 an update operation. 
- HttpCacheUpdateException(String) - Constructor for exception org.apache.hc.client5.http.cache.HttpCacheUpdateException
-  
- HttpCacheUpdateException(String, Throwable) - Constructor for exception org.apache.hc.client5.http.cache.HttpCacheUpdateException
-  
- HttpClient - Interface in org.apache.hc.client5.http.classic
- 
This interface represents only the most basic contract for HTTP request
 execution. 
- HttpClientBuilder - Class in org.apache.hc.client5.http.impl.classic
- 
- HttpClientBuilder() - Constructor for class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-  
- HttpClientConnectionManager - Interface in org.apache.hc.client5.http.io
- 
Represents a manager of persistent client connections. 
- HttpClientConnectionOperator - Interface in org.apache.hc.client5.http.io
- 
Connection operator that performs connection connect and upgrade operations. 
- HttpClientContext - Class in org.apache.hc.client5.http.protocol
- 
Adaptor class that provides convenience type safe setters and getters
 for common HttpContextattributes used in the course
 of HTTP request execution.
 
- HttpClientContext(HttpContext) - Constructor for class org.apache.hc.client5.http.protocol.HttpClientContext
-  
- HttpClientContext() - Constructor for class org.apache.hc.client5.http.protocol.HttpClientContext
-  
- HttpClientHostnameVerifier - Interface in org.apache.hc.client5.http.ssl
- 
- HttpClients - Class in org.apache.hc.client5.http.impl.classic
- 
- HttpDelete - Class in org.apache.hc.client5.http.classic.methods
- 
HTTP DELETE method. 
- HttpDelete(URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpDelete
- 
Creates a new instance initialized with the given URI. 
- HttpDelete(String) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpDelete
- 
Creates a new instance initialized with the given URI. 
- HttpGet - Class in org.apache.hc.client5.http.classic.methods
- 
HTTP GET method. 
- HttpGet(URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpGet
- 
Creates a new instance initialized with the given URI. 
- HttpGet(String) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpGet
- 
Creates a new instance initialized with the given URI. 
- HttpHead - Class in org.apache.hc.client5.http.classic.methods
- 
HTTP HEAD method. 
- HttpHead(URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpHead
- 
Creates a new instance initialized with the given URI. 
- HttpHead(String) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpHead
-  
- HttpHostConnectException - Exception in org.apache.hc.client5.http
- 
A  ConnectException that specifies the  NamedEndpoint that was being connected to. 
- HttpHostConnectException(String) - Constructor for exception org.apache.hc.client5.http.HttpHostConnectException
- 
Creates a HttpHostConnectException with the specified detail message. 
- HttpHostConnectException(String, NamedEndpoint) - Constructor for exception org.apache.hc.client5.http.HttpHostConnectException
-  
- HttpMultipartMode - Enum in org.apache.hc.client5.http.entity.mime
- 
MIME compliance mode. 
- HttpOptions - Class in org.apache.hc.client5.http.classic.methods
- 
HTTP OPTIONS method. 
- HttpOptions(URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpOptions
- 
Creates a new instance initialized with the given URI. 
- HttpOptions(String) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpOptions
- 
Creates a new instance initialized with the given URI. 
- HttpPatch - Class in org.apache.hc.client5.http.classic.methods
- 
HTTP PATCH method. 
- HttpPatch(URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpPatch
- 
Creates a new instance initialized with the given URI. 
- HttpPatch(String) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpPatch
- 
Creates a new instance initialized with the given URI. 
- HttpPost - Class in org.apache.hc.client5.http.classic.methods
- 
HTTP POST method. 
- HttpPost(URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpPost
- 
Creates a new instance initialized with the given URI. 
- HttpPost(String) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpPost
- 
Creates a new instance initialized with the given URI. 
- HttpPut - Class in org.apache.hc.client5.http.classic.methods
- 
HTTP PUT method. 
- HttpPut(URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpPut
- 
Creates a new instance initialized with the given URI. 
- HttpPut(String) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpPut
- 
Creates a new instance initialized with the given URI. 
- HttpRequestRetryExec - Class in org.apache.hc.client5.http.impl.classic
- 
Request executor in the request execution chain that is responsible for
 making a decision whether a request that failed due to an I/O exception
 or received a specific response from the target server should
 be re-executed. 
- HttpRequestRetryExec(HttpRequestRetryStrategy) - Constructor for class org.apache.hc.client5.http.impl.classic.HttpRequestRetryExec
-  
- HttpRequestRetryStrategy - Interface in org.apache.hc.client5.http
- 
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 done and so on. 
- HttpResponseException - Exception in org.apache.hc.client5.http
- 
Signals a non 2xx HTTP response. 
- HttpResponseException(int, String) - Constructor for exception org.apache.hc.client5.http.HttpResponseException
-  
- HttpRoute - Class in org.apache.hc.client5.http
- 
Connection route definition for HTTP requests. 
- HttpRoute(HttpHost, InetAddress, HttpHost[], boolean, RouteInfo.TunnelType, RouteInfo.LayerType) - Constructor for class org.apache.hc.client5.http.HttpRoute
- 
Creates a new route with all attributes specified explicitly. 
- HttpRoute(HttpHost, InetAddress, HttpHost, boolean, RouteInfo.TunnelType, RouteInfo.LayerType) - Constructor for class org.apache.hc.client5.http.HttpRoute
- 
Creates a new route with at most one proxy. 
- HttpRoute(HttpHost, InetAddress, boolean) - Constructor for class org.apache.hc.client5.http.HttpRoute
- 
Creates a new direct route. 
- HttpRoute(HttpHost) - Constructor for class org.apache.hc.client5.http.HttpRoute
- 
Creates a new direct insecure route. 
- HttpRoute(HttpHost, InetAddress, HttpHost, boolean) - Constructor for class org.apache.hc.client5.http.HttpRoute
- 
Creates a new route through a proxy. 
- HttpRoute(HttpHost, HttpHost) - Constructor for class org.apache.hc.client5.http.HttpRoute
- 
Creates a new plain route through a proxy. 
- HttpRouteDirector - Interface in org.apache.hc.client5.http.routing
- 
Provides directions on establishing a route. 
- HttpRoutePlanner - Interface in org.apache.hc.client5.http.routing
- 
Encapsulates logic to compute a  HttpRoute to a target host. 
- HttpsSupport - Class in org.apache.hc.client5.http.ssl
- 
HTTPS configuration support methods. 
- HttpsSupport() - Constructor for class org.apache.hc.client5.http.ssl.HttpsSupport
-  
- HttpTrace - Class in org.apache.hc.client5.http.classic.methods
- 
HTTP TRACE method. 
- HttpTrace(URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpTrace
- 
Creates a new instance initialized with the given URI. 
- HttpTrace(String) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpTrace
- 
Creates a new instance initialized with the given URI. 
- HttpUriRequest - Interface in org.apache.hc.client5.http.classic.methods
- 
Extended version of the ClassicHttpRequestinterface that provides
 convenience methods to access request properties such as request URI
 and method type.
 
- HttpUriRequestBase - Class in org.apache.hc.client5.http.classic.methods
-  
- HttpUriRequestBase(String, URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
-  
- IdleConnectionEvictor - Class in org.apache.hc.client5.http.impl
- 
This class maintains a background thread to enforce an eviction policy for expired / idle
 persistent connections kept alive in the connection pool. 
- IdleConnectionEvictor(ConnPoolControl<?>, ThreadFactory, TimeValue, TimeValue) - Constructor for class org.apache.hc.client5.http.impl.IdleConnectionEvictor
-  
- IdleConnectionEvictor(ConnPoolControl<?>, TimeValue, TimeValue) - Constructor for class org.apache.hc.client5.http.impl.IdleConnectionEvictor
-  
- IdleConnectionEvictor(ConnPoolControl<?>, TimeValue) - Constructor for class org.apache.hc.client5.http.impl.IdleConnectionEvictor
-  
- IF_MATCH - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- IF_MODIFIED_SINCE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- IF_NONE_MATCH - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- IF_RANGE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- IF_UNMODIFIED_SINCE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- IGNORE - Static variable in class org.apache.hc.client5.http.cookie.StandardCookieSpec
- 
The policy that ignores cookies. 
- IgnoreCompleteExceptonFutureCallback<T> - Class in org.apache.hc.client5.http.async.methods
-  
- IgnoreCompleteExceptonFutureCallback(FutureCallback<T>) - Constructor for class org.apache.hc.client5.http.async.methods.IgnoreCompleteExceptonFutureCallback
-  
- IgnoreCookieSpecFactory - Class in org.apache.hc.client5.http.impl.cookie
- 
- IgnoreCookieSpecFactory() - Constructor for class org.apache.hc.client5.http.impl.cookie.IgnoreCookieSpecFactory
-  
- IgnoreSpecSpec - Class in org.apache.hc.client5.http.impl.cookie
- 
CookieSpec that ignores all cookies 
- IgnoreSpecSpec() - Constructor for class org.apache.hc.client5.http.impl.cookie.IgnoreSpecSpec
-  
- ImmediateSchedulingStrategy - Class in org.apache.hc.client5.http.impl.schedule
- 
Immediately schedules any operation. 
- ImmediateSchedulingStrategy() - Constructor for class org.apache.hc.client5.http.impl.schedule.ImmediateSchedulingStrategy
-  
- increaseCount(T) - Method in class org.apache.hc.client5.http.schedule.ConcurrentCountMap
-  
- informationResponse(HttpResponse, HttpContext) - Method in class org.apache.hc.client5.http.async.methods.AbstractBinResponseConsumer
-  
- informationResponse(HttpResponse, HttpContext) - Method in class org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer
-  
- informationResponse(HttpResponse, HttpContext) - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseConsumer
-  
- initiateShutdown() - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
-  
- initPreemptive(Credentials) - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
-  
- initPreemptive(Credentials, String, String) - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
-  
- InMemoryDnsResolver - Class in org.apache.hc.client5.http.impl
- 
- InMemoryDnsResolver() - Constructor for class org.apache.hc.client5.http.impl.InMemoryDnsResolver
- 
Builds a DNS resolver that will resolve the host names against a
 collection held in-memory. 
- input(byte[], int, int) - Method in class org.apache.hc.client5.http.impl.Wire
-  
- input(byte[]) - Method in class org.apache.hc.client5.http.impl.Wire
-  
- input(int) - Method in class org.apache.hc.client5.http.impl.Wire
-  
- input(String) - Method in class org.apache.hc.client5.http.impl.Wire
-  
- input(ByteBuffer) - Method in class org.apache.hc.client5.http.impl.Wire
-  
- InputStreamBody - Class in org.apache.hc.client5.http.entity.mime
- 
Binary body part backed by an input stream. 
- InputStreamBody(InputStream, String) - Constructor for class org.apache.hc.client5.http.entity.mime.InputStreamBody
-  
- InputStreamBody(InputStream, ContentType, String) - Constructor for class org.apache.hc.client5.http.entity.mime.InputStreamBody
-  
- InputStreamBody(InputStream, ContentType, String, long) - Constructor for class org.apache.hc.client5.http.entity.mime.InputStreamBody
-  
- InputStreamBody(InputStream, ContentType) - Constructor for class org.apache.hc.client5.http.entity.mime.InputStreamBody
-  
- InputStreamFactory - Interface in org.apache.hc.client5.http.entity
- 
- INSTANCE - Static variable in class org.apache.hc.client5.http.cookie.CookiePathComparator
-  
- INSTANCE - Static variable in class org.apache.hc.client5.http.cookie.CookiePriorityComparator
-  
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.auth.AuthChallengeParser
-  
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.auth.BasicSchemeFactory
- 
Singleton instance with a null Charset. 
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.auth.DigestSchemeFactory
- 
Singleton instance. 
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMSchemeFactory
- 
Singleton instance. 
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cache.ByteArrayCacheEntrySerializer
-  
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
-  
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cache.DefaultAsyncCacheInvalidator
-  
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cache.DefaultCacheInvalidator
-  
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cache.HeapResourceFactory
-  
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
-  
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cache.memcached.SHA256KeyHashingScheme
-  
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cache.NoopCacheEntrySerializer
-  
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.classic.ClassicRequestCopier
-  
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.DefaultAuthenticationStrategy
-  
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.DefaultConnectionKeepAliveStrategy
-  
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy
-  
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.DefaultRedirectStrategy
-  
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.DefaultSchemePortResolver
-  
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.DefaultUserTokenHandler
-  
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory
-  
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
-  
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.NoopUserTokenHandler
-  
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.RequestCopier
-  
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.schedule.ImmediateSchedulingStrategy
-  
- INSTANCE - Static variable in class org.apache.hc.client5.http.socket.PlainConnectionSocketFactory
-  
- INSTANCE - Static variable in class org.apache.hc.client5.http.ssl.NoopHostnameVerifier
-  
- INSTANCE - Static variable in class org.apache.hc.client5.http.ssl.TrustAllStrategy
-  
- INSTANCE - Static variable in class org.apache.hc.client5.http.ssl.TrustSelfSignedStrategy
-  
- INSTANCE - Static variable in class org.apache.hc.client5.http.SystemDefaultDnsResolver
-  
- InternalH2AsyncClient - Class in org.apache.hc.client5.http.impl.async
- 
- InternalHttpAsyncClient - Class in org.apache.hc.client5.http.impl.async
- 
Internal implementation of  CloseableHttpAsyncClient that can negotiate
 the most optimal HTTP protocol version during during the  TLS handshake
 with  ALPN extension if supported by the Java runtime. 
- InvalidCredentialsException - Exception in org.apache.hc.client5.http.auth
- 
Authentication credentials required to respond to a authentication
 challenge are invalid 
- InvalidCredentialsException() - Constructor for exception org.apache.hc.client5.http.auth.InvalidCredentialsException
- 
Creates a new InvalidCredentialsException with a nulldetail message.
 
- InvalidCredentialsException(String) - Constructor for exception org.apache.hc.client5.http.auth.InvalidCredentialsException
- 
Creates a new InvalidCredentialsException with the specified message. 
- InvalidCredentialsException(String, Throwable) - Constructor for exception org.apache.hc.client5.http.auth.InvalidCredentialsException
- 
Creates a new InvalidCredentialsException with the specified detail message and cause. 
- is303CachingEnabled() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
- 
Returns whether 303 caching is enabled. 
- isAborted() - Method in interface org.apache.hc.client5.http.classic.methods.HttpUriRequest
- 
Tests if the request execution has been aborted. 
- isAborted() - Method in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
-  
- isAfter(MessageHeaders, MessageHeaders, String) - Static method in class org.apache.hc.client5.http.utils.DateUtils
- 
Tests if the first message is after (newer) than second one
 using the given message header for comparison. 
- isAuthenticationEnabled() - Method in class org.apache.hc.client5.http.config.RequestConfig
-  
- isBefore(MessageHeaders, MessageHeaders, String) - Static method in class org.apache.hc.client5.http.utils.DateUtils
- 
Tests if the first message is before (older) than the second one
 using the given message header for comparison. 
- isBytes() - Method in class org.apache.hc.client5.http.async.methods.SimpleBody
-  
- isCancelled() - Method in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
-  
- isCancelled() - Method in class org.apache.hc.client5.http.impl.Operations.CompletedFuture
-  
- isChallengeComplete() - Method in interface org.apache.hc.client5.http.auth.AuthScheme
- 
Authentication process may involve a series of challenge-response exchanges. 
- isChallengeComplete() - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
-  
- isChallengeComplete() - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
-  
- isChallengeComplete() - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-  
- isChallengeComplete() - Method in class org.apache.hc.client5.http.impl.auth.NTLMScheme
-  
- isChallengeComplete() - Method in class org.apache.hc.client5.http.impl.win.WindowsNegotiateScheme
-  
- isChallenged(HttpHost, ChallengeType, HttpResponse, AuthExchange, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.HttpAuthenticator
- 
Determines whether the given response represents an authentication challenge. 
- isChunked() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
- 
Returns trueif entity is to be chunk coded,falseotherwise.
 
- isChunked() - Method in class org.apache.hc.client5.http.entity.GzipCompressingEntity
-  
- isCircularRedirectsAllowed() - Method in class org.apache.hc.client5.http.config.RequestConfig
-  
- isConnected() - Method in class org.apache.hc.client5.http.io.ConnectionEndpoint
- 
Determines if the connection to the remote endpoint is still open and valid. 
- isConnected() - Method in class org.apache.hc.client5.http.nio.AsyncConnectionEndpoint
- 
Determines if the connection to the remote endpoint is still open and valid. 
- isConnected() - Method in class org.apache.hc.client5.http.RouteTracker
-  
- isConnectionBased() - Method in class org.apache.hc.client5.http.auth.AuthExchange
- 
Returns trueif the actual authentication scheme is connection based.
 
- isConnectionBased() - Method in interface org.apache.hc.client5.http.auth.AuthScheme
- 
Determines if the authentication scheme is expected to provide an authorization response
 on a per connection basis instead of the standard per request basis 
- isConnectionBased() - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
-  
- isConnectionBased() - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
-  
- isConnectionBased() - Method in class org.apache.hc.client5.http.impl.auth.KerberosScheme
-  
- isConnectionBased() - Method in class org.apache.hc.client5.http.impl.auth.NTLMScheme
-  
- isConnectionBased() - Method in class org.apache.hc.client5.http.impl.auth.SPNegoScheme
-  
- isConnectionBased() - Method in class org.apache.hc.client5.http.impl.win.WindowsNegotiateScheme
-  
- isConnectionReusable() - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
- 
Determines of the connection is considered re-usable. 
- isContentCompressionEnabled() - Method in class org.apache.hc.client5.http.config.RequestConfig
-  
- isDone() - Method in class org.apache.hc.client5.http.impl.Operations.CompletedFuture
-  
- isEnabled() - Method in class org.apache.hc.client5.http.impl.Wire
-  
- isEndpointAcquired() - Method in interface org.apache.hc.client5.http.async.AsyncExecRuntime
- 
Determines of a connection endpoint has been acquired. 
- isEndpointAcquired() - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
- 
Determines of a connection endpoint has been acquired. 
- isEndpointConnected() - Method in interface org.apache.hc.client5.http.async.AsyncExecRuntime
- 
Determines of there the endpoint is connected to the initial hop (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). 
- isEndpointConnected() - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
- 
Determines of there the endpoint is connected to the initial hop (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). 
- isExecutionAborted() - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
- 
Determines of the request execution has been aborted. 
- isExpectContinueEnabled() - Method in class org.apache.hc.client5.http.config.RequestConfig
-  
- isExpired(Date) - Method in interface org.apache.hc.client5.http.cookie.Cookie
- 
Returns true if this cookie has expired. 
- isExpired(Date) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- 
Returns true if this cookie has expired. 
- isFreshnessCheckEnabled() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
- 
Returns whether the cache will perform an extra cache entry freshness check
 upon cache update in case of a cache miss 
- isGzipCompressed() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
- 
Returns trueif entity is to be GZIP compressed,falseotherwise.
 
- isHardCancellationEnabled() - Method in class org.apache.hc.client5.http.config.RequestConfig
-  
- isHeuristicCachingEnabled() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
- 
Returns whether heuristic caching is enabled. 
- isLayered() - Method in class org.apache.hc.client5.http.HttpRoute
-  
- isLayered() - Method in interface org.apache.hc.client5.http.RouteInfo
- 
Checks whether this route includes a layered protocol. 
- isLayered() - Method in class org.apache.hc.client5.http.RouteTracker
-  
- isNeverCacheHTTP10ResponsesWithQuery() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
- 
Returns whether the cache will never cache HTTP 1.0 responses with a query string or not. 
- isPersistent() - Method in interface org.apache.hc.client5.http.cookie.Cookie
- 
Returns falseif the cookie should be discarded at the end
 of the "session";trueotherwise.
 
- isPersistent() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- 
Returns falseif the cookie should be discarded at the end
 of the "session";trueotherwise.
 
- isRedirected(HttpRequest, HttpResponse, HttpContext) - Method in class org.apache.hc.client5.http.impl.DefaultRedirectStrategy
-  
- isRedirected(HttpRequest, HttpResponse, HttpContext) - Method in interface org.apache.hc.client5.http.protocol.RedirectStrategy
- 
Determines if a request should be redirected to a new location
 given the response from the target server. 
- isRedirectsEnabled() - Method in class org.apache.hc.client5.http.config.RequestConfig
-  
- isRepeatable() - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler.RandomBinAsyncEntityProducer
-  
- isRepeatable() - Method in class org.apache.hc.client5.testing.classic.RandomHandler.RandomEntity
- 
Tells that this entity is repeatable, in a way. 
- isResponseReady(HttpHost, CredentialsProvider, HttpContext) - Method in interface org.apache.hc.client5.http.auth.AuthScheme
- 
Determines whether or not an authorization response can be generated based on
 the actual authentication state. 
- isResponseReady(HttpHost, CredentialsProvider, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
-  
- isResponseReady(HttpHost, CredentialsProvider, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
-  
- isResponseReady(HttpHost, CredentialsProvider, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-  
- isResponseReady(HttpHost, CredentialsProvider, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.NTLMScheme
-  
- isResponseReady(HttpHost, CredentialsProvider, HttpContext) - Method in class org.apache.hc.client5.http.impl.win.WindowsNegotiateScheme
-  
- isRunning() - Method in class org.apache.hc.client5.http.impl.IdleConnectionEvictor
-  
- isSecure() - Method in interface org.apache.hc.client5.http.cookie.Cookie
- 
Indicates whether this cookie requires a secure connection. 
- isSecure() - Method in class org.apache.hc.client5.http.cookie.CookieOrigin
-  
- isSecure() - Method in class org.apache.hc.client5.http.HttpRoute
-  
- isSecure() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-  
- isSecure() - Method in interface org.apache.hc.client5.http.RouteInfo
- 
Checks whether this route is secure. 
- isSecure() - Method in class org.apache.hc.client5.http.RouteTracker
-  
- isSharedCache() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
- 
Returns whether the cache will behave as a shared cache or not. 
- isStreaming() - Method in class org.apache.hc.client5.testing.classic.RandomHandler.RandomEntity
- 
Tells that this entity is not streaming. 
- isSupported() - Static method in class org.apache.hc.client5.http.ssl.ConscryptClientTlsStrategy
-  
- isText() - Method in class org.apache.hc.client5.http.async.methods.SimpleBody
-  
- isTrusted(X509Certificate[], String) - Method in class org.apache.hc.client5.http.ssl.TrustAllStrategy
-  
- isTrusted(X509Certificate[], String) - Method in class org.apache.hc.client5.http.ssl.TrustSelfSignedStrategy
-  
- isTunnelled() - Method in class org.apache.hc.client5.http.HttpRoute
-  
- isTunnelled() - Method in interface org.apache.hc.client5.http.RouteInfo
- 
Checks whether this route is tunnelled through a proxy. 
- isTunnelled() - Method in class org.apache.hc.client5.http.RouteTracker
-  
- isWeakETagOnPutDeleteAllowed() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
- 
Returns whether weak etags is allowed with PUT/DELETE methods. 
- isWinAuthAvailable() - Static method in class org.apache.hc.client5.http.impl.win.WinHttpClients
-  
- iterator() - Method in class org.apache.hc.client5.http.entity.mime.Header
-  
- MainClientExec - Class in org.apache.hc.client5.http.impl.classic
- 
Usually the last request execution handler in the classic request execution
 chain that is responsible for execution of request / response exchanges with
 the opposite endpoint. 
- MainClientExec(HttpClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, UserTokenHandler) - Constructor for class org.apache.hc.client5.http.impl.classic.MainClientExec
-  
- makeByteArrayInputStream(byte[]) - Method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
- 
Helper method to make a new ByteArrayInputStream. 
- makeHttpResponseParser() - Method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
- 
Helper method to make a new HTTP Response parser. 
- makeHttpResponseWriter(SessionOutputBuffer) - Method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
- 
Helper method to make a new HTTP response writer. 
- MalformedChallengeException - Exception in org.apache.hc.client5.http.auth
- 
Signals that authentication challenge is in some way invalid or
 illegal in the given context 
- MalformedChallengeException() - Constructor for exception org.apache.hc.client5.http.auth.MalformedChallengeException
- 
Creates a new MalformedChallengeException with a nulldetail message.
 
- MalformedChallengeException(String) - Constructor for exception org.apache.hc.client5.http.auth.MalformedChallengeException
- 
Creates a new MalformedChallengeException with the specified message. 
- MalformedChallengeException(String, Throwable) - Constructor for exception org.apache.hc.client5.http.auth.MalformedChallengeException
- 
Creates a new MalformedChallengeException with the specified detail message and cause. 
- MalformedCookieException - Exception in org.apache.hc.client5.http.cookie
- 
Signals that a cookie is in some way invalid or illegal in a given
 context 
- MalformedCookieException() - Constructor for exception org.apache.hc.client5.http.cookie.MalformedCookieException
- 
Creates a new MalformedCookieException with a nulldetail message.
 
- MalformedCookieException(String) - Constructor for exception org.apache.hc.client5.http.cookie.MalformedCookieException
- 
Creates a new MalformedCookieException with a specified message string. 
- MalformedCookieException(String, Throwable) - Constructor for exception org.apache.hc.client5.http.cookie.MalformedCookieException
- 
Creates a new MalformedCookieException with the specified detail message and cause. 
- ManagedAsyncClientConnection - Interface in org.apache.hc.client5.http.nio
- 
Represents a managed asynchronous connection whose state and life cycle
 is managed by a connection manager. 
- ManagedHttpCacheStorage - Class in org.apache.hc.client5.http.impl.cache
- 
 HttpCacheStorage implementation capable of deallocating resources associated with
 the cache entries. 
 
- ManagedHttpCacheStorage(CacheConfig) - Constructor for class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
-  
- ManagedHttpClientConnection - Interface in org.apache.hc.client5.http.io
- 
Represents a managed connection whose state and life cycle is managed by
 a connection manager. 
- ManagedHttpClientConnectionFactory - Class in org.apache.hc.client5.http.impl.io
- 
- ManagedHttpClientConnectionFactory(Http1Config, CharCodingConfig, HttpMessageWriterFactory<ClassicHttpRequest>, HttpMessageParserFactory<ClassicHttpResponse>, ContentLengthStrategy, ContentLengthStrategy) - Constructor for class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
-  
- ManagedHttpClientConnectionFactory(Http1Config, CharCodingConfig, HttpMessageWriterFactory<ClassicHttpRequest>, HttpMessageParserFactory<ClassicHttpResponse>) - Constructor for class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
-  
- ManagedHttpClientConnectionFactory(Http1Config, CharCodingConfig, HttpMessageParserFactory<ClassicHttpResponse>) - Constructor for class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
-  
- ManagedHttpClientConnectionFactory() - Constructor for class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
-  
- mark(int) - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
- 
Mark. 
- markConnectionNonReusable() - Method in interface org.apache.hc.client5.http.async.AsyncExecRuntime
- 
Marks the connection as non re-usable. 
- markConnectionNonReusable() - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
- 
Marks the connection as non re-usable. 
- markConnectionReusable(Object, TimeValue) - Method in interface org.apache.hc.client5.http.async.AsyncExecRuntime
- 
Marks the connection as potentially re-usable for the given period of time
 and also marks it as stateful if the state representation is given. 
- markConnectionReusable(Object, TimeValue) - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
- 
Marks the connection as potentially re-usable for the given period of time
 and also marks it as stateful if the state representation is given. 
- markSupported() - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
- 
Check if mark is supported. 
- match(AuthScope) - Method in class org.apache.hc.client5.http.auth.AuthScope
- 
Tests if the authentication scopes match. 
- match(Cookie, CookieOrigin) - Method in interface org.apache.hc.client5.http.cookie.CookieAttributeHandler
- 
Matches the given value (property of the destination host where request is being
 submitted) with the corresponding cookie attribute. 
- match(Cookie, CookieOrigin) - Method in interface org.apache.hc.client5.http.cookie.CookieSpec
- 
Determines if a Cookie matches the target location. 
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler
-  
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.BasicDomainHandler
-  
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.BasicPathHandler
-  
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.BasicSecureHandler
-  
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.CookieSpecBase
-  
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.IgnoreSpecSpec
-  
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter
- 
Never matches if the cookie's domain is from the blacklist. 
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
-  
- matches(String) - Method in class org.apache.hc.client5.http.psl.PublicSuffixMatcher
- 
Tests whether the given domain matches any of entry from the public suffix list. 
- matches(String, DomainType) - Method in class org.apache.hc.client5.http.psl.PublicSuffixMatcher
- 
Tests whether the given domain matches any of entry from the public suffix list. 
- MAX_AGE_ATTR - Static variable in interface org.apache.hc.client5.http.cookie.Cookie
-  
- MAX_FORWARDS - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- MemcachedHttpAsyncCacheStorage - Class in org.apache.hc.client5.http.impl.cache.memcached
- 
 This class is a storage backend that uses an external memcached
 for storing cached origin responses. 
- MemcachedHttpAsyncCacheStorage(InetSocketAddress) - Constructor for class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpAsyncCacheStorage
- 
Create a storage backend talking to a memcached instance
 listening on the specified host and port. 
- MemcachedHttpAsyncCacheStorage(MemcachedClient) - Constructor for class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpAsyncCacheStorage
- 
Create a storage backend using the pre-configured given
 memcached client. 
- MemcachedHttpAsyncCacheStorage(MemcachedClient, CacheConfig, HttpCacheEntrySerializer<byte[]>, KeyHashingScheme) - Constructor for class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpAsyncCacheStorage
- 
Create a storage backend using the given memcached client and
 applying the given cache configuration, serialization, and hashing
 mechanisms. 
- MemcachedHttpCacheStorage - Class in org.apache.hc.client5.http.impl.cache.memcached
- 
 This class is a storage backend that uses an external memcached
 for storing cached origin responses. 
- MemcachedHttpCacheStorage(InetSocketAddress) - Constructor for class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpCacheStorage
- 
Create a storage backend talking to a memcached instance
 listening on the specified host and port. 
- MemcachedHttpCacheStorage(MemcachedClient) - Constructor for class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpCacheStorage
- 
Create a storage backend using the pre-configured given
 memcached client. 
- MemcachedHttpCacheStorage(MemcachedClient, CacheConfig, HttpCacheEntrySerializer<byte[]>, KeyHashingScheme) - Constructor for class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpCacheStorage
- 
Create a storage backend using the given memcached client and
 applying the given cache configuration, serialization, and hashing
 mechanisms. 
- MemcachedKeyHashingException - Exception in org.apache.hc.client5.http.impl.cache.memcached
- 
Signals a problem encountered when trying to map a
 logical "storage key" to a "cache key" suitable for use with
 memcached. 
- MemcachedKeyHashingException(Throwable) - Constructor for exception org.apache.hc.client5.http.impl.cache.memcached.MemcachedKeyHashingException
-  
- MemcachedOperationTimeoutException - Exception in org.apache.hc.client5.http.impl.cache.memcached
- 
Signals memcached operation timeout. 
- MemcachedOperationTimeoutException(Throwable) - Constructor for exception org.apache.hc.client5.http.impl.cache.memcached.MemcachedOperationTimeoutException
-  
- MessageCopier<T extends org.apache.hc.core5.http.HttpMessage> - Interface in org.apache.hc.client5.http.impl
- 
Abstract HTTP message copier. 
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.classic.methods.HttpDelete
-  
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.classic.methods.HttpGet
-  
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.classic.methods.HttpHead
-  
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.classic.methods.HttpOptions
-  
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.classic.methods.HttpPatch
-  
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.classic.methods.HttpPost
-  
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.classic.methods.HttpPut
-  
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.classic.methods.HttpTrace
-  
- metrics() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionService
-  
- MimeField - Class in org.apache.hc.client5.http.entity.mime
- 
Minimal MIME field. 
- MimeField(String, String) - Constructor for class org.apache.hc.client5.http.entity.mime.MimeField
-  
- MimeField(String, String, List<NameValuePair>) - Constructor for class org.apache.hc.client5.http.entity.mime.MimeField
-  
- MimeField(MimeField) - Constructor for class org.apache.hc.client5.http.entity.mime.MimeField
-  
- MinimalH2AsyncClient - Class in org.apache.hc.client5.http.impl.async
- 
- MinimalHttpAsyncClient - Class in org.apache.hc.client5.http.impl.async
- 
- MinimalHttpClient - Class in org.apache.hc.client5.http.impl.classic
- 
- MultihomeConnectionInitiator - Class in org.apache.hc.client5.http.impl.nio
- 
Multi-home DNS aware implementation of ConnectionInitiator.
 
- MultihomeConnectionInitiator(ConnectionInitiator, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.nio.MultihomeConnectionInitiator
-  
- MultipartEntityBuilder - Class in org.apache.hc.client5.http.entity.mime
- 
Builder for multipart HttpEntitys.
 
- MultipartPart - Class in org.apache.hc.client5.http.entity.mime
- 
MultipartPart class represents a content body that can be used as a part of multipart encoded
 entities. 
- MultipartPartBuilder - Class in org.apache.hc.client5.http.entity.mime
- 
- Operations - Class in org.apache.hc.client5.http.impl
- 
Common cancellable operations. 
- Operations() - Constructor for class org.apache.hc.client5.http.impl.Operations
-  
- Operations.CompletedFuture<T> - Class in org.apache.hc.client5.http.impl
- 
This class represents a  Future in the completed state with a fixed result. 
- Operations.CompletedFuture(T) - Constructor for class org.apache.hc.client5.http.impl.Operations.CompletedFuture
-  
- options(String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-  
- options(URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-  
- options(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-  
- options(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-  
- options(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-  
- options(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-  
- options(String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-  
- options(URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-  
- options(URI) - Static method in class org.apache.hc.client5.http.fluent.Request
-  
- options(String) - Static method in class org.apache.hc.client5.http.fluent.Request
-  
- OPTIONS_METHOD - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- org.apache.hc.client5.http - package org.apache.hc.client5.http
- 
Client component APIs common to all client transports
 such as connection route information and resolution
 as well as common HTTP method definitions and
 exception classes. 
- org.apache.hc.client5.http.async - package org.apache.hc.client5.http.async
- 
HTTP client APIs based on the asynchronous, event driven I/O model. 
- org.apache.hc.client5.http.async.methods - package org.apache.hc.client5.http.async.methods
- 
Common HTTP methods and message handlers for the asynchronous I/O model. 
- org.apache.hc.client5.http.auth - package org.apache.hc.client5.http.auth
- 
Client HTTP authentication APIs. 
- org.apache.hc.client5.http.cache - package org.apache.hc.client5.http.cache
- 
Caching APIs for both the classic and the asynchronous
 HTTP transports. 
- org.apache.hc.client5.http.classic - package org.apache.hc.client5.http.classic
- 
HTTP client APIs based on the classic (blocking) I/O model. 
- org.apache.hc.client5.http.classic.methods - package org.apache.hc.client5.http.classic.methods
- 
Common HTTP methods and message handlers for the classic I/O model. 
- org.apache.hc.client5.http.config - package org.apache.hc.client5.http.config
- 
HTTP client configuration APIs. 
- org.apache.hc.client5.http.cookie - package org.apache.hc.client5.http.cookie
- 
Client HTTP state management APIs. 
- org.apache.hc.client5.http.entity - package org.apache.hc.client5.http.entity
- 
Client specific HTTP entity implementations. 
- org.apache.hc.client5.http.entity.mime - package org.apache.hc.client5.http.entity.mime
- 
MIME coded HTTP entity implementations. 
- org.apache.hc.client5.http.fluent - package org.apache.hc.client5.http.fluent
- 
Simple facade APIs for HttpClient based on the concept of
 a fluent interface. 
- org.apache.hc.client5.http.impl - package org.apache.hc.client5.http.impl
-  
- org.apache.hc.client5.http.impl.async - package org.apache.hc.client5.http.impl.async
- 
Asynchronous HTTP client API implementation that supports both
 HTTP/2 and HTTP/1.1 transport. 
- org.apache.hc.client5.http.impl.auth - package org.apache.hc.client5.http.impl.auth
- 
Standard and common HTTP authentication schemes. 
- org.apache.hc.client5.http.impl.cache - package org.apache.hc.client5.http.impl.cache
- 
Caching API implementation for both the classic and
 the asynchronous HTTP transports. 
- org.apache.hc.client5.http.impl.cache.ehcache - package org.apache.hc.client5.http.impl.cache.ehcache
- 
Ehcache based caching backend implementation. 
 
- org.apache.hc.client5.http.impl.cache.memcached - package org.apache.hc.client5.http.impl.cache.memcached
- 
Memcached based caching backend
 implementation. 
 
- org.apache.hc.client5.http.impl.classic - package org.apache.hc.client5.http.impl.classic
- 
Classic HTTP client API implementation that supports HTTP/1.1 transport
 only. 
- org.apache.hc.client5.http.impl.cookie - package org.apache.hc.client5.http.impl.cookie
- 
Standard and common HTTP cookie management policies. 
- org.apache.hc.client5.http.impl.io - package org.apache.hc.client5.http.impl.io
- 
Client connection management functions based the classic
 connection management APIs. 
- org.apache.hc.client5.http.impl.nio - package org.apache.hc.client5.http.impl.nio
- 
Client connection management functions based the asynchronous
 connection management APIs. 
- org.apache.hc.client5.http.impl.routing - package org.apache.hc.client5.http.impl.routing
- 
Standard client connection routing API implementations. 
- org.apache.hc.client5.http.impl.schedule - package org.apache.hc.client5.http.impl.schedule
- 
Commons scheduling strategy implementations. 
- org.apache.hc.client5.http.impl.win - package org.apache.hc.client5.http.impl.win
- 
Auth scheme that makes use of JNA to implement Negotiate and NTLM on Windows Platforms. 
- org.apache.hc.client5.http.io - package org.apache.hc.client5.http.io
- 
Connection management APIs based on the classic (blocking) I/O model. 
- org.apache.hc.client5.http.nio - package org.apache.hc.client5.http.nio
- 
Connection management APIs based on the asynchronous I/O model. 
- org.apache.hc.client5.http.protocol - package org.apache.hc.client5.http.protocol
- 
HTTP protocol interceptors that enable advanced functionality
 such as HTTP state management and authentication state caching. 
- org.apache.hc.client5.http.psl - package org.apache.hc.client5.http.psl
- 
- org.apache.hc.client5.http.routing - package org.apache.hc.client5.http.routing
- 
Client connection routing APIs. 
- org.apache.hc.client5.http.schedule - package org.apache.hc.client5.http.schedule
- 
Scheduling strategies used by HTTP cache implementations. 
- org.apache.hc.client5.http.socket - package org.apache.hc.client5.http.socket
- 
Client connection socket APIs. 
- org.apache.hc.client5.http.ssl - package org.apache.hc.client5.http.ssl
- 
Client TLS/SSL support. 
- org.apache.hc.client5.http.utils - package org.apache.hc.client5.http.utils
- 
Client utility classes. 
- org.apache.hc.client5.testing.async - package org.apache.hc.client5.testing.async
-  
- org.apache.hc.client5.testing.auth - package org.apache.hc.client5.testing.auth
-  
- org.apache.hc.client5.testing.classic - package org.apache.hc.client5.testing.classic
-  
- org.apache.hc.client5.testing.redirect - package org.apache.hc.client5.testing.redirect
-  
- originalRequest - Variable in class org.apache.hc.client5.http.async.AsyncExecChain.Scope
-  
- originalRequest - Variable in class org.apache.hc.client5.http.classic.ExecChain.Scope
-  
- output(byte[], int, int) - Method in class org.apache.hc.client5.http.impl.Wire
-  
- output(byte[]) - Method in class org.apache.hc.client5.http.impl.Wire
-  
- output(int) - Method in class org.apache.hc.client5.http.impl.Wire
-  
- output(String) - Method in class org.apache.hc.client5.http.impl.Wire
-  
- output(ByteBuffer) - Method in class org.apache.hc.client5.http.impl.Wire
-  
- parse(SetCookie, String) - Method in interface org.apache.hc.client5.http.cookie.CookieAttributeHandler
- 
Parse the given cookie attribute value and processChallenge the corresponding
  Cookie property. 
- parse(Header, CookieOrigin) - Method in interface org.apache.hc.client5.http.cookie.CookieSpec
- 
Parse the "Set-Cookie"Header into an array of Cookies.
 
- parse(ChallengeType, CharSequence, ParserCursor) - Method in class org.apache.hc.client5.http.impl.auth.AuthChallengeParser
- 
Parses the given sequence of characters into a list of  AuthChallenge elements. 
- parse(SetCookie, String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicDomainHandler
-  
- parse(SetCookie, String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicExpiresHandler
-  
- parse(SetCookie, String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicMaxAgeHandler
-  
- parse(SetCookie, String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicPathHandler
-  
- parse(SetCookie, String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicSecureHandler
-  
- parse(HeaderElement[], CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.CookieSpecBase
-  
- parse(Header, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.IgnoreSpecSpec
-  
- parse(SetCookie, String) - Method in class org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler
-  
- parse(SetCookie, String) - Method in class org.apache.hc.client5.http.impl.cookie.LaxMaxAgeHandler
-  
- parse(SetCookie, String) - Method in class org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter
-  
- parse(Header, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
-  
- parse(Reader) - Method in class org.apache.hc.client5.http.psl.PublicSuffixListParser
- 
Parses the public suffix list format. 
- parseByType(Reader) - Method in class org.apache.hc.client5.http.psl.PublicSuffixListParser
- 
Parses the public suffix list format by domain type (currently supported ICANN and PRIVATE). 
- parseDate(String) - Static method in class org.apache.hc.client5.http.utils.DateUtils
- 
Parses a date value. 
- parseDate(MessageHeaders, String) - Static method in class org.apache.hc.client5.http.utils.DateUtils
- 
Parses a date value from a header with the given name. 
- parseDate(String, String[]) - Static method in class org.apache.hc.client5.http.utils.DateUtils
- 
Parses the date value using the given date formats. 
- parseDate(String, String[], Date) - Static method in class org.apache.hc.client5.http.utils.DateUtils
- 
Parses the date value using the given date formats. 
- passivate() - Method in interface org.apache.hc.client5.http.io.ManagedHttpClientConnection
- 
Puts the connection into idle mode. 
- passivate() - Method in interface org.apache.hc.client5.http.nio.ManagedAsyncClientConnection
- 
Puts the connection into idle mode. 
- patch(String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-  
- patch(URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-  
- patch(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-  
- patch(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-  
- patch(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-  
- patch(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-  
- patch(String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-  
- patch(URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-  
- patch(URI) - Static method in class org.apache.hc.client5.http.fluent.Request
-  
- patch(String) - Static method in class org.apache.hc.client5.http.fluent.Request
-  
- PATH_ATTR - Static variable in interface org.apache.hc.client5.http.cookie.Cookie
-  
- PATTERN_ASCTIME - Static variable in class org.apache.hc.client5.http.utils.DateUtils
- 
Date format pattern used to parse HTTP date headers in ANSI C
 asctime()format.
 
- PATTERN_RFC1036 - Static variable in class org.apache.hc.client5.http.utils.DateUtils
- 
Date format pattern used to parse HTTP date headers in RFC 1036 format. 
- PATTERN_RFC1123 - Static variable in class org.apache.hc.client5.http.utils.DateUtils
- 
Date format pattern used to parse HTTP date headers in RFC 1123 format. 
- PlainConnectionSocketFactory - Class in org.apache.hc.client5.http.socket
- 
The default class for creating plain (unencrypted) sockets. 
- PlainConnectionSocketFactory() - Constructor for class org.apache.hc.client5.http.socket.PlainConnectionSocketFactory
-  
- PoolingAsyncClientConnectionManager - Class in org.apache.hc.client5.http.impl.nio
- 
PoolingAsyncClientConnectionManagermaintains a pool of non-blockingHttpConnections and is able to service
 connection requests from multiple execution threads.
 
- PoolingAsyncClientConnectionManager() - Constructor for class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-  
- PoolingAsyncClientConnectionManager(Lookup<TlsStrategy>) - Constructor for class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-  
- PoolingAsyncClientConnectionManager(Lookup<TlsStrategy>, PoolConcurrencyPolicy, TimeValue) - Constructor for class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-  
- PoolingAsyncClientConnectionManager(Lookup<TlsStrategy>, PoolConcurrencyPolicy, PoolReusePolicy, TimeValue) - Constructor for class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-  
- PoolingAsyncClientConnectionManager(Lookup<TlsStrategy>, PoolConcurrencyPolicy, PoolReusePolicy, TimeValue, SchemePortResolver, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-  
- PoolingAsyncClientConnectionManager(AsyncClientConnectionOperator, PoolConcurrencyPolicy, PoolReusePolicy, TimeValue) - Constructor for class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-  
- PoolingAsyncClientConnectionManager(ManagedConnPool<HttpRoute, ManagedAsyncClientConnection>, AsyncClientConnectionOperator) - Constructor for class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-  
- PoolingAsyncClientConnectionManagerBuilder - Class in org.apache.hc.client5.http.impl.nio
- 
- PoolingHttpClientConnectionManager - Class in org.apache.hc.client5.http.impl.io
- 
ClientConnectionPoolManager maintains a pool of
  ManagedHttpClientConnections and is able to service connection requests
 from multiple execution threads. 
- PoolingHttpClientConnectionManager() - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-  
- PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-  
- PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, HttpConnectionFactory<ManagedHttpClientConnection>) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-  
- PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, PoolConcurrencyPolicy, TimeValue, HttpConnectionFactory<ManagedHttpClientConnection>) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-  
- PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, PoolConcurrencyPolicy, PoolReusePolicy, TimeValue) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-  
- PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, PoolConcurrencyPolicy, PoolReusePolicy, TimeValue, HttpConnectionFactory<ManagedHttpClientConnection>) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-  
- PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, PoolConcurrencyPolicy, PoolReusePolicy, TimeValue, SchemePortResolver, DnsResolver, HttpConnectionFactory<ManagedHttpClientConnection>) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-  
- PoolingHttpClientConnectionManager(HttpClientConnectionOperator, PoolConcurrencyPolicy, PoolReusePolicy, TimeValue, HttpConnectionFactory<ManagedHttpClientConnection>) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-  
- PoolingHttpClientConnectionManager(HttpClientConnectionOperator, ManagedConnPool<HttpRoute, ManagedHttpClientConnection>, HttpConnectionFactory<ManagedHttpClientConnection>) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-  
- PoolingHttpClientConnectionManagerBuilder - Class in org.apache.hc.client5.http.impl.io
- 
- post(String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-  
- post(URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-  
- post(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-  
- post(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-  
- post(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-  
- post(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-  
- post(String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-  
- post(URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-  
- post(URI) - Static method in class org.apache.hc.client5.http.fluent.Request
-  
- post(String) - Static method in class org.apache.hc.client5.http.fluent.Request
-  
- PRAGMA - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- PrefixKeyHashingScheme - Class in org.apache.hc.client5.http.impl.cache.memcached
- 
This is a  KeyHashingScheme decorator that simply adds
 a known prefix to the results of another  KeyHashingScheme. 
- PrefixKeyHashingScheme(String, KeyHashingScheme) - Constructor for class org.apache.hc.client5.http.impl.cache.memcached.PrefixKeyHashingScheme
- 
Creates a new  KeyHashingScheme that prepends the given
 prefix to the results of hashes from the given backing scheme. 
- prepareSocket(SSLSocket) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- 
Performs any custom initialization for a newly created SSLSocket
 (before the SSL handshake happens). 
- PRIVATE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- probe(HttpRoute) - Method in interface org.apache.hc.client5.http.classic.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.hc.client5.http.impl.classic.AIMDBackoffManager
-  
- proceed(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecCallback) - Method in interface org.apache.hc.client5.http.async.AsyncExecChain
- 
Proceeds to the next element in the request execution chain. 
- proceed(ClassicHttpRequest, ExecChain.Scope) - Method in interface org.apache.hc.client5.http.classic.ExecChain
-  
- process(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.protocol.RequestAddCookies
-  
- process(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.protocol.RequestAuthCache
-  
- process(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.protocol.RequestClientConnControl
-  
- process(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.protocol.RequestDefaultHeaders
-  
- process(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.protocol.RequestExpectContinue
-  
- process(HttpResponse, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.protocol.ResponseProcessCookies
-  
- processChallenge(AuthChallenge, HttpContext) - Method in interface org.apache.hc.client5.http.auth.AuthScheme
- 
Processes the given auth challenge. 
- processChallenge(AuthChallenge, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
-  
- processChallenge(AuthChallenge, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
-  
- processChallenge(AuthChallenge, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-  
- processChallenge(AuthChallenge, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.NTLMScheme
-  
- processChallenge(AuthChallenge, HttpContext) - Method in class org.apache.hc.client5.http.impl.win.WindowsNegotiateScheme
-  
- produce(DataStreamChannel) - Method in class org.apache.hc.client5.testing.async.AsyncEchoHandler
-  
- produce(DataStreamChannel) - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler
-  
- produce(DataStreamChannel) - Method in class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
-  
- produce(DataStreamChannel) - Method in class org.apache.hc.client5.testing.async.RedirectingAsyncDecorator
-  
- produceData(StreamChannel<ByteBuffer>) - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler.RandomBinAsyncEntityProducer
-  
- ProtocolExec - Class in org.apache.hc.client5.http.impl.classic
- 
Request execution handler in the classic request execution chain
 that is responsible for implementation of HTTP specification requirements. 
- ProtocolExec(HttpProcessor, AuthenticationStrategy, AuthenticationStrategy) - Constructor for class org.apache.hc.client5.http.impl.classic.ProtocolExec
-  
- ProtocolSupport - Class in org.apache.hc.client5.http.impl
- 
Protocol support methods. 
- ProtocolSupport() - Constructor for class org.apache.hc.client5.http.impl.ProtocolSupport
-  
- proxiedStep(RouteInfo, RouteInfo) - Method in class org.apache.hc.client5.http.impl.routing.BasicRouteDirector
- 
Determines the next step to establish a connection via proxy. 
- PROXY_AUTHENTICATE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- ProxyClient - Class in org.apache.hc.client5.http.impl.classic
- 
ProxyClient can be used to establish a tunnel via an HTTP/1.1 proxy. 
- ProxyClient(HttpConnectionFactory<ManagedHttpClientConnection>, Http1Config, CharCodingConfig, RequestConfig) - Constructor for class org.apache.hc.client5.http.impl.classic.ProxyClient
-  
- ProxyClient(RequestConfig) - Constructor for class org.apache.hc.client5.http.impl.classic.ProxyClient
-  
- ProxyClient() - Constructor for class org.apache.hc.client5.http.impl.classic.ProxyClient
-  
- PUBLIC - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- PublicSuffixDomainFilter - Class in org.apache.hc.client5.http.impl.cookie
- 
- PublicSuffixDomainFilter(CommonCookieAttributeHandler, PublicSuffixMatcher) - Constructor for class org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter
-  
- PublicSuffixDomainFilter(CommonCookieAttributeHandler, PublicSuffixList) - Constructor for class org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter
-  
- PublicSuffixList - Class in org.apache.hc.client5.http.psl
- 
Public suffix is a set of DNS names or wildcards concatenated with dots. 
- PublicSuffixList(DomainType, List<String>, List<String>) - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixList
-  
- PublicSuffixList(List<String>, List<String>) - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixList
-  
- PublicSuffixListParser - Class in org.apache.hc.client5.http.psl
- 
- PublicSuffixListParser() - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixListParser
-  
- PublicSuffixMatcher - Class in org.apache.hc.client5.http.psl
- 
Utility class that can test if DNS names match the content of the Public Suffix List. 
- PublicSuffixMatcher(Collection<String>, Collection<String>) - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixMatcher
-  
- PublicSuffixMatcher(DomainType, Collection<String>, Collection<String>) - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixMatcher
-  
- PublicSuffixMatcher(Collection<PublicSuffixList>) - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixMatcher
-  
- PublicSuffixMatcherLoader - Class in org.apache.hc.client5.http.psl
- 
- PublicSuffixMatcherLoader() - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixMatcherLoader
-  
- put(String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-  
- put(URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-  
- put(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-  
- put(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-  
- put(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-  
- put(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-  
- put(HttpHost, AuthScheme) - Method in interface org.apache.hc.client5.http.auth.AuthCache
-  
- put(String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-  
- put(URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-  
- put(URI) - Static method in class org.apache.hc.client5.http.fluent.Request
-  
- put(String) - Static method in class org.apache.hc.client5.http.fluent.Request
-  
- put(HttpHost, AuthScheme) - Method in class org.apache.hc.client5.http.impl.auth.BasicAuthCache
-  
- PUT_METHOD - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- putEntry(String, HttpCacheEntry, FutureCallback<Boolean>) - Method in interface org.apache.hc.client5.http.cache.HttpAsyncCacheStorage
- 
Store a given cache entry under the given key. 
- putEntry(String, HttpCacheEntry, FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.cache.HttpAsyncCacheStorageAdaptor
-  
- putEntry(String, HttpCacheEntry) - Method in interface org.apache.hc.client5.http.cache.HttpCacheStorage
- 
Store a given cache entry under the given key. 
- putEntry(String, HttpCacheEntry, FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
-  
- putEntry(String, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
-  
- putEntry(String, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCacheStorage
- 
Places a HttpCacheEntry in the cache 
- putEntry(String, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
-  
- RandomHandler - Class in org.apache.hc.client5.testing.classic
- 
A handler that generates random data. 
- RandomHandler() - Constructor for class org.apache.hc.client5.testing.classic.RandomHandler
-  
- RandomHandler.RandomEntity - Class in org.apache.hc.client5.testing.classic
- 
An entity that generates random data. 
- RandomHandler.RandomEntity(long) - Constructor for class org.apache.hc.client5.testing.classic.RandomHandler.RandomEntity
- 
Creates a new entity generating the given amount of data. 
- RANGE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- read() - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
- 
Read a byte. 
- read(byte[]) - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
- 
Read lots of bytes. 
- read(byte[], int, int) - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
- 
Read lots of specific bytes. 
- Redirect - Class in org.apache.hc.client5.testing.redirect
-  
- Redirect(int, String, Redirect.ConnControl) - Constructor for class org.apache.hc.client5.testing.redirect.Redirect
-  
- Redirect(int, String) - Constructor for class org.apache.hc.client5.testing.redirect.Redirect
-  
- Redirect.ConnControl - Enum in org.apache.hc.client5.testing.redirect
-  
- REDIRECT_LOCATIONS - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
- 
Attribute name of a  RedirectLocations object that represents a collection of all
 redirect locations received in the process of request execution. 
- RedirectException - Exception in org.apache.hc.client5.http
- 
Signals violation of HTTP specification caused by an invalid redirect 
- RedirectException() - Constructor for exception org.apache.hc.client5.http.RedirectException
- 
Creates a new RedirectException with a nulldetail message.
 
- RedirectException(String) - Constructor for exception org.apache.hc.client5.http.RedirectException
- 
Creates a new RedirectException with the specified detail message. 
- RedirectException(String, Throwable) - Constructor for exception org.apache.hc.client5.http.RedirectException
- 
Creates a new RedirectException with the specified detail message and cause. 
- RedirectExec - Class in org.apache.hc.client5.http.impl.classic
- 
Request execution handler in the classic request execution chain
 responsible for handling of request redirects. 
- RedirectExec(HttpRoutePlanner, RedirectStrategy) - Constructor for class org.apache.hc.client5.http.impl.classic.RedirectExec
-  
- RedirectingAsyncDecorator - Class in org.apache.hc.client5.testing.async
-  
- RedirectingAsyncDecorator(AsyncServerExchangeHandler, RedirectResolver) - Constructor for class org.apache.hc.client5.testing.async.RedirectingAsyncDecorator
-  
- RedirectingDecorator - Class in org.apache.hc.client5.testing.classic
-  
- RedirectingDecorator(HttpServerRequestHandler, RedirectResolver) - Constructor for class org.apache.hc.client5.testing.classic.RedirectingDecorator
-  
- RedirectLocations - Class in org.apache.hc.client5.http.protocol
- 
This class represents a collection of  URIs used
 as redirect locations. 
- RedirectLocations() - Constructor for class org.apache.hc.client5.http.protocol.RedirectLocations
-  
- RedirectResolver - Interface in org.apache.hc.client5.testing.redirect
-  
- RedirectStrategy - Interface in org.apache.hc.client5.http.protocol
- 
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. 
- register(String, String, Supplier<AsyncPushConsumer>) - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
-  
- register(String, Supplier<AsyncPushConsumer>) - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
-  
- RELAXED - Static variable in class org.apache.hc.client5.http.cookie.StandardCookieSpec
- 
The RFC 6265 compliant policy (interoprability profile). 
- release(ConnectionEndpoint, Object, TimeValue) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
-  
- release(ConnectionEndpoint, Object, TimeValue) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-  
- release(AsyncConnectionEndpoint, Object, TimeValue) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-  
- release(ConnectionEndpoint, Object, TimeValue) - Method in interface org.apache.hc.client5.http.io.HttpClientConnectionManager
- 
Releases the endpoint back to the manager making it potentially
 re-usable by other consumers. 
- release(AsyncConnectionEndpoint, Object, TimeValue) - Method in interface org.apache.hc.client5.http.nio.AsyncClientConnectionManager
- 
Releases the endpoint back to the manager making it potentially
 re-usable by other consumers. 
- releaseEndpoint() - Method in interface org.apache.hc.client5.http.async.AsyncExecRuntime
- 
Releases the acquired endpoint potentially making it available for re-use. 
- releaseEndpoint() - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
- 
Releases the acquired endpoint potentially making it available for re-use. 
- releaseResources() - Method in class org.apache.hc.client5.testing.async.AsyncEchoHandler
-  
- releaseResources() - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler.RandomBinAsyncEntityProducer
-  
- releaseResources() - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler
-  
- releaseResources() - Method in class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
-  
- releaseResources() - Method in class org.apache.hc.client5.testing.async.RedirectingAsyncDecorator
-  
- remove(HttpHost) - Method in interface org.apache.hc.client5.http.auth.AuthCache
-  
- remove(HttpHost) - Method in class org.apache.hc.client5.http.impl.auth.BasicAuthCache
-  
- removeAttribute(String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-  
- removeEntry(String, FutureCallback<Boolean>) - Method in interface org.apache.hc.client5.http.cache.HttpAsyncCacheStorage
- 
Deletes/invalidates/removes any cache entries currently
 stored under the given key. 
- removeEntry(String, FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.cache.HttpAsyncCacheStorageAdaptor
-  
- removeEntry(String) - Method in interface org.apache.hc.client5.http.cache.HttpCacheStorage
- 
Deletes/invalidates/removes any cache entries currently
 stored under the given key. 
- removeEntry(String, FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
-  
- removeEntry(String) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
-  
- removeEntry(String) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCacheStorage
- 
Removes a HttpCacheEntry from the cache 
- removeEntry(String) - Method in class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
-  
- removeFields(String) - Method in class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
-  
- removeFields(String) - Method in class org.apache.hc.client5.http.entity.mime.Header
-  
- removeHeader(Header) - Method in class org.apache.hc.client5.http.fluent.Request
-  
- removeHeader(Header) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
-  
- removeHeaders(String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartPartBuilder
-  
- removeHeaders(String) - Method in class org.apache.hc.client5.http.fluent.Request
-  
- removeHeaders(String) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
-  
- replaceExecInterceptor(String, AsyncExecChainHandler) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
Replace an existing interceptor with the given name with new interceptor. 
- replaceExecInterceptor(String, AsyncExecChainHandler) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Replace an existing interceptor with the given name with new interceptor. 
- replaceExecInterceptor(String, ExecChainHandler) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
Replace an existing interceptor with the given name with new interceptor. 
- Request - Class in org.apache.hc.client5.http.fluent
- 
HTTP request used by the fluent facade. 
- REQUEST_CONFIG - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
- 
Attribute name of a  RequestConfig object that
 represents the actual request configuration. 
- RequestAbortedException - Exception in org.apache.hc.client5.http.impl.classic
- 
Signals that the request has been aborted. 
- RequestAbortedException(String) - Constructor for exception org.apache.hc.client5.http.impl.classic.RequestAbortedException
-  
- RequestAbortedException(String, Throwable) - Constructor for exception org.apache.hc.client5.http.impl.classic.RequestAbortedException
-  
- RequestAddCookies - Class in org.apache.hc.client5.http.protocol
- 
Request interceptor that matches cookies available in the current
  CookieStore to the request being executed and generates
 corresponding  Cookie request headers. 
- RequestAddCookies() - Constructor for class org.apache.hc.client5.http.protocol.RequestAddCookies
-  
- RequestAuthCache - Class in org.apache.hc.client5.http.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.hc.client5.http.protocol.RequestAuthCache
-  
- RequestClientConnControl - Class in org.apache.hc.client5.http.protocol
- 
This protocol interceptor is responsible for adding the Connectionheader to the outgoing requests, which is essential for managing persistence
 ofHTTP/1.0connections.
 
- RequestClientConnControl() - Constructor for class org.apache.hc.client5.http.protocol.RequestClientConnControl
-  
- RequestConfig - Class in org.apache.hc.client5.http.config
- 
Immutable class encapsulating request configuration items. 
- RequestConfig() - Constructor for class org.apache.hc.client5.http.config.RequestConfig
- 
Intended for CDI compatibility 
- RequestConfig.Builder - Class in org.apache.hc.client5.http.config
-  
- RequestCopier - Class in org.apache.hc.client5.http.impl
- 
HttpRequestcopier.
 
- RequestCopier() - Constructor for class org.apache.hc.client5.http.impl.RequestCopier
-  
- RequestDefaultHeaders - Class in org.apache.hc.client5.http.protocol
- 
Request interceptor that adds default request headers. 
- RequestDefaultHeaders(Collection<? extends Header>) - Constructor for class org.apache.hc.client5.http.protocol.RequestDefaultHeaders
-  
- RequestDefaultHeaders() - Constructor for class org.apache.hc.client5.http.protocol.RequestDefaultHeaders
-  
- RequestExpectContinue - Class in org.apache.hc.client5.http.protocol
- 
RequestExpectContinue is responsible for enabling the 'expect-continue'
 handshake by adding Expectheader.
 
- RequestExpectContinue() - Constructor for class org.apache.hc.client5.http.protocol.RequestExpectContinue
-  
- RequestFailedException - Exception in org.apache.hc.client5.http.impl.classic
- 
Signals that the request has been aborted or failed due to an expected condition. 
- RequestFailedException(String) - Constructor for exception org.apache.hc.client5.http.impl.classic.RequestFailedException
-  
- RequestFailedException(String, Throwable) - Constructor for exception org.apache.hc.client5.http.impl.classic.RequestFailedException
-  
- reset() - Method in class org.apache.hc.client5.http.auth.AuthExchange
-  
- reset() - Method in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
- 
Resets internal state of the request making it reusable. 
- reset() - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
- 
Reset. 
- reset() - Method in class org.apache.hc.client5.http.RouteTracker
-  
- reset() - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
-  
- resetAuthExchange(HttpHost, AuthScheme) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-  
- resetCount(T) - Method in class org.apache.hc.client5.http.schedule.ConcurrentCountMap
-  
- resolve(String) - Method in interface org.apache.hc.client5.http.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(URI) - Method in class org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
-  
- resolve(HttpHost) - Method in class org.apache.hc.client5.http.impl.DefaultSchemePortResolver
-  
- resolve(String) - Method in class org.apache.hc.client5.http.impl.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(HttpHost) - Method in interface org.apache.hc.client5.http.SchemePortResolver
- 
Returns the actual port for the host based on the protocol scheme. 
- resolve(String) - Method in class org.apache.hc.client5.http.SystemDefaultDnsResolver
-  
- resolve(URI, String) - Static method in class org.apache.hc.client5.http.utils.URIUtils
- 
Resolves a URI reference against a base URI. 
- resolve(URI, URI) - Static method in class org.apache.hc.client5.http.utils.URIUtils
- 
Resolves a URI reference against a base URI. 
- resolve(URI, HttpHost, List<URI>) - Static method in class org.apache.hc.client5.http.utils.URIUtils
- 
Derives the interpreted (absolute) URI that was used to generate the last
 request. 
- resolve(URI) - Method in interface org.apache.hc.client5.testing.redirect.RedirectResolver
-  
- resolveAuthTarget(HttpRequest, HttpRoute) - Static method in class org.apache.hc.client5.http.impl.AuthSupport
-  
- resolveCanonicalHostname(String) - Method in interface org.apache.hc.client5.http.DnsResolver
- 
Gets the fully qualified domain name for given host name. 
- resolveCanonicalHostname(String) - Method in class org.apache.hc.client5.http.impl.InMemoryDnsResolver
-  
- resolveCanonicalHostname(String) - Method in class org.apache.hc.client5.http.SystemDefaultDnsResolver
-  
- Resource - Class in org.apache.hc.client5.http.cache
- 
Represents a disposable system resource used for handling
 cached response bodies. 
- Resource() - Constructor for class org.apache.hc.client5.http.cache.Resource
-  
- ResourceFactory - Interface in org.apache.hc.client5.http.cache
- 
Generates  Resource instances for handling cached
 HTTP response bodies. 
- ResourceIOException - Exception in org.apache.hc.client5.http.cache
- 
Signals a generic resource I/O error. 
- ResourceIOException(String) - Constructor for exception org.apache.hc.client5.http.cache.ResourceIOException
-  
- ResourceIOException(String, Throwable) - Constructor for exception org.apache.hc.client5.http.cache.ResourceIOException
-  
- Response - Class in org.apache.hc.client5.http.fluent
- 
HTTP response used by the fluent facade. 
- ResponseProcessCookies - Class in org.apache.hc.client5.http.protocol
- 
Response interceptor that populates the current  CookieStore with data
 contained in response cookies received in the given the HTTP response. 
- ResponseProcessCookies() - Constructor for class org.apache.hc.client5.http.protocol.ResponseProcessCookies
-  
- responseTimeout(Timeout) - Method in class org.apache.hc.client5.http.fluent.Request
-  
- restore(String, FutureCallback<T>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
-  
- restore(String) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
-  
- restore(String) - Method in class org.apache.hc.client5.http.impl.cache.ehcache.EhcacheHttpCacheStorage
-  
- restore(String, FutureCallback<byte[]>) - Method in class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpAsyncCacheStorage
-  
- restore(String) - Method in class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpCacheStorage
-  
- retryRequest(HttpRequest, IOException, int, HttpContext) - Method in interface org.apache.hc.client5.http.HttpRequestRetryStrategy
- 
Determines if a method should be retried after an I/O exception
 occured during execution. 
- retryRequest(HttpResponse, int, HttpContext) - Method in interface org.apache.hc.client5.http.HttpRequestRetryStrategy
- 
Determines if a method should be retried given the response from
 the target server. 
- retryRequest(HttpRequest, IOException, int, HttpContext) - Method in class org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy
-  
- retryRequest(HttpResponse, int, HttpContext) - Method in class org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy
-  
- returnContent() - Method in class org.apache.hc.client5.http.fluent.Response
-  
- returnResponse() - Method in class org.apache.hc.client5.http.fluent.Response
-  
- rewriteURI(URI, HttpHost, boolean) - Static method in class org.apache.hc.client5.http.utils.URIUtils
- 
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.hc.client5.http.utils.URIUtils
- 
- rewriteURI(URI) - Static method in class org.apache.hc.client5.http.utils.URIUtils
- 
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. 
- RFC6265CookieSpec - Class in org.apache.hc.client5.http.impl.cookie
- 
Cookie management functions shared by RFC C6265 compliant specification. 
- RFC6265CookieSpec(CommonCookieAttributeHandler...) - Constructor for class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
-  
- RFC6265CookieSpecFactory - Class in org.apache.hc.client5.http.impl.cookie
- 
CookieSpecFactory implementation that provides an instance of
 RFC 6265 conformant cookie policy. 
- RFC6265CookieSpecFactory(RFC6265CookieSpecFactory.CompatibilityLevel, PublicSuffixMatcher) - Constructor for class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory
-  
- RFC6265CookieSpecFactory(PublicSuffixMatcher) - Constructor for class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory
-  
- RFC6265CookieSpecFactory() - Constructor for class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory
-  
- RFC6265CookieSpecFactory.CompatibilityLevel - Enum in org.apache.hc.client5.http.impl.cookie
-  
- RFC6265LaxSpec - Class in org.apache.hc.client5.http.impl.cookie
- 
Standard  CookieSpec implementation that enforces
 a more relaxed interpretation of the HTTP state management specification (RFC 6265, section 5)
 for interoperability with existing servers that do not conform to the well behaved profile
 (RFC 6265, section 4). 
- RFC6265LaxSpec() - Constructor for class org.apache.hc.client5.http.impl.cookie.RFC6265LaxSpec
-  
- RFC6265StrictSpec - Class in org.apache.hc.client5.http.impl.cookie
- 
Standard  CookieSpec implementation
 that enforces syntax and semantics of the well-behaved profile of the HTTP
 state management specification (RFC 6265, section 4). 
- RFC6265StrictSpec() - Constructor for class org.apache.hc.client5.http.impl.cookie.RFC6265StrictSpec
-  
- route - Variable in class org.apache.hc.client5.http.async.AsyncExecChain.Scope
-  
- route - Variable in class org.apache.hc.client5.http.classic.ExecChain.Scope
-  
- RouteInfo - Interface in org.apache.hc.client5.http
- 
Connection route information. 
- RouteInfo.LayerType - Enum in org.apache.hc.client5.http
- 
The layering type of a route. 
- RouteInfo.TunnelType - Enum in org.apache.hc.client5.http
- 
The tunnelling type of a route. 
- RouteTracker - Class in org.apache.hc.client5.http
- 
Helps tracking the steps in establishing a route. 
- RouteTracker(HttpHost, InetAddress) - Constructor for class org.apache.hc.client5.http.RouteTracker
- 
Creates a new route tracker. 
- RouteTracker(HttpRoute) - Constructor for class org.apache.hc.client5.http.RouteTracker
- 
Creates a new tracker for the given route. 
- RoutingSupport - Class in org.apache.hc.client5.http.routing
-  
- RoutingSupport() - Constructor for class org.apache.hc.client5.http.routing.RoutingSupport
-  
- saveContent(File) - Method in class org.apache.hc.client5.http.fluent.Response
-  
- schedule(int) - Method in class org.apache.hc.client5.http.impl.schedule.ExponentialBackOffSchedulingStrategy
-  
- schedule(int) - Method in class org.apache.hc.client5.http.impl.schedule.ImmediateSchedulingStrategy
-  
- schedule(int) - Method in interface org.apache.hc.client5.http.schedule.SchedulingStrategy
- 
Schedules execution time for an operation. 
- SchedulingStrategy - Interface in org.apache.hc.client5.http.schedule
- 
Strategy to determine an execution time (schedule) for an operation. 
- SchemePortResolver - Interface in org.apache.hc.client5.http
- 
Strategy for default port resolution for protocol schemes. 
- SECURE_ATTR - Static variable in interface org.apache.hc.client5.http.cookie.Cookie
-  
- select(AuthScheme) - Method in class org.apache.hc.client5.http.auth.AuthExchange
- 
Resets the auth state with  AuthScheme and clears auth options. 
- select(ChallengeType, Map<String, AuthChallenge>, HttpContext) - Method in interface org.apache.hc.client5.http.AuthenticationStrategy
- 
- select(ChallengeType, Map<String, AuthChallenge>, HttpContext) - Method in class org.apache.hc.client5.http.impl.DefaultAuthenticationStrategy
-  
- serialize(HttpCacheStorageEntry) - Method in interface org.apache.hc.client5.http.cache.HttpCacheEntrySerializer
- 
Serializes the given entry. 
- serialize(HttpCacheStorageEntry) - Method in class org.apache.hc.client5.http.impl.cache.ByteArrayCacheEntrySerializer
-  
- serialize(HttpCacheStorageEntry) - Method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
-  
- serialize(HttpCacheStorageEntry) - Method in class org.apache.hc.client5.http.impl.cache.NoopCacheEntrySerializer
-  
- setAllow303Caching(boolean) - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
- 
Enables or disables 303 caching. 
- setAsynchronousWorkers(int) - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
- 
Sets the maximum number of threads to allow for background
 revalidations due to the stale-while-revalidatedirective.
 
- setAttribute(String, String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-  
- setAuthCache(AuthCache) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-  
- setAuthenticationEnabled(boolean) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
- 
Determines whether authentication should be handled automatically. 
- setAuthExchange(HttpHost, AuthExchange) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-  
- setAuthSchemeRegistry(Lookup<AuthSchemeFactory>) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-  
- setBackoffFactor(double) - Method in class org.apache.hc.client5.http.impl.classic.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.hc.client5.http.impl.classic.HttpClientBuilder
- 
- setBinary(byte[]) - Method in class org.apache.hc.client5.http.entity.EntityBuilder
- 
Sets entity content as a byte array. 
- setBody(SimpleBody) - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
-  
- setBody(byte[], ContentType) - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
-  
- setBody(String, ContentType) - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
-  
- setBody(SimpleBody) - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
-  
- setBody(byte[], ContentType) - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
-  
- setBody(String, ContentType) - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
-  
- setBody(ContentBody) - Method in class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
-  
- setBody(ContentBody) - Method in class org.apache.hc.client5.http.entity.mime.MultipartPartBuilder
-  
- setBoundary(String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-  
- setCacheConfig(CacheConfig) - Method in class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
-  
- setCacheConfig(CacheConfig) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
-  
- setCacheConfig(CacheConfig) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder
-  
- setCacheControl(String) - Method in class org.apache.hc.client5.http.fluent.Request
-  
- setCacheDir(File) - Method in class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
-  
- setCacheDir(File) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
-  
- setCacheDir(File) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder
-  
- setCharCodingConfig(CharCodingConfig) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
Sets CharCodingConfigconfiguration.
 
- setCharCodingConfig(CharCodingConfig) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Sets CharCodingConfigconfiguration.
 
- setCharset(Charset) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-  
- setCiphers(String...) - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
- 
Assigns enabled ciphers. 
- setCiphers(String...) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
- 
Assigns enabled ciphers. 
- setCircularRedirectsAllowed(boolean) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
- 
Determines whether circular redirects (redirects to the same location) should
 be allowed. 
- setCode(int) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
-  
- setConfig(RequestConfig) - Method in class org.apache.hc.client5.http.async.methods.ConfigurableHttpRequest
-  
- setConfig(RequestConfig) - Method in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
-  
- setConnectionBackoffStrategy(ConnectionBackoffStrategy) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
- setConnectionFactory(HttpConnectionFactory<ManagedHttpClientConnection>) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- 
Assigns HttpConnectionFactoryinstance.
 
- setConnectionKeepAlive(TimeValue) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
- 
Determines the default of value of connection keep-alive time period when not
 explicitly communicated by the origin server with a Keep-Aliveresponse
 header.
 
- setConnectionManager(AsyncClientConnectionManager) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
- setConnectionManager(HttpClientConnectionManager) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
- setConnectionManagerShared(boolean) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Defines the connection manager is to be shared by multiple
 client instances. 
- setConnectionManagerShared(boolean) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
Defines the connection manager is to be shared by multiple
 client instances. 
- setConnectionRequestTimeout(Timeout) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
- 
Returns the connection lease request timeout used when requesting
 a connection from the connection manager. 
- setConnectionRequestTimeout(long, TimeUnit) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-  
- setConnectionReuseStrategy(ConnectionReuseStrategy) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Assigns ConnectionReuseStrategyinstance.
 
- setConnectionReuseStrategy(ConnectionReuseStrategy) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
Assigns ConnectionReuseStrategyinstance.
 
- setConnectionTimeToLive(TimeValue) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- 
Sets maximum time to live for persistent connections 
- setConnectionTimeToLive(TimeValue) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
- 
Sets maximum time to live for persistent connections 
- setConnectTimeout(Timeout) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
- 
Determines the timeout until a new connection is fully established. 
- setConnectTimeout(long, TimeUnit) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-  
- setConnPoolPolicy(PoolReusePolicy) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- 
Assigns PoolReusePolicyvalue.
 
- setConnPoolPolicy(PoolReusePolicy) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
- 
Assigns PoolReusePolicyvalue.
 
- setContentCompressionEnabled(boolean) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
- 
Determines whether the target server is requested to compress content. 
- setContentDecoderRegistry(LinkedHashMap<String, InputStreamFactory>) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
- setContentEncoding(String) - Method in class org.apache.hc.client5.http.entity.EntityBuilder
- 
Sets content encoding of the entity. 
- setContentType(ContentType) - Method in class org.apache.hc.client5.http.entity.EntityBuilder
- 
Sets ContentTypeof the entity.
 
- setContentType(ContentType) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-  
- SetCookie - Interface in org.apache.hc.client5.http.cookie
- 
This interface represents a Set-Cookieresponse header sent by the
 origin server to the HTTP agent in order to maintain a conversational state.
 
- setCookieSpec(String) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
- 
Determines the name of the cookie specification to be used for HTTP state
 management. 
- setCookieSpecRegistry(Lookup<CookieSpecFactory>) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-  
- setCookieStore(CookieStore) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-  
- setCoolDown(TimeValue) - Method in class org.apache.hc.client5.http.impl.classic.AIMDBackoffManager
- 
Sets the amount of time to wait between adjustments in
 pool sizes for a given host, to allow enough time for
 the adjustments to take effect. 
- setCreationDate(Date) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-  
- setCredentials(AuthScope, Credentials) - Method in interface org.apache.hc.client5.http.auth.CredentialsStore
- 
Sets the  credentials for the given authentication
 scope. 
- setCredentials(AuthScope, Credentials) - Method in class org.apache.hc.client5.http.impl.auth.BasicCredentialsProvider
-  
- setCredentials(AuthScope, Credentials) - Method in class org.apache.hc.client5.http.impl.auth.SystemDefaultCredentialsProvider
-  
- setCredentialsProvider(CredentialsProvider) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-  
- setDate(Date) - Method in class org.apache.hc.client5.http.fluent.Request
-  
- setDefaultAuthSchemeRegistry(Lookup<AuthSchemeFactory>) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
Assigns default  AuthScheme registry which will
 be used for request execution if not explicitly set in the client execution
 context. 
- setDefaultAuthSchemeRegistry(Lookup<AuthSchemeFactory>) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Assigns default  AuthScheme registry which will
 be used for request execution if not explicitly set in the client execution
 context. 
- setDefaultAuthSchemeRegistry(Lookup<AuthSchemeFactory>) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
Assigns default  AuthScheme registry which will
 be used for request execution if not explicitly set in the client execution
 context. 
- setDefaultCookieSpecRegistry(Lookup<CookieSpecFactory>) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
Assigns default  CookieSpec registry
 which will be used for request execution if not explicitly set in the client
 execution context. 
- setDefaultCookieSpecRegistry(Lookup<CookieSpecFactory>) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Assigns default  CookieSpec registry
 which will be used for request execution if not explicitly set in the client
 execution context. 
- setDefaultCookieSpecRegistry(Lookup<CookieSpecFactory>) - Method in class org.apache.hc.client5.http.impl.classic.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.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
Assigns default  CookieStore instance which will be used for
 request execution if not explicitly set in the client execution context. 
- setDefaultCookieStore(CookieStore) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Assigns default  CookieStore instance which will be used for
 request execution if not explicitly set in the client execution context. 
- setDefaultCookieStore(CookieStore) - Method in class org.apache.hc.client5.http.impl.classic.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.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
Assigns default  CredentialsProvider instance which will be used
 for request execution if not explicitly set in the client execution
 context. 
- setDefaultCredentialsProvider(CredentialsProvider) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Assigns default  CredentialsProvider instance which will be used
 for request execution if not explicitly set in the client execution
 context. 
- setDefaultCredentialsProvider(CredentialsProvider) - Method in class org.apache.hc.client5.http.impl.classic.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.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
Assigns default request header values. 
- setDefaultHeaders(Collection<? extends Header>) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Assigns default request header values. 
- setDefaultHeaders(Collection<? extends Header>) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
Assigns default request header values. 
- setDefaultKeepAlive(long, TimeUnit) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-  
- setDefaultMaxPerRoute(int) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-  
- setDefaultMaxPerRoute(int) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-  
- setDefaultRequestConfig(RequestConfig) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
Assigns default  RequestConfig instance which will be used
 for request execution if not explicitly set in the client execution
 context. 
- setDefaultRequestConfig(RequestConfig) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Assigns default  RequestConfig instance which will be used
 for request execution if not explicitly set in the client execution
 context. 
- setDefaultRequestConfig(RequestConfig) - Method in class org.apache.hc.client5.http.impl.classic.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.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-  
- setDefaultSocketConfig(SocketConfig) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- 
Assigns default SocketConfig.
 
- setDeleteCache(boolean) - Method in class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
-  
- setDeleteCache(boolean) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
-  
- setDeleteCache(boolean) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder
-  
- setDependency(Cancellable) - Method in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
-  
- setDnsResolver(DnsResolver) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
- setDnsResolver(DnsResolver) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- 
- setDnsResolver(DnsResolver) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
- 
- setDomain(String) - Method in interface org.apache.hc.client5.http.cookie.SetCookie
- 
Sets the domain attribute. 
- setDomain(String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- 
Sets the domain attribute. 
- setEntity(HttpEntity) - Method in class org.apache.hc.client5.http.classic.methods.HttpTrace
-  
- setEntity(HttpEntity) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
-  
- setExpectContinueEnabled(boolean) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
- 
Determines whether the 'Expect: 100-Continue' handshake is enabled
 for entity enclosing methods. 
- setExpiryDate(Date) - Method in interface org.apache.hc.client5.http.cookie.SetCookie
- 
Sets expiration date. 
- setExpiryDate(Date) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- 
Sets expiration date. 
- setField(String, String) - Method in class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
-  
- setField(MimeField) - Method in class org.apache.hc.client5.http.entity.mime.Header
-  
- setFile(File) - Method in class org.apache.hc.client5.http.entity.EntityBuilder
- 
Sets entity content as a  File. 
- setFreshnessCheckEnabled(boolean) - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
-  
- setH2Config(H2Config) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
Sets H2Configconfiguration.
 
- setH2Config(H2Config) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Sets H2Configconfiguration.
 
- setHardCancellationEnabled(boolean) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
- 
Determines whether request cancellation, such as through Future#cancel(boolean), should kill the underlying connection.
 
- setHeader(String, String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartPartBuilder
-  
- setHeader(Header) - Method in class org.apache.hc.client5.http.fluent.Request
-  
- setHeader(String, String) - Method in class org.apache.hc.client5.http.fluent.Request
-  
- setHeader(Header) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
-  
- setHeader(String, Object) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
-  
- setHeaders(Header...) - Method in class org.apache.hc.client5.http.fluent.Request
-  
- setHeaders(Header...) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
-  
- setHeuristicCachingEnabled(boolean) - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
- 
Enables or disables heuristic caching. 
- setHeuristicCoefficient(float) - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
- 
Sets coefficient to be used in heuristic freshness caching. 
- setHeuristicDefaultLifetime(TimeValue) - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
- 
Sets default lifetime to be used if heuristic freshness calculation
 is not possible. 
- setHostnameVerifier(HostnameVerifier) - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
- 
- setHostnameVerifier(HostnameVerifier) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
- 
- setHttp1Config(Http1Config) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Sets Http1Configconfiguration.
 
- setHttpCacheInvalidator(HttpAsyncCacheInvalidator) - Method in class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
-  
- setHttpCacheInvalidator(HttpAsyncCacheInvalidator) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
-  
- setHttpCacheInvalidator(HttpCacheInvalidator) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder
-  
- setHttpCacheStorage(HttpCacheStorage) - Method in class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
-  
- setHttpCacheStorage(HttpAsyncCacheStorage) - Method in class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
-  
- setHttpCacheStorage(HttpCacheStorage) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
-  
- setHttpCacheStorage(HttpAsyncCacheStorage) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
-  
- setHttpCacheStorage(HttpCacheStorage) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder
-  
- setIfModifiedSince(Date) - Method in class org.apache.hc.client5.http.fluent.Request
-  
- setIfUnmodifiedSince(Date) - Method in class org.apache.hc.client5.http.fluent.Request
-  
- setIOReactorConfig(IOReactorConfig) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
Sets IOReactorConfigconfiguration.
 
- setIOReactorConfig(IOReactorConfig) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Sets IOReactorConfigconfiguration.
 
- setKeepAliveStrategy(ConnectionKeepAliveStrategy) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
- setKeepAliveStrategy(ConnectionKeepAliveStrategy) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
- setLaxMode() - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-  
- setLocale(Locale) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
-  
- setMaxCacheEntries(int) - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
- 
Sets the maximum number of cache entries the cache will retain. 
- setMaxConnPerRoute(int) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- 
Assigns maximum connection per route value. 
- setMaxConnPerRoute(int) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
- 
Assigns maximum connection per route value. 
- setMaxConnTotal(int) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- 
Assigns maximum total connection value. 
- setMaxConnTotal(int) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
- 
Assigns maximum total connection value. 
- setMaxObjectSize(long) - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
- 
Specifies the maximum response body size that will be eligible for caching. 
- setMaxPerRoute(HttpRoute, int) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-  
- setMaxPerRoute(HttpRoute, int) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-  
- setMaxRedirects(int) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
- 
Returns the maximum number of redirects to be followed. 
- setMaxTotal(int) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-  
- setMaxTotal(int) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-  
- setMaxUpdateRetries(int) - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
- 
Sets the number of times to retry a cache processChallenge on failure 
- setMimeSubtype(String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-  
- setMode(HttpMultipartMode) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-  
- setName(String) - Method in class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
-  
- setNeverCacheHTTP10ResponsesWithQueryString(boolean) - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
- 
Sets whether the cache should never cache HTTP 1.0 responses with a query string or not. 
- setOptions(Queue<AuthScheme>) - Method in class org.apache.hc.client5.http.auth.AuthExchange
- 
Updates the auth state with a queue of auth options. 
- setParameters(List<NameValuePair>) - Method in class org.apache.hc.client5.http.entity.EntityBuilder
- 
Sets entity content as a parameter list. 
- setParameters(NameValuePair...) - Method in class org.apache.hc.client5.http.entity.EntityBuilder
- 
Sets entity content as a parameter list. 
- setPath(String) - Method in interface org.apache.hc.client5.http.cookie.SetCookie
- 
Sets the path attribute. 
- setPath(String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- 
Sets the path attribute. 
- setPerHostConnectionCap(int) - Method in class org.apache.hc.client5.http.impl.classic.AIMDBackoffManager
- 
Sets the absolute maximum per-host connection pool size to
 probe up to; defaults to 2 (the default per-host max). 
- setPoolConcurrencyPolicy(PoolConcurrencyPolicy) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- 
Assigns PoolConcurrencyPolicyvalue.
 
- setPoolConcurrencyPolicy(PoolConcurrencyPolicy) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
- 
Assigns PoolConcurrencyPolicyvalue.
 
- setProxy(HttpHost) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
- 
Returns HTTP proxy to be used for request execution. 
- setProxy(HttpHost) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Assigns default proxy value. 
- setProxy(HttpHost) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
Assigns default proxy value. 
- setProxyAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
- setProxyAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
- setProxyAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
- setProxyPreferredAuthSchemes(Collection<String>) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
- 
Determines the order of preference for supported authentication schemes
 by their names when authenticating with the proxy host. 
- setReasonPhrase(String) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
-  
- setRedirectsEnabled(boolean) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
- 
Determines whether redirects should be handled automatically. 
- setRedirectStrategy(RedirectStrategy) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
- setRedirectStrategy(RedirectStrategy) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
- setRedirectStrategy(RedirectStrategy) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
- setRequestConfig(RequestConfig) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-  
- setRequestDelegCreds(KerberosConfig.Option) - Method in class org.apache.hc.client5.http.auth.KerberosConfig.Builder
-  
- setRequestExecutor(HttpRequestExecutor) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
Assigns HttpRequestExecutorinstance.
 
- setResourceFactory(ResourceFactory) - Method in class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
-  
- setResourceFactory(ResourceFactory) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
-  
- setResourceFactory(ResourceFactory) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder
-  
- setResponseTimeout(Timeout) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
- 
Determines the timeout until arrival of a response from the opposite
 endpoint. 
- setResponseTimeout(long, TimeUnit) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-  
- setRetryStrategy(HttpRequestRetryStrategy) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
- setRetryStrategy(HttpRequestRetryStrategy) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
- setRetryStrategy(HttpRequestRetryStrategy) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
- setRoutePlanner(HttpRoutePlanner) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
- setRoutePlanner(HttpRoutePlanner) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
- setRoutePlanner(HttpRoutePlanner) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
- setSchedulingStrategy(SchedulingStrategy) - Method in class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
-  
- setSchedulingStrategy(SchedulingStrategy) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
-  
- setSchedulingStrategy(SchedulingStrategy) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder
-  
- setSchemePortResolver(SchemePortResolver) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
- setSchemePortResolver(SchemePortResolver) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
- setSchemePortResolver(SchemePortResolver) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
- setSchemePortResolver(SchemePortResolver) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- 
- setSchemePortResolver(SchemePortResolver) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
- 
- setSecure(boolean) - Method in interface org.apache.hc.client5.http.cookie.SetCookie
- 
Sets the secure attribute of the cookie. 
- setSecure(boolean) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- 
Sets the secure attribute of the cookie. 
- setSerializable(Serializable) - Method in class org.apache.hc.client5.http.entity.EntityBuilder
- 
- setSharedCache(boolean) - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
- 
Sets whether the cache should behave as a shared cache or not. 
- setSocketConfig(SocketConfig) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
-  
- setSocketTimeout(Timeout) - Method in class org.apache.hc.client5.http.io.ConnectionEndpoint
- 
Sets the socket timeout value. 
- setSocketTimeout(Timeout) - Method in class org.apache.hc.client5.http.nio.AsyncConnectionEndpoint
- 
Sets socket timeout. 
- setSslBufferMode(SSLBufferMode) - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
- 
Assigns SSLBufferModevalue.
 
- setSslContext(SSLContext) - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
- 
- setSslContext(SSLContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
- 
- setSSLSocketFactory(LayeredConnectionSocketFactory) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- 
- setState(AuthExchange.State) - Method in class org.apache.hc.client5.http.auth.AuthExchange
-  
- setStream(InputStream) - Method in class org.apache.hc.client5.http.entity.EntityBuilder
- 
- setStrictMode() - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-  
- setStripPort(KerberosConfig.Option) - Method in class org.apache.hc.client5.http.auth.KerberosConfig.Builder
-  
- setStripPort(boolean) - Method in class org.apache.hc.client5.http.auth.KerberosConfig.Builder
-  
- setTargetAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
- setTargetAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
- setTargetAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
- setTargetPreferredAuthSchemes(Collection<String>) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
- 
Determines the order of preference for supported authentication schemes
 by their names when authenticating with the target host. 
- setText(String) - Method in class org.apache.hc.client5.http.entity.EntityBuilder
- 
Sets entity content as a string. 
- setThreadFactory(ThreadFactory) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
- setThreadFactory(ThreadFactory) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
- setTlsDetailsFactory(Factory<SSLEngine, TlsDetails>) - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
- 
Assigns TlsDetailsFactoryinstance.
 
- setTlsStrategy(TlsStrategy) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
Assigns TlsStrategyinstance.
 
- setTlsStrategy(TlsStrategy) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
- 
Assigns TlsStrategyinstance for TLS connections.
 
- setTlsVersions(String...) - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
- 
Assigns enabled TLSversions.
 
- setTlsVersions(TLS...) - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
- 
Assigns enabled TLSversions.
 
- setTlsVersions(String...) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
- 
Assigns enabled TLSversions.
 
- setTlsVersions(TLS...) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
- 
Assigns enabled TLSversions.
 
- setUseCanonicalHostname(KerberosConfig.Option) - Method in class org.apache.hc.client5.http.auth.KerberosConfig.Builder
-  
- setUseCanonicalHostname(boolean) - Method in class org.apache.hc.client5.http.auth.KerberosConfig.Builder
-  
- setUserAgent(String) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
Assigns User-Agentvalue.
 
- setUserAgent(String) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Assigns User-Agentvalue.
 
- setUserAgent(String) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
Assigns User-Agentvalue.
 
- setUserToken(Object) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-  
- setUserTokenHandler(UserTokenHandler) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
- setUserTokenHandler(UserTokenHandler) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
- setValidateAfterInactivity(TimeValue) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- 
- setValidateAfterInactivity(TimeValue) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- 
Sets period after inactivity after which persistent
 connections must be checked to ensure they are still valid. 
- setValidateAfterInactivity(TimeValue) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- 
- setValidateAfterInactivity(TimeValue) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
- 
Sets period after inactivity after which persistent
 connections must be checked to ensure they are still valid. 
- setValue(String) - Method in interface org.apache.hc.client5.http.cookie.SetCookie
-  
- setValue(String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- 
Sets the value 
- setVersion(ProtocolVersion) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
-  
- setVersionPolicy(HttpVersionPolicy) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Sets HTTP protocol version policy. 
- setWeakETagOnPutDeleteAllowed(boolean) - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
- 
Allows or disallows weak etags to be used with PUT/DELETE If-Match requests. 
- SHA256KeyHashingScheme - Class in org.apache.hc.client5.http.impl.cache.memcached
- 
- SHA256KeyHashingScheme() - Constructor for class org.apache.hc.client5.http.impl.cache.memcached.SHA256KeyHashingScheme
-  
- shouldBackoff(Throwable) - Method in interface org.apache.hc.client5.http.classic.ConnectionBackoffStrategy
- 
Determines whether seeing the given Throwableas
 a result of request execution should result in a backoff
 signal.
 
- shouldBackoff(HttpResponse) - Method in interface org.apache.hc.client5.http.classic.ConnectionBackoffStrategy
- 
Determines whether receiving the given HttpResponseas
 a result of request execution should result in a backoff
 signal.
 
- shouldBackoff(Throwable) - Method in class org.apache.hc.client5.http.impl.classic.DefaultBackoffStrategy
-  
- shouldBackoff(HttpResponse) - Method in class org.apache.hc.client5.http.impl.classic.DefaultBackoffStrategy
-  
- shouldBackoff(Throwable) - Method in class org.apache.hc.client5.http.impl.classic.NullBackoffStrategy
-  
- shouldBackoff(HttpResponse) - Method in class org.apache.hc.client5.http.impl.classic.NullBackoffStrategy
-  
- shutdown() - Method in class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
-  
- shutdown() - Method in class org.apache.hc.client5.http.impl.IdleConnectionEvictor
-  
- SimpleBody - Class in org.apache.hc.client5.http.async.methods
- 
Message body representation as a simple text string or an array of bytes. 
- SimpleHttpRequest - Class in org.apache.hc.client5.http.async.methods
- 
HTTP request that can enclose a body represented as a simple text string or an array of bytes. 
- SimpleHttpRequest(String, String) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
-  
- SimpleHttpRequest(String, HttpHost, String) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
-  
- SimpleHttpRequest(String, URI) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
-  
- SimpleHttpRequests - Class in org.apache.hc.client5.http.async.methods
- 
Common HTTP methods using  SimpleHttpRequest as a HTTP request message representation. 
- SimpleHttpRequests() - Constructor for class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-  
- SimpleHttpResponse - Class in org.apache.hc.client5.http.async.methods
- 
HTTP response that can enclose a body represented as a simple text string or an array of bytes. 
- SimpleHttpResponse(int) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
-  
- SimpleHttpResponse(int, String) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
-  
- SimpleRequestProducer - Class in org.apache.hc.client5.http.async.methods
- 
HTTP request producer that generates message data stream events based
 on content of a  SimpleHttpRequest instance. 
- SimpleResponseConsumer - Class in org.apache.hc.client5.http.async.methods
- 
HTTP response consumer that generates a  SimpleHttpResponse instance based on events
 of an incoming data stream. 
- size() - Method in class org.apache.hc.client5.http.protocol.RedirectLocations
- 
Returns the number of elements in this list. 
- skip(long) - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
- 
Skip 
- SPNEGO - Static variable in class org.apache.hc.client5.http.auth.StandardAuthScheme
- 
SPNEGO authentication scheme as defined in RFC 4559 and RFC 4178
 (considered to be the most secure among currently supported
 authentication schemes if Kerberos is selected). 
- SPNegoScheme - Class in org.apache.hc.client5.http.impl.auth
- 
SPNEGO (Simple and Protected GSSAPI Negotiation Mechanism) authentication
 scheme. 
- SPNegoScheme(KerberosConfig, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.auth.SPNegoScheme
-  
- SPNegoScheme() - Constructor for class org.apache.hc.client5.http.impl.auth.SPNegoScheme
-  
- SPNegoSchemeFactory - Class in org.apache.hc.client5.http.impl.auth
- 
- SPNegoSchemeFactory(KerberosConfig, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.auth.SPNegoSchemeFactory
-  
- SSLConnectionSocketFactory - Class in org.apache.hc.client5.http.ssl
- 
Layered socket factory for TLS/SSL connections. 
- SSLConnectionSocketFactory(SSLContext) - Constructor for class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-  
- SSLConnectionSocketFactory(SSLContext, HostnameVerifier) - Constructor for class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-  
- SSLConnectionSocketFactory(SSLContext, String[], String[], HostnameVerifier) - Constructor for class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-  
- SSLConnectionSocketFactory(SSLSocketFactory, HostnameVerifier) - Constructor for class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-  
- SSLConnectionSocketFactory(SSLSocketFactory, String[], String[], HostnameVerifier) - Constructor for class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-  
- SSLConnectionSocketFactoryBuilder - Class in org.apache.hc.client5.http.ssl
- 
- SSLConnectionSocketFactoryBuilder() - Constructor for class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
-  
- STALE_IF_ERROR - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- STALE_WHILE_REVALIDATE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- StandardAuthScheme - Class in org.apache.hc.client5.http.auth
- 
Authentication schemes by their names supported by the HttpClient. 
- StandardCookieSpec - Class in org.apache.hc.client5.http.cookie
- 
Cookie specifications by their names supported by the HttpClient. 
- start(HttpRequest, HttpResponse, ContentType) - Method in class org.apache.hc.client5.http.async.methods.AbstractBinPushConsumer
- 
Triggered to signal the beginning of response processing. 
- start(HttpResponse, ContentType) - Method in class org.apache.hc.client5.http.async.methods.AbstractBinResponseConsumer
- 
Triggered to signal the beginning of response processing. 
- start(HttpRequest, HttpResponse, ContentType) - Method in class org.apache.hc.client5.http.async.methods.AbstractCharPushConsumer
- 
Triggered to signal the beginning of data processing. 
- start(HttpResponse, ContentType) - Method in class org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer
- 
Triggered to signal the beginning of data processing. 
- start() - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
-  
- start() - Method in class org.apache.hc.client5.http.impl.IdleConnectionEvictor
-  
- status - Variable in class org.apache.hc.client5.testing.redirect.Redirect
-  
- store(String, T, FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
-  
- store(String, T) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
-  
- store(String, T) - Method in class org.apache.hc.client5.http.impl.cache.ehcache.EhcacheHttpCacheStorage
-  
- store(String, byte[], FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpAsyncCacheStorage
-  
- store(String, byte[]) - Method in class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpCacheStorage
-  
- streamEnd(List<? extends Header>) - Method in class org.apache.hc.client5.testing.async.AsyncEchoHandler
-  
- streamEnd(List<? extends Header>) - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler
-  
- streamEnd(List<? extends Header>) - Method in class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
-  
- streamEnd(List<? extends Header>) - Method in class org.apache.hc.client5.testing.async.RedirectingAsyncDecorator
-  
- STRICT - Static variable in class org.apache.hc.client5.http.cookie.StandardCookieSpec
- 
The RFC 6265 compliant policy (strict profile). 
- StringBody - Class in org.apache.hc.client5.http.entity.mime
- 
Text body part backed by a byte array. 
- StringBody(String, ContentType) - Constructor for class org.apache.hc.client5.http.entity.mime.StringBody
-  
- submitCommand(Command, Command.Priority) - Method in interface org.apache.hc.client5.http.nio.ManagedAsyncClientConnection
- 
Submits the given command for execution. 
- supplyConsumer(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.testing.async.AbstractSimpleServerExchangeHandler
-  
- SystemDefaultCredentialsProvider - Class in org.apache.hc.client5.http.impl.auth
- 
- SystemDefaultCredentialsProvider() - Constructor for class org.apache.hc.client5.http.impl.auth.SystemDefaultCredentialsProvider
- 
Default constructor. 
- SystemDefaultDnsResolver - Class in org.apache.hc.client5.http
- 
DNS resolver that uses the default OS implementation for resolving host names. 
- SystemDefaultDnsResolver() - Constructor for class org.apache.hc.client5.http.SystemDefaultDnsResolver
-  
- SystemDefaultRoutePlanner - Class in org.apache.hc.client5.http.impl.routing
- 
- SystemDefaultRoutePlanner(SchemePortResolver, ProxySelector) - Constructor for class org.apache.hc.client5.http.impl.routing.SystemDefaultRoutePlanner
-  
- SystemDefaultRoutePlanner(ProxySelector) - Constructor for class org.apache.hc.client5.http.impl.routing.SystemDefaultRoutePlanner
-  
- UNREACHABLE - Static variable in interface org.apache.hc.client5.http.routing.HttpRouteDirector
- 
Indicates that the route can not be established at all. 
- UnsupportedDigestAlgorithmException - Exception in org.apache.hc.client5.http.impl.auth
- 
Authentication credentials required to respond to a authentication
 challenge are invalid 
- UnsupportedDigestAlgorithmException() - Constructor for exception org.apache.hc.client5.http.impl.auth.UnsupportedDigestAlgorithmException
- 
Creates a new UnsupportedAuthAlgoritmException with a nulldetail message.
 
- UnsupportedDigestAlgorithmException(String) - Constructor for exception org.apache.hc.client5.http.impl.auth.UnsupportedDigestAlgorithmException
- 
Creates a new UnsupportedAuthAlgoritmException with the specified message. 
- UnsupportedDigestAlgorithmException(String, Throwable) - Constructor for exception org.apache.hc.client5.http.impl.auth.UnsupportedDigestAlgorithmException
- 
Creates a new UnsupportedAuthAlgoritmException with the specified detail message and cause. 
- UnsupportedSchemeException - Exception in org.apache.hc.client5.http
- 
Signals failure to establish connection using an unknown protocol scheme. 
- UnsupportedSchemeException(String) - Constructor for exception org.apache.hc.client5.http.UnsupportedSchemeException
- 
Creates a UnsupportedSchemeException with the specified detail message. 
- updateAuthState(HttpHost, ChallengeType, HttpResponse, AuthenticationStrategy, AuthExchange, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.HttpAuthenticator
- 
- updateCapacity(CapacityChannel) - Method in class org.apache.hc.client5.testing.async.AsyncEchoHandler
-  
- updateCapacity(CapacityChannel) - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler
-  
- updateCapacity(CapacityChannel) - Method in class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
-  
- updateCapacity(CapacityChannel) - Method in class org.apache.hc.client5.testing.async.RedirectingAsyncDecorator
-  
- updateCAS(String, CAS, T, FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
-  
- updateCAS(String, CAS, T) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
-  
- updateCAS(String, T, T) - Method in class org.apache.hc.client5.http.impl.cache.ehcache.EhcacheHttpCacheStorage
-  
- updateCAS(String, CASValue<Object>, byte[], FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpAsyncCacheStorage
-  
- updateCAS(String, CASValue<Object>, byte[]) - Method in class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpCacheStorage
-  
- updateEntry(String, HttpCacheCASOperation, FutureCallback<Boolean>) - Method in interface org.apache.hc.client5.http.cache.HttpAsyncCacheStorage
- 
Atomically applies the given callback to processChallenge an existing cache
 entry under a given key. 
- updateEntry(String, HttpCacheCASOperation, FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.cache.HttpAsyncCacheStorageAdaptor
-  
- updateEntry(String, HttpCacheCASOperation) - Method in interface org.apache.hc.client5.http.cache.HttpCacheStorage
- 
Atomically applies the given callback to processChallenge an existing cache
 entry under a given key. 
- updateEntry(String, HttpCacheCASOperation, FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
-  
- updateEntry(String, HttpCacheCASOperation) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
-  
- updateEntry(String, HttpCacheCASOperation) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCacheStorage
-  
- updateEntry(String, HttpCacheCASOperation) - Method in class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
-  
- upgrade(ConnectionEndpoint, HttpContext) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
-  
- upgrade(ManagedHttpClientConnection, HttpHost, HttpContext) - Method in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
-  
- upgrade(ConnectionEndpoint, HttpContext) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-  
- upgrade(AsyncConnectionEndpoint, Object, HttpContext) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-  
- upgrade(ConnectionEndpoint, HttpContext) - Method in interface org.apache.hc.client5.http.io.HttpClientConnectionManager
- 
Upgrades transport security of the given endpoint by using the TLS security protocol. 
- upgrade(ManagedHttpClientConnection, HttpHost, HttpContext) - Method in interface org.apache.hc.client5.http.io.HttpClientConnectionOperator
- 
Upgrades transport security of the given managed connection
 by using the TLS security protocol. 
- upgrade(AsyncConnectionEndpoint, Object, HttpContext) - Method in interface org.apache.hc.client5.http.nio.AsyncClientConnectionManager
- 
Upgrades transport security of the given endpoint by using the TLS security protocol. 
- upgrade(ManagedAsyncClientConnection, HttpHost, Object) - Method in interface org.apache.hc.client5.http.nio.AsyncClientConnectionOperator
- 
Upgrades transport security of the given managed connection
 by using the TLS security protocol. 
- upgradeTls(HttpClientContext) - Method in interface org.apache.hc.client5.http.async.AsyncExecRuntime
- 
Upgrades transport security of the active connection by using the TLS security protocol. 
- upgradeTls(HttpClientContext) - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
- 
Upgrades transport security of the active connection by using the TLS security protocol. 
- URIUtils - Class in org.apache.hc.client5.http.utils
- 
A collection of utilities for  URIs, to workaround
 bugs within the class or for ease-of-use features. 
- UrlEncodedFormEntity - Class in org.apache.hc.client5.http.entity
- 
An entity composed of a list of url-encoded pairs. 
- UrlEncodedFormEntity(Iterable<? extends NameValuePair>, Charset) - Constructor for class org.apache.hc.client5.http.entity.UrlEncodedFormEntity
- 
- UrlEncodedFormEntity(List<? extends NameValuePair>) - Constructor for class org.apache.hc.client5.http.entity.UrlEncodedFormEntity
- 
Constructs a new  UrlEncodedFormEntity with the list
 of parameters with the default encoding of  ContentType.APPLICATION_FORM_URLENCODED
- UrlEncodedFormEntity(Iterable<? extends NameValuePair>) - Constructor for class org.apache.hc.client5.http.entity.UrlEncodedFormEntity
- 
Constructs a new  UrlEncodedFormEntity with the list
 of parameters with the default encoding of  ContentType.APPLICATION_FORM_URLENCODED
- use(Executor) - Method in class org.apache.hc.client5.http.fluent.Async
-  
- use(Executor) - Method in class org.apache.hc.client5.http.fluent.Async
-  
- use(CredentialsStore) - Method in class org.apache.hc.client5.http.fluent.Executor
-  
- use(CookieStore) - Method in class org.apache.hc.client5.http.fluent.Executor
-  
- useExpectContinue() - Method in class org.apache.hc.client5.http.fluent.Request
-  
- USER_TOKEN - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
- 
Attribute name of a  Object object that represents
 the actual user identity such as user  Principal. 
- userAgent(String) - Method in class org.apache.hc.client5.http.fluent.Request
-  
- UsernamePasswordCredentials - Class in org.apache.hc.client5.http.auth
- 
Simple  Credentials representation based on a user name / password
 pair. 
- UsernamePasswordCredentials(String, char[]) - Constructor for class org.apache.hc.client5.http.auth.UsernamePasswordCredentials
- 
The constructor with the username and password arguments. 
- UserTokenHandler - Interface in org.apache.hc.client5.http
- 
A handler for determining if the given execution context is user specific
 or not. 
- useSystemProperties() - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 
Use system properties when creating and configuring default
 implementations. 
- useSystemProperties() - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- 
Use system properties when creating and configuring default
 implementations. 
- useSystemProperties() - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 
Use system properties when creating and configuring default
 implementations. 
- useSystemProperties() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- 
Use system properties when creating and configuring default
 implementations. 
- useSystemProperties() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
- 
Use system properties when creating and configuring default
 implementations. 
- useSystemProperties() - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
- 
Use system properties when creating and configuring default
 implementations. 
- useSystemProperties() - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
- 
Use system properties when creating and configuring default
 implementations. 
- validate(Cookie, CookieOrigin) - Method in interface org.apache.hc.client5.http.cookie.CookieAttributeHandler
- 
Peforms cookie validation for the given attribute value. 
- validate(Cookie, CookieOrigin) - Method in interface org.apache.hc.client5.http.cookie.CookieSpec
- 
Validate the cookie according to validation rules defined by the
  cookie specification. 
- validate(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler
-  
- validate(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.BasicDomainHandler
-  
- validate(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.BasicPathHandler
-  
- validate(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.CookieSpecBase
-  
- validate(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter
-  
- validate(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
-  
- validateConnection() - Method in interface org.apache.hc.client5.http.async.AsyncExecRuntime
- 
Validates the connection making sure it can be used to execute requests. 
- valueOf(String) - Static method in enum org.apache.hc.client5.http.auth.AuthExchange.State
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.apache.hc.client5.http.auth.ChallengeType
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.apache.hc.client5.http.auth.KerberosConfig.Option
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.apache.hc.client5.http.cache.CacheResponseStatus
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.apache.hc.client5.http.entity.mime.HttpMultipartMode
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.apache.hc.client5.http.impl.ChainElement
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory.CompatibilityLevel
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.apache.hc.client5.http.psl.DomainType
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.apache.hc.client5.http.RouteInfo.LayerType
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.apache.hc.client5.http.RouteInfo.TunnelType
- 
Returns the enum constant of this type with the specified name. 
- valueOf(String) - Static method in enum org.apache.hc.client5.testing.redirect.Redirect.ConnControl
- 
Returns the enum constant of this type with the specified name. 
- values() - Static method in enum org.apache.hc.client5.http.auth.AuthExchange.State
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.apache.hc.client5.http.auth.ChallengeType
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.apache.hc.client5.http.auth.KerberosConfig.Option
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.apache.hc.client5.http.cache.CacheResponseStatus
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.apache.hc.client5.http.entity.mime.HttpMultipartMode
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.apache.hc.client5.http.impl.ChainElement
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory.CompatibilityLevel
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.apache.hc.client5.http.psl.DomainType
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.apache.hc.client5.http.RouteInfo.LayerType
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.apache.hc.client5.http.RouteInfo.TunnelType
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- values() - Static method in enum org.apache.hc.client5.testing.redirect.Redirect.ConnControl
- 
Returns an array containing the constants of this enum type, in
the order they are declared. 
- VARY - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- verify(String, SSLSession) - Method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
-  
- verify(String, X509Certificate) - Method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
-  
- verify(String, X509Certificate) - Method in interface org.apache.hc.client5.http.ssl.HttpClientHostnameVerifier
- 
Verifies the supplied server  X509Certificate and ensures it matches
 the original host name. 
- verify(String, SSLSession) - Method in class org.apache.hc.client5.http.ssl.NoopHostnameVerifier
-  
- verifySession(String, SSLSession) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-  
- version(HttpVersion) - Method in class org.apache.hc.client5.http.fluent.Request
-  
- VIA - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-  
- viaProxy(HttpHost) - Method in class org.apache.hc.client5.http.fluent.Request
-  
- viaProxy(String) - Method in class org.apache.hc.client5.http.fluent.Request
-