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

A

abort() - Method in interface org.apache.hc.client5.http.classic.methods.HttpUriRequest
Aborts execution of the request.
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
 
abort() - Method in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
 
AbstractBackoff - Class in org.apache.hc.client5.http.impl.classic
AbstractBackoff is an abstract class that provides a common implementation for managing backoff behavior in HttpClient connection pool.
AbstractBackoff - Class in org.apache.hc.client5.http.impl.classic
AbstractBackoff is an abstract class that provides a common implementation for managing backoff behavior in HttpClient connection pool.
AbstractBackoff(ConnPoolControl<HttpRoute>) - Constructor for class org.apache.hc.client5.http.impl.classic.AbstractBackoff
Constructs a new ExponentialBackoffManager with the specified connection pool control.
AbstractBackoff(ConnPoolControl<HttpRoute>) - Constructor for class org.apache.hc.client5.http.impl.classic.AbstractBackoff
Constructs a new ExponentialBackoffManager with the specified connection pool control.
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<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
 
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<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
 
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 - 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
 
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<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
 
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 - 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
 
AbstractCharPushConsumer(int, CharCodingConfig) - Constructor for class org.apache.hc.client5.http.async.methods.AbstractCharPushConsumer
 
AbstractCharPushConsumer() - Constructor for class org.apache.hc.client5.http.async.methods.AbstractCharPushConsumer
 
AbstractCharPushConsumer(int, CharCodingConfig) - 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<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
 
AbstractCharResponseConsumer(int, CharCodingConfig) - Constructor for class org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer
 
AbstractCharResponseConsumer() - Constructor for class org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer
 
AbstractCharResponseConsumer(int, CharCodingConfig) - Constructor for class org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer
 
AbstractContentBody - Class in org.apache.hc.client5.http.entity.mime
 
AbstractContentBody - Class in org.apache.hc.client5.http.entity.mime
 
AbstractContentBody(ContentType) - Constructor for class org.apache.hc.client5.http.entity.mime.AbstractContentBody
 
AbstractContentBody(ContentType) - Constructor for class org.apache.hc.client5.http.entity.mime.AbstractContentBody
 
AbstractCookieAttributeHandler - Class in org.apache.hc.client5.http.impl.cookie
 
AbstractCookieAttributeHandler - Class in org.apache.hc.client5.http.impl.cookie
 
AbstractCookieAttributeHandler() - Constructor for class org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler
 
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 - 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
 
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 HttpClientResponseHandler that works with the response entity for successful (2xx) responses.
AbstractHttpClientResponseHandler<T> - Class in org.apache.hc.client5.http.impl.classic
A generic HttpClientResponseHandler that works with the response entity for successful (2xx) responses.
AbstractHttpClientResponseHandler() - Constructor for class org.apache.hc.client5.http.impl.classic.AbstractHttpClientResponseHandler
 
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<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
 
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<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
 
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 - Class in org.apache.hc.client5.testing.async
 
AbstractSimpleServerExchangeHandler() - Constructor for class org.apache.hc.client5.testing.async.AbstractSimpleServerExchangeHandler
 
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, 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.
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.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.
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.cache.HttpCacheContext
 
adapt(HttpContext) - Static method in class org.apache.hc.client5.http.protocol.HttpClientContext
 
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, String) - Method in class org.apache.hc.client5.http.fluent.Form
 
add(AuthScope, Credentials) - Method in class org.apache.hc.client5.http.impl.auth.CredentialsProviderBuilder
 
add(AuthScope, String, char[]) - Method in class org.apache.hc.client5.http.impl.auth.CredentialsProviderBuilder
 
add(HttpHost, Credentials) - Method in class org.apache.hc.client5.http.impl.auth.CredentialsProviderBuilder
 
add(HttpHost, String, char[]) - Method in class org.apache.hc.client5.http.impl.auth.CredentialsProviderBuilder
 
add(AuthScope, Credentials) - Method in class org.apache.hc.client5.http.impl.auth.CredentialsProviderBuilder
 
add(AuthScope, String, char[]) - Method in class org.apache.hc.client5.http.impl.auth.CredentialsProviderBuilder
 
add(HttpHost, Credentials) - Method in class org.apache.hc.client5.http.impl.auth.CredentialsProviderBuilder
 
add(HttpHost, String, char[]) - Method in class org.apache.hc.client5.http.impl.auth.CredentialsProviderBuilder
 
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(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.
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 .
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
 
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.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.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.
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 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.
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
Adds an array of HTTP cookies.
addCookies(Cookie[]) - Method in class org.apache.hc.client5.http.cookie.BasicCookieStore
Adds an array of HTTP cookies.
addEpilogue(String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
Adds an epilogue to the multipart entity being constructed.
addEpilogue(String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
Adds an epilogue to the multipart entity being constructed.
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.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, 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.
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.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, 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.
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.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, 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.
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.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, 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.
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) - 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(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
 
addField(MimeField) - Method in class org.apache.hc.client5.http.entity.mime.Header
 
addHeader(Header) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
 
addHeader(String, String) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
 
addHeader(Header) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
 
addHeader(String, String) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
 
addHeader(Header) - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
 
addHeader(String, String) - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
 
addHeader(Header) - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
 
addHeader(String, String) - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
 
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(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.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
 
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
 
addParameter(NameValuePair) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
 
addParameter(String, String) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
 
addParameter(NameValuePair) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
 
addParameter(String, String) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
 
addParameter(BasicNameValuePair) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
Add parameter to the current ContentType.
addParameter(BasicNameValuePair) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
Add parameter to the current ContentType.
addParameters(NameValuePair...) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
 
addParameters(NameValuePair...) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
 
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
 
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
 
addPreamble(String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
Adds a preamble to the multipart entity being constructed.
addPreamble(String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
Adds a preamble to the multipart entity being constructed.
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.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.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.
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.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.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.
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.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.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.
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.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.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.
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
 
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
 
AGE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
 
AIMDBackoffManager - Class in org.apache.hc.client5.http.impl.classic
The AIMDBackoffManager applies an additive increase, multiplicative decrease (AIMD) to managing a dynamic limit to the number of connections allowed to a given host.
AIMDBackoffManager - Class in org.apache.hc.client5.http.impl.classic
The AIMDBackoffManager applies an additive increase, multiplicative decrease (AIMD) to managing a dynamic limit to the number of connections allowed to a given host.
AIMDBackoffManager(ConnPoolControl<HttpRoute>) - Constructor for class org.apache.hc.client5.http.impl.classic.AIMDBackoffManager
Constructs an AIMDBackoffManager with the specified ConnPoolControl and Clock.
AIMDBackoffManager(ConnPoolControl<HttpRoute>) - Constructor for class org.apache.hc.client5.http.impl.classic.AIMDBackoffManager
Constructs an AIMDBackoffManager with the specified ConnPoolControl and Clock.
ALLOW - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
 
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
 
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
 
asBytes() - Method in class org.apache.hc.client5.http.fluent.Content
 
asStream() - 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
 
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.
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.
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.
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 - 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, SchemePortResolver, boolean) - Constructor for class org.apache.hc.client5.http.impl.async.AsyncConnectExec
 
AsyncConnectExec(HttpProcessor, AuthenticationStrategy, SchemePortResolver, boolean) - 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 - 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
 
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 - 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
 
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.
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 - Interface in org.apache.hc.client5.http.async
Represents a single element in the client side asynchronous request execution chain.
AsyncExecChain.Scheduler - Interface in org.apache.hc.client5.http.async
Request execution scheduler
AsyncExecChain.Scheduler - Interface in org.apache.hc.client5.http.async
Request execution scheduler
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 - 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.
AsyncExecChainHandler - Interface in org.apache.hc.client5.http.async
Abstract request execution handler in an asynchronous client side request execution chain.
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.
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 - 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
 
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.
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 - 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() - 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 - Class in org.apache.hc.client5.testing.async
An entity that generates random data.
AsyncRedirectExec - Class in org.apache.hc.client5.http.impl.async
Request execution handler in the asynchronous request execution chain responsible for handling of request redirects.
AsyncRedirectExec - Class in org.apache.hc.client5.http.impl.async
Request execution handler in the asynchronous request execution chain responsible 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(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_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.
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.
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.
AuthCacheKeeper - Class in org.apache.hc.client5.http.impl.auth
Utility class that implements commons aspects of the client side authentication cache keeping.
AuthCacheKeeper - Class in org.apache.hc.client5.http.impl.auth
Utility class that implements commons aspects of the client side authentication cache keeping.
AuthCacheKeeper(SchemePortResolver) - Constructor for class org.apache.hc.client5.http.impl.auth.AuthCacheKeeper
 
AuthCacheKeeper(SchemePortResolver) - Constructor for class org.apache.hc.client5.http.impl.auth.AuthCacheKeeper
 
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 - 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
 
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 - Class in org.apache.hc.client5.http.impl.auth
Authentication challenge parser.
AuthChallengeParser() - Constructor for class org.apache.hc.client5.http.impl.auth.AuthChallengeParser
 
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
 
authenticate(URIAuthority, String, String) - Method in interface org.apache.hc.client5.testing.auth.Authenticator
 
AuthenticatingAsyncDecorator - Class in org.apache.hc.client5.testing.async
 
AuthenticatingAsyncDecorator - Class in org.apache.hc.client5.testing.async
 
AuthenticatingAsyncDecorator(AsyncServerExchangeHandler, AuthenticationHandler<String>, Authenticator) - Constructor for class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
 
AuthenticatingAsyncDecorator(AsyncServerExchangeHandler, Authenticator) - Constructor for class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
 
AuthenticatingAsyncDecorator(AsyncServerExchangeHandler, AuthenticationHandler<String>, Authenticator) - Constructor for class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
 
AuthenticatingAsyncDecorator(AsyncServerExchangeHandler, Authenticator) - Constructor for class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
 
AuthenticatingDecorator - Class in org.apache.hc.client5.testing.classic
 
AuthenticatingDecorator - Class in org.apache.hc.client5.testing.classic
 
AuthenticatingDecorator(HttpServerRequestHandler, AuthenticationHandler<String>, Authenticator) - Constructor for class org.apache.hc.client5.testing.classic.AuthenticatingDecorator
 
AuthenticatingDecorator(HttpServerRequestHandler, Authenticator) - Constructor for class org.apache.hc.client5.testing.classic.AuthenticatingDecorator
 
AuthenticatingDecorator(HttpServerRequestHandler, AuthenticationHandler<String>, Authenticator) - Constructor for class org.apache.hc.client5.testing.classic.AuthenticatingDecorator
 
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 - 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 null detail 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.
AuthenticationException() - Constructor for exception org.apache.hc.client5.http.auth.AuthenticationException
Creates a new AuthenticationException with a null detail 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.
AuthenticationHandler<T> - Interface in org.apache.hc.client5.testing.auth
 
AuthenticationHandler<T> - Interface in org.apache.hc.client5.testing.auth
 
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).
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
 
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 - 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() - Constructor for class org.apache.hc.client5.http.auth.AuthExchange
 
AuthExchange.State - Enum in org.apache.hc.client5.http.auth
 
AuthExchange.State - Enum in org.apache.hc.client5.http.auth
 
AUTHORIZATION - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
 
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
 
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
 
authPreemptiveProxy(HttpHost) - Method in class org.apache.hc.client5.http.fluent.Executor
 
authPreemptiveProxy(String) - Method in class org.apache.hc.client5.http.fluent.Executor
 
AuthResult - Class in org.apache.hc.client5.testing.auth
 
AuthResult - Class in org.apache.hc.client5.testing.auth
 
AuthResult(boolean, List<NameValuePair>) - Constructor for class org.apache.hc.client5.testing.auth.AuthResult
 
AuthResult(boolean, NameValuePair...) - Constructor for class org.apache.hc.client5.testing.auth.AuthResult
 
AuthResult(boolean, List<NameValuePair>) - Constructor for class org.apache.hc.client5.testing.auth.AuthResult
 
AuthResult(boolean, NameValuePair...) - Constructor for class org.apache.hc.client5.testing.auth.AuthResult
 
AuthScheme - Interface in org.apache.hc.client5.http.auth
This interface represents an abstract challenge-response oriented authentication scheme.
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.
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
Factory for AuthScheme implementations.
AuthSchemeFactory - Interface in org.apache.hc.client5.http.auth
Factory for AuthScheme implementations.
AuthSchemeSupport - Class in org.apache.hc.client5.http.impl.auth
 
AuthSchemeSupport - Class in org.apache.hc.client5.http.impl.auth
 
AuthSchemeSupport() - Constructor for class org.apache.hc.client5.http.impl.auth.AuthSchemeSupport
 
AuthSchemeSupport() - Constructor for class org.apache.hc.client5.http.impl.auth.AuthSchemeSupport
 
AuthScope - Class in org.apache.hc.client5.http.auth
AuthScope represents an authentication scope consisting of an application protocol, a host name, a port number, a realm name and an authentication scheme name.
AuthScope - Class in org.apache.hc.client5.http.auth
AuthScope represents 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, and schemeName.
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 host and port.
AuthScope(AuthScope) - Constructor for class org.apache.hc.client5.http.auth.AuthScope
Creates a copy of the given credentials scope.
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, and schemeName.
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 host and port.
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.
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.
available() - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
Get available.
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.AsyncEchoHandler
 
available() - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler
 
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.AuthenticatingAsyncDecorator
 
available() - Method in class org.apache.hc.client5.testing.async.RedirectingAsyncDecorator
 
available() - Method in class org.apache.hc.client5.testing.async.RedirectingAsyncDecorator
 
available() - Method in class org.apache.hc.client5.testing.async.ServiceUnavailableAsyncDecorator
 
available() - Method in class org.apache.hc.client5.testing.async.ServiceUnavailableAsyncDecorator
 
availableData() - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler.RandomBinAsyncEntityProducer
 
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
 
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
 
awaitTermination(Timeout) - Method in class org.apache.hc.client5.http.impl.IdleConnectionEvictor
 

B

backOff(HttpRoute) - Method in interface org.apache.hc.client5.http.classic.BackoffManager
Called when we have decided that the result of using a connection should be interpreted as a backoff signal.
backOff(HttpRoute) - Method in interface org.apache.hc.client5.http.classic.BackoffManager
Called when we have decided that the result of using a connection should be interpreted as a backoff signal.
backOff(HttpRoute) - Method in class org.apache.hc.client5.http.impl.classic.AbstractBackoff
Reduces the number of maximum allowed connections for the specified route based on the exponential backoff algorithm.
backOff(HttpRoute) - Method in class org.apache.hc.client5.http.impl.classic.AbstractBackoff
Reduces the number of maximum allowed connections for the specified route based on the exponential backoff algorithm.
backOff(HttpRoute) - Method in class org.apache.hc.client5.http.impl.classic.LinearBackoffManager
 
backOff(HttpRoute) - Method in class org.apache.hc.client5.http.impl.classic.LinearBackoffManager
 
BackoffManager - Interface in org.apache.hc.client5.http.classic
Represents a controller that dynamically adjusts the size of an available connection pool based on feedback from using the connections.
BackoffManager - Interface in org.apache.hc.client5.http.classic
Represents a controller that dynamically adjusts the size of an available connection pool based on feedback from using the connections.
BackoffStrategyExec - Class in org.apache.hc.client5.http.impl.classic
Request execution handler in the classic request execution chain that is responsible for execution of an ConnectionBackoffStrategy.
BackoffStrategyExec - Class in org.apache.hc.client5.http.impl.classic
Request execution handler in the classic request execution chain that is responsible for execution of an ConnectionBackoffStrategy.
BackoffStrategyExec(ConnectionBackoffStrategy, BackoffManager) - Constructor for class org.apache.hc.client5.http.impl.classic.BackoffStrategyExec
Constructs a BackoffStrategyExec with the specified ConnectionBackoffStrategy and BackoffManager.
BackoffStrategyExec(ConnectionBackoffStrategy, BackoffManager) - Constructor for class org.apache.hc.client5.http.impl.classic.BackoffStrategyExec
Constructs a BackoffStrategyExec with the specified ConnectionBackoffStrategy and BackoffManager.
Base64 - Class in org.apache.hc.client5.http.utils
Provide implementations of the Base64 conversion methods from Commons Codec, delegating to the Java Base64 implementation.
Base64 - Class in org.apache.hc.client5.http.utils
Provide implementations of the Base64 conversion methods from Commons Codec, delegating to the Java Base64 implementation.
Base64() - Constructor for class org.apache.hc.client5.http.utils.Base64
Return an instance of the Base64 codec that use the regular Base64 alphabet (as opposed to the URL-safe alphabet).
Base64(int) - Constructor for class org.apache.hc.client5.http.utils.Base64
Creates a Base64 codec used for decoding and encoding in URL-unsafe mode.
Base64() - Constructor for class org.apache.hc.client5.http.utils.Base64
Return an instance of the Base64 codec that use the regular Base64 alphabet (as opposed to the URL-safe alphabet).
Base64(int) - Constructor for class org.apache.hc.client5.http.utils.Base64
Creates a Base64 codec used for decoding and encoding in URL-unsafe mode.
BASIC - Static variable in class org.apache.hc.client5.http.auth.StandardAuthScheme
Basic authentication scheme (considered inherently insecure without TLS, but most widely supported).
BASIC - Static variable in class org.apache.hc.client5.http.auth.StandardAuthScheme
Basic authentication scheme (considered inherently insecure without TLS, but most widely supported).
BasicAuthCache - Class in org.apache.hc.client5.http.impl.auth
Default implementation of AuthCache.
BasicAuthCache - Class in org.apache.hc.client5.http.impl.auth
Default implementation of AuthCache.
BasicAuthCache(SchemePortResolver) - Constructor for class org.apache.hc.client5.http.impl.auth.BasicAuthCache
Default constructor.
BasicAuthCache() - Constructor for class org.apache.hc.client5.http.impl.auth.BasicAuthCache
 
BasicAuthCache(SchemePortResolver) - Constructor for class org.apache.hc.client5.http.impl.auth.BasicAuthCache
Default constructor.
BasicAuthCache() - Constructor for class org.apache.hc.client5.http.impl.auth.BasicAuthCache
 
BasicAuthenticationHandler - Class in org.apache.hc.client5.testing.auth
 
BasicAuthenticationHandler - Class in org.apache.hc.client5.testing.auth
 
BasicAuthenticationHandler(Charset) - Constructor for class org.apache.hc.client5.testing.auth.BasicAuthenticationHandler
 
BasicAuthenticationHandler() - Constructor for class org.apache.hc.client5.testing.auth.BasicAuthenticationHandler
BasicAuthenticationHandler(Charset) - Constructor for class org.apache.hc.client5.testing.auth.BasicAuthenticationHandler
 
BasicAuthenticationHandler() - Constructor for class org.apache.hc.client5.testing.auth.BasicAuthenticationHandler
BasicAuthTokenExtractor - Class in org.apache.hc.client5.testing.auth
Deprecated.
BasicAuthTokenExtractor - Class in org.apache.hc.client5.testing.auth
Deprecated.
BasicAuthTokenExtractor() - Constructor for class org.apache.hc.client5.testing.auth.BasicAuthTokenExtractor
Deprecated.
 
BasicAuthTokenExtractor() - Constructor for class org.apache.hc.client5.testing.auth.BasicAuthTokenExtractor
Deprecated.
 
BasicClientCookie - Class in org.apache.hc.client5.http.impl.cookie
Default implementation of SetCookie.
BasicClientCookie - Class in org.apache.hc.client5.http.impl.cookie
Default implementation of SetCookie.
BasicClientCookie(String, String) - Constructor for class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
Default Constructor taking a name and a value.
BasicClientCookie(String, String) - Constructor for class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
Default Constructor taking a name and a value.
BasicCookieStore - Class in org.apache.hc.client5.http.cookie
Default implementation of CookieStore
BasicCookieStore - Class in org.apache.hc.client5.http.cookie
Default implementation of CookieStore
BasicCookieStore() - Constructor for class org.apache.hc.client5.http.cookie.BasicCookieStore
 
BasicCookieStore() - Constructor for class org.apache.hc.client5.http.cookie.BasicCookieStore
 
BasicCredentialsProvider - Class in org.apache.hc.client5.http.impl.auth
Default implementation of CredentialsStore.
BasicCredentialsProvider - Class in org.apache.hc.client5.http.impl.auth
Default implementation of CredentialsStore.
BasicCredentialsProvider() - Constructor for class org.apache.hc.client5.http.impl.auth.BasicCredentialsProvider
Default constructor.
BasicCredentialsProvider() - Constructor for class org.apache.hc.client5.http.impl.auth.BasicCredentialsProvider
Default constructor.
BasicDomainHandler - Class in org.apache.hc.client5.http.impl.cookie
Cookie domain attribute handler.
BasicDomainHandler - Class in org.apache.hc.client5.http.impl.cookie
Cookie domain attribute handler.
BasicDomainHandler() - Constructor for class org.apache.hc.client5.http.impl.cookie.BasicDomainHandler
 
BasicDomainHandler() - Constructor for class org.apache.hc.client5.http.impl.cookie.BasicDomainHandler
 
BasicExpiresHandler - Class in org.apache.hc.client5.http.impl.cookie
Cookie expires attribute handler.
BasicExpiresHandler - Class in org.apache.hc.client5.http.impl.cookie
Cookie expires attribute handler.
BasicExpiresHandler(DateTimeFormatter...) - Constructor for class org.apache.hc.client5.http.impl.cookie.BasicExpiresHandler
 
BasicExpiresHandler(String[]) - Constructor for class org.apache.hc.client5.http.impl.cookie.BasicExpiresHandler
BasicExpiresHandler(DateTimeFormatter...) - Constructor for class org.apache.hc.client5.http.impl.cookie.BasicExpiresHandler
 
BasicExpiresHandler(String[]) - Constructor for class org.apache.hc.client5.http.impl.cookie.BasicExpiresHandler
BasicHttpCacheStorage - Class in org.apache.hc.client5.http.impl.cache
Basic HttpCacheStorage implementation backed by an instance of LinkedHashMap.
BasicHttpCacheStorage - Class in org.apache.hc.client5.http.impl.cache
Basic HttpCacheStorage implementation backed by an instance of LinkedHashMap.
BasicHttpCacheStorage(CacheConfig) - Constructor for class org.apache.hc.client5.http.impl.cache.BasicHttpCacheStorage
 
BasicHttpCacheStorage(CacheConfig) - Constructor for class org.apache.hc.client5.http.impl.cache.BasicHttpCacheStorage
 
BasicHttpClientConnectionManager - Class in org.apache.hc.client5.http.impl.io
A connection manager for a single connection.
BasicHttpClientConnectionManager - Class in org.apache.hc.client5.http.impl.io
A connection manager for a single connection.
BasicHttpClientConnectionManager(Lookup<ConnectionSocketFactory>, HttpConnectionFactory<ManagedHttpClientConnection>, SchemePortResolver, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
 
BasicHttpClientConnectionManager(HttpClientConnectionOperator, HttpConnectionFactory<ManagedHttpClientConnection>) - Constructor for class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
 
BasicHttpClientConnectionManager(Lookup<ConnectionSocketFactory>, HttpConnectionFactory<ManagedHttpClientConnection>) - Constructor for class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
 
BasicHttpClientConnectionManager(Lookup<ConnectionSocketFactory>) - Constructor for class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
 
BasicHttpClientConnectionManager() - Constructor for class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
 
BasicHttpClientConnectionManager(Lookup<ConnectionSocketFactory>, HttpConnectionFactory<ManagedHttpClientConnection>, SchemePortResolver, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
 
BasicHttpClientConnectionManager(HttpClientConnectionOperator, HttpConnectionFactory<ManagedHttpClientConnection>) - Constructor for class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
 
BasicHttpClientConnectionManager(Lookup<ConnectionSocketFactory>, HttpConnectionFactory<ManagedHttpClientConnection>) - Constructor for class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
 
BasicHttpClientConnectionManager(Lookup<ConnectionSocketFactory>) - Constructor for class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
 
BasicHttpClientConnectionManager() - Constructor for class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
 
BasicHttpClientResponseHandler - Class in org.apache.hc.client5.http.impl.classic
A HttpClientResponseHandler that returns the response body as a String for successful (2xx) responses.
BasicHttpClientResponseHandler - Class in org.apache.hc.client5.http.impl.classic
A HttpClientResponseHandler that returns the response body as a String for successful (2xx) responses.
BasicHttpClientResponseHandler() - Constructor for class org.apache.hc.client5.http.impl.classic.BasicHttpClientResponseHandler
 
BasicHttpClientResponseHandler() - Constructor for class org.apache.hc.client5.http.impl.classic.BasicHttpClientResponseHandler
 
BasicHttpOnlyHandler - Class in org.apache.hc.client5.http.impl.cookie
Cookie HttpOnly attribute handler.
BasicHttpOnlyHandler - Class in org.apache.hc.client5.http.impl.cookie
Cookie HttpOnly attribute handler.
BasicHttpOnlyHandler() - Constructor for class org.apache.hc.client5.http.impl.cookie.BasicHttpOnlyHandler
 
BasicHttpOnlyHandler() - Constructor for class org.apache.hc.client5.http.impl.cookie.BasicHttpOnlyHandler
 
BasicHttpRequests - Class in org.apache.hc.client5.http.async.methods
Deprecated.
Use BasicRequestBuilder.
BasicHttpRequests - Class in org.apache.hc.client5.http.async.methods
Deprecated.
Use BasicRequestBuilder.
BasicHttpRequests() - Constructor for class org.apache.hc.client5.http.async.methods.BasicHttpRequests
Deprecated.
 
BasicHttpRequests() - Constructor for class org.apache.hc.client5.http.async.methods.BasicHttpRequests
Deprecated.
 
BasicMaxAgeHandler - Class in org.apache.hc.client5.http.impl.cookie
Cookie max-age attribute handler.
BasicMaxAgeHandler - Class in org.apache.hc.client5.http.impl.cookie
Cookie max-age attribute handler.
BasicMaxAgeHandler() - Constructor for class org.apache.hc.client5.http.impl.cookie.BasicMaxAgeHandler
 
BasicMaxAgeHandler() - Constructor for class org.apache.hc.client5.http.impl.cookie.BasicMaxAgeHandler
 
BasicPathHandler - Class in org.apache.hc.client5.http.impl.cookie
Cookie path attribute handler.
BasicPathHandler - Class in org.apache.hc.client5.http.impl.cookie
Cookie path attribute handler.
BasicPathHandler() - Constructor for class org.apache.hc.client5.http.impl.cookie.BasicPathHandler
 
BasicPathHandler() - Constructor for class org.apache.hc.client5.http.impl.cookie.BasicPathHandler
 
BasicRouteDirector - Class in org.apache.hc.client5.http.impl.routing
Basic HttpRouteDirector implementation.
BasicRouteDirector - Class in org.apache.hc.client5.http.impl.routing
Basic HttpRouteDirector implementation.
BasicRouteDirector() - Constructor for class org.apache.hc.client5.http.impl.routing.BasicRouteDirector
 
BasicRouteDirector() - Constructor for class org.apache.hc.client5.http.impl.routing.BasicRouteDirector
 
BasicScheme - Class in org.apache.hc.client5.http.impl.auth
Basic authentication scheme.
BasicScheme - Class in org.apache.hc.client5.http.impl.auth
Basic authentication scheme.
BasicScheme(Charset) - Constructor for class org.apache.hc.client5.http.impl.auth.BasicScheme
 
BasicScheme() - Constructor for class org.apache.hc.client5.http.impl.auth.BasicScheme
 
BasicScheme(Charset) - Constructor for class org.apache.hc.client5.http.impl.auth.BasicScheme
 
BasicScheme() - Constructor for class org.apache.hc.client5.http.impl.auth.BasicScheme
 
BasicSchemeFactory - Class in org.apache.hc.client5.http.impl.auth
AuthSchemeFactory implementation that creates and initializes BasicScheme instances.
BasicSchemeFactory - Class in org.apache.hc.client5.http.impl.auth
AuthSchemeFactory implementation that creates and initializes BasicScheme instances.
BasicSchemeFactory(Charset) - Constructor for class org.apache.hc.client5.http.impl.auth.BasicSchemeFactory
 
BasicSchemeFactory() - Constructor for class org.apache.hc.client5.http.impl.auth.BasicSchemeFactory
 
BasicSchemeFactory(Charset) - Constructor for class org.apache.hc.client5.http.impl.auth.BasicSchemeFactory
 
BasicSchemeFactory() - Constructor for class org.apache.hc.client5.http.impl.auth.BasicSchemeFactory
 
BasicSecureHandler - Class in org.apache.hc.client5.http.impl.cookie
Cookie secure attribute handler.
BasicSecureHandler - Class in org.apache.hc.client5.http.impl.cookie
Cookie secure attribute handler.
BasicSecureHandler() - Constructor for class org.apache.hc.client5.http.impl.cookie.BasicSecureHandler
 
BasicSecureHandler() - Constructor for class org.apache.hc.client5.http.impl.cookie.BasicSecureHandler
 
BasicUserPrincipal - Class in org.apache.hc.client5.http.auth
Basic username based principal representation.
BasicUserPrincipal - Class in org.apache.hc.client5.http.auth
Basic username based principal representation.
BasicUserPrincipal(String) - Constructor for class org.apache.hc.client5.http.auth.BasicUserPrincipal
 
BasicUserPrincipal(String) - Constructor for class org.apache.hc.client5.http.auth.BasicUserPrincipal
 
BEARER - Static variable in class org.apache.hc.client5.http.auth.StandardAuthScheme
Bearer authentication scheme (should be used with TLS).
BEARER - Static variable in class org.apache.hc.client5.http.auth.StandardAuthScheme
Bearer authentication scheme (should be used with TLS).
BearerAuthenticationHandler - Class in org.apache.hc.client5.testing.auth
 
BearerAuthenticationHandler - Class in org.apache.hc.client5.testing.auth
 
BearerAuthenticationHandler() - Constructor for class org.apache.hc.client5.testing.auth.BearerAuthenticationHandler
 
BearerAuthenticationHandler() - Constructor for class org.apache.hc.client5.testing.auth.BearerAuthenticationHandler
 
BearerScheme - Class in org.apache.hc.client5.http.impl.auth
Bearer authentication scheme.
BearerScheme - Class in org.apache.hc.client5.http.impl.auth
Bearer authentication scheme.
BearerScheme() - Constructor for class org.apache.hc.client5.http.impl.auth.BearerScheme
 
BearerScheme() - Constructor for class org.apache.hc.client5.http.impl.auth.BearerScheme
 
BearerSchemeFactory - Class in org.apache.hc.client5.http.impl.auth
AuthSchemeFactory implementation that creates and initializes BearerScheme instances.
BearerSchemeFactory - Class in org.apache.hc.client5.http.impl.auth
AuthSchemeFactory implementation that creates and initializes BearerScheme instances.
BearerSchemeFactory() - Constructor for class org.apache.hc.client5.http.impl.auth.BearerSchemeFactory
 
BearerSchemeFactory() - Constructor for class org.apache.hc.client5.http.impl.auth.BearerSchemeFactory
 
BearerToken - Class in org.apache.hc.client5.http.auth
Opaque token Credentials usually representing a set of claims, often encrypted or signed.
BearerToken - Class in org.apache.hc.client5.http.auth
Opaque token Credentials usually representing a set of claims, often encrypted or signed.
BearerToken(String) - Constructor for class org.apache.hc.client5.http.auth.BearerToken
 
BearerToken(String) - Constructor for class org.apache.hc.client5.http.auth.BearerToken
 
bind(Socket) - Method in interface org.apache.hc.client5.http.io.ManagedHttpClientConnection
Binds this connection to the given socket.
bind(Socket) - Method in interface org.apache.hc.client5.http.io.ManagedHttpClientConnection
Binds this connection to the given socket.
body(HttpEntity) - Method in class org.apache.hc.client5.http.fluent.Request
 
body(HttpEntity) - Method in class org.apache.hc.client5.http.fluent.Request
 
bodyByteArray(byte[]) - Method in class org.apache.hc.client5.http.fluent.Request
 
bodyByteArray(byte[], ContentType) - Method in class org.apache.hc.client5.http.fluent.Request
 
bodyByteArray(byte[], int, int) - Method in class org.apache.hc.client5.http.fluent.Request
 
bodyByteArray(byte[], int, int, ContentType) - Method in class org.apache.hc.client5.http.fluent.Request
 
bodyByteArray(byte[]) - Method in class org.apache.hc.client5.http.fluent.Request
 
bodyByteArray(byte[], ContentType) - Method in class org.apache.hc.client5.http.fluent.Request
 
bodyByteArray(byte[], int, int) - Method in class org.apache.hc.client5.http.fluent.Request
 
bodyByteArray(byte[], int, int, ContentType) - Method in class org.apache.hc.client5.http.fluent.Request
 
bodyFile(File, ContentType) - Method in class org.apache.hc.client5.http.fluent.Request
 
bodyFile(File, ContentType) - Method in class org.apache.hc.client5.http.fluent.Request
 
bodyForm(Iterable<? extends NameValuePair>, Charset) - Method in class org.apache.hc.client5.http.fluent.Request
 
bodyForm(Iterable<? extends NameValuePair>) - Method in class org.apache.hc.client5.http.fluent.Request
 
bodyForm(NameValuePair...) - Method in class org.apache.hc.client5.http.fluent.Request
 
bodyForm(Iterable<? extends NameValuePair>, Charset) - Method in class org.apache.hc.client5.http.fluent.Request
 
bodyForm(Iterable<? extends NameValuePair>) - Method in class org.apache.hc.client5.http.fluent.Request
 
bodyForm(NameValuePair...) - Method in class org.apache.hc.client5.http.fluent.Request
 
bodyStream(InputStream) - Method in class org.apache.hc.client5.http.fluent.Request
 
bodyStream(InputStream, ContentType) - Method in class org.apache.hc.client5.http.fluent.Request
 
bodyStream(InputStream) - Method in class org.apache.hc.client5.http.fluent.Request
 
bodyStream(InputStream, ContentType) - Method in class org.apache.hc.client5.http.fluent.Request
 
bodyString(String, ContentType) - Method in class org.apache.hc.client5.http.fluent.Request
 
bodyString(String, ContentType) - Method in class org.apache.hc.client5.http.fluent.Request
 
BrotliDecompressingEntity - Class in org.apache.hc.client5.http.entity
HttpEntityWrapper responsible for handling br Content Coded responses.
BrotliDecompressingEntity - Class in org.apache.hc.client5.http.entity
HttpEntityWrapper responsible for handling br Content Coded responses.
BrotliDecompressingEntity(HttpEntity) - Constructor for class org.apache.hc.client5.http.entity.BrotliDecompressingEntity
Creates a new DecompressingEntity.
BrotliDecompressingEntity(HttpEntity) - Constructor for class org.apache.hc.client5.http.entity.BrotliDecompressingEntity
Creates a new DecompressingEntity.
BrotliInputStreamFactory - Class in org.apache.hc.client5.http.entity
InputStreamFactory for handling Brotli Content Coded responses.
BrotliInputStreamFactory - Class in org.apache.hc.client5.http.entity
InputStreamFactory for handling Brotli Content Coded responses.
BrotliInputStreamFactory() - Constructor for class org.apache.hc.client5.http.entity.BrotliInputStreamFactory
 
BrotliInputStreamFactory() - Constructor for class org.apache.hc.client5.http.entity.BrotliInputStreamFactory
 
build() - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
 
build() - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
 
build() - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
 
build() - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
 
build() - Method in class org.apache.hc.client5.http.auth.KerberosConfig.Builder
Deprecated.
 
build() - Method in class org.apache.hc.client5.http.auth.KerberosConfig.Builder
Deprecated.
 
build() - Method in class org.apache.hc.client5.http.config.ConnectionConfig.Builder
 
build() - Method in class org.apache.hc.client5.http.config.ConnectionConfig.Builder
 
build() - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
 
build() - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
 
build() - Method in class org.apache.hc.client5.http.config.TlsConfig.Builder
 
build() - Method in class org.apache.hc.client5.http.config.TlsConfig.Builder
 
build() - Method in class org.apache.hc.client5.http.ContextBuilder
 
build() - Method in class org.apache.hc.client5.http.ContextBuilder
 
build() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
Builds a new instance of HttpEntity based on the current state.
build() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
Builds a new instance of HttpEntity based on the current state.
build() - Method in class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
 
build() - Method in class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
 
build() - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
 
build() - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
 
build() - Method in class org.apache.hc.client5.http.entity.mime.MultipartPartBuilder
 
build() - Method in class org.apache.hc.client5.http.entity.mime.MultipartPartBuilder
 
build() - Method in class org.apache.hc.client5.http.fluent.Form
 
build() - Method in class org.apache.hc.client5.http.fluent.Form
 
build() - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
 
build() - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
 
build() - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
 
build() - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
 
build() - Method in class org.apache.hc.client5.http.impl.auth.CredentialsProviderBuilder
 
build() - Method in class org.apache.hc.client5.http.impl.auth.CredentialsProviderBuilder
 
build() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
 
build() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
 
build() - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
 
build() - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
 
build() - Method in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory.Builder
 
build() - Method in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory.Builder
 
build() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
 
build() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
 
build() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
 
build() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
 
build() - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
 
build() - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
 
build() - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
 
build() - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
 
Builder() - Constructor for class org.apache.hc.client5.http.config.TlsConfig.Builder
 
Builder() - Constructor for class org.apache.hc.client5.http.config.TlsConfig.Builder
 
builder() - Static method in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
builder() - Static method in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
buildResult() - Method in class org.apache.hc.client5.http.async.methods.AbstractBinResponseConsumer
Triggered to generate object that represents a result of response message processing.
buildResult() - Method in class org.apache.hc.client5.http.async.methods.AbstractBinResponseConsumer
Triggered to generate object that represents a result of response message processing.
buildResult() - Method in class org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer
Triggered to generate object that represents a result of response message processing.
buildResult() - Method in class org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer
Triggered to generate object that represents a result of response message processing.
buildResult(HttpResponse, byte[], ContentType) - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseConsumer
 
buildResult(HttpResponse, byte[], ContentType) - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseConsumer
 
bulkRestore(Collection<String>, FutureCallback<Map<String, T>>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
 
bulkRestore(Collection<String>, FutureCallback<Map<String, T>>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
 
bulkRestore(Collection<String>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
 
bulkRestore(Collection<String>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
 
bulkRestore(Collection<String>) - Method in class org.apache.hc.client5.http.impl.cache.ehcache.EhcacheHttpCacheStorage
 
bulkRestore(Collection<String>) - Method in class org.apache.hc.client5.http.impl.cache.ehcache.EhcacheHttpCacheStorage
 
bulkRestore(Collection<String>, FutureCallback<Map<String, byte[]>>) - Method in class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpAsyncCacheStorage
 
bulkRestore(Collection<String>, FutureCallback<Map<String, byte[]>>) - Method in class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpAsyncCacheStorage
 
bulkRestore(Collection<String>) - Method in class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpCacheStorage
 
bulkRestore(Collection<String>) - Method in class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpCacheStorage
 
ByteArrayBody - Class in org.apache.hc.client5.http.entity.mime
Binary body part backed by a byte array.
ByteArrayBody - Class in org.apache.hc.client5.http.entity.mime
Binary body part backed by a byte array.
ByteArrayBody(byte[], ContentType, String) - Constructor for class org.apache.hc.client5.http.entity.mime.ByteArrayBody
 
ByteArrayBody(byte[], ContentType) - Constructor for class org.apache.hc.client5.http.entity.mime.ByteArrayBody
Public constructor that creates a new ByteArrayBody.
ByteArrayBody(byte[], String) - Constructor for class org.apache.hc.client5.http.entity.mime.ByteArrayBody
Creates a new ByteArrayBody.
ByteArrayBody(byte[], ContentType, String) - Constructor for class org.apache.hc.client5.http.entity.mime.ByteArrayBody
 
ByteArrayBody(byte[], ContentType) - Constructor for class org.apache.hc.client5.http.entity.mime.ByteArrayBody
Public constructor that creates a new ByteArrayBody.
ByteArrayBody(byte[], String) - Constructor for class org.apache.hc.client5.http.entity.mime.ByteArrayBody
Creates a new ByteArrayBody.
ByteArrayBuilder - Class in org.apache.hc.client5.http.utils
Builder class for sequences of bytes.
ByteArrayBuilder - Class in org.apache.hc.client5.http.utils
Builder class for sequences of bytes.
ByteArrayBuilder() - Constructor for class org.apache.hc.client5.http.utils.ByteArrayBuilder
 
ByteArrayBuilder(int) - Constructor for class org.apache.hc.client5.http.utils.ByteArrayBuilder
 
ByteArrayBuilder() - Constructor for class org.apache.hc.client5.http.utils.ByteArrayBuilder
 
ByteArrayBuilder(int) - Constructor for class org.apache.hc.client5.http.utils.ByteArrayBuilder
 
ByteArrayCacheEntrySerializer - Class in org.apache.hc.client5.http.impl.cache
HttpCacheEntrySerializer implementation that uses the default (native) serialization.
ByteArrayCacheEntrySerializer - Class in org.apache.hc.client5.http.impl.cache
HttpCacheEntrySerializer implementation that uses the default (native) serialization.
ByteArrayCacheEntrySerializer() - Constructor for class org.apache.hc.client5.http.impl.cache.ByteArrayCacheEntrySerializer
 
ByteArrayCacheEntrySerializer() - Constructor for class org.apache.hc.client5.http.impl.cache.ByteArrayCacheEntrySerializer
 

C

CACHE_CONTROL - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
 
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_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_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_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_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_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_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_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.
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 - 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
 
CacheConfig.Builder - Class in org.apache.hc.client5.http.impl.cache
 
CacheKeyGenerator - 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
 
CacheKeyGenerator() - Constructor for class org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
 
CacheResponseStatus - Enum in org.apache.hc.client5.http.cache
This enumeration represents the various ways a response can be generated by the caching HttpClient; if a request is executed with an HttpCacheContext then a parameter with one of these values will be registered in the context under the key HttpCacheContext.CACHE_RESPONSE_STATUS.
CacheResponseStatus - Enum in org.apache.hc.client5.http.cache
This enumeration represents the various ways a response can be generated by the caching HttpClient; if a request is executed with an HttpCacheContext then a parameter with one of these values will be registered in the context under the key HttpCacheContext.CACHE_RESPONSE_STATUS.
CachingExecBase - Class in org.apache.hc.client5.http.impl.cache
 
CachingExecBase - Class in org.apache.hc.client5.http.impl.cache
 
CachingH2AsyncClientBuilder - Class in org.apache.hc.client5.http.impl.cache
Builder for HTTP/2 CloseableHttpAsyncClient instances capable of client-side caching.
CachingH2AsyncClientBuilder - Class in org.apache.hc.client5.http.impl.cache
Builder for HTTP/2 CloseableHttpAsyncClient instances capable of client-side caching.
CachingH2AsyncClientBuilder() - Constructor for class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
 
CachingH2AsyncClientBuilder() - Constructor for class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
 
CachingHttpAsyncClientBuilder - Class in org.apache.hc.client5.http.impl.cache
Builder for CloseableHttpAsyncClient instances capable of client-side caching.
CachingHttpAsyncClientBuilder - Class in org.apache.hc.client5.http.impl.cache
Builder for CloseableHttpAsyncClient instances capable of client-side caching.
CachingHttpAsyncClientBuilder() - Constructor for class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
 
CachingHttpAsyncClientBuilder() - Constructor for class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
 
CachingHttpAsyncClients - Class in org.apache.hc.client5.http.impl.cache
Factory methods for CloseableHttpAsyncClient instances capable of client-side caching.
CachingHttpAsyncClients - Class in org.apache.hc.client5.http.impl.cache
Factory methods for CloseableHttpAsyncClient instances capable of client-side caching.
CachingHttpClientBuilder - Class in org.apache.hc.client5.http.impl.cache
Builder for CloseableHttpClient instances capable of client-side caching.
CachingHttpClientBuilder - Class in org.apache.hc.client5.http.impl.cache
Builder for CloseableHttpClient instances capable of client-side caching.
CachingHttpClientBuilder() - Constructor for class org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder
 
CachingHttpClientBuilder() - Constructor for class org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder
 
CachingHttpClients - Class in org.apache.hc.client5.http.impl.cache
Factory methods for CloseableHttpClient instances capable of client-side caching.
CachingHttpClients - Class in org.apache.hc.client5.http.impl.cache
Factory methods for CloseableHttpClient instances capable of client-side caching.
calculateDelay(int) - Method in class org.apache.hc.client5.http.impl.schedule.ExponentialBackOffSchedulingStrategy
 
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() - Method in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
 
cancel(boolean) - Method in class org.apache.hc.client5.http.impl.Operations.CompletedFuture
 
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.
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
 
cancellableDependency - Variable in class org.apache.hc.client5.http.async.AsyncExecChain.Scope
 
cancelled() - Method in class org.apache.hc.client5.http.async.methods.IgnoreCompleteExceptionFutureCallback
 
cancelled() - Method in class org.apache.hc.client5.http.async.methods.IgnoreCompleteExceptionFutureCallback
 
capacity() - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
 
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.
ChainElement - Enum in org.apache.hc.client5.http.impl
Supported elements of request execution pipeline.
challenge(List<NameValuePair>) - Method in interface org.apache.hc.client5.testing.auth.AuthenticationHandler
 
challenge(List<NameValuePair>) - Method in interface org.apache.hc.client5.testing.auth.AuthenticationHandler
 
ChallengeType - Enum in org.apache.hc.client5.http.auth
Challenge type (TARGET or PROXY)
ChallengeType - Enum in org.apache.hc.client5.http.auth
Challenge type (TARGET or PROXY)
charCodingConfig(CharCodingConfig) - Method in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory.Builder
 
charCodingConfig(CharCodingConfig) - Method in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory.Builder
 
charset(Charset) - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
 
charset(Charset) - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
 
chunked() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
Sets entities to be chunked.
chunked() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
Sets entities to be chunked.
CircularRedirectException - Exception in org.apache.hc.client5.http
Signals a circular redirect
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 null detail 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.
CircularRedirectException() - Constructor for exception org.apache.hc.client5.http.CircularRedirectException
Creates a new CircularRedirectException with a null detail 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
Deprecated.
Use ClassicRequestBuilder
ClassicHttpRequests - Class in org.apache.hc.client5.http.classic.methods
Deprecated.
Use ClassicRequestBuilder
ClassicHttpRequests() - Constructor for class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
Deprecated.
 
ClassicHttpRequests() - Constructor for class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
Deprecated.
 
ClassicRequestCopier - Class in org.apache.hc.client5.http.impl.classic
Deprecated.
Use ClassicRequestBuilder
ClassicRequestCopier - Class in org.apache.hc.client5.http.impl.classic
Deprecated.
Use ClassicRequestBuilder
ClassicRequestCopier() - Constructor for class org.apache.hc.client5.http.impl.classic.ClassicRequestCopier
Deprecated.
 
ClassicRequestCopier() - Constructor for class org.apache.hc.client5.http.impl.classic.ClassicRequestCopier
Deprecated.
 
cleanResources() - Method in class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
 
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.AuthCache
 
clear() - Method in interface org.apache.hc.client5.http.auth.CredentialsStore
Clears all credentials.
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 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 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.BasicAuthCache
 
clear() - Method in class org.apache.hc.client5.http.impl.auth.BasicCredentialsProvider
 
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.impl.auth.SystemDefaultCredentialsProvider
 
clear() - Method in class org.apache.hc.client5.http.protocol.RedirectLocations
 
clear() - Method in class org.apache.hc.client5.http.protocol.RedirectLocations
 
clearAuth() - Method in class org.apache.hc.client5.http.fluent.Executor
 
clearAuth() - Method in class org.apache.hc.client5.http.fluent.Executor
 
clearCookies() - 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(Instant) - 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 class org.apache.hc.client5.http.cookie.BasicCookieStore
Removes all of cookies in this HTTP state that have expired by the specified date.
clearExpired(Instant) - 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
clearExpired(Instant) - Method in interface org.apache.hc.client5.http.cookie.CookieStore
Removes all of Cookies in this store that have expired by the specified Instant.
clearExpired(Date) - Method in interface org.apache.hc.client5.http.cookie.CookieStore
clearExpired(Instant) - Method in interface org.apache.hc.client5.http.cookie.CookieStore
Removes all of Cookies in this store that have expired by the specified Instant.
clearThreadLocal() - Static method in class org.apache.hc.client5.http.utils.DateUtils
Deprecated.
Noop method. Do not use.
clearThreadLocal() - Static method in class org.apache.hc.client5.http.utils.DateUtils
Deprecated.
Noop method. Do not use.
clientContext - Variable in class org.apache.hc.client5.http.async.AsyncExecChain.Scope
 
clientContext - Variable in class org.apache.hc.client5.http.async.AsyncExecChain.Scope
 
clientContext - Variable in class org.apache.hc.client5.http.classic.ExecChain.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 - 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
 
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 TlsStrategy instances.
ClientTlsStrategyBuilder - Class in org.apache.hc.client5.http.ssl
Builder for client TlsStrategy instances.
ClientTlsStrategyBuilder() - Constructor for class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
 
ClientTlsStrategyBuilder() - Constructor for class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
 
clone() - Method in class org.apache.hc.client5.http.auth.KerberosConfig
Deprecated.
 
clone() - Method in class org.apache.hc.client5.http.auth.KerberosConfig
Deprecated.
 
clone() - Method in class org.apache.hc.client5.http.config.ConnectionConfig
 
clone() - Method in class org.apache.hc.client5.http.config.ConnectionConfig
 
clone() - Method in class org.apache.hc.client5.http.config.RequestConfig
 
clone() - Method in class org.apache.hc.client5.http.config.RequestConfig
 
clone() - Method in class org.apache.hc.client5.http.config.TlsConfig
 
clone() - Method in class org.apache.hc.client5.http.config.TlsConfig
 
clone() - Method in class org.apache.hc.client5.http.HttpRoute
 
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.cache.CacheConfig
 
clone() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
 
clone() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
 
clone() - Method in class org.apache.hc.client5.http.RouteTracker
 
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.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.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.CloseableHttpResponse
 
close() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionService
 
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.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.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.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.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.http.nio.AsyncConnectionEndpoint
 
close() - Method in class org.apache.hc.client5.testing.classic.RandomHandler.RandomEntity
 
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 - 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
 
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 - 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
 
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.
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.BasicHttpClientConnectionManager
 
closeExpired() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
 
closeExpired() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
 
closeExpired() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
 
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.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.io.PoolingHttpClientConnectionManager
 
closeIdle(TimeValue) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
 
closeIdle(TimeValue) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
 
CommonCookieAttributeHandler - Interface in org.apache.hc.client5.http.cookie
Extension of CookieAttributeHandler intended to handle one specific common attribute whose name is returned with CommonCookieAttributeHandler.getAttributeName() method.
CommonCookieAttributeHandler - Interface in org.apache.hc.client5.http.cookie
Extension of CookieAttributeHandler intended to handle one specific common attribute whose name is returned with CommonCookieAttributeHandler.getAttributeName() method.
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.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.CookiePathComparator
 
compare(Cookie, Cookie) - Method in class org.apache.hc.client5.http.cookie.CookiePriorityComparator
 
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.
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 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.AbstractBinResponseConsumer
 
completed() - Method in class org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer
 
completed() - Method in class org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer
 
completed(T) - Method in class org.apache.hc.client5.http.async.methods.IgnoreCompleteExceptionFutureCallback
 
completed(T) - Method in class org.apache.hc.client5.http.async.methods.IgnoreCompleteExceptionFutureCallback
 
CompletedFuture(T) - Constructor for class org.apache.hc.client5.http.impl.Operations.CompletedFuture
 
CompletedFuture(T) - Constructor for class org.apache.hc.client5.http.impl.Operations.CompletedFuture
 
ConcurrentCountMap<T> - Class in org.apache.hc.client5.http.schedule
Concurrent map of integer counts.
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
 
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.
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 - 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, String, URIAuthority, 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
 
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, String, URIAuthority, 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
 
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(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(ManagedHttpClientConnection, HttpHost, InetSocketAddress, Timeout, SocketConfig, Object, HttpContext) - Method in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
 
connect(ManagedHttpClientConnection, HttpHost, InetSocketAddress, TimeValue, SocketConfig, HttpContext) - Method in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
 
connect(ManagedHttpClientConnection, HttpHost, InetSocketAddress, Timeout, SocketConfig, Object, 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(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(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(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(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(ManagedHttpClientConnection, HttpHost, InetSocketAddress, Timeout, SocketConfig, Object, HttpContext) - Method in interface org.apache.hc.client5.http.io.HttpClientConnectionOperator
Connect the given managed connection to the remote endpoint.
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(ManagedHttpClientConnection, HttpHost, InetSocketAddress, Timeout, SocketConfig, Object, 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(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(ConnectionInitiator, HttpHost, SocketAddress, Timeout, Object, HttpContext, 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(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(ConnectionInitiator, HttpHost, SocketAddress, Timeout, Object, HttpContext, 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_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.
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, 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).
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 - Class in org.apache.hc.client5.http
Connect exception support methods.
ConnectExceptionSupport() - Constructor for class org.apache.hc.client5.http.ConnectExceptionSupport
 
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 - 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, SchemePortResolver, boolean) - Constructor for class org.apache.hc.client5.http.impl.classic.ConnectExec
 
ConnectExec(ConnectionReuseStrategy, HttpProcessor, AuthenticationStrategy, SchemePortResolver, boolean) - Constructor for class org.apache.hc.client5.http.impl.classic.ConnectExec
 
connectFailed(URI, SocketAddress, IOException) - Method in class org.apache.hc.client5.http.impl.routing.DistributedProxySelector
Notifies the active ProxySelector of a connection failure.
connectFailed(URI, SocketAddress, IOException) - Method in class org.apache.hc.client5.http.impl.routing.DistributedProxySelector
Notifies the active ProxySelector of a connection failure.
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 Throwable that resulted or by examining the resulting response (e.g.
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 Throwable that resulted or by examining the resulting response (e.g.
ConnectionConfig - Class in org.apache.hc.client5.http.config
Immutable class encapsulating connection initialization and management settings.
ConnectionConfig - Class in org.apache.hc.client5.http.config
Immutable class encapsulating connection initialization and management settings.
ConnectionConfig() - Constructor for class org.apache.hc.client5.http.config.ConnectionConfig
Intended for CDI compatibility
ConnectionConfig() - Constructor for class org.apache.hc.client5.http.config.ConnectionConfig
Intended for CDI compatibility
ConnectionConfig.Builder - Class in org.apache.hc.client5.http.config
 
ConnectionConfig.Builder - Class in org.apache.hc.client5.http.config
 
ConnectionEndpoint - Class in org.apache.hc.client5.http.io
Client endpoint leased from a connection manager.
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
 
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.
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 - 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 null detail message.
ConnectionShutdownException() - Constructor for exception org.apache.hc.client5.http.impl.ConnectionShutdownException
Creates a new ConnectionShutdownException with a null detail message.
ConnectionSocketFactory - Interface in org.apache.hc.client5.http.socket
A factory for creating and connecting connection sockets.
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.
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(Socket, HttpHost, InetSocketAddress, InetSocketAddress, Timeout, Object, 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 interface org.apache.hc.client5.http.socket.ConnectionSocketFactory
Connects the socket to the target host with the given resolved remote address.
connectSocket(Socket, HttpHost, InetSocketAddress, InetSocketAddress, Timeout, Object, 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.socket.PlainConnectionSocketFactory
 
connectSocket(TimeValue, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
 
connectSocket(Socket, HttpHost, InetSocketAddress, InetSocketAddress, Timeout, Object, HttpContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
 
connectSocket(Socket, InetSocketAddress, Timeout, HttpContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
Connects the socket to the target host with the given resolved remote address using Socket.connect(SocketAddress, int).
connectSocket(TimeValue, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
 
connectSocket(Socket, HttpHost, InetSocketAddress, InetSocketAddress, Timeout, Object, HttpContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
 
connectSocket(Socket, InetSocketAddress, Timeout, HttpContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
Connects the socket to the target host with the given resolved remote address using Socket.connect(SocketAddress, int).
connectTarget(boolean) - Method in class org.apache.hc.client5.http.RouteTracker
Tracks connecting to the target.
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
 
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 - 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
 
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 - Class in org.apache.hc.client5.http.impl
Connection pooling support methods.
ConnPoolSupport() - Constructor for class org.apache.hc.client5.http.impl.ConnPoolSupport
 
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 - 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
 
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.AsyncEchoHandler
 
consume(ByteBuffer) - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler
 
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.AuthenticatingAsyncDecorator
 
consume(ByteBuffer) - Method in class org.apache.hc.client5.testing.async.RedirectingAsyncDecorator
 
consume(ByteBuffer) - Method in class org.apache.hc.client5.testing.async.RedirectingAsyncDecorator
 
consume(ByteBuffer) - Method in class org.apache.hc.client5.testing.async.ServiceUnavailableAsyncDecorator
 
consume(ByteBuffer) - Method in class org.apache.hc.client5.testing.async.ServiceUnavailableAsyncDecorator
 
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.AbstractBinPushConsumer
 
consumePromise(HttpRequest, HttpResponse, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.async.methods.AbstractCharPushConsumer
 
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.AbstractBinResponseConsumer
 
consumeResponse(HttpResponse, EntityDetails, HttpContext, FutureCallback<T>) - Method in class org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer
 
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.
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 interface org.apache.hc.client5.http.cookie.Cookie
 
containsAttribute(String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
 
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.cache.HttpCacheEntry
 
containsHeader(String) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
 
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 - 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(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
 
CONTENT_RANGE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
 
ContentBody - Interface in org.apache.hc.client5.http.entity.mime
 
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 - 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
Handles gzip and deflate compressed entities by using the following decoders: gzip - see GZIPInputStream deflate - see DeflateInputStream brotli - see BrotliInputStream
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
Handles gzip and deflate compressed entities by using the following decoders: gzip - see GZIPInputStream deflate - see DeflateInputStream brotli - see BrotliInputStream
ContentDescriptor - Interface in org.apache.hc.client5.http.entity.mime
Represents common content properties.
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 - 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
 
ContentResponseHandler() - Constructor for class org.apache.hc.client5.http.fluent.ContentResponseHandler
 
ContextBuilder - Class in org.apache.hc.client5.http
ContextBuilder - Class in org.apache.hc.client5.http
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 - 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_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_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.
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.
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 - 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
 
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 - 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
 
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 - 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
 
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 - 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
 
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 - 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 null detail message.
CookieRestrictionViolationException(String) - Constructor for exception org.apache.hc.client5.http.cookie.CookieRestrictionViolationException
Creates a new CookeRestrictionViolationException with a specified message string.
CookieRestrictionViolationException() - Constructor for exception org.apache.hc.client5.http.cookie.CookieRestrictionViolationException
Creates a new CookeFormatViolationException with a null detail 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 - 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.
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 - 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
 
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
Factory for CookieSpec implementations.
CookieSpecFactory - Interface in org.apache.hc.client5.http.cookie
Factory for CookieSpec implementations.
CookieSpecSupport - Class in org.apache.hc.client5.http.impl
Cookie support methods.
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.
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
Deprecated.
copy(HttpRequest) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
Deprecated.
copy(HttpResponse) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
 
copy(HttpResponse) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
 
copy(SimpleHttpRequest) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
 
copy(HttpRequest) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
 
copy(SimpleHttpRequest) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
 
copy(HttpRequest) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
 
copy(SimpleHttpResponse) - Static method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
 
copy(SimpleHttpResponse) - Static method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
 
copy(KerberosConfig) - Static method in class org.apache.hc.client5.http.auth.KerberosConfig
Deprecated.
 
copy(KerberosConfig) - Static method in class org.apache.hc.client5.http.auth.KerberosConfig
Deprecated.
 
copy(String, Resource) - Method in interface org.apache.hc.client5.http.cache.ResourceFactory
Clones an existing Resource.
copy(String, Resource) - Method in interface org.apache.hc.client5.http.cache.ResourceFactory
Clones an existing Resource.
copy(ConnectionConfig) - Static method in class org.apache.hc.client5.http.config.ConnectionConfig
 
copy(ConnectionConfig) - Static method in class org.apache.hc.client5.http.config.ConnectionConfig
 
copy(RequestConfig) - Static method in class org.apache.hc.client5.http.config.RequestConfig
 
copy(RequestConfig) - Static method in class org.apache.hc.client5.http.config.RequestConfig
 
copy(TlsConfig) - Static method in class org.apache.hc.client5.http.config.TlsConfig
 
copy(TlsConfig) - Static method in class org.apache.hc.client5.http.config.TlsConfig
 
copy(CacheConfig) - Static method in class org.apache.hc.client5.http.impl.cache.CacheConfig
 
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.FileResourceFactory
 
copy(String, Resource) - Method in class org.apache.hc.client5.http.impl.cache.HeapResourceFactory
 
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
Deprecated.
 
copy(ClassicHttpRequest) - Method in class org.apache.hc.client5.http.impl.classic.ClassicRequestCopier
Deprecated.
 
copy(T) - Method in interface org.apache.hc.client5.http.impl.MessageCopier
Deprecated.
 
copy(T) - Method in interface org.apache.hc.client5.http.impl.MessageCopier
Deprecated.
 
copy(HttpRequest) - Method in class org.apache.hc.client5.http.impl.RequestCopier
Deprecated.
 
copy(HttpRequest) - Method in class org.apache.hc.client5.http.impl.RequestCopier
Deprecated.
 
countHeaders(String) - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
 
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
 
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
Deprecated.
Creates a new BasicHttpRequest for the given method and String URI.
create(String, URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
Deprecated.
Creates a new BasicHttpRequest for the given method and URI.
create(Method, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
Deprecated.
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
Deprecated.
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
Deprecated.
Creates a request object of the exact subclass of BasicHttpRequest.
create(String, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
Deprecated.
Creates a new BasicHttpRequest for the given method and String URI.
create(String, URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
Deprecated.
Creates a new BasicHttpRequest for the given method and URI.
create(Method, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
Deprecated.
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
Deprecated.
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
Deprecated.
Creates a request object of the exact subclass of BasicHttpRequest.
create(String, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
 
create(String, URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
 
create(Method, URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
 
create(Method, HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
 
create(String, String, URIAuthority, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
 
create(String, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
 
create(String, URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
 
create(Method, URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
 
create(Method, HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
 
create(String, String, URIAuthority, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
 
create(String, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
Deprecated.
Creates a new BasicHttpRequest for the given method and String URI.
create(String, URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
Deprecated.
Creates a new BasicHttpRequest for the given method and URI.
create(Method, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
Deprecated.
Creates a request object of the exact subclass of SimpleHttpRequest.
create(Method, URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
Deprecated.
Creates a request object of the exact subclass of SimpleHttpRequest.
create(Method, HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
Deprecated.
Creates a request object of the exact subclass of SimpleHttpRequest.
create(String, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
Deprecated.
Creates a new BasicHttpRequest for the given method and String URI.
create(String, URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
Deprecated.
Creates a new BasicHttpRequest for the given method and URI.
create(Method, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
Deprecated.
Creates a request object of the exact subclass of SimpleHttpRequest.
create(Method, URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
Deprecated.
Creates a request object of the exact subclass of SimpleHttpRequest.
create(Method, HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
Deprecated.
Creates a request object of the exact subclass of SimpleHttpRequest.
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(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(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
 
create(Method) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
 
create(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
 
create(Method) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
 
create(SimpleHttpRequest) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestProducer
 
create(SimpleHttpRequest) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestProducer
 
create(int) - Static method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
 
create(int) - Static method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
 
create() - Static method in class org.apache.hc.client5.http.async.methods.SimpleResponseConsumer
 
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
Creates an instance of AuthScheme.
create(HttpContext) - Method in interface org.apache.hc.client5.http.auth.AuthSchemeFactory
Creates an instance of AuthScheme.
create() - Static method in class org.apache.hc.client5.http.cache.HttpCacheContext
 
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
Deprecated.
Creates a new HttpUriRequest for the given Method and String URI.
create(Method, URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
Deprecated.
Creates a new HttpUriRequest for the given Method and URI.
create(String, String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
Deprecated.
Creates a new HttpUriRequest for the given method and String URI.
create(String, URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
Deprecated.
Creates a new HttpUriRequest for the given method and URI.
create(Method, String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
Deprecated.
Creates a new HttpUriRequest for the given Method and String URI.
create(Method, URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
Deprecated.
Creates a new HttpUriRequest for the given Method and URI.
create(String, String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
Deprecated.
Creates a new HttpUriRequest for the given method and String URI.
create(String, URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
Deprecated.
Creates a new HttpUriRequest for the given method and URI.
create(SchemePortResolver) - Static method in class org.apache.hc.client5.http.ContextBuilder
 
create() - Static method in class org.apache.hc.client5.http.ContextBuilder
 
create(SchemePortResolver) - Static method in class org.apache.hc.client5.http.ContextBuilder
 
create() - Static method in class org.apache.hc.client5.http.ContextBuilder
 
create(HttpContext) - Method in interface org.apache.hc.client5.http.cookie.CookieSpecFactory
Creates an instance of CookieSpec.
create(HttpContext) - Method in interface org.apache.hc.client5.http.cookie.CookieSpecFactory
Creates an instance of CookieSpec.
create(InputStream) - Method in class org.apache.hc.client5.http.entity.BrotliInputStreamFactory
 
create(InputStream) - Method in class org.apache.hc.client5.http.entity.BrotliInputStreamFactory
 
create(InputStream) - Method in class org.apache.hc.client5.http.entity.DeflateInputStreamFactory
 
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() - 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 class org.apache.hc.client5.http.entity.GZIPInputStreamFactory
 
create(InputStream) - Method in interface org.apache.hc.client5.http.entity.InputStreamFactory
 
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(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() - 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(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(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.H2AsyncClientBuilder
 
create() - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
 
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.BasicSchemeFactory
 
create(HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.BearerSchemeFactory
 
create(HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.BearerSchemeFactory
 
create() - Static method in class org.apache.hc.client5.http.impl.auth.CredentialsProviderBuilder
 
create() - Static method in class org.apache.hc.client5.http.impl.auth.CredentialsProviderBuilder
 
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.DigestSchemeFactory
 
create(HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.KerberosSchemeFactory
Deprecated.
 
create(HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.KerberosSchemeFactory
Deprecated.
 
create(HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.NTLMSchemeFactory
Deprecated.
 
create(HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.NTLMSchemeFactory
Deprecated.
 
create(HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.SPNegoSchemeFactory
Deprecated.
 
create(HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.SPNegoSchemeFactory
Deprecated.
 
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.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.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.cache.CachingHttpClientBuilder
 
create() - Static method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
 
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.IgnoreCookieSpecFactory
 
create(HttpContext) - Method in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory
 
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(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.io.PoolingHttpClientConnectionManagerBuilder
 
create() - Static method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
 
create() - Static method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
 
create() - Static method in class org.apache.hc.client5.http.protocol.HttpClientContext
 
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.ClientTlsStrategyBuilder
 
create() - Static method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
 
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
Deprecated.
Use URIBuilder.
create(String, URIAuthority, String) - Static method in class org.apache.hc.client5.http.utils.URIUtils
Deprecated.
Use URIBuilder.
create(HttpHost, String) - Static method in class org.apache.hc.client5.http.utils.URIUtils
Deprecated.
Use URIBuilder.
create(String, URIAuthority, String) - Static method in class org.apache.hc.client5.http.utils.URIUtils
Deprecated.
Use URIBuilder.
createConnection(Socket) - Method in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
 
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
 
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
Creates CloseableHttpAsyncClient instance with default configuration.
createDefault() - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
Creates CloseableHttpAsyncClient instance with default configuration.
createDefault() - Static method in class org.apache.hc.client5.http.impl.classic.HttpClients
Creates CloseableHttpClient instance with default configuration.
createDefault() - Static method in class org.apache.hc.client5.http.impl.classic.HttpClients
Creates CloseableHttpClient instance with default configuration.
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.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
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.
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
Creates CloseableHttpAsyncClient instance that uses a file system bound response cache.
createFileBound(File) - Static method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClients
Creates CloseableHttpAsyncClient instance that uses a file system bound response cache.
createFileBound(File) - Static method in class org.apache.hc.client5.http.impl.cache.CachingHttpClients
Creates CloseableHttpClient instance that uses a file system bound response cache.
createFileBound(File) - Static method in class org.apache.hc.client5.http.impl.cache.CachingHttpClients
Creates CloseableHttpClient instance that uses a file system bound response cache.
createGSSContext(GSSManager, Oid, GSSName, GSSCredential) - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
Deprecated.
 
createGSSContext(GSSManager, Oid, GSSName, GSSCredential) - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
Deprecated.
 
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.
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
Creates HTTP/2 CloseableHttpAsyncClient instance that uses a file system bound response cache.
createHttp2FileBound(File) - Static method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClients
Creates HTTP/2 CloseableHttpAsyncClient instance that uses a file system bound response cache.
createHttp2MemoryBound() - Static method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClients
Creates HTTP/2 CloseableHttpAsyncClient instance that uses a memory bound response cache.
createHttp2MemoryBound() - Static method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClients
Creates HTTP/2 CloseableHttpAsyncClient instance that uses a memory bound response cache.
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.
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.
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
 
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, Object, 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 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, Object, 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
 
createLayeredSocket(Socket, String, int, Object, HttpContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
 
createLayeredSocket(Socket, String, int, HttpContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
 
createLayeredSocket(Socket, String, int, Object, HttpContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
 
createLocationURI(String) - Method in class org.apache.hc.client5.http.impl.DefaultRedirectStrategy
 
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
Creates CloseableHttpAsyncClient instance that uses a memory bound response cache.
createMemoryBound() - Static method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClients
Creates CloseableHttpAsyncClient instance that uses a memory bound response cache.
createMemoryBound() - Static method in class org.apache.hc.client5.http.impl.cache.CachingHttpClients
Creates CloseableHttpClient instance that uses a memory bound response cache.
createMemoryBound() - Static method in class org.apache.hc.client5.http.impl.cache.CachingHttpClients
Creates CloseableHttpClient instance that uses a memory bound response cache.
createMessage(CharArrayBuffer) - Method in class org.apache.hc.client5.http.impl.io.LenientHttpResponseParser
 
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
createMinimal(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
createMinimal(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(HttpVersionPolicy, H2Config, Http1Config, IOReactorConfig, AsyncClientConnectionManager) - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
createMinimal(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
createMinimal(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
Creates CloseableHttpClient instance that implements the most basic HTTP protocol support.
createMinimal(HttpClientConnectionManager) - Static method in class org.apache.hc.client5.http.impl.classic.HttpClients
Creates CloseableHttpClient instance that implements the most basic HTTP protocol support.
createMinimal() - Static method in class org.apache.hc.client5.http.impl.classic.HttpClients
Creates CloseableHttpClient instance that implements the most basic HTTP protocol support.
createMinimal(HttpClientConnectionManager) - Static method in class org.apache.hc.client5.http.impl.classic.HttpClients
Creates CloseableHttpClient instance that implements the most basic HTTP protocol support.
createObjectCache(Cache<String, HttpCacheStorageEntry>, CacheConfig) - Static method in class org.apache.hc.client5.http.impl.cache.ehcache.EhcacheHttpCacheStorage
Creates cache that stores HttpCacheStorageEntrys without direct serialization.
createObjectCache(Cache<String, HttpCacheStorageEntry>, CacheConfig) - Static method in class org.apache.hc.client5.http.impl.cache.ehcache.EhcacheHttpCacheStorage
Creates cache that stores HttpCacheStorageEntrys without direct serialization.
createSerializedCache(Cache<String, byte[]>, CacheConfig) - Static method in class org.apache.hc.client5.http.impl.cache.ehcache.EhcacheHttpCacheStorage
Creates cache that stores serialized HttpCacheStorageEntrys.
createSerializedCache(Cache<String, byte[]>, CacheConfig) - Static method in class org.apache.hc.client5.http.impl.cache.ehcache.EhcacheHttpCacheStorage
Creates cache that stores serialized HttpCacheStorageEntrys.
createSocket(HttpContext) - Method in interface org.apache.hc.client5.http.socket.ConnectionSocketFactory
Creates new, unconnected socket.
createSocket(Proxy, HttpContext) - Method in interface org.apache.hc.client5.http.socket.ConnectionSocketFactory
Creates new, unconnected socket via a proxy (generally SOCKS is expected).
createSocket(HttpContext) - Method in interface org.apache.hc.client5.http.socket.ConnectionSocketFactory
Creates new, unconnected socket.
createSocket(Proxy, HttpContext) - Method in interface org.apache.hc.client5.http.socket.ConnectionSocketFactory
Creates new, unconnected socket via a proxy (generally SOCKS is expected).
createSocket(Proxy, HttpContext) - Method in class org.apache.hc.client5.http.socket.PlainConnectionSocketFactory
 
createSocket(HttpContext) - Method in class org.apache.hc.client5.http.socket.PlainConnectionSocketFactory
 
createSocket(Proxy, HttpContext) - Method in class org.apache.hc.client5.http.socket.PlainConnectionSocketFactory
 
createSocket(HttpContext) - Method in class org.apache.hc.client5.http.socket.PlainConnectionSocketFactory
 
createSocket(HttpContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
 
createSocket(Proxy, HttpContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
 
createSocket(HttpContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
 
createSocket(Proxy, HttpContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
 
createSystem() - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
Creates CloseableHttpAsyncClient instance with default configuration and system properties.
createSystem() - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
Creates CloseableHttpAsyncClient instance with default configuration and system properties.
createSystem() - Static method in class org.apache.hc.client5.http.impl.classic.HttpClients
Creates CloseableHttpClient instance with default configuration based on system properties.
createSystem() - Static method in class org.apache.hc.client5.http.impl.classic.HttpClients
Creates CloseableHttpClient instance with default configuration based on system properties.
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
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.
CredentialsProvider - Interface in org.apache.hc.client5.http.auth
Provider of authentication credentials.
CredentialsProviderBuilder - Class in org.apache.hc.client5.http.impl.auth
CredentialsProviderBuilder - Class in org.apache.hc.client5.http.impl.auth
CredentialsProviderBuilder() - Constructor for class org.apache.hc.client5.http.impl.auth.CredentialsProviderBuilder
 
CredentialsProviderBuilder() - Constructor for class org.apache.hc.client5.http.impl.auth.CredentialsProviderBuilder
 
CredentialsStore - Interface in org.apache.hc.client5.http.auth
Abstract store 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.
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
Deprecated.
 
custom() - Static method in class org.apache.hc.client5.http.auth.KerberosConfig
Deprecated.
 
custom() - Static method in class org.apache.hc.client5.http.config.ConnectionConfig
 
custom() - Static method in class org.apache.hc.client5.http.config.ConnectionConfig
 
custom() - Static method in class org.apache.hc.client5.http.config.RequestConfig
 
custom() - Static method in class org.apache.hc.client5.http.config.RequestConfig
 
custom() - Static method in class org.apache.hc.client5.http.config.TlsConfig
 
custom() - Static method in class org.apache.hc.client5.http.config.TlsConfig
 
custom() - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
Creates builder object for construction of custom CloseableHttpAsyncClient instances.
custom() - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
Creates builder object for construction of custom CloseableHttpAsyncClient instances.
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.CacheConfig
 
custom() - Static method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClients
Creates builder object for construction of custom CloseableHttpAsyncClient instances.
custom() - Static method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClients
Creates builder object for construction of custom CloseableHttpAsyncClient instances.
custom() - Static method in class org.apache.hc.client5.http.impl.cache.CachingHttpClients
Creates builder object for construction of custom CloseableHttpClient instances.
custom() - Static method in class org.apache.hc.client5.http.impl.cache.CachingHttpClients
Creates builder object for construction of custom CloseableHttpClient instances.
custom() - Static method in class org.apache.hc.client5.http.impl.classic.HttpClients
Creates builder object for construction of custom CloseableHttpClient instances.
custom() - Static method in class org.apache.hc.client5.http.impl.classic.HttpClients
Creates builder object for construction of custom CloseableHttpClient instances.
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.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
Creates builder object for construction of custom HTTP/2 CloseableHttpAsyncClient instances.
customHttp2() - Static method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClients
Creates builder object for construction of custom HTTP/2 CloseableHttpAsyncClient instances.
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.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.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.CachingH2AsyncClientBuilder
 
customizeExecChain(NamedElementChain<AsyncExecChainHandler>) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
 
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.cache.CachingHttpClientBuilder
 
customizeExecChain(NamedElementChain<ExecChainHandler>) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
Request exec chain customization and extension.
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(HttpResponse) - Method in class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
 
customizeUnauthorizedResponse(ClassicHttpResponse) - Method in class org.apache.hc.client5.testing.classic.AuthenticatingDecorator
 
customizeUnauthorizedResponse(ClassicHttpResponse) - Method in class org.apache.hc.client5.testing.classic.AuthenticatingDecorator
 

D

DATE_FORMAT - Static variable in class org.apache.hc.client5.http.fluent.Request
Deprecated.
This attribute is no longer supported as a part of the public API.
DATE_FORMAT - Static variable in class org.apache.hc.client5.http.fluent.Request
Deprecated.
This attribute is no longer supported as a part of the public API.
DATE_LOCALE - Static variable in class org.apache.hc.client5.http.fluent.Request
Deprecated.
This attribute is no longer supported as a part of the public API.
DATE_LOCALE - Static variable in class org.apache.hc.client5.http.fluent.Request
Deprecated.
This attribute is no longer supported as a part of the public API.
DateSupport - Class in org.apache.hc.client5.http.impl.cache
HTTP cache date support utilities.
DateSupport - Class in org.apache.hc.client5.http.impl.cache
HTTP cache date support utilities.
DateSupport() - Constructor for class org.apache.hc.client5.http.impl.cache.DateSupport
 
DateSupport() - Constructor for class org.apache.hc.client5.http.impl.cache.DateSupport
 
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.
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.
decode(byte[]) - Method in class org.apache.hc.client5.http.utils.Base64
Decode Base64-encoded bytes to their original form, using specifications from this codec instance
decode(String) - Method in class org.apache.hc.client5.http.utils.Base64
Decode a Base64 String to its original form, using specifications from this codec instance
decode(byte[]) - Method in class org.apache.hc.client5.http.utils.Base64
Decode Base64-encoded bytes to their original form, using specifications from this codec instance
decode(String) - Method in class org.apache.hc.client5.http.utils.Base64
Decode a Base64 String to its original form, using specifications from this codec instance
decodeBase64(byte[]) - Static method in class org.apache.hc.client5.http.utils.Base64
Decodes Base64 data into octets.
decodeBase64(String) - Static method in class org.apache.hc.client5.http.utils.Base64
Decodes a Base64 String into octets.
decodeBase64(byte[]) - Static method in class org.apache.hc.client5.http.utils.Base64
Decodes Base64 data into octets.
decodeBase64(String) - Static method in class org.apache.hc.client5.http.utils.Base64
Decodes a Base64 String into octets.
DecompressingEntity - Class in org.apache.hc.client5.http.entity
Common base class for decompressing HttpEntity implementations.
DecompressingEntity - Class in org.apache.hc.client5.http.entity
Common base class for decompressing HttpEntity implementations.
DecompressingEntity(HttpEntity, InputStreamFactory) - Constructor for class org.apache.hc.client5.http.entity.DecompressingEntity
Constructs a new DecompressingEntity.
DecompressingEntity(HttpEntity, InputStreamFactory) - Constructor for class org.apache.hc.client5.http.entity.DecompressingEntity
Constructs a new DecompressingEntity.
decorate(CommonCookieAttributeHandler, PublicSuffixMatcher) - Static method in class org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter
 
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
Deprecated.
 
DEFAULT - Static variable in class org.apache.hc.client5.http.auth.KerberosConfig
Deprecated.
 
DEFAULT - Static variable in class org.apache.hc.client5.http.config.ConnectionConfig
 
DEFAULT - Static variable in class org.apache.hc.client5.http.config.ConnectionConfig
 
DEFAULT - Static variable in class org.apache.hc.client5.http.config.RequestConfig
 
DEFAULT - Static variable in class org.apache.hc.client5.http.config.RequestConfig
 
DEFAULT - Static variable in class org.apache.hc.client5.http.config.TlsConfig
 
DEFAULT - Static variable in class org.apache.hc.client5.http.config.TlsConfig
 
DEFAULT - Static variable in class org.apache.hc.client5.http.impl.auth.KerberosSchemeFactory
Deprecated.
Singleton instance for the default configuration.
DEFAULT - Static variable in class org.apache.hc.client5.http.impl.auth.KerberosSchemeFactory
Deprecated.
Singleton instance for the default configuration.
DEFAULT - Static variable in class org.apache.hc.client5.http.impl.auth.SPNegoSchemeFactory
Deprecated.
Singleton instance for the default configuration.
DEFAULT - Static variable in class org.apache.hc.client5.http.impl.auth.SPNegoSchemeFactory
Deprecated.
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.cache.CacheConfig
 
DEFAULT_303_CACHING_ENABLED - Static variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
Default setting for 303 caching
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_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_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_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_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_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_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_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.io.PoolingHttpClientConnectionManager
 
DEFAULT_MAX_CONNECTIONS_PER_ROUTE - Static variable in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
 
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_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_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.io.PoolingHttpClientConnectionManager
 
DEFAULT_MAX_TOTAL_CONNECTIONS - Static variable in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
 
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_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
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 - 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
 
DefaultAsyncCacheInvalidator() - Constructor for class org.apache.hc.client5.http.impl.cache.DefaultAsyncCacheInvalidator
 
DefaultAuthenticationStrategy - Class in org.apache.hc.client5.http.impl
Default implementation of AuthenticationStrategy
DefaultAuthenticationStrategy - Class in org.apache.hc.client5.http.impl
Default implementation of AuthenticationStrategy
DefaultAuthenticationStrategy() - Constructor for class org.apache.hc.client5.http.impl.DefaultAuthenticationStrategy
 
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 - 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
 
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 - 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
 
DefaultCacheInvalidator() - Constructor for class org.apache.hc.client5.http.impl.cache.DefaultCacheInvalidator
 
DefaultClientConnectionReuseStrategy - Class in org.apache.hc.client5.http.impl
Extension of core DefaultConnectionReuseStrategy that treats CONNECT method exchanges involved in proxy tunnelling as a special case.
DefaultClientConnectionReuseStrategy - Class in org.apache.hc.client5.http.impl
Extension of core DefaultConnectionReuseStrategy that treats CONNECT method exchanges involved in proxy tunnelling as a special case.
DefaultClientConnectionReuseStrategy() - Constructor for class org.apache.hc.client5.http.impl.DefaultClientConnectionReuseStrategy
 
DefaultClientConnectionReuseStrategy() - Constructor for class org.apache.hc.client5.http.impl.DefaultClientConnectionReuseStrategy
 
DefaultClientTlsStrategy - Class in org.apache.hc.client5.http.ssl
TLS upgrade strategy for non-blocking client connections.
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
 
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 - 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
 
DefaultConnectionKeepAliveStrategy() - Constructor for class org.apache.hc.client5.http.impl.DefaultConnectionKeepAliveStrategy
 
DefaultHostnameVerifier - Class in org.apache.hc.client5.http.ssl
Default HostnameVerifier implementation.
DefaultHostnameVerifier - Class in org.apache.hc.client5.http.ssl
Default HostnameVerifier implementation.
DefaultHostnameVerifier(PublicSuffixMatcher) - Constructor for class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
 
DefaultHostnameVerifier() - Constructor for class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
 
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
Default implementation of HttpClientConnectionOperator used as default in Http client, when no instance provided by user to BasicHttpClientConnectionManager or PoolingHttpClientConnectionManager constructor.
DefaultHttpClientConnectionOperator - Class in org.apache.hc.client5.http.impl.io
Default implementation of HttpClientConnectionOperator used as default in Http client, when no instance provided by user to BasicHttpClientConnectionManager or PoolingHttpClientConnectionManager constructor.
DefaultHttpClientConnectionOperator(Lookup<ConnectionSocketFactory>, SchemePortResolver, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
 
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
Default implementation of the HttpRequestRetryStrategy interface.
DefaultHttpRequestRetryStrategy - Class in org.apache.hc.client5.http.impl
Default implementation of the HttpRequestRetryStrategy interface.
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 NoRouteToHostException 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)
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 NoRouteToHostException 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 - 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
 
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 - 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
 
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
Default implementation of RedirectStrategy.
DefaultRedirectStrategy - Class in org.apache.hc.client5.http.impl
Default implementation of RedirectStrategy.
DefaultRedirectStrategy() - Constructor for class org.apache.hc.client5.http.impl.DefaultRedirectStrategy
 
DefaultRedirectStrategy() - Constructor for class org.apache.hc.client5.http.impl.DefaultRedirectStrategy
 
DefaultRoutePlanner - Class in org.apache.hc.client5.http.impl.routing
Default implementation of an HttpRoutePlanner.
DefaultRoutePlanner - Class in org.apache.hc.client5.http.impl.routing
Default implementation of an HttpRoutePlanner.
DefaultRoutePlanner(SchemePortResolver) - Constructor for class org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner
 
DefaultRoutePlanner(SchemePortResolver) - Constructor for class org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner
 
DefaultSchemePortResolver - Class in org.apache.hc.client5.http.impl
DefaultSchemePortResolver - Class in org.apache.hc.client5.http.impl
DefaultSchemePortResolver() - Constructor for class org.apache.hc.client5.http.impl.DefaultSchemePortResolver
 
DefaultSchemePortResolver() - Constructor for class org.apache.hc.client5.http.impl.DefaultSchemePortResolver
 
DefaultUserTokenHandler - Class in org.apache.hc.client5.http.impl
Default implementation of UserTokenHandler.
DefaultUserTokenHandler - Class in org.apache.hc.client5.http.impl
Default implementation of UserTokenHandler.
DefaultUserTokenHandler() - Constructor for class org.apache.hc.client5.http.impl.DefaultUserTokenHandler
 
DefaultUserTokenHandler() - Constructor for class org.apache.hc.client5.http.impl.DefaultUserTokenHandler
 
DeflateDecompressingEntity - Class in org.apache.hc.client5.http.entity
HttpEntityWrapper responsible for handling deflate Content Coded responses.
DeflateDecompressingEntity - Class in org.apache.hc.client5.http.entity
HttpEntityWrapper responsible for handling deflate Content Coded responses.
DeflateDecompressingEntity(HttpEntity) - Constructor for class org.apache.hc.client5.http.entity.DeflateDecompressingEntity
Creates a new DeflateDecompressingEntity which will wrap the specified HttpEntity.
DeflateDecompressingEntity(HttpEntity) - Constructor for class org.apache.hc.client5.http.entity.DeflateDecompressingEntity
Creates a new DeflateDecompressingEntity which will wrap the specified HttpEntity.
DeflateInputStream - Class in org.apache.hc.client5.http.entity
Deflate input stream.
DeflateInputStream - Class in org.apache.hc.client5.http.entity
Deflate input stream.
DeflateInputStream(InputStream) - Constructor for class org.apache.hc.client5.http.entity.DeflateInputStream
 
DeflateInputStream(InputStream) - Constructor for class org.apache.hc.client5.http.entity.DeflateInputStream
 
DeflateInputStreamFactory - Class in org.apache.hc.client5.http.entity
InputStreamFactory for handling Deflate Content Coded responses.
DeflateInputStreamFactory - Class in org.apache.hc.client5.http.entity
InputStreamFactory for handling Deflate Content Coded responses.
DeflateInputStreamFactory() - Constructor for class org.apache.hc.client5.http.entity.DeflateInputStreamFactory
 
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
Deprecated.
 
delete(URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
Deprecated.
 
delete(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
Deprecated.
 
delete(String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
Deprecated.
 
delete(URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
Deprecated.
 
delete(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
Deprecated.
 
delete(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
Deprecated.
 
delete(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
Deprecated.
 
delete(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
Deprecated.
 
delete(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
Deprecated.
 
delete(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
Deprecated.
 
delete(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
Deprecated.
 
delete() - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
 
delete(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
 
delete(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
 
delete() - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
 
delete(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
 
delete(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
 
delete(String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
Deprecated.
 
delete(URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
Deprecated.
 
delete(String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
Deprecated.
 
delete(URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
Deprecated.
 
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(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, 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.AbstractSerializingCacheStorage
 
delete(String) - Method in class org.apache.hc.client5.http.impl.cache.ehcache.EhcacheHttpCacheStorage
 
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, 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(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
 
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(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.ByteArrayCacheEntrySerializer
 
deserialize(byte[]) - Method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
 
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
 
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
 
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.
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.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.DefaultRoutePlanner
This implementation returns null.
determineProxy(HttpHost, HttpContext) - Method in class org.apache.hc.client5.http.impl.routing.SystemDefaultRoutePlanner
 
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 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.
determineRoute(HttpHost, HttpContext) - Method in interface org.apache.hc.client5.http.routing.HttpRoutePlanner
Determines the route for the given host.
digest(SimpleHttpRequest) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
 
digest(HttpRequest) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
 
digest(SimpleHttpRequest) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
 
digest(HttpRequest) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
 
digest(SimpleHttpResponse) - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
 
digest(SimpleHttpResponse) - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
 
DIGEST - Static variable in class org.apache.hc.client5.http.auth.StandardAuthScheme
Digest authentication scheme.
DIGEST - Static variable in class org.apache.hc.client5.http.auth.StandardAuthScheme
Digest authentication scheme.
DigestScheme - Class in org.apache.hc.client5.http.impl.auth
Digest authentication scheme.
DigestScheme - Class in org.apache.hc.client5.http.impl.auth
Digest authentication scheme.
DigestScheme() - Constructor for class org.apache.hc.client5.http.impl.auth.DigestScheme
 
DigestScheme(Charset) - Constructor for class org.apache.hc.client5.http.impl.auth.DigestScheme
 
DigestScheme() - Constructor for class org.apache.hc.client5.http.impl.auth.DigestScheme
 
DigestScheme(Charset) - Constructor for class org.apache.hc.client5.http.impl.auth.DigestScheme
 
DigestSchemeFactory - Class in org.apache.hc.client5.http.impl.auth
AuthSchemeFactory implementation that creates and initializes DigestScheme instances.
DigestSchemeFactory - Class in org.apache.hc.client5.http.impl.auth
AuthSchemeFactory implementation that creates and initializes DigestScheme instances.
DigestSchemeFactory(Charset) - Constructor for class org.apache.hc.client5.http.impl.auth.DigestSchemeFactory
 
DigestSchemeFactory() - Constructor for class org.apache.hc.client5.http.impl.auth.DigestSchemeFactory
 
DigestSchemeFactory(Charset) - Constructor for class org.apache.hc.client5.http.impl.auth.DigestSchemeFactory
 
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.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.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.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.MemcachedHttpAsyncCacheStorage
 
digestToStorageKey(String) - Method in class org.apache.hc.client5.http.impl.cache.memcached.MemcachedHttpCacheStorage
 
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.
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.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.async.HttpAsyncClientBuilder
Disables authentication scheme caching.
disableAuthCaching() - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
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.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.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.
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.async.HttpAsyncClientBuilder
Disables connection state tracking.
disableConnectionState() - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
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.
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.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.async.HttpAsyncClientBuilder
Disables state (cookie) management.
disableCookieManagement() - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
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.
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.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.async.HttpAsyncClientBuilder
Disables automatic redirect handling.
disableRedirectHandling() - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
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.
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.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.
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.async.AsyncExecRuntime
Disconnects the local endpoint from the initial hop in the connection route.
disconnectEndpoint() - Method in interface org.apache.hc.client5.http.async.AsyncExecRuntime
Disconnects the local endpoint from the initial hop in the connection route.
disconnectEndpoint() - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
Disconnects the local endpoint from the initial hop in the connection route.
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.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.FileResource
 
dispose() - Method in class org.apache.hc.client5.http.impl.cache.HeapResource
 
dispose() - Method in class org.apache.hc.client5.http.impl.cache.HeapResource
 
DistributedProxySelector - Class in org.apache.hc.client5.http.impl.routing
A DistributedProxySelector is a custom ProxySelector implementation that delegates proxy selection to a list of underlying ProxySelectors in a distributed manner.
DistributedProxySelector - Class in org.apache.hc.client5.http.impl.routing
A DistributedProxySelector is a custom ProxySelector implementation that delegates proxy selection to a list of underlying ProxySelectors in a distributed manner.
DistributedProxySelector(List<ProxySelector>) - Constructor for class org.apache.hc.client5.http.impl.routing.DistributedProxySelector
Constructs a DistributedProxySelector with the given list of ProxySelector.
DistributedProxySelector(List<ProxySelector>) - Constructor for class org.apache.hc.client5.http.impl.routing.DistributedProxySelector
Constructs a DistributedProxySelector with the given list of ProxySelector.
DnsResolver - Interface in org.apache.hc.client5.http
Users may implement this interface to override the normal DNS lookup offered by the OS.
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.
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, 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.CloseableHttpClient
 
doExecute(HttpHost, ClassicHttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.classic.MinimalHttpClient
 
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
 
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.
DomainType - Enum in org.apache.hc.client5.http.psl
Domain types differentiated by Mozilla Public Suffix List.

E

EchoHandler - Class in org.apache.hc.client5.testing.classic
A handler that echos the incoming request entity.
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
 
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<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.
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.
encode(byte[]) - Method in class org.apache.hc.client5.http.utils.Base64
Encode bytes to their Base64 form, using specifications from this codec instance
encode(byte[]) - Method in class org.apache.hc.client5.http.utils.Base64
Encode bytes to their Base64 form, using specifications from this codec instance
encodeBase64(byte[]) - Static method in class org.apache.hc.client5.http.utils.Base64
Encodes binary data using the base64 algorithm but does not chunk the output.
encodeBase64(byte[]) - Static method in class org.apache.hc.client5.http.utils.Base64
Encodes binary data using the base64 algorithm but does not chunk the output.
encodeBase64String(byte[]) - Static method in class org.apache.hc.client5.http.utils.Base64
Encodes binary data using the base64 algorithm but does not chunk the output.
encodeBase64String(byte[]) - Static method in class org.apache.hc.client5.http.utils.Base64
Encodes binary data using the base64 algorithm but does not chunk the output.
encodeHexString(byte[]) - Static method in class org.apache.hc.client5.http.utils.Hex
 
encodeHexString(byte[]) - Static method in class org.apache.hc.client5.http.utils.Hex
 
enhance(IOException, NamedEndpoint, InetAddress...) - Static method in class org.apache.hc.client5.http.ConnectExceptionSupport
 
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
 
ensureFreeCapacity(int) - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
 
EntityBuilder - Class in org.apache.hc.client5.http.entity
Builder for HttpEntity instances.
EntityBuilder - Class in org.apache.hc.client5.http.entity
Builder for HttpEntity instances.
equals(Object) - Method in class org.apache.hc.client5.http.auth.AuthScope
 
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.BasicUserPrincipal
 
equals(Object) - Method in class org.apache.hc.client5.http.auth.BearerToken
 
equals(Object) - Method in class org.apache.hc.client5.http.auth.BearerToken
 
equals(Object) - Method in class org.apache.hc.client5.http.auth.NTCredentials
Deprecated.
 
equals(Object) - Method in class org.apache.hc.client5.http.auth.NTCredentials
Deprecated.
 
equals(Object) - Method in class org.apache.hc.client5.http.auth.NTUserPrincipal
 
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.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.HttpRoute
Compares this route to another.
equals(Object) - Method in class org.apache.hc.client5.http.RouteTracker
Compares this tracked route to another.
equals(Object) - Method in class org.apache.hc.client5.http.RouteTracker
Compares this tracked route to another.
equals(Object) - Method in class org.apache.hc.client5.testing.auth.AuthResult
 
equals(Object) - Method in class org.apache.hc.client5.testing.auth.AuthResult
 
ETAG - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
 
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.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.
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.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.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.
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.
EXCHANGE_ID - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
Attribute name of a String object that represents the ID of the current message exchange.
EXCHANGE_ID - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
Attribute name of a String object that represents the ID of the current message exchange.
exchangeId - Variable in class org.apache.hc.client5.http.async.AsyncExecChain.Scope
 
exchangeId - Variable in class org.apache.hc.client5.http.async.AsyncExecChain.Scope
 
exchangeId - Variable in class org.apache.hc.client5.http.classic.ExecChain.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 - 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 - Class in org.apache.hc.client5.http.classic
 
ExecChainHandler - Interface in org.apache.hc.client5.http.classic
Abstract request execution handler in a classic client side request execution chain.
ExecChainHandler - Interface in org.apache.hc.client5.http.classic
Abstract request execution handler in a classic client side request execution chain.
execCount - Variable in class org.apache.hc.client5.http.async.AsyncExecChain.Scope
 
execCount - Variable in class org.apache.hc.client5.http.async.AsyncExecChain.Scope
 
execRuntime - Variable in class org.apache.hc.client5.http.async.AsyncExecChain.Scope
 
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 - 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.
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 - Class in org.apache.hc.client5.http.impl
Request execution support methods.
ExecSupport() - Constructor for class org.apache.hc.client5.http.impl.ExecSupport
 
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(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(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(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(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(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(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
Deprecated.
It is strongly recommended to use execute methods with HttpClientResponseHandler such as HttpClient.execute(ClassicHttpRequest, HttpClientResponseHandler) in order to ensure automatic resource deallocation by the client. For special cases one can still use HttpClient.executeOpen(HttpHost, ClassicHttpRequest, HttpContext) to keep the response object open after the request execution.
execute(ClassicHttpRequest, HttpContext) - Method in interface org.apache.hc.client5.http.classic.HttpClient
Deprecated.
It is strongly recommended to use execute methods with HttpClientResponseHandler such as HttpClient.execute(ClassicHttpRequest, HttpContext, HttpClientResponseHandler) in order to ensure automatic resource deallocation by the client. For special cases one can still use HttpClient.executeOpen(HttpHost, ClassicHttpRequest, HttpContext) to keep the response object open after the request execution.
execute(HttpHost, ClassicHttpRequest) - Method in interface org.apache.hc.client5.http.classic.HttpClient
Deprecated.
It is strongly recommended to use execute methods with HttpClientResponseHandler such as HttpClient.execute(HttpHost, ClassicHttpRequest, HttpClientResponseHandler) in order to ensure automatic resource deallocation by the client. For special cases one can still use HttpClient.executeOpen(HttpHost, ClassicHttpRequest, HttpContext) to keep the response object open after the request execution.
execute(HttpHost, ClassicHttpRequest, HttpContext) - Method in interface org.apache.hc.client5.http.classic.HttpClient
Deprecated.
It is strongly recommended to use execute methods with HttpClientResponseHandler such as HttpClient.execute(HttpHost, ClassicHttpRequest, HttpContext, HttpClientResponseHandler) in order to ensure automatic resource deallocation by the client. For special cases one can still use HttpClient.executeOpen(HttpHost, ClassicHttpRequest, HttpContext) to keep the response object open after the request execution.
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(ClassicHttpRequest) - Method in interface org.apache.hc.client5.http.classic.HttpClient
Deprecated.
It is strongly recommended to use execute methods with HttpClientResponseHandler such as HttpClient.execute(ClassicHttpRequest, HttpClientResponseHandler) in order to ensure automatic resource deallocation by the client. For special cases one can still use HttpClient.executeOpen(HttpHost, ClassicHttpRequest, HttpContext) to keep the response object open after the request execution.
execute(ClassicHttpRequest, HttpContext) - Method in interface org.apache.hc.client5.http.classic.HttpClient
Deprecated.
It is strongly recommended to use execute methods with HttpClientResponseHandler such as HttpClient.execute(ClassicHttpRequest, HttpContext, HttpClientResponseHandler) in order to ensure automatic resource deallocation by the client. For special cases one can still use HttpClient.executeOpen(HttpHost, ClassicHttpRequest, HttpContext) to keep the response object open after the request execution.
execute(HttpHost, ClassicHttpRequest) - Method in interface org.apache.hc.client5.http.classic.HttpClient
Deprecated.
It is strongly recommended to use execute methods with HttpClientResponseHandler such as HttpClient.execute(HttpHost, ClassicHttpRequest, HttpClientResponseHandler) in order to ensure automatic resource deallocation by the client. For special cases one can still use HttpClient.executeOpen(HttpHost, ClassicHttpRequest, HttpContext) to keep the response object open after the request execution.
execute(HttpHost, ClassicHttpRequest, HttpContext) - Method in interface org.apache.hc.client5.http.classic.HttpClient
Deprecated.
It is strongly recommended to use execute methods with HttpClientResponseHandler such as HttpClient.execute(HttpHost, ClassicHttpRequest, HttpContext, HttpClientResponseHandler) in order to ensure automatic resource deallocation by the client. For special cases one can still use HttpClient.executeOpen(HttpHost, ClassicHttpRequest, HttpContext) to keep the response object open after the request execution.
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, 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(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() - 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.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.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.AsyncProtocolExec
 
execute(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.async.AsyncRedirectExec
 
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(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(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.MinimalH2AsyncClient
 
execute(AsyncClientExchangeHandler, HandlerFactory<AsyncPushConsumer>, HttpContext) - Method in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient
 
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(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
Deprecated.
It is strongly recommended to use execute methods with HttpClientResponseHandler such as CloseableHttpClient.execute(HttpHost, ClassicHttpRequest, HttpContext, HttpClientResponseHandler) in order to ensure automatic resource deallocation by the client. For special cases one can still use HttpClient.executeOpen(HttpHost, ClassicHttpRequest, HttpContext) to keep the response object open after the request execution.
execute(ClassicHttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpClient
Deprecated.
It is strongly recommended to use execute methods with HttpClientResponseHandler such as CloseableHttpClient.execute(ClassicHttpRequest, HttpContext, HttpClientResponseHandler) in order to ensure automatic resource deallocation by the client. For special cases one can still use HttpClient.executeOpen(HttpHost, ClassicHttpRequest, HttpContext) to keep the response object open after the request execution.
execute(ClassicHttpRequest) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpClient
Deprecated.
It is strongly recommended to use execute methods with HttpClientResponseHandler such as CloseableHttpClient.execute(ClassicHttpRequest, HttpClientResponseHandler) in order to ensure automatic resource deallocation by the client. For special cases one can still use HttpClient.executeOpen(HttpHost, ClassicHttpRequest, HttpContext) to keep the response object open after the request execution.
execute(HttpHost, ClassicHttpRequest) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpClient
Deprecated.
It is strongly recommended to use execute methods with HttpClientResponseHandler such as CloseableHttpClient.execute(HttpHost, ClassicHttpRequest, HttpClientResponseHandler) in order to ensure automatic resource deallocation by the client. For special cases one can still use HttpClient.executeOpen(HttpHost, ClassicHttpRequest, HttpContext) to keep the response object open after the request execution.
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(HttpHost, ClassicHttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpClient
Deprecated.
It is strongly recommended to use execute methods with HttpClientResponseHandler such as CloseableHttpClient.execute(HttpHost, ClassicHttpRequest, HttpContext, HttpClientResponseHandler) in order to ensure automatic resource deallocation by the client. For special cases one can still use HttpClient.executeOpen(HttpHost, ClassicHttpRequest, HttpContext) to keep the response object open after the request execution.
execute(ClassicHttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpClient
Deprecated.
It is strongly recommended to use execute methods with HttpClientResponseHandler such as CloseableHttpClient.execute(ClassicHttpRequest, HttpContext, HttpClientResponseHandler) in order to ensure automatic resource deallocation by the client. For special cases one can still use HttpClient.executeOpen(HttpHost, ClassicHttpRequest, HttpContext) to keep the response object open after the request execution.
execute(ClassicHttpRequest) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpClient
Deprecated.
It is strongly recommended to use execute methods with HttpClientResponseHandler such as CloseableHttpClient.execute(ClassicHttpRequest, HttpClientResponseHandler) in order to ensure automatic resource deallocation by the client. For special cases one can still use HttpClient.executeOpen(HttpHost, ClassicHttpRequest, HttpContext) to keep the response object open after the request execution.
execute(HttpHost, ClassicHttpRequest) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpClient
Deprecated.
It is strongly recommended to use execute methods with HttpClientResponseHandler such as CloseableHttpClient.execute(HttpHost, ClassicHttpRequest, HttpClientResponseHandler) in order to ensure automatic resource deallocation by the client. For special cases one can still use HttpClient.executeOpen(HttpHost, ClassicHttpRequest, HttpContext) to keep the response object open after the request execution.
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.ConnectExec
 
execute(ClassicHttpRequest, ExecChain.Scope, ExecChain) - Method in class org.apache.hc.client5.http.impl.classic.ContentCompressionExec
 
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, 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.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.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.ProtocolExec
 
execute(ClassicHttpRequest, ExecChain.Scope, ExecChain) - Method in class org.apache.hc.client5.http.impl.classic.RedirectExec
 
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, 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.
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.
executeOpen(HttpHost, ClassicHttpRequest, HttpContext) - Method in interface org.apache.hc.client5.http.classic.HttpClient
Executes the request and opens the response stream using the given context.
executeOpen(HttpHost, ClassicHttpRequest, HttpContext) - Method in interface org.apache.hc.client5.http.classic.HttpClient
Executes the request and opens the response stream using the given context.
Executor - Class in org.apache.hc.client5.http.fluent
Executor for Requests.
Executor - Class in org.apache.hc.client5.http.fluent
Executor for Requests.
EXPIRES - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
 
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
 
EXPIRES_ATTR - Static variable in interface org.apache.hc.client5.http.cookie.Cookie
 
ExponentialBackoffManager - Class in org.apache.hc.client5.http.impl.classic
A backoff manager implementation that uses an exponential backoff algorithm to adjust the maximum number of connections per HTTP route.
ExponentialBackoffManager - Class in org.apache.hc.client5.http.impl.classic
A backoff manager implementation that uses an exponential backoff algorithm to adjust the maximum number of connections per HTTP route.
ExponentialBackoffManager(ConnPoolControl<HttpRoute>) - Constructor for class org.apache.hc.client5.http.impl.classic.ExponentialBackoffManager
Constructs a new ExponentialBackoffManager with the specified connection pool control.
ExponentialBackoffManager(ConnPoolControl<HttpRoute>) - Constructor for class org.apache.hc.client5.http.impl.classic.ExponentialBackoffManager
Constructs a new ExponentialBackoffManager with the specified connection pool control.
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 - 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
 
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
Deprecated.
 
extract(String) - Method in class org.apache.hc.client5.testing.auth.BasicAuthTokenExtractor
Deprecated.
 
extractAuthToken(String) - Method in interface org.apache.hc.client5.testing.auth.AuthenticationHandler
 
extractAuthToken(String) - Method in interface org.apache.hc.client5.testing.auth.AuthenticationHandler
 
extractHost(URI) - Static method in class org.apache.hc.client5.http.utils.URIUtils
Extracts target host from the given URI.
extractHost(URI) - Static method in class org.apache.hc.client5.http.utils.URIUtils
Extracts target host from the given URI.
extractPathPrefix(HttpRequest) - Static method in class org.apache.hc.client5.http.impl.RequestSupport
 
extractPathPrefix(HttpRequest) - Static method in class org.apache.hc.client5.http.impl.RequestSupport
 

F

failed(Exception) - Method in interface org.apache.hc.client5.http.async.AsyncExecCallback
Triggered to signal a failure occurred during the message exchange.
failed(Exception) - Method in interface org.apache.hc.client5.http.async.AsyncExecCallback
Triggered to signal a failure occurred during the message exchange.
failed(Exception) - Method in class org.apache.hc.client5.http.async.methods.AbstractBinPushConsumer
 
failed(Exception) - Method in class org.apache.hc.client5.http.async.methods.AbstractBinPushConsumer
 
failed(Exception) - Method in class org.apache.hc.client5.http.async.methods.AbstractBinResponseConsumer
 
failed(Exception) - Method in class org.apache.hc.client5.http.async.methods.AbstractBinResponseConsumer
 
failed(Exception) - Method in class org.apache.hc.client5.http.async.methods.AbstractCharPushConsumer
 
failed(Exception) - Method in class org.apache.hc.client5.http.async.methods.AbstractCharPushConsumer
 
failed(Exception) - Method in class org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer
 
failed(Exception) - Method in class org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer
 
failed(Exception) - Method in class org.apache.hc.client5.http.async.methods.IgnoreCompleteExceptionFutureCallback
 
failed(Exception) - Method in class org.apache.hc.client5.http.async.methods.IgnoreCompleteExceptionFutureCallback
 
failed(Exception) - Method in class org.apache.hc.client5.testing.async.AsyncEchoHandler
 
failed(Exception) - Method in class org.apache.hc.client5.testing.async.AsyncEchoHandler
 
failed(Exception) - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler
 
failed(Exception) - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler
 
failed(Exception) - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler.RandomBinAsyncEntityProducer
 
failed(Exception) - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler.RandomBinAsyncEntityProducer
 
failed(Exception) - Method in class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
 
failed(Exception) - Method in class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
 
failed(Exception) - Method in class org.apache.hc.client5.testing.async.RedirectingAsyncDecorator
 
failed(Exception) - Method in class org.apache.hc.client5.testing.async.RedirectingAsyncDecorator
 
failed(Exception) - Method in class org.apache.hc.client5.testing.async.ServiceUnavailableAsyncDecorator
 
failed(Exception) - Method in class org.apache.hc.client5.testing.async.ServiceUnavailableAsyncDecorator
 
FileBody - Class in org.apache.hc.client5.http.entity.mime
Binary body part backed by a file.
FileBody - Class in org.apache.hc.client5.http.entity.mime
Binary body part backed by a file.
FileBody(File) - Constructor for class org.apache.hc.client5.http.entity.mime.FileBody
 
FileBody(File, ContentType, String) - Constructor for class org.apache.hc.client5.http.entity.mime.FileBody
 
FileBody(File, ContentType) - Constructor for class org.apache.hc.client5.http.entity.mime.FileBody
 
FileBody(File) - Constructor for class org.apache.hc.client5.http.entity.mime.FileBody
 
FileBody(File, ContentType, String) - Constructor for class org.apache.hc.client5.http.entity.mime.FileBody
 
FileBody(File, ContentType) - Constructor for class org.apache.hc.client5.http.entity.mime.FileBody
 
FileResource - Class in org.apache.hc.client5.http.impl.cache
Cache resource backed by a file.
FileResource - Class in org.apache.hc.client5.http.impl.cache
Cache resource backed by a file.
FileResource(File) - Constructor for class org.apache.hc.client5.http.impl.cache.FileResource
 
FileResource(File) - Constructor for class org.apache.hc.client5.http.impl.cache.FileResource
 
FileResourceFactory - Class in org.apache.hc.client5.http.impl.cache
Generates Resource instances whose body is stored in a temporary file.
FileResourceFactory - Class in org.apache.hc.client5.http.impl.cache
Generates Resource instances whose body is stored in a temporary file.
FileResourceFactory(File) - Constructor for class org.apache.hc.client5.http.impl.cache.FileResourceFactory
 
FileResourceFactory(File) - Constructor for class org.apache.hc.client5.http.impl.cache.FileResourceFactory
 
findAttribHandler(String) - Method in class org.apache.hc.client5.http.impl.cookie.AbstractCookieSpec
Finds an attribute handler CookieAttributeHandler for the given attribute.
findAttribHandler(String) - Method in class org.apache.hc.client5.http.impl.cookie.AbstractCookieSpec
Finds an attribute handler CookieAttributeHandler for the given attribute.
firstStep(RouteInfo) - Method in class org.apache.hc.client5.http.impl.routing.BasicRouteDirector
Determines the first step to establish a route.
firstStep(RouteInfo) - Method in class org.apache.hc.client5.http.impl.routing.BasicRouteDirector
Determines the first step to establish a route.
flushCacheEntriesInvalidatedByExchange(HttpHost, HttpRequest, HttpResponse, Resolver<URI, String>, HttpAsyncCacheStorage, FutureCallback<Boolean>) - Method in interface org.apache.hc.client5.http.cache.HttpAsyncCacheInvalidator
Flush HttpCacheEntrys invalidated by the given message exchange.
flushCacheEntriesInvalidatedByExchange(HttpHost, HttpRequest, HttpResponse, Resolver<URI, String>, HttpAsyncCacheStorage, FutureCallback<Boolean>) - Method in interface org.apache.hc.client5.http.cache.HttpAsyncCacheInvalidator
Flush HttpCacheEntrys invalidated by the given message exchange.
flushCacheEntriesInvalidatedByExchange(HttpHost, HttpRequest, HttpResponse, Resolver<URI, String>, HttpCacheStorage) - Method in interface org.apache.hc.client5.http.cache.HttpCacheInvalidator
Flush HttpCacheEntrys invalidated by the given message exchange.
flushCacheEntriesInvalidatedByExchange(HttpHost, HttpRequest, HttpResponse, Resolver<URI, String>, HttpCacheStorage) - Method in interface org.apache.hc.client5.http.cache.HttpCacheInvalidator
Flush HttpCacheEntrys invalidated by the given message exchange.
flushCacheEntriesInvalidatedByExchange(HttpHost, HttpRequest, HttpResponse, Resolver<URI, String>, HttpAsyncCacheStorage, FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.impl.cache.DefaultAsyncCacheInvalidator
 
flushCacheEntriesInvalidatedByExchange(HttpHost, HttpRequest, HttpResponse, Resolver<URI, String>, HttpAsyncCacheStorage, FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.impl.cache.DefaultAsyncCacheInvalidator
 
flushCacheEntriesInvalidatedByExchange(HttpHost, HttpRequest, HttpResponse, Resolver<URI, String>, HttpCacheStorage) - Method in class org.apache.hc.client5.http.impl.cache.DefaultCacheInvalidator
 
flushCacheEntriesInvalidatedByExchange(HttpHost, HttpRequest, HttpResponse, Resolver<URI, String>, HttpCacheStorage) - Method in class org.apache.hc.client5.http.impl.cache.DefaultCacheInvalidator
 
flushCacheEntriesInvalidatedByRequest(HttpHost, HttpRequest, Resolver<URI, String>, HttpAsyncCacheStorage, FutureCallback<Boolean>) - Method in interface org.apache.hc.client5.http.cache.HttpAsyncCacheInvalidator
Flush HttpCacheEntrys invalidated by the given request.
flushCacheEntriesInvalidatedByRequest(HttpHost, HttpRequest, Resolver<URI, String>, HttpAsyncCacheStorage, FutureCallback<Boolean>) - Method in interface org.apache.hc.client5.http.cache.HttpAsyncCacheInvalidator
Flush HttpCacheEntrys invalidated by the given request.
flushCacheEntriesInvalidatedByRequest(HttpHost, HttpRequest, Resolver<URI, String>, HttpCacheStorage) - Method in interface org.apache.hc.client5.http.cache.HttpCacheInvalidator
Flush HttpCacheEntrys invalidated by the given request.
flushCacheEntriesInvalidatedByRequest(HttpHost, HttpRequest, Resolver<URI, String>, HttpCacheStorage) - Method in interface org.apache.hc.client5.http.cache.HttpCacheInvalidator
Flush HttpCacheEntrys invalidated by the given request.
flushCacheEntriesInvalidatedByRequest(HttpHost, HttpRequest, Resolver<URI, String>, HttpAsyncCacheStorage, FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.impl.cache.DefaultAsyncCacheInvalidator
 
flushCacheEntriesInvalidatedByRequest(HttpHost, HttpRequest, Resolver<URI, String>, HttpAsyncCacheStorage, FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.impl.cache.DefaultAsyncCacheInvalidator
 
flushCacheEntriesInvalidatedByRequest(HttpHost, HttpRequest, Resolver<URI, String>, HttpCacheStorage) - Method in class org.apache.hc.client5.http.impl.cache.DefaultCacheInvalidator
 
flushCacheEntriesInvalidatedByRequest(HttpHost, HttpRequest, Resolver<URI, String>, HttpCacheStorage) - Method in class org.apache.hc.client5.http.impl.cache.DefaultCacheInvalidator
 
fork() - Method in interface org.apache.hc.client5.http.async.AsyncExecRuntime
Forks this runtime for parallel execution.
fork() - Method in interface org.apache.hc.client5.http.async.AsyncExecRuntime
Forks this runtime for parallel execution.
fork(CancellableDependency) - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
Forks this runtime for parallel execution.
fork(CancellableDependency) - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
Forks this runtime for parallel execution.
Form - Class in org.apache.hc.client5.http.fluent
HTTP form used by the fluent facade.
Form - Class in org.apache.hc.client5.http.fluent
HTTP form used by the fluent facade.
form() - Static method in class org.apache.hc.client5.http.fluent.Form
 
form() - Static method in class org.apache.hc.client5.http.fluent.Form
 
formatCookies(List<Cookie>) - Method in interface org.apache.hc.client5.http.cookie.CookieSpec
Create "Cookie" headers for an array of Cookies.
formatCookies(List<Cookie>) - Method in interface org.apache.hc.client5.http.cookie.CookieSpec
Create "Cookie" headers for an array of Cookies.
formatCookies(List<Cookie>) - Method in class org.apache.hc.client5.http.impl.cookie.IgnoreSpecSpec
 
formatCookies(List<Cookie>) - Method in class org.apache.hc.client5.http.impl.cookie.IgnoreSpecSpec
 
formatCookies(List<Cookie>) - Method in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
 
formatCookies(List<Cookie>) - Method in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
 
formatDate(Instant, DateTimeFormatter) - Static method in class org.apache.hc.client5.http.utils.DateUtils
Formats the given date according to the specified pattern.
formatDate(Date) - Static method in class org.apache.hc.client5.http.utils.DateUtils
formatDate(Date, String) - Static method in class org.apache.hc.client5.http.utils.DateUtils
formatDate(Instant, DateTimeFormatter) - Static method in class org.apache.hc.client5.http.utils.DateUtils
Formats the given date according to the specified pattern.
formatDate(Date) - Static method in class org.apache.hc.client5.http.utils.DateUtils
formatDate(Date, String) - Static method in class org.apache.hc.client5.http.utils.DateUtils
formatStandardDate(Instant) - Static method in class org.apache.hc.client5.http.utils.DateUtils
Formats the given instant according to the RFC 1123 pattern.
formatStandardDate(Instant) - Static method in class org.apache.hc.client5.http.utils.DateUtils
Formats the given instant according to the RFC 1123 pattern.
formatStats(HttpRoute, Object, ConnPoolControl<HttpRoute>) - Static method in class org.apache.hc.client5.http.impl.ConnPoolSupport
 
formatStats(HttpRoute, Object, ConnPoolControl<HttpRoute>) - Static method in class org.apache.hc.client5.http.impl.ConnPoolSupport
 
FORMATTER_ASCTIME - Static variable in class org.apache.hc.client5.http.utils.DateUtils
Date formatter used to parse HTTP date headers in in ANSI C asctime() format.
FORMATTER_ASCTIME - Static variable in class org.apache.hc.client5.http.utils.DateUtils
Date formatter used to parse HTTP date headers in in ANSI C asctime() format.
FORMATTER_RFC1036 - Static variable in class org.apache.hc.client5.http.utils.DateUtils
Date formatter used to parse HTTP date headers in RFC 1036 format.
FORMATTER_RFC1036 - Static variable in class org.apache.hc.client5.http.utils.DateUtils
Date formatter used to parse HTTP date headers in RFC 1036 format.
FORMATTER_RFC1123 - Static variable in class org.apache.hc.client5.http.utils.DateUtils
Date formatter used to parse HTTP date headers in RFC 1123 format.
FORMATTER_RFC1123 - Static variable in class org.apache.hc.client5.http.utils.DateUtils
Date formatter used to parse HTTP date headers in RFC 1123 format.
FormBodyPart - Class in org.apache.hc.client5.http.entity.mime
FormBodyPart class represents a content body that can be used as a part of multipart encoded entities.
FormBodyPart - Class in org.apache.hc.client5.http.entity.mime
FormBodyPart class represents a content body that can be used as a part of multipart encoded entities.
FormBodyPartBuilder - Class in org.apache.hc.client5.http.entity.mime
Builder for individual FormBodyParts.
FormBodyPartBuilder - Class in org.apache.hc.client5.http.entity.mime
Builder for individual FormBodyParts.
FutureRequestExecutionMetrics - Class in org.apache.hc.client5.http.impl.classic
Collection of different counters used to gather metrics for FutureRequestExecutionService.
FutureRequestExecutionMetrics - Class in org.apache.hc.client5.http.impl.classic
Collection of different counters used to gather metrics for FutureRequestExecutionService.
FutureRequestExecutionService - Class in org.apache.hc.client5.http.impl.classic
This class schedules message execution execution and processing as FutureTasks with the provided ExecutorService.
FutureRequestExecutionService - Class in org.apache.hc.client5.http.impl.classic
This class schedules message execution execution and processing as FutureTasks with the provided ExecutorService.
FutureRequestExecutionService(HttpClient, ExecutorService) - Constructor for class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionService
Create a new FutureRequestExecutionService.
FutureRequestExecutionService(HttpClient, ExecutorService) - Constructor for class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionService
Create a new FutureRequestExecutionService.

G

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[]) - 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.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
 
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 interface org.apache.hc.client5.http.auth.AuthScheme
Generates an authorization response based on the current state.
gener