Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- A - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.MD4
-
Deprecated.
- a1 - Variable in class org.apache.hc.client5.http.impl.auth.DigestScheme
- a2 - Variable in class org.apache.hc.client5.http.impl.auth.DigestScheme
- 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
- AbstractAuthenticationHandler - Class in org.apache.hc.client5.testing.auth
- AbstractAuthenticationHandler() - Constructor for class org.apache.hc.client5.testing.auth.AbstractAuthenticationHandler
- 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.
- 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) - 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
- 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) - 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
- AbstractBinPushConsumer - Class in org.apache.hc.client5.http.async.methods
-
Abstract push response consumer that processes response body data as an octet stream.
- AbstractBinPushConsumer() - Constructor for class org.apache.hc.client5.http.async.methods.AbstractBinPushConsumer
- AbstractBinResponseConsumer<T> - Class in org.apache.hc.client5.http.async.methods
-
Abstract response consumer that processes response body data as an octet stream.
- AbstractBinResponseConsumer() - Constructor for class org.apache.hc.client5.http.async.methods.AbstractBinResponseConsumer
- AbstractCharPushConsumer - Class in org.apache.hc.client5.http.async.methods
-
Abstract push response consumer that processes response body data as a character stream.
- AbstractCharPushConsumer() - Constructor for class org.apache.hc.client5.http.async.methods.AbstractCharPushConsumer
- 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() - 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
- AbstractClientTlsStrategy - Class in org.apache.hc.client5.http.ssl
- AbstractClientTlsStrategy(SSLContext, String[], String[], SSLBufferMode, HostnameVerifier) - Constructor for class org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy
- AbstractContentBody - Class in org.apache.hc.client5.http.entity.mime
- AbstractContentBody(ContentType) - Constructor for class org.apache.hc.client5.http.entity.mime.AbstractContentBody
- AbstractCookieAttributeHandler - Class in org.apache.hc.client5.http.impl.cookie
- AbstractCookieAttributeHandler() - Constructor for class org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler
- AbstractCookieSpec - Class in org.apache.hc.client5.http.impl.cookie
-
Abstract cookie specification which can delegate the job of parsing, validation or matching cookie attributes to a number of arbitrary
CookieAttributeHandler
s. - 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
- AbstractHttpAsyncClientBase - Class in org.apache.hc.client5.http.impl.async
- AbstractHttpAsyncClientBase(DefaultConnectingIOReactor, AsyncPushConsumerRegistry, ThreadFactory) - Constructor for class org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase
- AbstractHttpAsyncClientBase.Status - Enum in org.apache.hc.client5.http.impl.async
- 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
- AbstractMinimalHttpAsyncClientBase - Class in org.apache.hc.client5.http.impl.async
- AbstractMinimalHttpAsyncClientBase(DefaultConnectingIOReactor, AsyncPushConsumerRegistry, ThreadFactory) - Constructor for class org.apache.hc.client5.http.impl.async.AbstractMinimalHttpAsyncClientBase
- AbstractMultipartFormat - Class in org.apache.hc.client5.http.entity.mime
-
HttpMultipart represents a collection of MIME multipart encoded content bodies.
- AbstractMultipartFormat(String) - Constructor for class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
- AbstractMultipartFormat(Charset, String) - Constructor for class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
-
Creates an instance with the specified settings.
- AbstractMultipartFormat(Charset, String, String, String) - Constructor for class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
-
Constructs a new instance of
AbstractMultipartFormat
with the given charset, boundary, preamble, and epilogue. - AbstractSerializingAsyncCacheStorage<T,
CAS> - Class in org.apache.hc.client5.http.impl.cache -
Abstract cache backend for serialized objects capable of CAS (compare-and-swap) updates.
- AbstractSerializingAsyncCacheStorage(int, HttpCacheEntrySerializer<T>) - Constructor for class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
- AbstractSerializingCacheStorage<T,
CAS> - Class in org.apache.hc.client5.http.impl.cache -
Abstract cache backend for serialized objects capable of CAS (compare-and-swap) updates.
- AbstractSerializingCacheStorage(int, HttpCacheEntrySerializer<T>) - Constructor for class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
- AbstractSimpleServerExchangeHandler - Class in org.apache.hc.client5.testing.async
- AbstractSimpleServerExchangeHandler() - Constructor for class org.apache.hc.client5.testing.async.AbstractSimpleServerExchangeHandler
- acceptEncoding - Variable in class org.apache.hc.client5.http.impl.classic.ContentCompressionExec
- 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 class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- 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 class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- acquireEndpoint(String, HttpRoute, Object, HttpClientContext, FutureCallback<AsyncExecRuntime>) - Method in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- activate() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- activate() - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- 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.
- active - Variable in class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
- activeConnections - Variable in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- adapt(ClassicHttpResponse) - Static method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- adapt(HttpContext) - Static method in class org.apache.hc.client5.http.cache.HttpCacheContext
- adapt(HttpContext) - Static method in class org.apache.hc.client5.http.protocol.HttpClientContext
- add(String, String) - Method in class org.apache.hc.client5.http.fluent.Form
- add(String, InetAddress...) - Method in class org.apache.hc.client5.http.impl.InMemoryDnsResolver
-
Associates the given array of IP addresses to the given host in this DNS overrider.
- add(URI) - Method in class org.apache.hc.client5.http.protocol.RedirectLocations
-
Adds a new URI to the collection.
- add(AuthScope, 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(HttpHost, 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
- 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 givenHttpRequest
message . - addBinaryBody(String, byte[]) - 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, File) - 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, InputStream) - 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
- addByte(byte) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Deprecated.Adds the given byte to the response.
- addBytes(byte[]) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Deprecated.Adds the given bytes to the response.
- addCloseable(Closeable) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Adds to the list of
Closeable
resources to be managed by the client. - addCloseable(Closeable) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Adds to the list of
Closeable
resources to be managed by the client. - addCloseable(Closeable) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Adds to the list of
Closeable
resources to be managed by the client. - addCookie(Cookie) - Method in class org.apache.hc.client5.http.cookie.BasicCookieStore
-
Adds an
HTTP cookie
, replacing any existing equivalent cookies. - addCookie(Cookie) - Method in interface org.apache.hc.client5.http.cookie.CookieStore
-
Adds an
Cookie
, replacing any existing equivalent cookies. - addCookies(Cookie[]) - Method in class org.apache.hc.client5.http.cookie.BasicCookieStore
-
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.
- addExecInterceptorAfter(String, String, AsyncExecChainHandler) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Adds this execution interceptor after interceptor with the given name.
- addExecInterceptorAfter(String, String, AsyncExecChainHandler) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Adds this execution interceptor after interceptor with the given name.
- addExecInterceptorAfter(String, String, ExecChainHandler) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Adds this execution interceptor after interceptor with the given name.
- addExecInterceptorBefore(String, String, AsyncExecChainHandler) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Adds this execution interceptor before an existing interceptor.
- addExecInterceptorBefore(String, String, AsyncExecChainHandler) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Adds this execution interceptor before an existing interceptor.
- addExecInterceptorBefore(String, String, ExecChainHandler) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Adds this execution interceptor before an existing interceptor.
- addExecInterceptorFirst(String, AsyncExecChainHandler) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Add an interceptor to the head of the processing list.
- addExecInterceptorFirst(String, AsyncExecChainHandler) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Add an interceptor to the head of the processing list.
- addExecInterceptorFirst(String, ExecChainHandler) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Add an interceptor to the head of the processing list.
- addExecInterceptorLast(String, AsyncExecChainHandler) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Add an interceptor to the tail of the processing list.
- addExecInterceptorLast(String, AsyncExecChainHandler) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Add an interceptor to the tail of the processing list.
- addExecInterceptorLast(String, ExecChainHandler) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Add an interceptor to the tail of the processing list.
- addField(String, String) - Method in class org.apache.hc.client5.http.entity.mime.FormBodyPart
- addField(String, String) - Method in class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
- addField(String, String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartPart
- addField(String, String, List<NameValuePair>) - 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.MultipartPart
- addGssMicAvsToTargetInfo(byte[], Certificate) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
-
Deprecated.Add GSS channel binding hash and MIC flag to the targetInfo.
- addHeader(String, Object) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- addHeader(String, String) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- addHeader(String, String) - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
- addHeader(String, String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartPartBuilder
- addHeader(String, String) - Method in class org.apache.hc.client5.http.fluent.Request
- addHeader(String, String, List<NameValuePair>) - Method in class org.apache.hc.client5.http.entity.mime.MultipartPartBuilder
- addHeader(Header) - 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(Header) - Method in class org.apache.hc.client5.http.fluent.Request
- addHeader(Header) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- addMetadataPseudoHeaders(HttpResponse, HttpCacheStorageEntry) - Method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
-
Modify the given response to add our own cache metadata as pseudo-headers.
- addMissingContentLengthHeader(HttpResponse, byte[]) - Method in class org.apache.hc.client5.http.impl.cache.CachedHttpResponseGenerator
- 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(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(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
- 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.HttpAsyncClientBuilder
-
Adds this protocol interceptor to the head of the protocol processing list.
- addRequestInterceptorFirst(HttpRequestInterceptor) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Adds this protocol interceptor to the head of the protocol processing list.
- addRequestInterceptorLast(HttpRequestInterceptor) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Adds this protocol interceptor to the tail of the protocol processing list.
- addRequestInterceptorLast(HttpRequestInterceptor) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Adds this protocol interceptor to the tail of the protocol processing list.
- addRequestInterceptorLast(HttpRequestInterceptor) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Adds this protocol interceptor to the tail of the protocol processing list.
- addResponseInterceptorFirst(HttpResponseInterceptor) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Adds this protocol interceptor to the head of the protocol processing list.
- addResponseInterceptorFirst(HttpResponseInterceptor) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Adds this protocol interceptor to the head of the protocol processing list.
- addResponseInterceptorFirst(HttpResponseInterceptor) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Adds this protocol interceptor to the head of the protocol processing list.
- addResponseInterceptorLast(HttpResponseInterceptor) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Adds this protocol interceptor to the tail of the protocol processing list.
- addResponseInterceptorLast(HttpResponseInterceptor) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Adds this protocol interceptor to the tail of the protocol processing list.
- addResponseInterceptorLast(HttpResponseInterceptor) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Adds this protocol interceptor to the tail of the protocol processing list.
- addTextBody(String, String) - 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
- addULong(int) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Deprecated.Adds a ULong to the response
- addUShort(int) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Deprecated.Adds a USHORT to the response
- advanceMessageSequence() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
-
Deprecated.
- AFTER - Enum constant in enum org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.ExecInterceptorEntry.Position
- AFTER - Enum constant in enum org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.ExecInterceptorEntry.Position
- AFTER - Enum constant in enum org.apache.hc.client5.http.impl.classic.HttpClientBuilder.ExecInterceptorEntry.Position
- 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(ConnPoolControl<HttpRoute>) - Constructor for class org.apache.hc.client5.http.impl.classic.AIMDBackoffManager
- all - Variable in class org.apache.hc.client5.http.protocol.RedirectLocations
- allConditionalsMatch(HttpRequest, HttpCacheEntry, Instant) - Method in class org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker
-
Check that conditionals that are part of this request match
- ALLOW - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- allow303Caching - Variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
- allow303Caching - Variable in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
- ALLOWED_CLASS_PATTERNS - Static variable in class org.apache.hc.client5.http.impl.cache.ByteArrayCacheEntrySerializer.RestrictedObjectInputStream
- ALWAYSENCODECHARS - Static variable in class org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart.PercentCodec
- append(byte[]) - 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(char) - Method in class org.apache.hc.client5.http.impl.async.LogAppendable
- append(char[]) - 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(CharSequence) - Method in class org.apache.hc.client5.http.impl.async.LogAppendable
- append(CharSequence, int, int) - Method in class org.apache.hc.client5.http.impl.async.LogAppendable
- append(String) - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
- append(CharBuffer) - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
- applyParameters(SSLEngine, SSLParameters, String[]) - Method in class org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy
- applyParameters(SSLEngine, SSLParameters, String[]) - Method in class org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy
- arrayRef - Variable in class org.apache.hc.client5.http.impl.cache.HeapResource
- asBytes() - Method in class org.apache.hc.client5.http.fluent.Content
- ASCTIME_DATE - Static variable in class org.apache.hc.client5.http.impl.cache.WarningValue
- assertNotConsumed() - Method in class org.apache.hc.client5.http.fluent.Response
- asStream() - Method in class org.apache.hc.client5.http.fluent.Content
- asString() - Method in class org.apache.hc.client5.http.fluent.Content
- asString(Charset) - Method in class org.apache.hc.client5.http.fluent.Content
- Async - Class in org.apache.hc.client5.http.fluent
-
Asynchronous executor for
Request
s. - Async() - Constructor for class org.apache.hc.client5.http.fluent.Async
- Async.ExecRunnable<T> - Class in org.apache.hc.client5.http.fluent
- AsyncCachingExec - Class in org.apache.hc.client5.http.impl.cache
-
Request executor in the request execution chain that is responsible for transparent client-side caching.
- AsyncCachingExec(ResourceFactory, HttpAsyncCacheStorage, ScheduledExecutorService, SchedulingStrategy, CacheConfig) - Constructor for class org.apache.hc.client5.http.impl.cache.AsyncCachingExec
- AsyncCachingExec(HttpAsyncCache, ScheduledExecutorService, SchedulingStrategy, CacheConfig) - Constructor for class org.apache.hc.client5.http.impl.cache.AsyncCachingExec
- AsyncCachingExec(HttpAsyncCache, CacheValidityPolicy, ResponseCachingPolicy, CachedHttpResponseGenerator, CacheableRequestPolicy, CachedResponseSuitabilityChecker, ResponseProtocolCompliance, RequestProtocolCompliance, DefaultAsyncCacheRevalidator, ConditionalRequestBuilder<HttpRequest>, CacheConfig) - Constructor for class org.apache.hc.client5.http.impl.cache.AsyncCachingExec
- AsyncCachingExec(HttpAsyncCache, DefaultAsyncCacheRevalidator, CacheConfig) - Constructor for class org.apache.hc.client5.http.impl.cache.AsyncCachingExec
- AsyncCachingExec.AsyncExecCallbackWrapper - Class in org.apache.hc.client5.http.impl.cache
- AsyncCachingExec.BackendResponseHandler - Class in org.apache.hc.client5.http.impl.cache
- AsyncCachingExec.CachingAsyncDataConsumer - Class in org.apache.hc.client5.http.impl.cache
- AsyncClientConnectionManager - Interface in org.apache.hc.client5.http.nio
-
Represents a manager of persistent non-blocking client connections.
- AsyncClientConnectionOperator - Interface in org.apache.hc.client5.http.nio
-
Connection operator that performs connection connect and upgrade operations.
- AsyncConnectExec - Class in org.apache.hc.client5.http.impl.async
-
Request execution handler in the asynchronous request execution chain that is responsible for establishing connection to the target origin server as specified by the current connection route.
- AsyncConnectExec(HttpProcessor, AuthenticationStrategy, SchemePortResolver, boolean) - Constructor for class org.apache.hc.client5.http.impl.async.AsyncConnectExec
- AsyncConnectExec.State - Class in org.apache.hc.client5.http.impl.async
- AsyncConnectionEndpoint - Class in org.apache.hc.client5.http.nio
-
Client connection endpoint that can be used to execute message exchanges.
- AsyncConnectionEndpoint() - Constructor for class org.apache.hc.client5.http.nio.AsyncConnectionEndpoint
- AsyncEchoHandler - Class in org.apache.hc.client5.testing.async
-
A handler that echos the incoming request entity.
- AsyncEchoHandler() - Constructor for class org.apache.hc.client5.testing.async.AsyncEchoHandler
- asyncExecCallback - Variable in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient.ScheduledRequestExecution
- asyncExecCallback - Variable in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.AsyncExecCallbackWrapper
- asyncExecCallback - Variable in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.BackendResponseHandler
- AsyncExecCallback - Interface in org.apache.hc.client5.http.async
-
AsyncExecCallback methods represent response processing events in the client side request execution chain.
- AsyncExecCallbackWrapper(AsyncExecCallback, Runnable) - Constructor for class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.AsyncExecCallbackWrapper
- 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.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.
- AsyncExecChainElement - Class in org.apache.hc.client5.http.impl.async
- AsyncExecChainElement(AsyncExecChainHandler, AsyncExecChainElement) - Constructor for class org.apache.hc.client5.http.impl.async.AsyncExecChainElement
- 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.
- asynchronousWorkers - Variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
- asynchronousWorkers - Variable in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
- 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.State - Class in org.apache.hc.client5.http.impl.async
- 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(AuthenticationStrategy, AuthenticationStrategy, SchemePortResolver, boolean) - Constructor for class org.apache.hc.client5.http.impl.async.AsyncProtocolExec
- AsyncPushConsumerRegistry - Class in org.apache.hc.client5.http.impl.async
- AsyncPushConsumerRegistry() - Constructor for class org.apache.hc.client5.http.impl.async.AsyncPushConsumerRegistry
- AsyncRandomHandler - Class in org.apache.hc.client5.testing.async
-
A handler that generates random data.
- AsyncRandomHandler() - Constructor for class org.apache.hc.client5.testing.async.AsyncRandomHandler
- AsyncRandomHandler.RandomBinAsyncEntityProducer - Class in org.apache.hc.client5.testing.async
-
An entity that generates random data.
- 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(HttpRoutePlanner, RedirectStrategy) - Constructor for class org.apache.hc.client5.http.impl.async.AsyncRedirectExec
- AsyncRedirectExec.State - Class in org.apache.hc.client5.http.impl.async
- attemptUpdateEntry(String, HttpCacheCASOperation, ComplexCancellable, AtomicInteger, FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
- attribHandlerMap - Variable in class org.apache.hc.client5.http.impl.cookie.AbstractCookieSpec
-
Stores attribute name -> attribute handler mappings
- attribHandlerMap - Variable in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- attribHandlers - Variable in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- attribs - Variable in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Cookie attributes as specified by the origin server
- auth(String, Credentials) - 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, 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
-
Deprecated.
- auth(HttpHost, Credentials) - Method in class org.apache.hc.client5.http.fluent.Executor
- AUTH - Enum constant in enum org.apache.hc.client5.http.impl.auth.DigestScheme.QualityOfProtection
- 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_CACHEABLE_PARAMS - Static variable in class org.apache.hc.client5.http.impl.cache.ResponseCachingPolicy
- AUTH_EXCHANGE_MAP - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Attribute name of a map containing actual
AuthExchange
s keyed by their respectiveHttpHost
. - AUTH_INT - Enum constant in enum org.apache.hc.client5.http.impl.auth.DigestScheme.QualityOfProtection
- authCache - Variable in class org.apache.hc.client5.http.ContextBuilder
- authCache - Variable in class org.apache.hc.client5.http.fluent.Executor
- 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 - Variable in class org.apache.hc.client5.http.impl.async.AsyncConnectExec
- authCacheKeeper - Variable in class org.apache.hc.client5.http.impl.async.AsyncProtocolExec
- authCacheKeeper - Variable in class org.apache.hc.client5.http.impl.classic.ConnectExec
- authCacheKeeper - Variable in class org.apache.hc.client5.http.impl.classic.ProtocolExec
- 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
- authCachingDisabled - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- authCachingDisabled - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- authCachingDisabled - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- AuthChallenge - Class in org.apache.hc.client5.http.auth
-
This class represents an authentication challenge consisting of a auth scheme and either a single parameter or a list of name / value pairs.
- AuthChallenge(ChallengeType, String, String, List<? extends NameValuePair>) - Constructor for class org.apache.hc.client5.http.auth.AuthChallenge
- AuthChallenge(ChallengeType, String, NameValuePair...) - Constructor for class org.apache.hc.client5.http.auth.AuthChallenge
- AuthChallengeParser - Class in org.apache.hc.client5.http.impl.auth
-
Authentication challenge parser.
- AuthChallengeParser() - Constructor for class org.apache.hc.client5.http.impl.auth.AuthChallengeParser
- AuthChallengeParser.ChallengeInt - Class in org.apache.hc.client5.http.impl.auth
- authenticate(URIAuthority, String, String) - Method in interface org.apache.hc.client5.testing.auth.Authenticator
- AuthenticatingAsyncDecorator - Class in org.apache.hc.client5.testing.async
- AuthenticatingAsyncDecorator(AsyncServerExchangeHandler, 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(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
- authenticationEnabled - Variable in class org.apache.hc.client5.http.config.RequestConfig
- authenticationEnabled - Variable in class org.apache.hc.client5.http.config.RequestConfig.Builder
- AuthenticationException - Exception Class in org.apache.hc.client5.http.auth
-
Signals a failure in authentication process
- AuthenticationException() - Constructor for exception class org.apache.hc.client5.http.auth.AuthenticationException
-
Creates a new AuthenticationException with a
null
detail message. - AuthenticationException(String) - Constructor for exception class org.apache.hc.client5.http.auth.AuthenticationException
-
Creates a new AuthenticationException with the specified message.
- AuthenticationException(String, Throwable) - Constructor for exception class org.apache.hc.client5.http.auth.AuthenticationException
-
Creates a new AuthenticationException with the specified detail message and cause.
- authenticationHandler - Variable in class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
- authenticationHandler - Variable in class org.apache.hc.client5.testing.classic.AuthenticatingDecorator
- 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).
- authenticator - Variable in class org.apache.hc.client5.http.impl.async.AsyncConnectExec
- authenticator - Variable in class org.apache.hc.client5.http.impl.async.AsyncProtocolExec
- authenticator - Variable in class org.apache.hc.client5.http.impl.classic.ConnectExec
- authenticator - Variable in class org.apache.hc.client5.http.impl.classic.ProtocolExec
- authenticator - Variable in class org.apache.hc.client5.http.impl.classic.ProxyClient
- authenticator - Variable in class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
- authenticator - Variable in class org.apache.hc.client5.testing.classic.AuthenticatingDecorator
- Authenticator - Interface in org.apache.hc.client5.testing.auth
- AuthExchange - Class in org.apache.hc.client5.http.auth
-
This class represents the actual state of authentication handshake including the current
AuthScheme
used for request authorization as well as a collection of backup authentication options if available. - AuthExchange() - Constructor for class org.apache.hc.client5.http.auth.AuthExchange
- AuthExchange.State - Enum in org.apache.hc.client5.http.auth
- authOptions - Variable in class org.apache.hc.client5.http.auth.AuthExchange
- AUTHORIZATION - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- authPreemptive(String) - Method in class org.apache.hc.client5.http.fluent.Executor
- authPreemptive(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
- 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
- authScheme - Variable in class org.apache.hc.client5.http.auth.AuthExchange
- 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 actualAuthSchemeFactory
registry. - AuthSchemeFactory - Interface in org.apache.hc.client5.http.auth
-
Factory for
AuthScheme
implementations. - authSchemeMap - Variable in class org.apache.hc.client5.http.ContextBuilder
- authSchemeRegistry - Variable in class org.apache.hc.client5.http.ContextBuilder
- authSchemeRegistry - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- authSchemeRegistry - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- authSchemeRegistry - Variable in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- authSchemeRegistry - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- authSchemeRegistry - Variable in class org.apache.hc.client5.http.impl.classic.InternalHttpClient
- authSchemeRegistry - Variable in class org.apache.hc.client5.http.impl.classic.ProxyClient
- AuthSchemeSupport - Class in org.apache.hc.client5.http.impl.auth
- AuthSchemeSupport() - Constructor for class org.apache.hc.client5.http.impl.auth.AuthSchemeSupport
- authScope - Variable in class org.apache.hc.client5.http.impl.auth.CredentialsProviderBuilder.Entry
- authScope - Variable in class org.apache.hc.client5.http.impl.auth.SingleCredentialsProvider
- 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, int) - Constructor for class org.apache.hc.client5.http.auth.AuthScope
-
Defines auth scope with the given
host
andport
. - AuthScope(String, String, int, String, String) - Constructor for class org.apache.hc.client5.http.auth.AuthScope
-
Defines auth scope with the given
protocol
,host
,port
,realm
, andschemeName
. - AuthScope(AuthScope) - Constructor for class org.apache.hc.client5.http.auth.AuthScope
-
Creates a copy of the given credentials scope.
- AuthScope(HttpHost) - Constructor for class org.apache.hc.client5.http.auth.AuthScope
-
Defines auth scope for a specific host of origin.
- AuthScope(HttpHost, String, String) - Constructor for class org.apache.hc.client5.http.auth.AuthScope
-
Defines auth scope for a specific host of origin.
- 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. - automaticRetriesDisabled - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- automaticRetriesDisabled - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- automaticRetriesDisabled - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- available() - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
-
Get available.
- available() - Method in class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
- available() - Method in class org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler
- available() - Method in class org.apache.hc.client5.http.impl.io.LoggingInputStream
- available() - Method in class org.apache.hc.client5.testing.async.AsyncEchoHandler
- available() - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler
- available() - Method in class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
- available() - Method in class org.apache.hc.client5.testing.async.RedirectingAsyncDecorator
- available() - Method in class org.apache.hc.client5.testing.async.ServiceUnavailableAsyncDecorator
- availableData() - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler.RandomBinAsyncEntityProducer
- averageDuration() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics.DurationCounter
- awaitInput(Timeout) - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- awaitShutdown(TimeValue) - Method in class org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase
- awaitShutdown(TimeValue) - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
- awaitTermination(Timeout) - Method in class org.apache.hc.client5.http.impl.cache.CacheRevalidatorBase
- awaitTermination(Timeout) - Method in interface org.apache.hc.client5.http.impl.cache.CacheRevalidatorBase.ScheduledExecutor
- awaitTermination(Timeout) - Method in class org.apache.hc.client5.http.impl.cache.DefaultAsyncCacheRevalidator.InternalScheduledExecutor
- awaitTermination(Timeout) - Method in class org.apache.hc.client5.http.impl.IdleConnectionEvictor
B
- B - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.MD4
-
Deprecated.
- BACK_OFF - Enum constant in enum org.apache.hc.client5.http.impl.ChainElement
- backendResponse - Variable in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.CachingAsyncDataConsumer
- BackendResponseHandler(HttpHost, HttpRequest, Instant, Instant, AsyncExecChain.Scope, AsyncExecCallback) - Constructor for class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.BackendResponseHandler
- 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.LinearBackoffManager
- backoffFactor - Variable in class org.apache.hc.client5.http.impl.classic.AbstractBackoff
-
The growth rate used in the exponential backoff algorithm.
- backoffManager - Variable in class org.apache.hc.client5.http.impl.classic.BackoffStrategyExec
- backoffManager - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 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.
- backOffRate - Variable in class org.apache.hc.client5.http.impl.schedule.ExponentialBackOffSchedulingStrategy
- 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
- BASE_URI - Static variable in class org.apache.hc.client5.http.impl.cache.HttpCacheSupport
- 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.
- base64codec - Variable in class org.apache.hc.client5.http.impl.auth.BasicScheme
- 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() - 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.Key - Class in org.apache.hc.client5.http.impl.auth
- BasicAuthenticationHandler - Class in org.apache.hc.client5.testing.auth
- BasicAuthenticationHandler() - Constructor for class org.apache.hc.client5.testing.auth.BasicAuthenticationHandler
-
Deprecated.
- BasicAuthenticationHandler(Charset) - Constructor for class org.apache.hc.client5.testing.auth.BasicAuthenticationHandler
- BasicAuthTokenExtractor - Class in org.apache.hc.client5.testing.auth
-
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(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() - 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() - 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() - 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(String[]) - Constructor for class org.apache.hc.client5.http.impl.cookie.BasicExpiresHandler
-
Deprecated.
- BasicExpiresHandler(DateTimeFormatter...) - Constructor for class org.apache.hc.client5.http.impl.cookie.BasicExpiresHandler
- BasicHttpAsyncCache - Class in org.apache.hc.client5.http.impl.cache
- BasicHttpAsyncCache(ResourceFactory, HttpAsyncCacheStorage) - Constructor for class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- BasicHttpAsyncCache(ResourceFactory, HttpAsyncCacheStorage, CacheKeyGenerator) - Constructor for class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- BasicHttpAsyncCache(ResourceFactory, HttpAsyncCacheStorage, CacheKeyGenerator, HttpAsyncCacheInvalidator) - Constructor for class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- BasicHttpCache - Class in org.apache.hc.client5.http.impl.cache
- BasicHttpCache() - Constructor for class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- BasicHttpCache(ResourceFactory, HttpCacheStorage) - Constructor for class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- BasicHttpCache(ResourceFactory, HttpCacheStorage, CacheKeyGenerator) - Constructor for class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- BasicHttpCache(ResourceFactory, HttpCacheStorage, CacheKeyGenerator, HttpCacheInvalidator) - Constructor for class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- BasicHttpCache(CacheConfig) - Constructor for class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- BasicHttpCacheStorage - Class in org.apache.hc.client5.http.impl.cache
-
Basic
HttpCacheStorage
implementation backed by an instance ofLinkedHashMap
. - 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() - 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>) - 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>, HttpConnectionFactory<ManagedHttpClientConnection>, SchemePortResolver, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- BasicHttpClientConnectionManager.InternalConnectionEndpoint - Class in org.apache.hc.client5.http.impl.io
- 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
- 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
- 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.
- BasicIdGenerator - Class in org.apache.hc.client5.http.impl.cache
-
Should produce reasonably unique tokens.
- BasicIdGenerator() - Constructor for class org.apache.hc.client5.http.impl.cache.BasicIdGenerator
- 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
- 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
- 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
- BasicScheme - Class in org.apache.hc.client5.http.impl.auth
-
Basic authentication scheme.
- 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
- BasicSchemeFactory - Class in org.apache.hc.client5.http.impl.auth
-
AuthSchemeFactory
implementation that creates and initializesBasicScheme
instances. - 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
- 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
- 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
- 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() - Constructor for class org.apache.hc.client5.testing.auth.BearerAuthenticationHandler
- 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
- BearerSchemeFactory - Class in org.apache.hc.client5.http.impl.auth
-
AuthSchemeFactory
implementation that creates and initializesBearerScheme
instances. - BearerSchemeFactory() - Constructor for class org.apache.hc.client5.http.impl.auth.BearerSchemeFactory
- bearerToken - Variable in class org.apache.hc.client5.http.impl.auth.BearerScheme
- 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
- BEFORE - Enum constant in enum org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.ExecInterceptorEntry.Position
- BEFORE - Enum constant in enum org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.ExecInterceptorEntry.Position
- BEFORE - Enum constant in enum org.apache.hc.client5.http.impl.classic.HttpClientBuilder.ExecInterceptorEntry.Position
- binary - Variable in class org.apache.hc.client5.http.entity.EntityBuilder
- bind(Socket) - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- bind(Socket) - Method in interface org.apache.hc.client5.http.io.ManagedHttpClientConnection
-
Binds this connection to the given socket.
- bind(SocketHolder) - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- BLANK - Static variable in class org.apache.hc.client5.http.impl.auth.AuthChallengeParser
- body - Variable in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
- body - Variable in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
- body - Variable in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- body - Variable in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
- body - Variable in class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
- body - Variable in class org.apache.hc.client5.http.entity.mime.MultipartPart
- body - Variable in class org.apache.hc.client5.http.entity.mime.MultipartPartBuilder
- body(HttpEntity) - Method in class org.apache.hc.client5.http.fluent.Request
- BODY_BUT_NO_LENGTH_ERROR - Enum constant in enum org.apache.hc.client5.http.impl.cache.RequestProtocolError
- bodyAsBytes - Variable in class org.apache.hc.client5.http.async.methods.SimpleBody
- bodyAsText - Variable in class org.apache.hc.client5.http.async.methods.SimpleBody
- bodyByteArray(byte[]) - 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[], 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>) - 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(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
- bodyString(String, ContentType) - Method in class org.apache.hc.client5.http.fluent.Request
- boundary - Variable in class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
- boundary - Variable in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- 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
. - 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
- buffer - Variable in class org.apache.hc.client5.http.async.methods.SimpleAsyncEntityConsumer
- buffer - Variable in class org.apache.hc.client5.http.impl.async.LogAppendable
- buffer - Variable in class org.apache.hc.client5.http.impl.auth.BasicScheme
- buffer - Variable in class org.apache.hc.client5.http.impl.auth.DigestScheme
- buffer - Variable in class org.apache.hc.client5.http.utils.ByteArrayBuilder
- buffer - Variable in class org.apache.hc.client5.testing.async.AsyncRandomHandler.RandomBinAsyncEntityProducer
- BUFFER_SIZE - Static variable in class org.apache.hc.client5.http.entity.DecompressingEntity
-
Default buffer size.
- BUFFER_SIZE - Static variable in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
- bufferRef - Variable in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.CachingAsyncDataConsumer
- 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.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.RequestConfig.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.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.MultipartEntityBuilder
- 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.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.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.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.PoolingHttpClientConnectionManagerBuilder
- 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.SSLConnectionSocketFactoryBuilder
- buildConditionalRequest(T, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.ConditionalRequestBuilder
-
When a
HttpCacheEntry
is stale but 'might' be used as a response to anHttpRequest
we will attempt to revalidate the entry with the origin. - buildConditionalRequestFromVariants(T, Map<String, Variant>) - Method in class org.apache.hc.client5.http.impl.cache.ConditionalRequestBuilder
-
When a
HttpCacheEntry
does not exist for a specificHttpRequest
we attempt to see if an existingHttpCacheEntry
is appropriate by building a conditionalHttpRequest
using the variants' ETag values. - buildEntity() - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- builder() - Static method in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
-
Create a new
ManagedHttpClientConnectionFactory.Builder
. - Builder() - Constructor for class org.apache.hc.client5.http.auth.KerberosConfig.Builder
-
Deprecated.
- Builder() - Constructor for class org.apache.hc.client5.http.config.ConnectionConfig.Builder
- Builder() - Constructor for class org.apache.hc.client5.http.config.RequestConfig.Builder
- Builder() - Constructor for class org.apache.hc.client5.http.config.TlsConfig.Builder
- Builder() - Constructor for class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
- Builder() - Constructor for class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory.Builder
- buildHeaderFromElements(List<HeaderElement>) - Method in class org.apache.hc.client5.http.impl.cache.RequestProtocolCompliance
- buildMessage() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Deprecated.
- buildMessage() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type1Message
-
Deprecated.Getting the response involves building the message before returning it
- buildMessage() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
-
Deprecated.Assemble the response
- 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(HttpResponse, byte[], ContentType) - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseConsumer
- buildUnconditionalRequest(T) - Method in class org.apache.hc.client5.http.impl.cache.ConditionalRequestBuilder
-
Returns a request to unconditionally validate a cache entry with the origin.
- bulkRestore(Collection<String>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
- bulkRestore(Collection<String>, FutureCallback<Map<String, T>>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
- ByteArrayBody - Class in org.apache.hc.client5.http.entity.mime
-
Binary body part backed by a byte array.
- ByteArrayBody(byte[], String) - Constructor for class org.apache.hc.client5.http.entity.mime.ByteArrayBody
-
Creates a new ByteArrayBody.
- ByteArrayBody(byte[], ContentType) - Constructor for class org.apache.hc.client5.http.entity.mime.ByteArrayBody
-
Public constructor that creates a new ByteArrayBody.
- ByteArrayBody(byte[], ContentType, String) - Constructor for class org.apache.hc.client5.http.entity.mime.ByteArrayBody
- 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
- 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.RestrictedObjectInputStream - Class in org.apache.hc.client5.http.impl.cache
C
- C - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.MD4
-
Deprecated.
- CACHE_CONTROL - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- CACHE_CONTROL - Static variable in class org.apache.hc.client5.http.fluent.HttpHeader
- CACHE_CONTROL_MAX_AGE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- CACHE_CONTROL_MAX_STALE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- CACHE_CONTROL_MIN_FRESH - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- CACHE_CONTROL_MUST_REVALIDATE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- CACHE_CONTROL_NO_CACHE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- CACHE_CONTROL_NO_STORE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- CACHE_CONTROL_PROXY_REVALIDATE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- CACHE_HIT - Enum constant in enum org.apache.hc.client5.http.cache.CacheResponseStatus
-
A response was generated from the cache with no requests sent upstream.
- CACHE_MISS - Enum constant in enum org.apache.hc.client5.http.cache.CacheResponseStatus
-
The response came from an upstream server.
- CACHE_MODULE_RESPONSE - Enum constant in enum org.apache.hc.client5.http.cache.CacheResponseStatus
-
The response was generated directly by the caching module.
- 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 anHttpContext
is provided during execution. - CACHEABLE_STATUS_CODES - Static variable in class org.apache.hc.client5.http.impl.cache.ResponseCachingPolicy
- cacheableRequestPolicy - Variable in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- CacheableRequestPolicy - Class in org.apache.hc.client5.http.impl.cache
-
Determines if an HttpRequest is allowed to be served from the cache.
- CacheableRequestPolicy() - Constructor for class org.apache.hc.client5.http.impl.cache.CacheableRequestPolicy
- cacheAndReturnResponse(HttpHost, HttpRequest, ClassicHttpResponse, ExecChain.Scope, Instant, Instant) - Method in class org.apache.hc.client5.http.impl.cache.CachingExec
- cacheConfig - Variable in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- cacheConfig - Variable in class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
- cacheConfig - Variable in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
- cacheConfig - Variable in class org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder
- CacheConfig - Class in org.apache.hc.client5.http.impl.cache
-
Java Beans-style configuration for caching
HttpClient
. - CacheConfig(long, int, int, boolean, boolean, boolean, float, TimeValue, boolean, boolean, int, boolean) - Constructor for class org.apache.hc.client5.http.impl.cache.CacheConfig
- CacheConfig.Builder - Class in org.apache.hc.client5.http.impl.cache
- CachedHttpResponseGenerator - Class in org.apache.hc.client5.http.impl.cache
-
Rebuilds an
HttpResponse
from aHttpCacheEntry
- CachedHttpResponseGenerator(CacheValidityPolicy) - Constructor for class org.apache.hc.client5.http.impl.cache.CachedHttpResponseGenerator
- cacheDir - Variable in class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
- cacheDir - Variable in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
- cacheDir - Variable in class org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder
- cacheDir - Variable in class org.apache.hc.client5.http.impl.cache.FileResourceFactory
- CachedResponseSuitabilityChecker - Class in org.apache.hc.client5.http.impl.cache
-
Determines whether a given
HttpCacheEntry
is suitable to be used as a response for a givenHttpRequest
. - CachedResponseSuitabilityChecker(CacheConfig) - Constructor for class org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker
- CachedResponseSuitabilityChecker(CacheValidityPolicy, CacheConfig) - Constructor for class org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker
- cacheEntryDoesNotContainMethodAndEntity(HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker
- cacheHits - Variable in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- cacheInvalidator - Variable in class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- cacheInvalidator - Variable in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- CacheInvalidatorBase - Class in org.apache.hc.client5.http.impl.cache
- CacheInvalidatorBase() - Constructor for class org.apache.hc.client5.http.impl.cache.CacheInvalidatorBase
- cacheKey - Variable in class org.apache.hc.client5.http.impl.cache.Variant
- cacheKeyGenerator - Variable in class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- cacheKeyGenerator - Variable in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- CacheKeyGenerator - Class in org.apache.hc.client5.http.impl.cache
- CacheKeyGenerator() - Constructor for class org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
- CacheMap - Class in org.apache.hc.client5.http.impl.cache
- CacheMap(int) - Constructor for class org.apache.hc.client5.http.impl.cache.CacheMap
- cacheMisses - Variable in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- 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 anHttpCacheContext
then a parameter with one of these values will be registered in the context under the keyHttpCacheContext.CACHE_RESPONSE_STATUS
. - CacheResponseStatus() - Constructor for enum org.apache.hc.client5.http.cache.CacheResponseStatus
- cacheRevalidator - Variable in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec
- cacheRevalidator - Variable in class org.apache.hc.client5.http.impl.cache.CachingExec
- CacheRevalidatorBase - Class in org.apache.hc.client5.http.impl.cache
-
Abstract cache re-validation class.
- CacheRevalidatorBase(ScheduledThreadPoolExecutor, SchedulingStrategy) - Constructor for class org.apache.hc.client5.http.impl.cache.CacheRevalidatorBase
-
Create CacheValidator which will make ache revalidation requests using the supplied
SchedulingStrategy
andScheduledThreadPoolExecutor
. - CacheRevalidatorBase(CacheRevalidatorBase.ScheduledExecutor, SchedulingStrategy) - Constructor for class org.apache.hc.client5.http.impl.cache.CacheRevalidatorBase
-
Create CacheValidator which will make ache revalidation requests using the supplied
SchedulingStrategy
andCacheRevalidatorBase.ScheduledExecutor
. - CacheRevalidatorBase.ScheduledExecutor - Interface in org.apache.hc.client5.http.impl.cache
- cacheStorage - Variable in class org.apache.hc.client5.http.cache.HttpAsyncCacheStorageAdaptor
- cacheUpdateHandler - Variable in class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- cacheUpdateHandler - Variable in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- CacheUpdateHandler - Class in org.apache.hc.client5.http.impl.cache
-
Creates new
HttpCacheEntry
s and updates existing ones with new or updated information based on the response from the origin server. - CacheUpdateHandler() - Constructor for class org.apache.hc.client5.http.impl.cache.CacheUpdateHandler
- CacheUpdateHandler(ResourceFactory) - Constructor for class org.apache.hc.client5.http.impl.cache.CacheUpdateHandler
- cacheUpdates - Variable in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- CacheValidityPolicy - Class in org.apache.hc.client5.http.impl.cache
- CacheValidityPolicy() - Constructor for class org.apache.hc.client5.http.impl.cache.CacheValidityPolicy
- CACHING - Enum constant in enum org.apache.hc.client5.http.impl.ChainElement
- CachingAsyncDataConsumer(AsyncExecCallback, HttpResponse, EntityDetails) - Constructor for class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.CachingAsyncDataConsumer
- cachingConsumerRef - Variable in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.BackendResponseHandler
- CachingExec - Class in org.apache.hc.client5.http.impl.cache
-
Request executor in the request execution chain that is responsible for transparent client-side caching.
- CachingExec(ResourceFactory, HttpCacheStorage, ScheduledExecutorService, SchedulingStrategy, CacheConfig) - Constructor for class org.apache.hc.client5.http.impl.cache.CachingExec
- CachingExec(HttpCache, ScheduledExecutorService, SchedulingStrategy, CacheConfig) - Constructor for class org.apache.hc.client5.http.impl.cache.CachingExec
- CachingExec(HttpCache, CacheValidityPolicy, ResponseCachingPolicy, CachedHttpResponseGenerator, CacheableRequestPolicy, CachedResponseSuitabilityChecker, ResponseProtocolCompliance, RequestProtocolCompliance, DefaultCacheRevalidator, ConditionalRequestBuilder<ClassicHttpRequest>, CacheConfig) - Constructor for class org.apache.hc.client5.http.impl.cache.CachingExec
- CachingExec(HttpCache, DefaultCacheRevalidator, CacheConfig) - Constructor for class org.apache.hc.client5.http.impl.cache.CachingExec
- CachingExecBase - Class in org.apache.hc.client5.http.impl.cache
- CachingExecBase(CacheConfig) - Constructor for class org.apache.hc.client5.http.impl.cache.CachingExecBase
- CachingExecBase(CacheValidityPolicy, ResponseCachingPolicy, CachedHttpResponseGenerator, CacheableRequestPolicy, CachedResponseSuitabilityChecker, ResponseProtocolCompliance, RequestProtocolCompliance, CacheConfig) - Constructor for class org.apache.hc.client5.http.impl.cache.CachingExecBase
- 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
- 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
- CachingHttpAsyncClients - Class in org.apache.hc.client5.http.impl.cache
-
Factory methods for
CloseableHttpAsyncClient
instances capable of client-side caching. - CachingHttpAsyncClients() - Constructor for class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClients
- 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
- CachingHttpClients - Class in org.apache.hc.client5.http.impl.cache
-
Factory methods for
CloseableHttpClient
instances capable of client-side caching. - CachingHttpClients() - Constructor for class org.apache.hc.client5.http.impl.cache.CachingHttpClients
- calculateDelay(int) - Method in class org.apache.hc.client5.http.impl.schedule.ExponentialBackOffSchedulingStrategy
- call() - Method in class org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable
- callable - Variable in class org.apache.hc.client5.http.impl.classic.HttpRequestFutureTask
- callback - Variable in class org.apache.hc.client5.http.async.methods.IgnoreCompleteExceptionFutureCallback
- callback - Variable in class org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable
- callBackend(HttpHost, ClassicHttpRequest, ExecChain.Scope, ExecChain) - Method in class org.apache.hc.client5.http.impl.cache.CachingExec
- callBackend(HttpHost, HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec
- canCachedResponseBeUsed(HttpHost, HttpRequest, HttpCacheEntry, Instant) - Method in class org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker
-
Determine if I can utilize a
HttpCacheEntry
to respond to the givenHttpRequest
- cancel() - Method in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
- cancel() - Method in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient.ScheduledRequestExecution
- cancel() - Method in class org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler
- cancel() - Method in class org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable
- cancel() - Method in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- cancel(boolean) - Method in class org.apache.hc.client5.http.impl.classic.HttpRequestFutureTask
- 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 aFuture
. - cancellableDependency - Variable in class org.apache.hc.client5.http.async.AsyncExecChain.Scope
- cancellableDependency - Variable in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- cancellableRef - Variable in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
- cancelled - Variable in class org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable
- cancelled() - Method in class org.apache.hc.client5.http.async.methods.IgnoreCompleteExceptionFutureCallback
- cap - Variable in class org.apache.hc.client5.http.impl.classic.AbstractBackoff
-
The per-host connection cap, as defined in RFC 2616 sec 8.1.4.
- capacity() - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
- capacityIncrement() - Method in class org.apache.hc.client5.http.async.methods.SimpleAsyncEntityConsumer
- cast(ConnectionEndpoint) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- cast(ConnectionEndpoint) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- cast(AsyncConnectionEndpoint) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- chain - Variable in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient.ScheduledRequestExecution
- ChainElement - Enum in org.apache.hc.client5.http.impl
-
Supported elements of request execution pipeline.
- ChainElement() - Constructor for enum org.apache.hc.client5.http.impl.ChainElement
- chainProceed(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec
- challenge - Variable in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-
Deprecated.
- challenge - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.
- challenge - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type2Message
-
Deprecated.
- challenge - Variable in class org.apache.hc.client5.http.impl.auth.NTLMScheme
-
Deprecated.
- challenge(List<NameValuePair>) - Method in class org.apache.hc.client5.testing.auth.AbstractAuthenticationHandler
- challenge(List<NameValuePair>) - Method in interface org.apache.hc.client5.testing.auth.AuthenticationHandler
- CHALLENGE_RECEIVED - Enum constant in enum org.apache.hc.client5.http.impl.auth.GGSSchemeBase.State
-
Deprecated.
- CHALLENGE_RECEIVED - Enum constant in enum org.apache.hc.client5.http.impl.auth.NTLMScheme.State
-
Deprecated.
- challenged - Variable in class org.apache.hc.client5.http.impl.async.AsyncConnectExec.State
- CHALLENGED - Enum constant in enum org.apache.hc.client5.http.auth.AuthExchange.State
- ChallengeInt(String) - Constructor for class org.apache.hc.client5.http.impl.auth.AuthChallengeParser.ChallengeInt
- challengeType - Variable in class org.apache.hc.client5.http.auth.AuthChallenge
- ChallengeType - Enum in org.apache.hc.client5.http.auth
-
Challenge type (TARGET or PROXY)
- ChallengeType() - Constructor for enum org.apache.hc.client5.http.auth.ChallengeType
- channel() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- charCodingConfig - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- charCodingConfig - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientProtocolStarter
- charCodingConfig - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- charCodingConfig - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter
- charCodingConfig - Variable in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory.Builder
- charCodingConfig - Variable in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
- charCodingConfig(CharCodingConfig) - Method in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory.Builder
- charset - Variable in class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
- charset - Variable in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- charset - Variable in class org.apache.hc.client5.http.impl.auth.BasicSchemeFactory
- charset - Variable in class org.apache.hc.client5.http.impl.auth.DigestSchemeFactory
- charset - Variable in class org.apache.hc.client5.testing.auth.BasicAuthenticationHandler
- charset(Charset) - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
- charsetEncoder - Variable in class org.apache.hc.client5.http.utils.ByteArrayBuilder
- checkExpiry() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- chooseProxy(List<Proxy>) - Method in class org.apache.hc.client5.http.impl.routing.SystemDefaultRoutePlanner
- chunked - Variable in class org.apache.hc.client5.http.entity.EntityBuilder
- chunked() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Sets entities to be chunked.
- CipherGen(Random, long, String, String, char[], byte[], String, byte[]) - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.
- CipherGen(Random, long, String, String, char[], byte[], String, byte[], byte[], byte[], byte[], byte[]) - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.
- ciphers - Variable in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
- ciphers - Variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
- CircularRedirectException - Exception Class in org.apache.hc.client5.http
-
Signals a circular redirect
- CircularRedirectException() - Constructor for exception class org.apache.hc.client5.http.CircularRedirectException
-
Creates a new CircularRedirectException with a
null
detail message. - CircularRedirectException(String) - Constructor for exception class org.apache.hc.client5.http.CircularRedirectException
-
Creates a new CircularRedirectException with the specified detail message.
- CircularRedirectException(String, Throwable) - Constructor for exception class org.apache.hc.client5.http.CircularRedirectException
-
Creates a new CircularRedirectException with the specified detail message and cause.
- circularRedirectsAllowed - Variable in class org.apache.hc.client5.http.config.RequestConfig.Builder
- circularRedirectsAllowed - Variable in class org.apache.hc.client5.http.config.RequestConfig
- 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.
- 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.
- cleanResources() - Method in class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
- cleanup() - Method in class org.apache.hc.client5.http.impl.classic.ResponseEntityProxy
- clear() - Method in interface org.apache.hc.client5.http.auth.AuthCache
- clear() - Method in interface org.apache.hc.client5.http.auth.CredentialsStore
-
Clears all credentials.
- clear() - Method in class org.apache.hc.client5.http.cookie.BasicCookieStore
-
Clears all cookies.
- clear() - Method in interface org.apache.hc.client5.http.cookie.CookieStore
-
Clears all cookies.
- clear() - Method in class org.apache.hc.client5.http.impl.auth.BasicAuthCache
- clear() - Method in class org.apache.hc.client5.http.impl.auth.BasicCredentialsProvider
- clear() - Method in class org.apache.hc.client5.http.impl.auth.SystemDefaultCredentialsProvider
- clear() - Method in class org.apache.hc.client5.http.protocol.RedirectLocations
- clearAuth() - Method in class org.apache.hc.client5.http.fluent.Executor
- clearCache(HttpHost, String, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.auth.AuthCacheKeeper
- clearContent() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
- clearCookies() - Method in class org.apache.hc.client5.http.fluent.Executor
- clearEvent(int) - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- clearExpired(Instant) - Method in class org.apache.hc.client5.http.cookie.BasicCookieStore
- clearExpired(Instant) - Method in interface org.apache.hc.client5.http.cookie.CookieStore
- clearExpired(Date) - Method in class org.apache.hc.client5.http.cookie.BasicCookieStore
- clearExpired(Date) - Method in interface org.apache.hc.client5.http.cookie.CookieStore
-
Deprecated.
- clearThreadLocal() - Static method in class org.apache.hc.client5.http.utils.DateUtils
-
Deprecated.Noop method. Do not use.
- CLIENT - Enum constant in enum org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Mode
-
Deprecated.
- CLIENT - Static variable in class org.apache.hc.client5.http.fluent.Executor
- clientChallenge - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.
- clientChallenge2 - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.
- clientContext - Variable in class org.apache.hc.client5.http.async.AsyncExecChain.Scope
- clientContext - Variable in class org.apache.hc.client5.http.classic.ExecChain.Scope
- ClientProtocolException - Exception Class in org.apache.hc.client5.http
-
Signals an error in the HTTP protocol.
- ClientProtocolException() - Constructor for exception class org.apache.hc.client5.http.ClientProtocolException
- ClientProtocolException(String) - Constructor for exception class org.apache.hc.client5.http.ClientProtocolException
- ClientProtocolException(String, Throwable) - Constructor for exception class org.apache.hc.client5.http.ClientProtocolException
- ClientProtocolException(Throwable) - Constructor for exception class org.apache.hc.client5.http.ClientProtocolException
- clientRequestsOurOptions(HttpRequest) - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- 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
- Clock - Interface in org.apache.hc.client5.http.impl.classic
- 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.RequestConfig
- 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.impl.cache.CacheConfig
- clone() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- clone() - Method in class org.apache.hc.client5.http.RouteTracker
- close() - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
-
Close.
- close() - Method in class org.apache.hc.client5.http.entity.DeflateInputStream.DeflateStream
- close() - Method in class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
- close() - Method in class org.apache.hc.client5.http.entity.mime.MultipartFormEntity
- close() - Method in class org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase
- close() - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.IdleConnectionEvictor
- close() - Method in class org.apache.hc.client5.http.impl.async.InternalH2ConnPool
- close() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- close() - Method in class org.apache.hc.client5.http.impl.auth.HttpEntityDigester
- close() - Method in class org.apache.hc.client5.http.impl.cache.CacheRevalidatorBase
- close() - Method in class org.apache.hc.client5.http.impl.cache.CombinedEntity
- close() - Method in class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
- close() - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- close() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionService
- close() - Method in class org.apache.hc.client5.http.impl.classic.InternalHttpClient
- close() - Method in class org.apache.hc.client5.http.impl.classic.MinimalHttpClient
- close() - Method in class org.apache.hc.client5.http.impl.classic.RequestEntityProxy
- close() - Method in class org.apache.hc.client5.http.impl.classic.ResponseEntityProxy
- close() - Method in class org.apache.hc.client5.http.impl.classic.ResponseEntityProxy.NullOutputStream
- close() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- close() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager.InternalConnectionEndpoint
- close() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- close() - Method in class org.apache.hc.client5.http.impl.io.LoggingInputStream
- close() - Method in class org.apache.hc.client5.http.impl.io.LoggingOutputStream
- close() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- close() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.InternalConnectionEndpoint
- close() - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- close() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- close() - Method in class org.apache.hc.client5.http.nio.AsyncConnectionEndpoint
- close() - Method in class org.apache.hc.client5.testing.classic.RandomHandler.RandomEntity
- close(CloseMode) - Method in class org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase
- close(CloseMode) - Method in class org.apache.hc.client5.http.impl.async.InternalH2ConnPool
- close(CloseMode) - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- close(CloseMode) - Method in class org.apache.hc.client5.http.impl.classic.InternalHttpClient
- close(CloseMode) - Method in class org.apache.hc.client5.http.impl.classic.MinimalHttpClient
- close(CloseMode) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- close(CloseMode) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager.InternalConnectionEndpoint
- close(CloseMode) - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- close(CloseMode) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- close(CloseMode) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.InternalConnectionEndpoint
- close(CloseMode) - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- close(CloseMode) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- close(CloseMode) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager.InternalConnectionEndpoint
- CLOSE - Enum constant in enum org.apache.hc.client5.testing.redirect.Redirect.ConnControl
- CloseableHttpAsyncClient - Class in org.apache.hc.client5.http.impl.async
-
Base implementation of
HttpAsyncClient
that also implementsModalCloseable
. - 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 implementsModalCloseable
. - 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(ClassicHttpResponse, ExecRuntime) - Constructor for class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- closeables - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- closeables - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- closeables - Variable in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- closeables - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- closeables - Variable in class org.apache.hc.client5.http.impl.classic.InternalHttpClient
- closeConnection(CloseMode) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- closed - Variable in class org.apache.hc.client5.http.entity.DeflateInputStream.DeflateStream
- closed - Variable in class org.apache.hc.client5.http.impl.auth.HttpEntityDigester
- closed - Variable in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionService
- closed - Variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- closed - Variable in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- closed - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- closed - Variable in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- closed - Variable in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- closeEndpoint(InternalH2AsyncExecRuntime.Endpoint) - Method in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- closeExpired() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- closeExpired() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- closeExpired() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- closeIdle(TimeValue) - Method in class org.apache.hc.client5.http.impl.async.InternalH2ConnPool
- closeIdle(TimeValue) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- closeIdle(TimeValue) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- closeIdle(TimeValue) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- closeIfExpired(PoolEntry<HttpRoute, ManagedHttpClientConnection>) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- closeIfExpired(PoolEntry<HttpRoute, ManagedAsyncClientConnection>) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- cnonce - Variable in class org.apache.hc.client5.http.impl.auth.DigestScheme
- CODEC - Static variable in class org.apache.hc.client5.http.utils.Base64
- CombinedEntity - Class in org.apache.hc.client5.http.impl.cache
- CombinedEntity(HttpEntity, ByteArrayBuffer) - Constructor for class org.apache.hc.client5.http.impl.cache.CombinedEntity
- combinedStream - Variable in class org.apache.hc.client5.http.impl.cache.CombinedEntity
- COMMA_CHAR - Static variable in class org.apache.hc.client5.http.impl.auth.AuthChallengeParser
- COMMA_CHAR - Static variable in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- COMMA_OR_PLUS - Static variable in class org.apache.hc.client5.http.ssl.DistinguishedNameParser
- command - Variable in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.AsyncExecCallbackWrapper
- CommonCookieAttributeHandler - Interface in org.apache.hc.client5.http.cookie
-
Extension of
CookieAttributeHandler
intended to handle one specific common attribute whose name is returned withCommonCookieAttributeHandler.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.CookiePathComparator
- compare(Cookie, Cookie) - Method in class org.apache.hc.client5.http.cookie.CookiePriorityComparator
- compareAndSet() - Method in class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
- compatibilityLevel - Variable in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory
- CompatibilityLevel() - Constructor for enum org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory.CompatibilityLevel
- complete - Variable in class org.apache.hc.client5.http.impl.auth.BasicScheme
- complete - Variable in class org.apache.hc.client5.http.impl.auth.BearerScheme
- complete - Variable in class org.apache.hc.client5.http.impl.auth.DigestScheme
- COMPLETE - Static variable in interface org.apache.hc.client5.http.routing.HttpRouteDirector
-
Indicates that the route is complete.
- completed() - Method in interface org.apache.hc.client5.http.async.AsyncExecCallback
-
Triggered to signal completion of the message exchange.
- completed() - Method in class org.apache.hc.client5.http.async.methods.AbstractBinResponseConsumer
- completed() - Method in class org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer
- completed() - Method in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.AsyncExecCallbackWrapper
- completed() - Method in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.BackendResponseHandler
- 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
- COMPRESS - Enum constant in enum org.apache.hc.client5.http.impl.ChainElement
- computeMic - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
-
Deprecated.
- computeSignature(byte[]) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
-
Deprecated.
- 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
- concurrentExec - Variable in class org.apache.hc.client5.http.fluent.Async
- conditionalRequestBuilder - Variable in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec
- conditionalRequestBuilder - Variable in class org.apache.hc.client5.http.impl.cache.CachingExec
- ConditionalRequestBuilder<T> - Class in org.apache.hc.client5.http.impl.cache
- ConditionalRequestBuilder(Factory<T, T>) - Constructor for class org.apache.hc.client5.http.impl.cache.ConditionalRequestBuilder
- config - Variable in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-
Deprecated.
- config - Variable in class org.apache.hc.client5.http.impl.auth.KerberosSchemeFactory
-
Deprecated.
- config - Variable in class org.apache.hc.client5.http.impl.auth.SPNegoSchemeFactory
-
Deprecated.
- Configurable - Interface in org.apache.hc.client5.http.config
-
Configuration interface for HTTP requests.
- ConfigurableHttpRequest - Class in org.apache.hc.client5.http.async.methods
-
HTTP request message with a custom configuration.
- ConfigurableHttpRequest(String, String) - Constructor for class org.apache.hc.client5.http.async.methods.ConfigurableHttpRequest
- ConfigurableHttpRequest(String, 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, HttpHost, String) - Constructor for class org.apache.hc.client5.http.async.methods.ConfigurableHttpRequest
- conn - Variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- connControl - Variable in class org.apache.hc.client5.testing.redirect.Redirect
- ConnControl() - Constructor for enum org.apache.hc.client5.testing.redirect.Redirect.ConnControl
- 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.PoolingHttpClientConnectionManager
- 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, Timeout, SocketConfig, Object, HttpContext) - Method in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
- 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 class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
- connect(ManagedHttpClientConnection, HttpHost, InetSocketAddress, TimeValue, SocketConfig, HttpContext) - Method in interface org.apache.hc.client5.http.io.HttpClientConnectionOperator
-
Connect the given managed connection to the remote endpoint.
- connect(AsyncConnectionEndpoint, ConnectionInitiator, Timeout, Object, HttpContext, FutureCallback<AsyncConnectionEndpoint>) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- 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(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(ConnectionInitiator, HttpHost, SocketAddress, Timeout, Object, FutureCallback<ManagedAsyncClientConnection>) - Method in class org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator
- 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 class org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator
- 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, NamedEndpoint, SocketAddress, SocketAddress, Timeout, Object, FutureCallback<IOSession>) - Method in class org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester
- connect(ConnectionInitiator, NamedEndpoint, SocketAddress, Timeout, Object, FutureCallback<IOSession>) - Method in class org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester
- CONNECT - Enum constant in enum org.apache.hc.client5.http.impl.ChainElement
- 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.
- connected - Variable in class org.apache.hc.client5.http.RouteTracker
-
Whether the first hop of the route is established.
- connectEndpoint(ConnectionEndpoint, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- 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 class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- 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 class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- connectEndpoint(HttpClientContext, FutureCallback<AsyncExecRuntime>) - Method in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- ConnectExceptionSupport - Class in org.apache.hc.client5.http
-
Connect exception support methods.
- ConnectExceptionSupport() - Constructor for class org.apache.hc.client5.http.ConnectExceptionSupport
- ConnectExec - Class in org.apache.hc.client5.http.impl.classic
-
Request execution handler in the classic request execution chain that is responsible for establishing connection to the target origin server as specified by the current connection route.
- ConnectExec(ConnectionReuseStrategy, HttpProcessor, AuthenticationStrategy, 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. - connectionBackoffStrategy - Variable in class org.apache.hc.client5.http.impl.classic.BackoffStrategyExec
- connectionBackoffStrategy - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 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 - Variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- 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(Timeout, Timeout, TimeValue, TimeValue) - Constructor for class org.apache.hc.client5.http.config.ConnectionConfig
- ConnectionConfig.Builder - Class in org.apache.hc.client5.http.config
- connectionConfigResolver - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- connectionConfigResolver - Variable in class org.apache.hc.client5.http.impl.async.InternalH2ConnPool
- connectionConfigResolver - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- connectionConfigResolver - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- connectionConfigResolver - Variable in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- connectionConfigResolver - Variable in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
- connectionEndpoint - Variable in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient.InternalAsyncClientEndpoint
- 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
- connectionFactory - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- connectionInitiator - Variable in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- connectionInitiator - Variable in class org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient
- connectionInitiator - Variable in class org.apache.hc.client5.http.impl.nio.MultihomeConnectionInitiator
- connectionKeepAlive - Variable in class org.apache.hc.client5.http.config.RequestConfig.Builder
- connectionKeepAlive - Variable in class org.apache.hc.client5.http.config.RequestConfig
- ConnectionKeepAliveStrategy - Interface in org.apache.hc.client5.http
-
Interface for deciding how long a connection can remain idle before being reused.
- connectionManager - Variable in class org.apache.hc.client5.http.impl.classic.MainClientExec
- connectionOperator - Variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- connectionOperator - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- connectionOperator - Variable in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- connectionRequestTimeout - Variable in class org.apache.hc.client5.http.config.RequestConfig.Builder
- connectionRequestTimeout - Variable in class org.apache.hc.client5.http.config.RequestConfig
- ConnectionShutdownException - Exception Class 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 class 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.
- connectionStateDisabled - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- connectionStateDisabled - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- connectProxy(HttpHost, boolean) - Method in class org.apache.hc.client5.http.RouteTracker
-
Tracks connecting to the first proxy.
- 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(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(Socket, HttpHost, InetSocketAddress, InetSocketAddress, Timeout, Object, HttpContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- connectSocket(TimeValue, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in interface org.apache.hc.client5.http.socket.ConnectionSocketFactory
-
Connects the socket to the target host with the given resolved remote address.
- connectSocket(TimeValue, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in class org.apache.hc.client5.http.socket.PlainConnectionSocketFactory
- connectSocket(TimeValue, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- connectTarget(boolean) - Method in class org.apache.hc.client5.http.RouteTracker
-
Tracks connecting to the target.
- connectTimeout - Variable in class org.apache.hc.client5.http.config.ConnectionConfig.Builder
- connectTimeout - Variable in class org.apache.hc.client5.http.config.ConnectionConfig
- connectTimeout - Variable in class org.apache.hc.client5.http.config.RequestConfig.Builder
- connectTimeout - Variable in class org.apache.hc.client5.http.config.RequestConfig
- connectTimeout - Variable in class org.apache.hc.client5.http.fluent.Request
- connectTimeout(Timeout) - Method in class org.apache.hc.client5.http.fluent.Request
- ConnectTimeoutException - Exception Class 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 class org.apache.hc.client5.http.ConnectTimeoutException
-
Creates a ConnectTimeoutException with the specified detail message.
- ConnectTimeoutException(String, NamedEndpoint) - Constructor for exception class org.apache.hc.client5.http.ConnectTimeoutException
- connFactory - Variable in class org.apache.hc.client5.http.impl.classic.ProxyClient
- connFactory - Variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- connFactory - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- connManager - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- connManager - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- connManager - Variable in class org.apache.hc.client5.http.impl.classic.InternalHttpClient
- connManager - Variable in class org.apache.hc.client5.http.impl.classic.MinimalHttpClient
- connManagerShared - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- connManagerShared - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- connPerRoute - Variable in class org.apache.hc.client5.http.impl.classic.AbstractBackoff
-
Connection pool control responsible for managing the maximum number of connections per HTTP route.
- connPool - Variable in class org.apache.hc.client5.http.impl.async.InternalH2AsyncClient
- connPool - Variable in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- connPool - Variable in class org.apache.hc.client5.http.impl.async.InternalH2ConnPool
- connPool - Variable in class org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient
- ConnPoolSupport - Class in org.apache.hc.client5.http.impl
-
Connection pooling support methods.
- ConnPoolSupport() - Constructor for class org.apache.hc.client5.http.impl.ConnPoolSupport
- connRef - Variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager.InternalConnectionEndpoint
- consume(ByteBuffer) - Method in class org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler
- consume(ByteBuffer) - Method in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.CachingAsyncDataConsumer
- consume(ByteBuffer) - Method in class org.apache.hc.client5.testing.async.AsyncEchoHandler
- consume(ByteBuffer) - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler
- consume(ByteBuffer) - Method in class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
- consume(ByteBuffer) - Method in class org.apache.hc.client5.testing.async.RedirectingAsyncDecorator
- consume(ByteBuffer) - Method in class org.apache.hc.client5.testing.async.ServiceUnavailableAsyncDecorator
- consumeCharacter(char) - Method in class org.apache.hc.client5.http.impl.cache.WarningValue
- consumed - Variable in class org.apache.hc.client5.http.fluent.Response
- consumed - Variable in class org.apache.hc.client5.http.impl.classic.RequestEntityProxy
- consumeHostPort() - Method in class org.apache.hc.client5.http.impl.cache.WarningValue
- consumeInformation(HttpResponse, HttpContext) - Method in class org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler
- consumeLinearWhitespace() - Method in class org.apache.hc.client5.http.impl.cache.WarningValue
- 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
- consumeQuotedString() - Method in class org.apache.hc.client5.http.impl.cache.WarningValue
- consumeResponse(HttpResponse, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler
- 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
- consumeToken() - Method in class org.apache.hc.client5.http.impl.cache.WarningValue
- consumeWarnAgent() - Method in class org.apache.hc.client5.http.impl.cache.WarningValue
- consumeWarnCode() - Method in class org.apache.hc.client5.http.impl.cache.WarningValue
- consumeWarnDate() - Method in class org.apache.hc.client5.http.impl.cache.WarningValue
- consumeWarnText() - Method in class org.apache.hc.client5.http.impl.cache.WarningValue
- consumeWarnValue() - Method in class org.apache.hc.client5.http.impl.cache.WarningValue
- contains(URI) - Method in class org.apache.hc.client5.http.protocol.RedirectLocations
-
Test if the URI is present in the collection.
- containsAttribute(String) - Method in interface org.apache.hc.client5.http.cookie.Cookie
- containsAttribute(String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- containsChars(CharSequence, BitSet) - Method in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- 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
- containsSpecialChar(CharSequence) - Method in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- content - Variable in class org.apache.hc.client5.http.cache.HttpCacheStorageEntry
- content - Variable in class org.apache.hc.client5.http.entity.DecompressingEntity
-
DecompressingEntity.getContent()
method must return the sameInputStream
instance when DecompressingEntity is wrapping a streaming entity. - content - Variable in class org.apache.hc.client5.http.entity.mime.StringBody
- 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_DISPOSITION - Static variable in class org.apache.hc.client5.http.entity.mime.MimeConsts
- CONTENT_LENGTH - Static variable in class org.apache.hc.client5.http.fluent.HttpHeader
- CONTENT_RANGE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- CONTENT_TYPE - Static variable in class org.apache.hc.client5.http.entity.mime.MimeConsts
- CONTENT_TYPE - Static variable in class org.apache.hc.client5.http.fluent.HttpHeader
- ContentBody - Interface in org.apache.hc.client5.http.entity.mime
- contentBytes - Variable in exception class org.apache.hc.client5.http.HttpResponseException
- contentCompressionDisabled - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- contentCompressionEnabled - Variable in class org.apache.hc.client5.http.config.RequestConfig.Builder
- contentCompressionEnabled - Variable in class org.apache.hc.client5.http.config.RequestConfig
- 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() - Constructor for class org.apache.hc.client5.http.impl.classic.ContentCompressionExec
-
Handles
gzip
anddeflate
compressed entities by using the following decoders: gzip - seeGZIPInputStream
deflate - seeDeflateInputStream
brotli - seeBrotliInputStream
- ContentCompressionExec(boolean) - Constructor for class org.apache.hc.client5.http.impl.classic.ContentCompressionExec
- ContentCompressionExec(List<String>, Lookup<InputStreamFactory>, boolean) - Constructor for class org.apache.hc.client5.http.impl.classic.ContentCompressionExec
- contentDecoderMap - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- ContentDescriptor - Interface in org.apache.hc.client5.http.entity.mime
-
Represents common content properties.
- contentEncoding - Variable in class org.apache.hc.client5.http.entity.EntityBuilder
- contentLength - Variable in class org.apache.hc.client5.http.entity.mime.InputStreamBody
- contentLength - Variable in class org.apache.hc.client5.http.entity.mime.MultipartFormEntity
- contentLengthHeaderMatchesActualLength(HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CacheValidityPolicy
-
This matters for deciding whether the cache entry is valid to serve as a response.
- ContentResponseHandler - Class in org.apache.hc.client5.http.fluent
- ContentResponseHandler() - Constructor for class org.apache.hc.client5.http.fluent.ContentResponseHandler
- contentType - Variable in class org.apache.hc.client5.http.async.methods.SimpleBody
- contentType - Variable in class org.apache.hc.client5.http.entity.EntityBuilder
- contentType - Variable in class org.apache.hc.client5.http.entity.mime.AbstractContentBody
- contentType - Variable in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- contentType - Variable in class org.apache.hc.client5.http.entity.mime.MultipartFormEntity
- contentType - Variable in exception class org.apache.hc.client5.http.HttpResponseException
- context - Variable in class org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable
- ContextBuilder - Class in org.apache.hc.client5.http
-
HttpClientContext
builder. - ContextBuilder(SchemePortResolver) - Constructor for class org.apache.hc.client5.http.ContextBuilder
- convert(SimpleHttpResponse, ExecChain.Scope) - Static method in class org.apache.hc.client5.http.impl.cache.CachingExec
- convertDomain(String) - Static method in class org.apache.hc.client5.http.auth.NTCredentials
-
Deprecated.Convert domain to standard form
- Cookie - Interface in org.apache.hc.client5.http.cookie
-
Cookie interface represents a token or short packet of state information (also referred to as "magic-cookie") that the HTTP agent and the target server can exchange to maintain a session.
- COOKIE_ORIGIN - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Attribute name of a
CookieOrigin
object that represents the actual details of the origin server. - COOKIE_SPEC - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Attribute name of a
CookieSpec
object that represents the actual cookie specification. - COOKIE_STORE - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Attribute name of a
CookieStore
object that represents the actual cookie store. - CookieAttributeHandler - Interface in org.apache.hc.client5.http.cookie
-
This interface represents a cookie attribute handler responsible for parsing, validating, and matching a specific cookie attribute, such as path, domain, port, etc.
- cookieDomain - Variable in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Domain attribute.
- cookieExpiryDate - Variable in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Expiration
Instant
. - 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
- cookieManagementDisabled - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- cookieManagementDisabled - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- cookieManagementDisabled - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 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
- cookiePath - Variable in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Path attribute.
- CookiePathComparator - Class in org.apache.hc.client5.http.cookie
-
This cookie comparator ensures that multiple cookies satisfying a common criteria are ordered in the
Cookie
header such that those with more specific Path attributes precede those with less specific. - CookiePathComparator() - Constructor for class org.apache.hc.client5.http.cookie.CookiePathComparator
- CookiePriorityComparator - Class in org.apache.hc.client5.http.cookie
-
This cookie comparator ensures that cookies with longer paths take precedence over cookies with shorter path.
- CookiePriorityComparator() - Constructor for class org.apache.hc.client5.http.cookie.CookiePriorityComparator
- CookieRestrictionViolationException - Exception Class in org.apache.hc.client5.http.cookie
-
Signals that a cookie violates a restriction imposed by the cookie specification.
- CookieRestrictionViolationException() - Constructor for exception class org.apache.hc.client5.http.cookie.CookieRestrictionViolationException
-
Creates a new CookeFormatViolationException with a
null
detail message. - CookieRestrictionViolationException(String) - Constructor for exception class org.apache.hc.client5.http.cookie.CookieRestrictionViolationException
-
Creates a new CookeRestrictionViolationException with a specified message string.
- cookies - Variable in class org.apache.hc.client5.http.cookie.BasicCookieStore
- cookieSpec - Variable in class org.apache.hc.client5.http.config.RequestConfig.Builder
- cookieSpec - Variable in class org.apache.hc.client5.http.config.RequestConfig
- cookieSpec - Variable in class org.apache.hc.client5.http.impl.cookie.IgnoreCookieSpecFactory
- cookieSpec - Variable in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory
- 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 actualCookieSpecFactory
registry. - CookieSpecBase - Class in org.apache.hc.client5.http.impl.cookie
-
Cookie management functions shared by all specification.
- CookieSpecBase() - Constructor for class org.apache.hc.client5.http.impl.cookie.CookieSpecBase
- CookieSpecBase(HashMap<String, CookieAttributeHandler>) - Constructor for class org.apache.hc.client5.http.impl.cookie.CookieSpecBase
- CookieSpecBase(CommonCookieAttributeHandler...) - Constructor for class org.apache.hc.client5.http.impl.cookie.CookieSpecBase
- CookieSpecFactory - Interface in org.apache.hc.client5.http.cookie
-
Factory for
CookieSpec
implementations. - cookieSpecRegistry - Variable in class org.apache.hc.client5.http.ContextBuilder
- cookieSpecRegistry - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- cookieSpecRegistry - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- cookieSpecRegistry - Variable in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- cookieSpecRegistry - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- cookieSpecRegistry - Variable in class org.apache.hc.client5.http.impl.classic.InternalHttpClient
- CookieSpecSupport - Class in org.apache.hc.client5.http.impl
-
Cookie support methods.
- CookieSpecSupport() - Constructor for class org.apache.hc.client5.http.impl.CookieSpecSupport
- cookieStore - Variable in class org.apache.hc.client5.http.ContextBuilder
- cookieStore - Variable in class org.apache.hc.client5.http.fluent.Executor
- cookieStore - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- cookieStore - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- cookieStore - Variable in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- cookieStore - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- cookieStore - Variable in class org.apache.hc.client5.http.impl.classic.InternalHttpClient
- CookieStore - Interface in org.apache.hc.client5.http.cookie
-
This interface represents an abstract store for
Cookie
objects. - coolDown - Variable in class org.apache.hc.client5.http.impl.classic.AbstractBackoff
-
The cool-down period after which the backoff or probe process can be performed again.
- copy(String, Resource) - Method in interface org.apache.hc.client5.http.cache.ResourceFactory
-
Clones an existing
Resource
. - 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(SimpleHttpRequest) - 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(KerberosConfig) - Static method in class org.apache.hc.client5.http.auth.KerberosConfig
-
Deprecated.
- 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(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(ClassicHttpRequest) - Method in class org.apache.hc.client5.http.impl.classic.ClassicRequestCopier
-
Deprecated.
- 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.SimpleRequestBuilder
- copy(HttpRequest) - Method in class org.apache.hc.client5.http.impl.RequestCopier
-
Deprecated.
- copy(HttpResponse) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
- copy(T) - Method in interface org.apache.hc.client5.http.impl.MessageCopier
-
Deprecated.
- copyBytes(SessionInputBuffer, InputStream, OutputStream) - Static method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
-
Copy bytes from the given source buffer and input stream to the given output stream until end-of-file is reached.
- copyContent(CharSequence, Tokenizer.Cursor, StringBuilder) - Method in class org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler
- copyUnquotedContent(CharSequence, Tokenizer.Cursor, BitSet, StringBuilder) - Method in class org.apache.hc.client5.http.ssl.DistinguishedNameParser.InternalTokenParser
- count - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.MD4
-
Deprecated.
- count - Variable in class org.apache.hc.client5.http.impl.cache.BasicIdGenerator
- count - Variable in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics.DurationCounter
- count - Variable in class org.apache.hc.client5.http.impl.PrefixedIncrementingId
- count() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics.DurationCounter
- COUNT - Static variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- COUNTER - Static variable in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
- 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
- CR_LF - Static variable in class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
- create() - Static method in class org.apache.hc.client5.http.async.methods.SimpleResponseConsumer
- create() - Static method in class org.apache.hc.client5.http.cache.HttpCacheContext
- create() - Static method in class org.apache.hc.client5.http.ContextBuilder
- create() - Static method in class org.apache.hc.client5.http.entity.EntityBuilder
- 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.MultipartPartBuilder
- 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.auth.CredentialsProviderBuilder
- create() - Static method in class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
- create() - Static method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
- create() - Static method in class org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder
- create() - Static method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- create() - 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.protocol.HttpClientContext
- create() - Static method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
- create() - Static method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
- create(byte[], ContentType) - Static method in class org.apache.hc.client5.http.async.methods.SimpleBody
- create(int) - 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.SimpleResponseBuilder
- create(int, byte[]) - 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, String) - 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(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.GZIPInputStreamFactory
- create(InputStream) - Method in interface org.apache.hc.client5.http.entity.InputStreamFactory
- create(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- create(String, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.Creates a new BasicHttpRequest for the given
method
andString
URI. - create(String, 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
andString
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
andString
URI. - create(String, String) - Static method in class org.apache.hc.client5.http.fluent.Request
- create(String, String, URIAuthority, 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.BasicHttpRequests
-
Deprecated.Creates a new BasicHttpRequest for the given
method
andURI
. - create(String, URI) - 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.SimpleHttpRequests
-
Deprecated.Creates a new BasicHttpRequest for the given
method
andURI
. - create(String, URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.Creates a new HttpUriRequest for the given
method
andURI
. - create(String, URI) - Static method in class org.apache.hc.client5.http.fluent.Request
- create(String, ContentBody) - Static method in class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
- create(String, ContentType) - Static method in class org.apache.hc.client5.http.async.methods.SimpleBody
- create(String, URIAuthority, String) - Static method in class org.apache.hc.client5.http.utils.URIUtils
-
Deprecated.Use
URIBuilder
. - create(SimpleHttpRequest) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestProducer
- create(ContentBody) - Static method in class org.apache.hc.client5.http.entity.mime.MultipartPartBuilder
- create(SchemePortResolver) - Static method in class org.apache.hc.client5.http.ContextBuilder
- create(Http1Config) - Method in class org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory
- create(HttpHost, String) - Static method in class org.apache.hc.client5.http.utils.URIUtils
-
Deprecated.Use
URIBuilder
. - create(Method) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- 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, 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, String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.Creates a new HttpUriRequest for the given
Method
andString
URI. - 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, 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.SimpleHttpRequests
-
Deprecated.Creates a request object of the exact subclass of
SimpleHttpRequest
. - create(Method, URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.Creates a new HttpUriRequest for the given
Method
andURI
. - create(Method, URI) - Static method in class org.apache.hc.client5.http.fluent.Request
- 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(Method, HttpHost, String) - 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.SimpleHttpRequests
-
Deprecated.Creates a request object of the exact subclass of
SimpleHttpRequest
. - 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.cookie.CookieSpecFactory
-
Creates an instance of
CookieSpec
. - 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.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.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.cookie.IgnoreCookieSpecFactory
- create(HttpContext) - Method in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory
- createAsyncExecRuntime(HandlerFactory<AsyncPushConsumer>) - Method in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- createAsyncExecRuntime(HandlerFactory<AsyncPushConsumer>) - Method in class org.apache.hc.client5.http.impl.async.InternalH2AsyncClient
- createAsyncExecRuntime(HandlerFactory<AsyncPushConsumer>) - Method in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncClient
- createBlob(byte[], byte[], byte[]) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.Creates the NTLMv2 blob from the given target information block and client challenge.
- createCacheEntry(HttpHost, HttpRequest, HttpResponse, ByteArrayBuffer, Instant, Instant) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- createCacheEntry(HttpHost, HttpRequest, HttpResponse, ByteArrayBuffer, Instant, Instant) - Method in interface org.apache.hc.client5.http.impl.cache.HttpCache
-
Store a
HttpResponse
in the cache if possible, and return - createCacheEntry(HttpHost, HttpRequest, HttpResponse, ByteArrayBuffer, Instant, Instant, FutureCallback<HttpCacheEntry>) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- createCacheEntry(HttpHost, HttpRequest, HttpResponse, ByteArrayBuffer, Instant, Instant, FutureCallback<HttpCacheEntry>) - Method in interface org.apache.hc.client5.http.impl.cache.HttpAsyncCache
-
Store a
HttpResponse
in the cache if possible, and return - createCacheEntry(HttpRequest, HttpResponse, ByteArrayBuffer, Instant, Instant) - Method in class org.apache.hc.client5.http.impl.cache.CacheUpdateHandler
-
Creates a cache entry for the given request, origin response message and response content.
- createCnonce() - Static method in class org.apache.hc.client5.http.impl.auth.DigestScheme
-
Creates a random cnonce value based on the current time.
- 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
- createContentInputStream(long, SessionInputBuffer, InputStream) - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- createContentOutputStream(long, SessionOutputBuffer, OutputStream, Supplier<List<? extends Header>>) - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- created - Variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- 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.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() - 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.
- createDESKey(byte[], int) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.Creates a DES encryption key from the given key material.
- createDigestResponse(HttpRequest) - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- 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. - createGSSContext(GSSManager, Oid, GSSName, GSSCredential) - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-
Deprecated.
- createHandler(ProtocolIOSession, Object) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientProtocolStarter
- createHandler(ProtocolIOSession, Object) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter
- 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. - 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() - 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(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, 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. - 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
- createId(long) - Method in class org.apache.hc.client5.http.impl.PrefixedIncrementingId
-
Create an ID from this instance's prefix and zero padded specified value.
- 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, Object, HttpContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- createLayeredSocket(Socket, String, int, HttpContext) - Method in interface org.apache.hc.client5.http.socket.LayeredConnectionSocketFactory
-
Returns a socket connected to the given host that is layered over an existing socket.
- createLayeredSocket(Socket, String, int, HttpContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- createLocalDomainMap() - Static method in class org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter
- 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.CachingHttpClients
-
Creates
CloseableHttpClient
instance that uses a memory bound response cache. - createMessage(CharArrayBuffer) - Method in class org.apache.hc.client5.http.impl.io.LenientHttpResponseParser
- createMessageDigest(String) - Static method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- 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() - 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(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(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(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, 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(HttpVersionPolicy, H2Config, Http1Config, IOReactorConfig, AsyncClientConnectionManager) - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
- createMinimalHttp2AsyncClientImpl(IOEventHandlerFactory, AsyncPushConsumerRegistry, IOReactorConfig, DnsResolver, TlsStrategy) - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
- createMinimalHttpAsyncClientImpl(IOEventHandlerFactory, AsyncPushConsumerRegistry, IOReactorConfig, AsyncClientConnectionManager, SchemePortResolver, TlsConfig) - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
- createMinimalProtocolProcessor() - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
- createRedirectResponse(Redirect) - Method in class org.apache.hc.client5.testing.async.RedirectingAsyncDecorator
- 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(Proxy, HttpContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- createSocket(HttpContext) - Method in interface org.apache.hc.client5.http.socket.ConnectionSocketFactory
-
Creates new, unconnected socket.
- createSocket(HttpContext) - Method in class org.apache.hc.client5.http.socket.PlainConnectionSocketFactory
- createSocket(HttpContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- createSystem() - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
-
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. - createTlsDetails(SSLEngine) - Method in class org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy
- createTlsDetails(SSLEngine) - Method in class org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy
- createTunnel(AsyncConnectExec.State, HttpHost, HttpHost, AsyncExecChain.Scope, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.async.AsyncConnectExec
- createTunnelToProxy(HttpRoute, int, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.classic.ConnectExec
-
Creates a tunnel to an intermediate proxy.
- createTunnelToTarget(String, HttpRoute, HttpRequest, ExecRuntime, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.classic.ConnectExec
-
Creates a tunnel to the target server.
- creationDate - Variable in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- credentials - Variable in class org.apache.hc.client5.http.impl.auth.BasicScheme
- credentials - Variable in class org.apache.hc.client5.http.impl.auth.CredentialsProviderBuilder.Entry
- credentials - Variable in class org.apache.hc.client5.http.impl.auth.DigestScheme
- credentials - Variable in class org.apache.hc.client5.http.impl.auth.NTLMScheme
-
Deprecated.
- credentials - Variable in class org.apache.hc.client5.http.impl.auth.SingleCredentialsProvider
- 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
- CredentialsMatcher - Class in org.apache.hc.client5.http.impl.auth
- CredentialsMatcher() - Constructor for class org.apache.hc.client5.http.impl.auth.CredentialsMatcher
- credentialsProvider - Variable in class org.apache.hc.client5.http.ContextBuilder
- credentialsProvider - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- credentialsProvider - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- credentialsProvider - Variable in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- credentialsProvider - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- credentialsProvider - Variable in class org.apache.hc.client5.http.impl.classic.InternalHttpClient
- CredentialsProvider - Interface in org.apache.hc.client5.http.auth
-
Provider of authentication credentials.
- CredentialsProviderBuilder - Class in org.apache.hc.client5.http.impl.auth
-
CredentialsProvider
builder. - CredentialsProviderBuilder() - Constructor for class org.apache.hc.client5.http.impl.auth.CredentialsProviderBuilder
- CredentialsProviderBuilder.Entry - Class in org.apache.hc.client5.http.impl.auth
- credentialsStore - Variable in class org.apache.hc.client5.http.fluent.Executor
- CredentialsStore - Interface in org.apache.hc.client5.http.auth
-
Abstract store of authentication credentials.
- credMap - Variable in class org.apache.hc.client5.http.impl.auth.BasicCredentialsProvider
- credMap - Variable in class org.apache.hc.client5.http.impl.auth.CredentialsProviderBuilder
- credMap - Variable in class org.apache.hc.client5.http.impl.auth.FixedCredentialsProvider
- 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. - cumulativeDuration - Variable in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics.DurationCounter
- currentEntityProducer - Variable in class org.apache.hc.client5.http.impl.async.AsyncRedirectExec.State
- currentOutputPosition - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Deprecated.The current output position
- currentRequest - Variable in class org.apache.hc.client5.http.impl.async.AsyncRedirectExec.State
- currentScope - Variable in class org.apache.hc.client5.http.impl.async.AsyncRedirectExec.State
- currentSelector - Variable in class org.apache.hc.client5.http.impl.routing.DistributedProxySelector
-
A
ThreadLocal
variable holding the currentProxySelector
for each thread, ensuring thread safety when accessing the currentProxySelector
. - currentTime - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
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.RequestConfig
- 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.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.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. - 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. - customizeExecChain(NamedElementChain<AsyncExecChainHandler>) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Request exec chain customization and extension.
- customizeExecChain(NamedElementChain<AsyncExecChainHandler>) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Request exec chain customization and extension.
- customizeExecChain(NamedElementChain<AsyncExecChainHandler>) - Method in class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
- customizeExecChain(NamedElementChain<AsyncExecChainHandler>) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
- customizeExecChain(NamedElementChain<ExecChainHandler>) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder
- customizeExecChain(NamedElementChain<ExecChainHandler>) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Request exec chain customization and extension.
- customizeUnauthorizedResponse(ClassicHttpResponse) - Method in class org.apache.hc.client5.testing.classic.AuthenticatingDecorator
- customizeUnauthorizedResponse(HttpResponse) - Method in class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
D
- D - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.MD4
-
Deprecated.
- data - Variable in class org.apache.hc.client5.http.entity.mime.ByteArrayBody
-
The contents of the file contained in this part.
- data(ByteBuffer, boolean) - Method in class org.apache.hc.client5.http.async.methods.SimpleAsyncEntityConsumer
- dataBuffer - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.MD4
-
Deprecated.
- dataConsumerRef - Variable in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.CachingAsyncDataConsumer
- date - Variable in class org.apache.hc.client5.http.cache.HttpCacheEntry
- DATE - Static variable in class org.apache.hc.client5.http.fluent.HttpHeader
- 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.
- DATE1 - Static variable in class org.apache.hc.client5.http.impl.cache.WarningValue
- DATE2 - Static variable in class org.apache.hc.client5.http.impl.cache.WarningValue
- DATE3 - Static variable in class org.apache.hc.client5.http.impl.cache.WarningValue
- datePatterns - Variable in class org.apache.hc.client5.http.impl.cookie.BasicExpiresHandler
-
Valid date patterns
- 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
- 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() - Constructor for class org.apache.hc.client5.http.utils.DateUtils
-
This class should not be instantiated.
- DAY_OF_MONTH_PATTERN - Static variable in class org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler
- decode(byte[]) - Method in class org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart.PercentCodec
- 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.
- decodeChallenge(String) - Method in class org.apache.hc.client5.testing.auth.AbstractAuthenticationHandler
- decodeChallenge(String) - Method in class org.apache.hc.client5.testing.auth.BasicAuthenticationHandler
- decodeChallenge(String) - Method in class org.apache.hc.client5.testing.auth.BearerAuthenticationHandler
- decoderRegistry - Variable in class org.apache.hc.client5.http.impl.classic.ContentCompressionExec
- 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
. - decorate(CommonCookieAttributeHandler, PublicSuffixMatcher) - Static method in class org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter
- decorate(IOSession) - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSessionDecorator
- decrementOPTIONSMaxForwardsIfGreaterThen0(HttpRequest) - Method in class org.apache.hc.client5.http.impl.cache.RequestProtocolCompliance
- decrypt(byte[]) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
-
Deprecated.
- decryptAndVerifySignedMessage(byte[]) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
-
Deprecated.
- DEFAULT - Enum constant in enum org.apache.hc.client5.http.auth.KerberosConfig.Option
-
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.RequestConfig
- 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.SPNegoSchemeFactory
-
Deprecated.Singleton instance for the default configuration.
- 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_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_CHARSET - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.Character encoding
- DEFAULT_CONN_KEEP_ALIVE - Static variable in class org.apache.hc.client5.http.config.RequestConfig
- DEFAULT_CONNECT_TIMEOUT - Static variable in class org.apache.hc.client5.http.config.ConnectionConfig
- DEFAULT_CONNECTION_REQUEST_TIMEOUT - Static variable in class org.apache.hc.client5.http.config.RequestConfig
- DEFAULT_HEURISTIC_CACHING_ENABLED - Static variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Default setting for heuristic caching
- DEFAULT_HEURISTIC_COEFFICIENT - Static variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Default coefficient used to heuristically determine freshness lifetime from the Last-Modified time of a cache entry.
- DEFAULT_HEURISTIC_LIFETIME - Static variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Default lifetime to be assumed when we cannot calculate freshness heuristically.
- DEFAULT_INITIAL_EXPIRY - Static variable in class org.apache.hc.client5.http.impl.schedule.ExponentialBackOffSchedulingStrategy
- DEFAULT_INSTANCE - Static variable in class org.apache.hc.client5.http.psl.PublicSuffixMatcherLoader
- DEFAULT_MAX_CACHE_ENTRIES - Static variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Default setting for the maximum number of cache entries that will be retained.
- DEFAULT_MAX_CONNECTIONS_PER_ROUTE - Static variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- DEFAULT_MAX_CONNECTIONS_PER_ROUTE - Static variable in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- DEFAULT_MAX_EXPIRY - Static variable in class org.apache.hc.client5.http.impl.schedule.ExponentialBackOffSchedulingStrategy
- DEFAULT_MAX_OBJECT_SIZE_BYTES - Static variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Default setting for the maximum object size that will be cached, in bytes.
- DEFAULT_MAX_TOTAL_CONNECTIONS - Static variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- DEFAULT_MAX_TOTAL_CONNECTIONS - Static variable in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- DEFAULT_MAX_UPDATE_RETRIES - Static variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Default setting for the number of retries on a failed cache processChallenge
- DEFAULT_SCHEME_PRIORITY - Static variable in class org.apache.hc.client5.http.impl.DefaultAuthenticationStrategy
- DEFAULT_WEAK_ETAG_ON_PUTDELETE_ALLOWED - Static variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Default setting to allow weak tags on PUT/DELETE methods
- DefaultAsyncCacheInvalidator - Class in org.apache.hc.client5.http.impl.cache
-
Given a particular HTTP request / response pair, flush any cache entries that this exchange would invalidate.
- DefaultAsyncCacheInvalidator() - Constructor for class org.apache.hc.client5.http.impl.cache.DefaultAsyncCacheInvalidator
- DefaultAsyncCacheRevalidator - Class in org.apache.hc.client5.http.impl.cache
-
Class used for asynchronous revalidations to be used when the
stale-while-revalidate
directive is present - DefaultAsyncCacheRevalidator(ScheduledExecutorService, SchedulingStrategy) - Constructor for class org.apache.hc.client5.http.impl.cache.DefaultAsyncCacheRevalidator
-
Create CacheValidator which will make ache revalidation requests using the supplied
SchedulingStrategy
andScheduledExecutorService
. - DefaultAsyncCacheRevalidator(CacheRevalidatorBase.ScheduledExecutor, SchedulingStrategy) - Constructor for class org.apache.hc.client5.http.impl.cache.DefaultAsyncCacheRevalidator
-
Create DefaultCacheRevalidator which will make ache revalidation requests using the supplied
SchedulingStrategy
andCacheRevalidatorBase.ScheduledExecutor
. - DefaultAsyncCacheRevalidator.InternalScheduledExecutor - Class in org.apache.hc.client5.http.impl.cache
- DefaultAsyncCacheRevalidator.RevalidationCall - Interface in org.apache.hc.client5.http.impl.cache
- DefaultAsyncClientConnectionOperator - Class in org.apache.hc.client5.http.impl.nio
- DefaultAsyncClientConnectionOperator(Lookup<TlsStrategy>, SchemePortResolver, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator
- DefaultAuthenticationStrategy - Class in org.apache.hc.client5.http.impl
-
Default implementation of
AuthenticationStrategy
- DefaultAuthenticationStrategy() - Constructor for class org.apache.hc.client5.http.impl.DefaultAuthenticationStrategy
- DefaultBackoffStrategy - Class in org.apache.hc.client5.http.impl.classic
-
This
ConnectionBackoffStrategy
backs off either for a raw network socket or connection timeout or if the server explicitly sends a 429 (Too Many Requests) or a 503 (Service Unavailable) response. - DefaultBackoffStrategy() - Constructor for class org.apache.hc.client5.http.impl.classic.DefaultBackoffStrategy
- DefaultCacheInvalidator - Class in org.apache.hc.client5.http.impl.cache
-
Given a particular HTTP request / response pair, flush any cache entries that this exchange would invalidate.
- DefaultCacheInvalidator() - Constructor for class org.apache.hc.client5.http.impl.cache.DefaultCacheInvalidator
- DefaultCacheRevalidator - Class in org.apache.hc.client5.http.impl.cache
-
Class used for asynchronous revalidations to be used when the
stale-while-revalidate
directive is present - DefaultCacheRevalidator(ScheduledExecutorService, SchedulingStrategy) - Constructor for class org.apache.hc.client5.http.impl.cache.DefaultCacheRevalidator
-
Create CacheValidator which will make ache revalidation requests using the supplied
SchedulingStrategy
andScheduledExecutorService
. - DefaultCacheRevalidator(CacheRevalidatorBase.ScheduledExecutor, SchedulingStrategy) - Constructor for class org.apache.hc.client5.http.impl.cache.DefaultCacheRevalidator
-
Create DefaultCacheRevalidator which will make ache revalidation requests using the supplied
SchedulingStrategy
andCacheRevalidatorBase.ScheduledExecutor
. - DefaultCacheRevalidator.RevalidationCall - Interface in org.apache.hc.client5.http.impl.cache
- defaultCharset - Variable in class org.apache.hc.client5.http.async.methods.AbstractCharPushConsumer
- defaultCharset - Variable in class org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer
- defaultCharset - Variable in class org.apache.hc.client5.http.impl.auth.BasicScheme
- defaultCharset - Variable in class org.apache.hc.client5.http.impl.auth.DigestScheme
- 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
- DefaultClientTlsStrategy - Class in org.apache.hc.client5.http.ssl
-
TLS upgrade strategy for non-blocking client connections.
- DefaultClientTlsStrategy(SSLContext) - 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, String[], String[], SSLBufferMode, HostnameVerifier, Factory<SSLEngine, TlsDetails>) - Constructor for class org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy
- DefaultClientTlsStrategy(SSLContext, HostnameVerifier) - Constructor for class org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy
- defaultConfig - Variable in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- defaultConfig - Variable in class org.apache.hc.client5.http.impl.classic.InternalHttpClient
- 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
- defaultHeaders - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- defaultHeaders - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- defaultHeaders - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- defaultHeaders - Variable in class org.apache.hc.client5.http.protocol.RequestDefaultHeaders
- DefaultHostnameVerifier - Class in org.apache.hc.client5.http.ssl
-
Default
HostnameVerifier
implementation. - DefaultHostnameVerifier() - Constructor for class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- DefaultHostnameVerifier(PublicSuffixMatcher) - Constructor for class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- DefaultHostnameVerifier.HostNameType - Enum in org.apache.hc.client5.http.ssl
- 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 toBasicHttpClientConnectionManager
orPoolingHttpClientConnectionManager
constructor. - 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() - 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) - 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(int, TimeValue, Collection<Class<? extends IOException>>, Collection<Integer>) - Constructor for class org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy
- DefaultHttpResponseParserFactory - Class in org.apache.hc.client5.http.impl.io
-
Default factory for response message parsers.
- DefaultHttpResponseParserFactory() - 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(LineParser, HttpResponseFactory<ClassicHttpResponse>) - Constructor for class org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory
- DefaultManagedAsyncClientConnection - Class in org.apache.hc.client5.http.impl.nio
- DefaultManagedAsyncClientConnection(IOSession) - Constructor for class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- DefaultManagedHttpClientConnection - Class in org.apache.hc.client5.http.impl.io
- DefaultManagedHttpClientConnection(String) - Constructor for class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- DefaultManagedHttpClientConnection(String, CharsetDecoder, CharsetEncoder, Http1Config, ContentLengthStrategy, ContentLengthStrategy, HttpMessageWriterFactory<ClassicHttpRequest>, HttpMessageParserFactory<ClassicHttpResponse>) - Constructor for class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- DefaultManagedHttpClientConnection(String, CharsetDecoder, CharsetEncoder, Http1Config, ContentLengthStrategy, ContentLengthStrategy, ResponseOutOfOrderStrategy, HttpMessageWriterFactory<ClassicHttpRequest>, HttpMessageParserFactory<ClassicHttpResponse>) - Constructor for class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- DefaultProxyRoutePlanner - Class in org.apache.hc.client5.http.impl.routing
-
Implementation of an
HttpRoutePlanner
that routes requests through a default proxy. - 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
- DefaultRedirectStrategy - Class in org.apache.hc.client5.http.impl
-
Default implementation of
RedirectStrategy
. - DefaultRedirectStrategy() - Constructor for class org.apache.hc.client5.http.impl.DefaultRedirectStrategy
- defaultRequestConfig - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- defaultRequestConfig - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- defaultRequestConfig - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- defaultRetryInterval - Variable in class org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy
-
Retry interval between subsequent retries
- 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
- DefaultSchemePortResolver - Class in org.apache.hc.client5.http.impl
-
Default
SchemePortResolver
. - DefaultSchemePortResolver() - Constructor for class org.apache.hc.client5.http.impl.DefaultSchemePortResolver
- defaultUserAgentDisabled - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- DefaultUserTokenHandler - Class in org.apache.hc.client5.http.impl
-
Default implementation of
UserTokenHandler
. - 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(HttpEntity) - Constructor for class org.apache.hc.client5.http.entity.DeflateDecompressingEntity
-
Creates a new
DeflateDecompressingEntity
which will wrap the specifiedHttpEntity
. - 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.DeflateStream - Class in org.apache.hc.client5.http.entity
- 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
- DeflateStream(InputStream, Inflater) - Constructor for class org.apache.hc.client5.http.entity.DeflateInputStream.DeflateStream
- delay - Variable in class org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec.State
- delay - Variable in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient.ScheduledRequestExecution
- delete() - 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.BasicHttpRequests
-
Deprecated.
- delete(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.SimpleRequestBuilder
- delete(String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.
- delete(String) - Static method in class org.apache.hc.client5.http.fluent.Request
- delete(String) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
- delete(String, FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
- delete(URI) - 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.SimpleHttpRequests
-
Deprecated.
- delete(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- 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(HttpHost, String) - 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.SimpleHttpRequests
-
Deprecated.
- DELETE_METHOD - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- deleteCache - Variable in class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
- deleteCache - Variable in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
- deleteCache - Variable in class org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder
- DELIMITER - Static variable in class org.apache.hc.client5.http.impl.auth.AuthChallengeParser
- DELIMS - Static variable in class org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler
- deserialize(byte[]) - Method in class org.apache.hc.client5.http.impl.cache.ByteArrayCacheEntrySerializer
- deserialize(byte[]) - Method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
- deserialize(HttpCacheStorageEntry) - Method in class org.apache.hc.client5.http.impl.cache.NoopCacheEntrySerializer
- deserialize(T) - Method in interface org.apache.hc.client5.http.cache.HttpCacheEntrySerializer
-
Deserializes a cache entry from its serialized representation.
- detach() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager.InternalConnectionEndpoint
- detach() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.InternalConnectionEndpoint
- detach() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager.InternalConnectionEndpoint
- determineHost(HttpRequest) - Static method in class org.apache.hc.client5.http.routing.RoutingSupport
- determineHostFormat(String) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- determineLocalAddress(HttpHost, HttpContext) - Method in class org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner
-
This implementation returns null.
- determineProxy(HttpHost, HttpContext) - Method in class org.apache.hc.client5.http.impl.routing.DefaultProxyRoutePlanner
- determineProxy(HttpHost, HttpContext) - Method in class org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner
-
This implementation returns null.
- determineProxy(HttpHost, HttpContext) - Method in class org.apache.hc.client5.http.impl.routing.SystemDefaultRoutePlanner
- determineRoute(HttpHost, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- determineRoute(HttpHost, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.async.InternalH2AsyncClient
- determineRoute(HttpHost, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncClient
- determineRoute(HttpHost, HttpContext) - Method in class org.apache.hc.client5.http.impl.classic.InternalHttpClient
- 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.
- determineTarget(ClassicHttpRequest) - Static method in class org.apache.hc.client5.http.impl.classic.CloseableHttpClient
- digest - Variable in class org.apache.hc.client5.http.impl.auth.HttpEntityDigester
- digest(SimpleHttpRequest) - 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(HttpRequest) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- DIGEST - Static variable in class org.apache.hc.client5.http.auth.StandardAuthScheme
-
Digest authentication scheme.
- digester - Variable in class org.apache.hc.client5.http.impl.auth.HttpEntityDigester
- 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.QualityOfProtection - Enum in org.apache.hc.client5.http.impl.auth
-
Represent the possible values of quality of protection.
- DigestSchemeFactory - Class in org.apache.hc.client5.http.impl.auth
-
AuthSchemeFactory
implementation that creates and initializesDigestScheme
instances. - 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
- 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
- digit16(byte) - Static method in class org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart
-
Returns the numeric value of the character
b
in radix 16. - DIGITS_LOWER - Static variable in class org.apache.hc.client5.http.utils.Hex
-
Used to build output as hex.
- directStep(RouteInfo, RouteInfo) - Method in class org.apache.hc.client5.http.impl.routing.BasicRouteDirector
-
Determines the next step to establish a direct connection.
- DISABLE - Enum constant in enum org.apache.hc.client5.http.auth.KerberosConfig.Option
-
Deprecated.
- disableAuthCaching() - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Disables authentication scheme caching.
- disableAuthCaching() - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Disables authentication scheme caching.
- disableAuthCaching() - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Disables authentication scheme caching.
- disableAutomaticRetries() - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Disables automatic request recovery and re-execution.
- disableAutomaticRetries() - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Disables automatic request recovery and re-execution.
- disableAutomaticRetries() - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Disables automatic request recovery and re-execution.
- disableConnectionState() - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Disables connection state tracking.
- disableConnectionState() - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Disables connection state tracking.
- disableContentCompression() - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Disables automatic content decompression.
- disableCookieManagement() - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Disables state (cookie) management.
- disableCookieManagement() - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Disables state (cookie) management.
- disableCookieManagement() - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Disables state (cookie) management.
- disableDefaultUserAgent() - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Disables the default user agent set by this builder if none has been provided by the user.
- disableRedirectHandling() - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Disables automatic redirect handling.
- disableRedirectHandling() - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Disables automatic redirect handling.
- disableRedirectHandling() - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Disables automatic redirect handling.
- disallowedWithNoCache - Static variable in class org.apache.hc.client5.http.impl.cache.RequestProtocolCompliance
- discardConnection() - Method in class org.apache.hc.client5.http.impl.classic.ResponseEntityProxy
- discardContent() - Method in class org.apache.hc.client5.http.fluent.Response
-
Discards response content and deallocates all resources associated with it.
- discardEndpoint() - Method in interface org.apache.hc.client5.http.async.AsyncExecRuntime
-
Shuts down and discards the acquired endpoint.
- discardEndpoint() - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
-
Shuts down and discards the acquired endpoint.
- discardEndpoint() - Method in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- discardEndpoint() - Method in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- discardEndpoint() - Method in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- discardEndpoint(ConnectionEndpoint) - Method in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- discardEndpoint(AsyncConnectionEndpoint) - Method in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- 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 class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- disconnectEndpoint() - Method in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- disconnectEndpoint() - Method in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- 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.fluent.Response
- dispose() - Method in class org.apache.hc.client5.http.impl.cache.FileResource
- dispose() - Method in class org.apache.hc.client5.http.impl.cache.HeapResource
- DistinguishedNameParser - Class in org.apache.hc.client5.http.ssl
- DistinguishedNameParser() - Constructor for class org.apache.hc.client5.http.ssl.DistinguishedNameParser
- DistinguishedNameParser.InternalTokenParser - Class in org.apache.hc.client5.http.ssl
- 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
. - DNS - Enum constant in enum org.apache.hc.client5.http.ssl.DefaultHostnameVerifier.HostNameType
- DNS - Static variable in class org.apache.hc.client5.http.ssl.SubjectName
- DNS(String) - Static method in class org.apache.hc.client5.http.ssl.SubjectName
- dnsMap - Variable in class org.apache.hc.client5.http.impl.InMemoryDnsResolver
-
In-memory collection that will hold the associations between a host name and an array of InetAddress instances.
- dnsResolver - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- dnsResolver - Variable in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-
Deprecated.
- dnsResolver - Variable in class org.apache.hc.client5.http.impl.auth.KerberosSchemeFactory
-
Deprecated.
- dnsResolver - Variable in class org.apache.hc.client5.http.impl.auth.SPNegoSchemeFactory
-
Deprecated.
- dnsResolver - Variable in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
- dnsResolver - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- dnsResolver - Variable in class org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester
- dnsResolver - Variable in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
- 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() - Constructor for class org.apache.hc.client5.http.utils.DnsUtils
- doAppend(CharBuffer) - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
- 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.InternalHttpClient
- doExecute(HttpHost, ClassicHttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.classic.MinimalHttpClient
- doExecute(HttpHost, AsyncRequestProducer, AsyncResponseConsumer<T>, HandlerFactory<AsyncPushConsumer>, HttpContext, FutureCallback<T>) - Method in class org.apache.hc.client5.http.impl.async.AbstractMinimalHttpAsyncClientBase
- 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.InternalAbstractHttpAsyncClient
- domain - Variable in class org.apache.hc.client5.http.auth.NTUserPrincipal
- domain - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.
- DOMAIN_ATTR - Static variable in interface org.apache.hc.client5.http.cookie.Cookie
- domainBytes - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type1Message
-
Deprecated.
- domainBytes - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
-
Deprecated.
- DOMAINLABEL - Static variable in class org.apache.hc.client5.http.impl.cache.WarningValue
- domainMatch(String, String) - Static method in class org.apache.hc.client5.http.impl.cookie.BasicDomainHandler
- DomainType - Enum in org.apache.hc.client5.http.psl
-
Domain types differentiated by Mozilla Public Suffix List.
- DomainType() - Constructor for enum org.apache.hc.client5.http.psl.DomainType
- doWriteTo(OutputStream, boolean) - Method in class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
-
Writes the multipart message to the specified output stream.
- DQUOTE_CHAR - Static variable in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- DurationCounter() - Constructor for class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics.DurationCounter
E
- 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
- EMPTY_BYTES - Static variable in class org.apache.hc.client5.http.utils.Base64
- EMPTY_NAME_VALUE_ARRAY - Static variable in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-
An empty immutable
NameValuePair
array. - EMPTY_STRING_ARRAY - Static variable in class org.apache.hc.client5.http.impl.classic.ContentCompressionExec
-
An empty immutable
String
array. - ENABLE - Enum constant in enum org.apache.hc.client5.http.auth.KerberosConfig.Option
-
Deprecated.
- encode(byte[]) - Method in class org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart.PercentCodec
-
Percent-Encoding implementation based on RFC 3986
- 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(ByteBuffer, CharBuffer, CharsetEncoder) - Static method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
- encode(Charset, CharSequence) - Static method in class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
- 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.
- encodeHex(byte[], int, int, char[], char[], int) - Static method in class org.apache.hc.client5.http.utils.Hex
-
Converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order.
- encodeHexString(byte[]) - Static method in class org.apache.hc.client5.http.utils.Hex
- encodeLong(byte[], int, int) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- encodeLong(int) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- encrypt(byte[]) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
-
Deprecated.
- ended - Variable in class org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable
- endedTime() - Method in class org.apache.hc.client5.http.impl.classic.HttpRequestFutureTask
- Endpoint(HttpHost, IOSession) - Constructor for class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime.Endpoint
- endpointRef - Variable in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- endpointRef - Variable in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- engine - Variable in class org.apache.hc.client5.http.impl.auth.NTLMScheme
-
Deprecated.
- enhance(IOException, NamedEndpoint, InetAddress...) - Static method in class org.apache.hc.client5.http.ConnectExceptionSupport
- enhance(ClassicHttpRequest) - Static method in class org.apache.hc.client5.http.impl.classic.RequestEntityProxy
- enhance(ClassicHttpResponse, ExecRuntime) - Static method in class org.apache.hc.client5.http.impl.classic.ResponseEntityProxy
- enqueue(Command, Command.Priority) - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- ensure200ForOPTIONSRequestWithNoBodyHasContentLengthZero(HttpRequest, HttpResponse) - Method in class org.apache.hc.client5.http.impl.cache.ResponseProtocolCompliance
- ensure206ContainsDateHeader(HttpResponse) - Method in class org.apache.hc.client5.http.impl.cache.ResponseProtocolCompliance
- ensure304DoesNotContainExtraEntityHeaders(HttpResponse) - Method in class org.apache.hc.client5.http.impl.cache.ResponseProtocolCompliance
- ensureFreeCapacity(int) - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
- ensureFreeCapacity(ByteBuffer, int) - Static method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
- ensureOpen() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- ensurePartialContentIsNotSentToAClientThatDidNotRequestIt(HttpRequest, HttpResponse) - Method in class org.apache.hc.client5.http.impl.cache.ResponseProtocolCompliance
- ensureProtocolCompliance(HttpRequest, HttpRequest, HttpResponse) - Method in class org.apache.hc.client5.http.impl.cache.ResponseProtocolCompliance
-
When we get a response from a down stream server (Origin Server) we attempt to see if it is HTTP 1.1 Compliant and if not, attempt to make it so.
- ensureValid() - Method in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- ensureValid() - Method in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- ensureValid() - Method in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- ensureValidState() - Method in class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
- entity - Variable in class org.apache.hc.client5.http.impl.cache.CombinedEntity
- EntityBuilder - Class in org.apache.hc.client5.http.entity
-
Builder for
HttpEntity
instances. - EntityBuilder() - Constructor for class org.apache.hc.client5.http.entity.EntityBuilder
- entityConsumer - Variable in class org.apache.hc.client5.testing.async.AsyncEchoHandler
- entityDetails - Variable in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.CachingAsyncDataConsumer
- entityProducer - Variable in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient.ScheduledRequestExecution
- entityProducerRef - Variable in class org.apache.hc.client5.testing.async.AsyncEchoHandler
- entityProducerRef - Variable in class org.apache.hc.client5.testing.async.AsyncRandomHandler
- entries - Variable in class org.apache.hc.client5.http.impl.cache.BasicHttpCacheStorage
- entries - Variable in class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
- entry - Variable in class org.apache.hc.client5.http.impl.cache.Variant
- Entry(AuthScope, Credentials) - Constructor for class org.apache.hc.client5.http.impl.auth.CredentialsProviderBuilder.Entry
- entryIsNotA204Response(HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker
- eofDetected(InputStream) - Method in class org.apache.hc.client5.http.impl.classic.ResponseEntityProxy
- epilogue - Variable in class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
-
The epilogue to be included after the multipart content.
- epilogue - Variable in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-
The epilogue of the multipart message.
- EQUAL_CHAR - Static variable in class org.apache.hc.client5.http.impl.auth.AuthChallengeParser
- EQUAL_CHAR - Static variable in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- EQUAL_OR_COMMA_OR_PLUS - Static variable in class org.apache.hc.client5.http.ssl.DistinguishedNameParser
- 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.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.NTUserPrincipal
- equals(Object) - Method in class org.apache.hc.client5.http.auth.UsernamePasswordCredentials
- equals(Object) - Method in class org.apache.hc.client5.http.HttpRoute
-
Compares this route to another.
- equals(Object) - Method in class org.apache.hc.client5.http.impl.auth.BasicAuthCache.Key
- equals(Object) - Method in class org.apache.hc.client5.http.impl.cache.ResourceReference
- 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
- ESCAPE_CHAR - Static variable in class org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart.PercentCodec
- ESCAPE_CHAR - Static variable in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- escapeHeaders(HttpResponse) - Static method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
-
Modify the given response to escape any header names that start with the prefix we use for our own pseudo-headers, prefixing them with an escape sequence we can use to recover them later.
- ETAG - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- etagValidatorMatches(HttpRequest, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker
-
Check entry against If-None-Match
- evictExpiredConnections - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- evictExpiredConnections - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- evictExpiredConnections() - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Makes this instance of HttpClient proactively evict expired connections from the connection pool using a background thread.
- evictExpiredConnections() - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Makes this instance of HttpClient proactively evict expired connections from the connection pool using a background thread.
- evictIdleConnections - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- evictIdleConnections - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- evictIdleConnections - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- evictIdleConnections(TimeValue) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Makes this instance of HttpClient proactively evict idle connections from the connection pool using a background thread.
- evictIdleConnections(TimeValue) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Makes this instance of HttpClient proactively evict idle connections from the connection pool using a background thread.
- evictIdleConnections(TimeValue) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Makes this instance of HttpClient proactively evict idle connections from the connection pool using a background thread.
- exceptions - Variable in class org.apache.hc.client5.http.psl.PublicSuffixList
- exceptions - Variable in class org.apache.hc.client5.http.psl.PublicSuffixMatcher
- 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. - exchangeHandler - Variable in class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
- exchangeHandler - Variable in class org.apache.hc.client5.testing.async.RedirectingAsyncDecorator
- exchangeHandler - Variable in class org.apache.hc.client5.testing.async.ServiceUnavailableAsyncDecorator
- exchangeHandlerFactory - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientProtocolStarter
- exchangeHandlerFactory - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter
- 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.impl.async.LoggingAsyncClientExchangeHandler
- execChain - Variable in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- execChain - Variable in class org.apache.hc.client5.http.impl.classic.InternalHttpClient
- 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
- ExecChainElement - Class in org.apache.hc.client5.http.impl.classic
- ExecChainElement(ExecChainHandler, ExecChainElement) - Constructor for class org.apache.hc.client5.http.impl.classic.ExecChainElement
- 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
- ExecInterceptorEntry(H2AsyncClientBuilder.ExecInterceptorEntry.Position, String, AsyncExecChainHandler, String) - Constructor for class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.ExecInterceptorEntry
- ExecInterceptorEntry(HttpAsyncClientBuilder.ExecInterceptorEntry.Position, String, AsyncExecChainHandler, String) - Constructor for class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.ExecInterceptorEntry
- ExecInterceptorEntry(HttpClientBuilder.ExecInterceptorEntry.Position, String, ExecChainHandler, String) - Constructor for class org.apache.hc.client5.http.impl.classic.HttpClientBuilder.ExecInterceptorEntry
- execInterceptors - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- execInterceptors - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- execInterceptors - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- ExecRunnable(BasicFuture<T>, Request, Executor, HttpClientResponseHandler<T>) - Constructor for class org.apache.hc.client5.http.fluent.Async.ExecRunnable
- 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.impl.classic.CloseableHttpResponse
- execRuntime - Variable in class org.apache.hc.client5.http.impl.classic.ResponseEntityProxy
- ExecRuntime - Interface in org.apache.hc.client5.http.classic
-
Execution runtime that provides access to the underlying connection endpoint and helps manager its life cycle.
- ExecSupport - Class in org.apache.hc.client5.http.impl
-
Request execution support methods.
- ExecSupport() - Constructor for class org.apache.hc.client5.http.impl.ExecSupport
- execute() - Method in class org.apache.hc.client5.http.fluent.Request
- execute() - Method in interface org.apache.hc.client5.http.impl.cache.DefaultCacheRevalidator.RevalidationCall
- execute(Exception) - Method in class org.apache.hc.client5.http.impl.async.LoggingExceptionCallback
- 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 class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- execute(String, ClassicHttpRequest, HttpRequestExecutor, HttpContext) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager.InternalConnectionEndpoint
- execute(String, ClassicHttpRequest, HttpRequestExecutor, HttpContext) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.InternalConnectionEndpoint
- 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, 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 class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- execute(String, AsyncClientExchangeHandler, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- execute(String, AsyncClientExchangeHandler, HandlerFactory<AsyncPushConsumer>, HttpContext) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager.InternalConnectionEndpoint
- 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>, 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>, 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(AsyncExecCallback) - Method in interface org.apache.hc.client5.http.impl.cache.DefaultAsyncCacheRevalidator.RevalidationCall
- execute(SimpleHttpRequest, FutureCallback<SimpleHttpResponse>) - 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(HttpCacheEntry) - Method in interface org.apache.hc.client5.http.cache.HttpCacheCASOperation
-
Returns the new cache entry that should replace an existing one.
- 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, FutureCallback<Content>) - 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, HttpClientResponseHandler<T>, FutureCallback<T>) - Method in class org.apache.hc.client5.http.fluent.Async
- execute(CloseableHttpClient) - Method in class org.apache.hc.client5.http.fluent.Request
- execute(ClassicHttpRequest) - Method in interface org.apache.hc.client5.http.classic.HttpClient
-
Deprecated.It is strongly recommended to use execute methods with
HttpClientResponseHandler
such asHttpClient.execute(ClassicHttpRequest, HttpClientResponseHandler)
in order to ensure automatic resource deallocation by the client. For special cases one can still useHttpClient.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 asCloseableHttpClient.execute(ClassicHttpRequest, HttpClientResponseHandler)
in order to ensure automatic resource deallocation by the client. For special cases one can still useHttpClient.executeOpen(HttpHost, ClassicHttpRequest, HttpContext)
to keep the response object open after the request execution. - execute(ClassicHttpRequest, ExecChain.Scope) - Method in class org.apache.hc.client5.http.impl.classic.ExecChainElement
- 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 class org.apache.hc.client5.http.impl.cache.CachingExec
- 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.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.HttpRequestRetryExec
- execute(ClassicHttpRequest, ExecChain.Scope, ExecChain) - Method in class org.apache.hc.client5.http.impl.classic.MainClientExec
- execute(ClassicHttpRequest, ExecChain.Scope, ExecChain) - Method in class org.apache.hc.client5.http.impl.classic.ProtocolExec
- execute(ClassicHttpRequest, ExecChain.Scope, ExecChain) - Method in class org.apache.hc.client5.http.impl.classic.RedirectExec
- execute(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, 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) - Method in interface org.apache.hc.client5.http.classic.HttpClient
-
Deprecated.It is strongly recommended to use execute methods with
HttpClientResponseHandler
such asHttpClient.execute(ClassicHttpRequest, HttpContext, HttpClientResponseHandler)
in order to ensure automatic resource deallocation by the client. For special cases one can still useHttpClient.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 asCloseableHttpClient.execute(ClassicHttpRequest, HttpContext, HttpClientResponseHandler)
in order to ensure automatic resource deallocation by the client. For special cases one can still useHttpClient.executeOpen(HttpHost, ClassicHttpRequest, HttpContext)
to keep the response object open after the request execution. - 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(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, 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(HttpHost, ClassicHttpRequest) - Method in interface org.apache.hc.client5.http.classic.HttpClient
-
Deprecated.It is strongly recommended to use execute methods with
HttpClientResponseHandler
such asHttpClient.execute(HttpHost, ClassicHttpRequest, HttpClientResponseHandler)
in order to ensure automatic resource deallocation by the client. For special cases one can still useHttpClient.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 asCloseableHttpClient.execute(HttpHost, ClassicHttpRequest, HttpClientResponseHandler)
in order to ensure automatic resource deallocation by the client. For special cases one can still useHttpClient.executeOpen(HttpHost, ClassicHttpRequest, HttpContext)
to keep the response object open after the request execution. - 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, 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 interface org.apache.hc.client5.http.classic.HttpClient
-
Deprecated.It is strongly recommended to use execute methods with
HttpClientResponseHandler
such asHttpClient.execute(HttpHost, ClassicHttpRequest, HttpContext, HttpClientResponseHandler)
in order to ensure automatic resource deallocation by the client. For special cases one can still useHttpClient.executeOpen(HttpHost, ClassicHttpRequest, HttpContext)
to keep the response object open after the request execution. - 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 asCloseableHttpClient.execute(HttpHost, ClassicHttpRequest, HttpContext, HttpClientResponseHandler)
in order to ensure automatic resource deallocation by the client. For special cases one can still useHttpClient.executeOpen(HttpHost, ClassicHttpRequest, HttpContext)
to keep the response object open after the request execution. - 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(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, AsyncRequestProducer, AsyncResponseConsumer<T>, HandlerFactory<AsyncPushConsumer>, HttpContext, FutureCallback<T>) - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
- execute(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.async.AsyncExecChainElement
- 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 class org.apache.hc.client5.http.impl.async.AsyncConnectExec
- execute(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec
- execute(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.async.AsyncProtocolExec
- execute(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.async.AsyncRedirectExec
- execute(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.HttpAsyncMainClientExec
- execute(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec
- execute(AsyncClientExchangeHandler) - Method in class org.apache.hc.client5.http.impl.async.AbstractMinimalHttpAsyncClientBase
- execute(AsyncClientExchangeHandler, HandlerFactory<AsyncPushConsumer>, HttpContext) - Method in class org.apache.hc.client5.http.impl.async.AbstractMinimalHttpAsyncClientBase
- 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.InternalAsyncClientEndpoint
- execute(AsyncRequestProducer, AsyncResponseConsumer<T>, FutureCallback<T>) - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
- 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 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
- executeHandshake(SSLSocket, String, Object, HttpContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- executeImmediate(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- 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.
- executeScheduled(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback, TimeValue) - Method in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- executor - Variable in class org.apache.hc.client5.http.fluent.Async.ExecRunnable
- executor - Variable in class org.apache.hc.client5.http.fluent.Async
- executor - Variable in class org.apache.hc.client5.http.impl.cache.DefaultAsyncCacheRevalidator.InternalScheduledExecutor
- Executor - Class in org.apache.hc.client5.http.fluent
-
Executor for
Request
s. - Executor(CloseableHttpClient) - Constructor for class org.apache.hc.client5.http.fluent.Executor
- executorService - Variable in class org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase
- executorService - Variable in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionService
- existing - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.ExecInterceptorEntry
- existing - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.ExecInterceptorEntry
- existing - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder.ExecInterceptorEntry
- expectContinueEnabled - Variable in class org.apache.hc.client5.http.config.RequestConfig.Builder
- expectContinueEnabled - Variable in class org.apache.hc.client5.http.config.RequestConfig
- 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
- expiresHeaderLessOrEqualToDateHeaderAndNoCacheControl(HttpResponse) - Method in class org.apache.hc.client5.http.impl.cache.ResponseCachingPolicy
- expiry - Variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- explicitFreshnessRequest(HttpRequest, HttpCacheEntry, Instant) - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- 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.
- 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() - 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(long, TimeValue) - 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
- exportedSessionKey - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
-
Deprecated.
- EXTENDED - Enum constant in enum org.apache.hc.client5.http.entity.mime.HttpMultipartMode
-
Extended MIME specification conformance.
- extract(String) - Method in class org.apache.hc.client5.testing.auth.BasicAuthTokenExtractor
-
Deprecated.
- extractAuthToken(String) - Method in class org.apache.hc.client5.testing.auth.AbstractAuthenticationHandler
- extractAuthToken(String) - Method in interface org.apache.hc.client5.testing.auth.AuthenticationHandler
- extractCN(String) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- 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
F
- F(int, int, int) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- 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.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.AbstractCharResponseConsumer
- failed(Exception) - Method in class org.apache.hc.client5.http.async.methods.IgnoreCompleteExceptionFutureCallback
- failed(Exception) - Method in class org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler
- failed(Exception) - Method in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.AsyncExecCallbackWrapper
- failed(Exception) - Method in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.BackendResponseHandler
- 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.RandomBinAsyncEntityProducer
- 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.ServiceUnavailableAsyncDecorator
- FAILED - Enum constant in enum org.apache.hc.client5.http.impl.auth.GGSSchemeBase.State
-
Deprecated.
- FAILED - Enum constant in enum org.apache.hc.client5.http.impl.auth.NTLMScheme.State
-
Deprecated.
- failedConnections - Variable in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- FAILURE - Enum constant in enum org.apache.hc.client5.http.auth.AuthExchange.State
- FAILURE - Enum constant in enum org.apache.hc.client5.http.cache.CacheResponseStatus
-
The response came from an upstream server after a cache failure
- failureCache - Variable in class org.apache.hc.client5.http.impl.cache.CacheRevalidatorBase
- fallback - Variable in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.CachingAsyncDataConsumer
- FIELD_PARAM_FILENAME - Static variable in class org.apache.hc.client5.http.entity.mime.MimeConsts
- FIELD_PARAM_NAME - Static variable in class org.apache.hc.client5.http.entity.mime.MimeConsts
- FIELD_SEP - Static variable in class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
- fieldMap - Variable in class org.apache.hc.client5.http.entity.mime.Header
- fields - Variable in class org.apache.hc.client5.http.entity.mime.Header
- file - Variable in class org.apache.hc.client5.http.entity.EntityBuilder
- file - Variable in class org.apache.hc.client5.http.entity.mime.FileBody
- 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) - 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
- filename - Variable in class org.apache.hc.client5.http.entity.mime.ByteArrayBody
-
The name of the file contained in this part.
- filename - Variable in class org.apache.hc.client5.http.entity.mime.FileBody
- filename - Variable in class org.apache.hc.client5.http.entity.mime.InputStreamBody
- fileRef - Variable in class org.apache.hc.client5.http.impl.cache.FileResource
- 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
- 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
- findAttribHandler(String) - Method in class org.apache.hc.client5.http.impl.cookie.AbstractCookieSpec
-
Finds an attribute handler
CookieAttributeHandler
for the given attribute. - findEntry(Map<String, DomainType>, String) - Static method in class org.apache.hc.client5.http.psl.PublicSuffixMatcher
- FIRST - Enum constant in enum org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.ExecInterceptorEntry.Position
- FIRST - Enum constant in enum org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.RequestInterceptorEntry.Position
- FIRST - Enum constant in enum org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.ResponseInterceptorEntry.Position
- FIRST - Enum constant in enum org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.ExecInterceptorEntry.Position
- FIRST - Enum constant in enum org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.RequestInterceptorEntry.Position
- FIRST - Enum constant in enum org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.ResponseInterceptorEntry.Position
- FIRST - Enum constant in enum org.apache.hc.client5.http.impl.classic.HttpClientBuilder.ExecInterceptorEntry.Position
- FIRST - Enum constant in enum org.apache.hc.client5.http.impl.classic.HttpClientBuilder.RequestInterceptorEntry.Position
- FIRST - Enum constant in enum org.apache.hc.client5.http.impl.classic.HttpClientBuilder.ResponseInterceptorEntry.Position
- firstStep(RouteInfo) - Method in class org.apache.hc.client5.http.impl.routing.BasicRouteDirector
-
Determines the first step to establish a route.
- FixedCredentialsProvider - Class in org.apache.hc.client5.http.impl.auth
- FixedCredentialsProvider(Map<AuthScope, Credentials>) - Constructor for class org.apache.hc.client5.http.impl.auth.FixedCredentialsProvider
- FLAG_DOMAIN_PRESENT - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- FLAG_REQUEST_128BIT_KEY_EXCH - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- FLAG_REQUEST_56BIT_ENCRYPTION - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- FLAG_REQUEST_ALWAYS_SIGN - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- FLAG_REQUEST_EXPLICIT_KEY_EXCH - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- FLAG_REQUEST_LAN_MANAGER_KEY - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- FLAG_REQUEST_NTLM2_SESSION - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- FLAG_REQUEST_NTLMv1 - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- FLAG_REQUEST_OEM_ENCODING - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- FLAG_REQUEST_SEAL - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- FLAG_REQUEST_SIGN - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- FLAG_REQUEST_TARGET - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- FLAG_REQUEST_UNICODE_ENCODING - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- FLAG_REQUEST_VERSION - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- FLAG_TARGETINFO_PRESENT - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- FLAG_WORKSTATION_PRESENT - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- flags - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type1Message
-
Deprecated.
- flags - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type2Message
-
Deprecated.
- FLOW_CTRL_LOG - Static variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientProtocolStarter
- FLOW_CTRL_LOG - Static variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter
- flush() - Method in class org.apache.hc.client5.http.impl.async.LogAppendable
- flush() - Method in class org.apache.hc.client5.http.impl.classic.ResponseEntityProxy.NullOutputStream
- flush() - Method in class org.apache.hc.client5.http.impl.io.LoggingOutputStream
- flush() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- flushAbsoluteUriFromSameHost(URI, URI, Resolver<URI, String>, HttpAsyncCacheStorage) - Method in class org.apache.hc.client5.http.impl.cache.DefaultAsyncCacheInvalidator
- flushAbsoluteUriFromSameHost(URI, URI, Resolver<URI, String>, HttpCacheStorage) - Method in class org.apache.hc.client5.http.impl.cache.DefaultCacheInvalidator
- flushCacheEntriesFor(HttpHost, HttpRequest) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- flushCacheEntriesFor(HttpHost, HttpRequest) - Method in interface org.apache.hc.client5.http.impl.cache.HttpCache
-
Clear all matching
HttpCacheEntry
s. - flushCacheEntriesFor(HttpHost, HttpRequest, FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- flushCacheEntriesFor(HttpHost, HttpRequest, FutureCallback<Boolean>) - Method in interface org.apache.hc.client5.http.impl.cache.HttpAsyncCache
-
Clear all matching
HttpCacheEntry
s. - flushCacheEntriesInvalidatedByExchange(HttpHost, HttpRequest, HttpResponse) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- flushCacheEntriesInvalidatedByExchange(HttpHost, HttpRequest, HttpResponse) - Method in interface org.apache.hc.client5.http.impl.cache.HttpCache
-
Flush
HttpCacheEntry
s invalidated by the given message exchange. - flushCacheEntriesInvalidatedByExchange(HttpHost, HttpRequest, HttpResponse, FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- flushCacheEntriesInvalidatedByExchange(HttpHost, HttpRequest, HttpResponse, FutureCallback<Boolean>) - Method in interface org.apache.hc.client5.http.impl.cache.HttpAsyncCache
-
Flush
HttpCacheEntry
s 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
HttpCacheEntry
s 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>, HttpCacheStorage) - Method in interface org.apache.hc.client5.http.cache.HttpCacheInvalidator
-
Flush
HttpCacheEntry
s invalidated by the given message exchange. - flushCacheEntriesInvalidatedByExchange(HttpHost, HttpRequest, HttpResponse, Resolver<URI, String>, HttpCacheStorage) - Method in class org.apache.hc.client5.http.impl.cache.DefaultCacheInvalidator
- flushCacheEntriesInvalidatedByRequest(HttpHost, HttpRequest) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- flushCacheEntriesInvalidatedByRequest(HttpHost, HttpRequest) - Method in interface org.apache.hc.client5.http.impl.cache.HttpCache
-
Flush
HttpCacheEntry
s invalidated by the given request - flushCacheEntriesInvalidatedByRequest(HttpHost, HttpRequest, FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- flushCacheEntriesInvalidatedByRequest(HttpHost, HttpRequest, FutureCallback<Boolean>) - Method in interface org.apache.hc.client5.http.impl.cache.HttpAsyncCache
-
Flush
HttpCacheEntry
s 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
HttpCacheEntry
s 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>, HttpCacheStorage) - Method in interface org.apache.hc.client5.http.cache.HttpCacheInvalidator
-
Flush
HttpCacheEntry
s invalidated by the given request. - flushCacheEntriesInvalidatedByRequest(HttpHost, HttpRequest, Resolver<URI, String>, HttpCacheStorage) - Method in class org.apache.hc.client5.http.impl.cache.DefaultCacheInvalidator
- flushLocationCacheEntry(HttpResponse, URI, HttpCacheStorage, Resolver<URI, String>) - Method in class org.apache.hc.client5.http.impl.cache.DefaultCacheInvalidator
- flushRelativeUriFromSameHost(URI, URI, Resolver<URI, String>, HttpAsyncCacheStorage) - Method in class org.apache.hc.client5.http.impl.cache.DefaultAsyncCacheInvalidator
- flushRelativeUriFromSameHost(URI, URI, 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 class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- fork() - Method in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- fork(CancellableDependency) - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
-
Forks this runtime for parallel execution.
- fork(CancellableDependency) - Method in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- form() - Static method in class org.apache.hc.client5.http.fluent.Form
- Form - Class in org.apache.hc.client5.http.fluent
-
HTTP form used by the fluent facade.
- Form() - Constructor for class org.apache.hc.client5.http.fluent.Form
- formatCookie(Cookie) - Static method in class org.apache.hc.client5.http.protocol.ResponseProcessCookies
- 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.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
-
Deprecated.
- formatDate(Date, String) - Static method in class org.apache.hc.client5.http.utils.DateUtils
-
Deprecated.
- formatHex(byte[]) - Static method in class org.apache.hc.client5.http.impl.auth.DigestScheme
-
Encodes the 128 bit (16 bytes) MD5 digest into a 32 characters long string.
- formatMultipartHeader(MultipartPart, OutputStream) - Method in class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
-
Write the multipart header fields; depends on the style.
- formatMultipartHeader(MultipartPart, OutputStream) - Method in class org.apache.hc.client5.http.entity.mime.HttpRFC6532Multipart
- formatMultipartHeader(MultipartPart, OutputStream) - Method in class org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart
- formatMultipartHeader(MultipartPart, OutputStream) - Method in class org.apache.hc.client5.http.entity.mime.HttpStrictMultipart
- formatMultipartHeader(MultipartPart, OutputStream) - Method in class org.apache.hc.client5.http.entity.mime.LegacyMultipart
-
Write the multipart header fields; depends on the style.
- formatOps(int) - Static method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- 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
- 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_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(String, ContentBody, Header) - Constructor for class org.apache.hc.client5.http.entity.mime.FormBodyPart
- FormBodyPartBuilder - Class in org.apache.hc.client5.http.entity.mime
-
Builder for individual
FormBodyPart
s. - FormBodyPartBuilder() - Constructor for class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
- FormBodyPartBuilder(String, ContentBody) - Constructor for class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
- FRAME_LOG - Static variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientProtocolStarter
- FRAME_LOG - Static variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter
- FRAME_PAYLOAD_LOG - Static variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientProtocolStarter
- FRAME_PAYLOAD_LOG - Static variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter
- freshnessCheckEnabled - Variable in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
- freshnessCheckEnabled - Variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
- from1_0Origin(HttpResponse) - Method in class org.apache.hc.client5.http.impl.cache.ResponseCachingPolicy
- future - Variable in class org.apache.hc.client5.http.fluent.Async.ExecRunnable
- FutureRequestExecutionMetrics - Class in org.apache.hc.client5.http.impl.classic
-
Collection of different counters used to gather metrics for
FutureRequestExecutionService
. - FutureRequestExecutionMetrics() - Constructor for class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- FutureRequestExecutionMetrics.DurationCounter - Class in org.apache.hc.client5.http.impl.classic
-
A counter that can measure duration and number of events.
- FutureRequestExecutionService - Class in org.apache.hc.client5.http.impl.classic
-
This class schedules message execution execution and processing as
FutureTask
s with the providedExecutorService
. - FutureRequestExecutionService(HttpClient, ExecutorService) - Constructor for class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionService
-
Create a new FutureRequestExecutionService.
G
- G(int, int, int) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- generate() - Method in class org.apache.hc.client5.http.impl.cache.BasicIdGenerator
- generate(StringBuilder) - Method in class org.apache.hc.client5.http.impl.cache.BasicIdGenerator
- generate(String, byte[]) - Method in interface org.apache.hc.client5.http.cache.ResourceFactory
-
Creates a
Resource
from a given response body. - generate(String, byte[]) - Method in class org.apache.hc.client5.http.impl.cache.FileResourceFactory
- generate(String, byte[]) - Method in class org.apache.hc.client5.http.impl.cache.HeapResourceFactory
- 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[], int, int) - Method in class org.apache.hc.client5.http.impl.cache.HeapResourceFactory
- generateAuthResponse(HttpHost, HttpRequest, HttpContext) - Method in interface org.apache.hc.client5.http.auth.AuthScheme
-
Generates an authorization response based on the current state.
- generateAuthResponse(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
- generateAuthResponse(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.BearerScheme
- generateAuthResponse(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- generateAuthResponse(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-
Deprecated.
- generateAuthResponse(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.NTLMScheme
-
Deprecated.
- generateBoundary() - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- generateCachedResponse(HttpRequest, HttpContext, HttpCacheEntry, Instant) - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- generateContent() - Method in class org.apache.hc.client5.http.async.methods.SimpleAsyncEntityConsumer
- generateGatewayTimeout(HttpContext) - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- generateGSSToken(byte[], Oid, String, String) - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-
Deprecated.
- generateKey(URI) - Method in class org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
-
Computes a key for the given request
URI
that can be used as a unique identifier for cached resources. - generateKey(HttpHost, HttpRequest) - Method in class org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
-
Computes a key for the given
HttpHost
andHttpRequest
that can be used as a unique identifier for cached resources. - generateKey(HttpHost, HttpRequest, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- generateKey(HttpHost, HttpRequest, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- generateKey(HttpHost, HttpRequest, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
-
Computes a key for the given
HttpHost
andHttpRequest
that can be used as a unique identifier for cached resources. - generateKey(HttpHost, HttpRequest, HttpCacheEntry) - Method in interface org.apache.hc.client5.http.impl.cache.HttpAsyncCache
- generateKey(HttpHost, HttpRequest, HttpCacheEntry) - Method in interface org.apache.hc.client5.http.impl.cache.HttpCache
- generateNotModifiedResponse(HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CachedHttpResponseGenerator
-
Generate a 304 - Not Modified response from the
HttpCacheEntry
. - generateResponse(HttpRequest, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CachedHttpResponseGenerator
-
If it is legal to use cached content in response response to the
HttpRequest
then generate anHttpResponse
based onHttpCacheEntry
. - generateToken(byte[], String, String) - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-
Deprecated.
- generateToken(byte[], String, String) - Method in class org.apache.hc.client5.http.impl.auth.KerberosScheme
-
Deprecated.
- generateToken(byte[], String, String) - Method in class org.apache.hc.client5.http.impl.auth.SPNegoScheme
-
Deprecated.
- generateType1Msg(String, String) - Method in interface org.apache.hc.client5.http.impl.auth.NTLMEngine
-
Deprecated.Generates a Type1 message given the domain and workstation.
- generateType1Msg(String, String) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- generateType3Msg(String, char[], String, String, String) - Method in interface org.apache.hc.client5.http.impl.auth.NTLMEngine
-
Deprecated.Generates a Type3 message given the user credentials and the authentication challenge.
- generateType3Msg(String, char[], String, String, String) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- generateUniqueCacheFile(String) - Method in class org.apache.hc.client5.http.impl.cache.FileResourceFactory
- generateVariantKey(HttpRequest, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
-
Computes a "variant key" from the headers of a given request that are covered by the Vary header of a given cache entry.
- generateViaHeader(HttpMessage) - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- get() - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- get() - Method in class org.apache.hc.client5.http.cache.Resource
-
Returns resource content as a byte array.
- get() - Method in class org.apache.hc.client5.http.impl.cache.FileResource
- get() - Method in class org.apache.hc.client5.http.impl.cache.HeapResource
- get() - Method in class org.apache.hc.client5.http.impl.Operations.CompletedFuture
- get(int) - Method in class org.apache.hc.client5.http.protocol.RedirectLocations
-
Returns the URI at the specified position in this list.
- get(long, TimeUnit) - Method in class org.apache.hc.client5.http.impl.Operations.CompletedFuture
- get(String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- get(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- get(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- get(String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.
- get(String) - Static method in class org.apache.hc.client5.http.fluent.Request
- get(URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- get(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- get(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- get(URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.
- get(URI) - Static method in class org.apache.hc.client5.http.fluent.Request
- get(HttpHost) - Method in interface org.apache.hc.client5.http.auth.AuthCache
-
Returns the authentication state with the given authentication scope from the cache if available.
- get(HttpHost) - Method in class org.apache.hc.client5.http.impl.auth.BasicAuthCache
- get(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- get(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- get(HttpHost, String) - Method in interface org.apache.hc.client5.http.auth.AuthCache
-
Returns the authentication state with the given authentication scope from the cache if available.
- get(HttpHost, String) - Method in class org.apache.hc.client5.http.impl.auth.BasicAuthCache
- get(HttpRequest) - Method in class org.apache.hc.client5.http.impl.async.AsyncPushConsumerRegistry
- get(Timeout) - Method in interface org.apache.hc.client5.http.io.LeaseRequest
-
Returns
ConnectionEndpoint
within a given time. - get(T) - Method in class org.apache.hc.client5.http.schedule.ConcurrentCountMap
- GET_METHOD - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- getA1() - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- getA2() - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- getActiveConnectionCount() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- getActiveConnections() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- getAgeValue(HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CacheValidityPolicy
- getAll() - Method in class org.apache.hc.client5.http.protocol.RedirectLocations
-
Returns all redirect
URI
s in the order they were added to the collection. - getAllowedMethods(HttpResponse) - Method in class org.apache.hc.client5.http.classic.methods.HttpOptions
- getApparentAge(HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CacheValidityPolicy
- getAsynchronousWorkers() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Returns the maximum number of threads to allow for background revalidations due to the
stale-while-revalidate
directive. - getAttribHandler(String) - Method in class org.apache.hc.client5.http.impl.cookie.AbstractCookieSpec
-
Gets attribute handler
CookieAttributeHandler
for the given attribute. - getAttribHandlers() - Method in class org.apache.hc.client5.http.impl.cookie.AbstractCookieSpec
- getAttribute(String) - Method in interface org.apache.hc.client5.http.cookie.Cookie
- getAttribute(String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- getAttributeName() - Method in interface org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.BasicDomainHandler
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.BasicExpiresHandler
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.BasicHttpOnlyHandler
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.BasicMaxAgeHandler
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.BasicPathHandler
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.BasicSecureHandler
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.LaxMaxAgeHandler
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter
- getAuthCache() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- getAuthExchange(HttpHost) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- getAuthExchanges() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- getAuthOptions() - Method in class org.apache.hc.client5.http.auth.AuthExchange
-
Returns available auth options.
- getAuthPrincipal(AuthExchange) - Static method in class org.apache.hc.client5.http.impl.DefaultUserTokenHandler
- getAuthScheme() - Method in class org.apache.hc.client5.http.auth.AuthExchange
-
Returns actual
AuthScheme
. - getAuthSchemeRegistry() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- getBackedOffPoolSize(int) - Method in class org.apache.hc.client5.http.impl.classic.AbstractBackoff
-
Calculates the new pool size after applying the exponential backoff algorithm.
- getBackedOffPoolSize(int) - Method in class org.apache.hc.client5.http.impl.classic.AIMDBackoffManager
-
Returns the backed-off pool size based on the current pool size.
- getBackedOffPoolSize(int) - Method in class org.apache.hc.client5.http.impl.classic.ExponentialBackoffManager
-
Calculates the new pool size after applying the exponential backoff algorithm.
- getBackedOffPoolSize(int) - Method in class org.apache.hc.client5.http.impl.classic.LinearBackoffManager
-
Returns the new pool size after applying the linear backoff algorithm.
- getBackoffFactor() - Method in class org.apache.hc.client5.http.impl.classic.AbstractBackoff
-
Returns the backoff factor as an AtomicReference of Double.
- getBackOffRate() - Method in class org.apache.hc.client5.http.impl.schedule.ExponentialBackOffSchedulingStrategy
- getBinary() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Gets entity content as a byte array if set using
EntityBuilder.setBinary(byte[])
. - getBody() - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
- getBody() - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
- getBody() - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- getBody() - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
- getBody() - Method in class org.apache.hc.client5.http.entity.mime.MimeField
- getBody() - Method in class org.apache.hc.client5.http.entity.mime.MultipartPart
- getBodyBytes() - Method in class org.apache.hc.client5.http.async.methods.SimpleBody
- getBodyBytes() - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
- getBodyBytes() - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
- getBodyText() - Method in class org.apache.hc.client5.http.async.methods.SimpleBody
- getBodyText() - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
- getBodyText() - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
- getBytes() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Deprecated.
- getCacheEntry(HttpHost, HttpRequest) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- getCacheEntry(HttpHost, HttpRequest) - Method in interface org.apache.hc.client5.http.impl.cache.HttpCache
-
Retrieve matching
HttpCacheEntry
from the cache if it exists. - getCacheEntry(HttpHost, HttpRequest, FutureCallback<HttpCacheEntry>) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- getCacheEntry(HttpHost, HttpRequest, FutureCallback<HttpCacheEntry>) - Method in interface org.apache.hc.client5.http.impl.cache.HttpAsyncCache
-
Retrieve matching
HttpCacheEntry
from the cache if it exists - getCacheHits() - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
-
Reports the number of times that the cache successfully responded to an
HttpRequest
without contacting the origin server. - getCacheKey() - Method in class org.apache.hc.client5.http.impl.cache.Variant
- getCacheMisses() - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
-
Reports the number of times that the cache contacted the origin server because it had no appropriate response cached.
- getCachePseudoHeaderAndRemove(HttpResponse, String) - Static method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
-
Get the string value for a single metadata pseudo-header, and remove it from the response object.
- getCachePseudoHeaderBooleanAndRemove(ClassicHttpResponse, String) - Static method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
-
Get the boolean value for a single metadata pseudo-header, and remove it from the response object.
- getCachePseudoHeaderDateAndRemove(HttpResponse, String) - Static method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
-
Get the date value for a single metadata pseudo-header, and remove it from the response object.
- getCacheResponseStatus() - Method in class org.apache.hc.client5.http.cache.HttpCacheContext
- getCacheUpdates() - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
-
Reports the number of times that the cache was able to satisfy a response by revalidating an existing but stale cache entry.
- getCap() - Method in class org.apache.hc.client5.http.impl.classic.AbstractBackoff
-
Returns the cap on the maximum number of connections per route as an AtomicInteger.
- getChallenge() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type2Message
-
Deprecated.Retrieve the challenge
- getChallengeType() - Method in class org.apache.hc.client5.http.auth.AuthChallenge
- getCharset() - Method in class org.apache.hc.client5.http.entity.mime.AbstractContentBody
- getCharset() - Method in class org.apache.hc.client5.http.entity.mime.ByteArrayBody
- getCharset() - Method in interface org.apache.hc.client5.http.entity.mime.ContentDescriptor
-
The body descriptors character set, defaulted appropriately for the MIME type.
- getCharset(int) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.Find the character set based on the flags.
- getClientChallenge() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.Calculate and return client challenge
- getClientChallenge2() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.Calculate and return second client challenge
- getCnonce() - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- getCode() - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- getConfig() - Method in class org.apache.hc.client5.http.async.methods.ConfigurableHttpRequest
- getConfig() - Method in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
- getConfig() - Method in interface org.apache.hc.client5.http.config.Configurable
-
Returns actual request configuration.
- getConfig() - Method in class org.apache.hc.client5.http.impl.classic.InternalHttpClient
- getConnection() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager.InternalConnectionEndpoint
- getConnection(HttpRoute, Object) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- getConnectionConfig() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- getConnectionInitiator() - Method in class org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase
- getConnectionKeepAlive() - Method in class org.apache.hc.client5.http.config.RequestConfig
- getConnectionRequestTimeout() - Method in class org.apache.hc.client5.http.config.RequestConfig
- getConnectTimeout() - Method in class org.apache.hc.client5.http.config.ConnectionConfig
- getConnectTimeout() - Method in class org.apache.hc.client5.http.config.RequestConfig
-
Deprecated.
- getConnPerRoute() - Method in class org.apache.hc.client5.http.impl.classic.AbstractBackoff
-
Returns the connection pool control for managing the maximum number of connections per route.
- getContent() - Method in class org.apache.hc.client5.http.cache.HttpCacheStorageEntry
- getContent() - Method in class org.apache.hc.client5.http.entity.DecompressingEntity
- getContent() - Method in class org.apache.hc.client5.http.entity.GzipCompressingEntity
- getContent() - Method in class org.apache.hc.client5.http.entity.mime.MultipartFormEntity
- getContent() - Method in class org.apache.hc.client5.http.impl.cache.CombinedEntity
- getContent() - Method in class org.apache.hc.client5.http.impl.classic.RequestEntityProxy
- getContent() - Method in class org.apache.hc.client5.http.impl.classic.ResponseEntityProxy
- getContent() - Method in class org.apache.hc.client5.testing.classic.RandomHandler.RandomEntity
-
Not supported.
- getContentBytes() - Method in exception class org.apache.hc.client5.http.HttpResponseException
- getContentEncoding() - Method in class org.apache.hc.client5.http.entity.DecompressingEntity
- getContentEncoding() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Gets the content encoding of the entity, may be null.
- getContentEncoding() - Method in class org.apache.hc.client5.http.entity.GzipCompressingEntity
- getContentEncoding() - Method in class org.apache.hc.client5.http.entity.mime.MultipartFormEntity
- getContentEncoding() - Method in class org.apache.hc.client5.http.impl.cache.CombinedEntity
- getContentEncoding() - Method in class org.apache.hc.client5.http.impl.classic.RequestEntityProxy
- getContentLength() - Method in class org.apache.hc.client5.http.entity.DecompressingEntity
- getContentLength() - Method in class org.apache.hc.client5.http.entity.GzipCompressingEntity
- getContentLength() - Method in class org.apache.hc.client5.http.entity.mime.ByteArrayBody
- getContentLength() - Method in interface org.apache.hc.client5.http.entity.mime.ContentDescriptor
-
Returns the body descriptors content-length.
- getContentLength() - Method in class org.apache.hc.client5.http.entity.mime.FileBody
- getContentLength() - Method in class org.apache.hc.client5.http.entity.mime.InputStreamBody
- getContentLength() - Method in class org.apache.hc.client5.http.entity.mime.MultipartFormEntity
- getContentLength() - Method in class org.apache.hc.client5.http.entity.mime.StringBody
- getContentLength() - Method in class org.apache.hc.client5.http.impl.cache.CombinedEntity
- getContentLength() - Method in class org.apache.hc.client5.http.impl.classic.RequestEntityProxy
- getContentLength() - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler.RandomBinAsyncEntityProducer
- getContentLength() - Method in class org.apache.hc.client5.testing.classic.RandomHandler.RandomEntity
-
Obtains the size of the random data.
- getContentLocationURI(URI, HttpResponse) - Static method in class org.apache.hc.client5.http.impl.cache.CacheInvalidatorBase
- getContentOrDefault(ContentType) - Method in class org.apache.hc.client5.http.entity.EntityBuilder
- getContentType() - Method in class org.apache.hc.client5.http.async.methods.SimpleBody
- getContentType() - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
- getContentType() - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
- getContentType() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Gets the
ContentType
of the entity, may be null. - getContentType() - Method in class org.apache.hc.client5.http.entity.mime.AbstractContentBody
- getContentType() - Method in class org.apache.hc.client5.http.entity.mime.MultipartFormEntity
- getContentType() - Method in exception class org.apache.hc.client5.http.HttpResponseException
- getContentType() - Method in class org.apache.hc.client5.http.impl.cache.CombinedEntity
- getContentType() - Method in class org.apache.hc.client5.http.impl.classic.RequestEntityProxy
- getCookieOrigin() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- getCookies() - Method in class org.apache.hc.client5.http.cookie.BasicCookieStore
-
Returns an immutable array of
cookies
that this HTTP state currently contains. - getCookies() - Method in interface org.apache.hc.client5.http.cookie.CookieStore
-
Returns all cookies contained in this store.
- getCookieSpec() - Method in class org.apache.hc.client5.http.config.RequestConfig
- getCookieSpec() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- getCookieSpecRegistry() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- getCookieStore() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- getCoolDown() - Method in class org.apache.hc.client5.http.impl.classic.AbstractBackoff
-
Returns the cool down period between backoff and probe operations as an AtomicReference of TimeValue.
- getCorrectedInitialAge(HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CacheValidityPolicy
- getCorrectedReceivedAge(HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CacheValidityPolicy
- getCount(T) - Method in class org.apache.hc.client5.http.schedule.ConcurrentCountMap
- getCreationDate() - Method in interface org.apache.hc.client5.http.cookie.Cookie
-
Deprecated.
- getCreationDate() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Deprecated.
- getCreationInstant() - Method in interface org.apache.hc.client5.http.cookie.Cookie
-
Returns creation time of the cookie.
- getCreationInstant() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- getCredentials(AuthScope, HttpContext) - Method in interface org.apache.hc.client5.http.auth.CredentialsProvider
-
Returns
credentials
for the given authentication scope, if available. - getCredentials(AuthScope, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.BasicCredentialsProvider
- getCredentials(AuthScope, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.FixedCredentialsProvider
- getCredentials(AuthScope, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.SingleCredentialsProvider
- getCredentials(AuthScope, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.SystemDefaultCredentialsProvider
- getCredentialsProvider() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- getCurrentAge(HttpCacheEntry, Instant) - Method in class org.apache.hc.client5.http.impl.cache.CacheValidityPolicy
- getCurrentAge(HttpCacheEntry, Instant) - Method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer.NoAgeCacheValidityPolicy
- getCurrentDate() - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- getCurrentTime() - Method in interface org.apache.hc.client5.http.impl.classic.Clock
-
Returns the current time, expressed as the number of milliseconds since the epoch.
- getCurrentTime() - Method in class org.apache.hc.client5.http.impl.classic.SystemClock
- getDate() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Gets the Date value of the "Date" header or null if the header is missing or cannot be parsed.
- getDecompressingStream() - Method in class org.apache.hc.client5.http.entity.DecompressingEntity
- getDefault() - Static method in class org.apache.hc.client5.http.psl.PublicSuffixMatcherLoader
- getDefault() - Static method in class org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy
- getDefaultDomain(CookieOrigin) - Static method in class org.apache.hc.client5.http.impl.cookie.CookieSpecBase
- getDefaultDomain(CookieOrigin) - Static method in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- getDefaultFlags() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type1Message
-
Deprecated.
- getDefaultHostnameVerifier() - Static method in class org.apache.hc.client5.http.ssl.HttpsSupport
- getDefaultMaxPerRoute() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- getDefaultMaxPerRoute() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- getDefaultPath(CookieOrigin) - Static method in class org.apache.hc.client5.http.impl.cookie.CookieSpecBase
- getDefaultPath(CookieOrigin) - Static method in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- getDefaultRegistry() - Static method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- getDefaultSocketConfig() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
Deprecated.
- getDigest() - Method in class org.apache.hc.client5.http.impl.auth.HttpEntityDigester
- getDomain() - Method in class org.apache.hc.client5.http.auth.NTCredentials
-
Deprecated.Retrieves the name to authenticate with.
- getDomain() - Method in class org.apache.hc.client5.http.auth.NTUserPrincipal
- getDomain() - Method in interface org.apache.hc.client5.http.cookie.Cookie
-
Returns domain attribute of the cookie.
- getDomain() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Returns domain attribute of the cookie.
- getDomainRoot(String) - Method in class org.apache.hc.client5.http.psl.PublicSuffixMatcher
-
Returns registrable part of the domain for the given domain name or
null
if given domain represents a public suffix. - getDomainRoot(String, DomainType) - Method in class org.apache.hc.client5.http.psl.PublicSuffixMatcher
-
Returns registrable part of the domain for the given domain name or
null
if given domain represents a public suffix. - getEncryptedRandomSessionKey() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
-
Deprecated.
- getEnded() - Method in class org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable
- getEndpointDetails() - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- getEndpointDetails() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- getEntity() - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- getEntries(Collection<String>) - Method in interface org.apache.hc.client5.http.cache.HttpCacheStorage
-
Retrieves multiple cache entries stored under the given keys.
- getEntries(Collection<String>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
- getEntries(Collection<String>) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCacheStorage
- getEntries(Collection<String>) - Method in class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
- getEntries(Collection<String>, FutureCallback<Map<String, HttpCacheEntry>>) - Method in interface org.apache.hc.client5.http.cache.HttpAsyncCacheStorage
-
Retrieves multiple cache entries stored under the given keys.
- getEntries(Collection<String>, FutureCallback<Map<String, HttpCacheEntry>>) - Method in class org.apache.hc.client5.http.cache.HttpAsyncCacheStorageAdaptor
- getEntries(Collection<String>, FutureCallback<Map<String, HttpCacheEntry>>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
- getEntry() - Method in class org.apache.hc.client5.http.impl.cache.Variant
- getEntry(String) - Method in interface org.apache.hc.client5.http.cache.HttpCacheStorage
-
Retrieves the cache entry stored under the given key or null if no entry exists under that key.
- getEntry(String) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
- getEntry(String) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCacheStorage
-
Gets an entry from the cache, if it exists
- getEntry(String) - Method in class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
- getEntry(String, FutureCallback<HttpCacheEntry>) - Method in interface org.apache.hc.client5.http.cache.HttpAsyncCacheStorage
-
Retrieves the cache entry stored under the given key or null if no entry exists under that key.
- getEntry(String, FutureCallback<HttpCacheEntry>) - Method in class org.apache.hc.client5.http.cache.HttpAsyncCacheStorageAdaptor
- getEntry(String, FutureCallback<HttpCacheEntry>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
- getEntry(HttpCacheStorage, String) - Method in class org.apache.hc.client5.http.impl.cache.DefaultCacheInvalidator
- getErrorForRequest(RequestProtocolError) - Method in class org.apache.hc.client5.http.impl.cache.CachedHttpResponseGenerator
-
Extract error information about the
HttpRequest
telling the 'caller' that a problem occurred. - getEventMask() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- getExceptions() - Method in class org.apache.hc.client5.http.psl.PublicSuffixList
- getExchangeId() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- getExpiryDate() - Method in interface org.apache.hc.client5.http.cookie.Cookie
-
Deprecated.
- getExpiryDate() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Deprecated.
- getExpiryInstant() - Method in interface org.apache.hc.client5.http.cookie.Cookie
-
Returns the expiration
Instant
of the cookie, ornull
if none exists. - getExpiryInstant() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Returns the expiration
Instant
of the cookie, ornull
if none exists. - getExportedSessionKey() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
-
Deprecated.
- getFailedConnectionAverageDuration() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- getFailedConnectionCount() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- getFailedConnections() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- getFatallyNonCompliantResponse(HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- getField(String) - Method in class org.apache.hc.client5.http.entity.mime.Header
- getFields() - Method in class org.apache.hc.client5.http.entity.mime.Header
- getFields(String) - Method in class org.apache.hc.client5.http.entity.mime.Header
- getFile() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Gets the entity content as a
File
if set usingEntityBuilder.setFile(java.io.File)
. - getFile() - Method in class org.apache.hc.client5.http.entity.mime.FileBody
- getFile() - Method in class org.apache.hc.client5.http.impl.cache.FileResource
- getFilename() - Method in class org.apache.hc.client5.http.entity.mime.ByteArrayBody
- getFilename() - Method in interface org.apache.hc.client5.http.entity.mime.ContentBody
- getFilename() - Method in class org.apache.hc.client5.http.entity.mime.FileBody
- getFilename() - Method in class org.apache.hc.client5.http.entity.mime.InputStreamBody
- getFilename() - Method in class org.apache.hc.client5.http.entity.mime.StringBody
- getFirstHeader(String) - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Returns the first header from the origin response with the given name.
- getFirstHeader(String) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- getFlags() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type2Message
-
Deprecated.Retrieve the response flags
- getForUpdateCAS(String) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
- getForUpdateCAS(String, FutureCallback<CAS>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
- getFreshnessLifetime(HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CacheValidityPolicy
- getFullHeaderValue(Header[]) - Method in class org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
- getGSSCredential() - Method in class org.apache.hc.client5.http.auth.KerberosCredentials
-
Deprecated.
- getHandler() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- getHandshakeTimeout() - Method in class org.apache.hc.client5.http.config.TlsConfig
- getHeader() - Method in class org.apache.hc.client5.http.entity.mime.MultipartPart
- getHeader(String) - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
- getHeader(String) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- getHeaders() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Returns all the headers that were on the origin response.
- getHeaders() - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- getHeaders(String) - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Gets all the headers with the given name that were on the origin response.
- getHeaders(String) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- getHeuristicCoefficient() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Returns lifetime coefficient used in heuristic freshness caching.
- getHeuristicDefaultLifetime() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Get the default lifetime to be used if heuristic freshness calculation is not possible.
- getHeuristicFreshnessLifetime(HttpCacheEntry, float, TimeValue) - Method in class org.apache.hc.client5.http.impl.cache.CacheValidityPolicy
- getHopCount() - Method in class org.apache.hc.client5.http.HttpRoute
- getHopCount() - Method in interface org.apache.hc.client5.http.RouteInfo
-
Obtains the number of hops in this route.
- getHopCount() - Method in class org.apache.hc.client5.http.RouteTracker
- getHopTarget(int) - Method in class org.apache.hc.client5.http.HttpRoute
- getHopTarget(int) - Method in interface org.apache.hc.client5.http.RouteInfo
-
Obtains the target of a hop in this route.
- getHopTarget(int) - Method in class org.apache.hc.client5.http.RouteTracker
- getHost() - Method in class org.apache.hc.client5.http.auth.AuthScope
- getHost() - Method in exception class org.apache.hc.client5.http.ConnectTimeoutException
- getHost() - Method in class org.apache.hc.client5.http.cookie.CookieOrigin
- getHost() - Method in exception class org.apache.hc.client5.http.HttpHostConnectException
- getHttpRoute() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- getHttpVersionPolicy() - Method in class org.apache.hc.client5.http.config.TlsConfig
- getId() - Method in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime.Endpoint
- getId() - Method in class org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler
- getId() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- getId() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- getId() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.InternalConnectionEndpoint
- getId() - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- getId() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager.InternalConnectionEndpoint
- getId(Object) - Static method in class org.apache.hc.client5.http.impl.ConnPoolSupport
- getInitialExpiry() - Method in class org.apache.hc.client5.http.impl.schedule.ExponentialBackOffSchedulingStrategy
- getInputStream() - Method in class org.apache.hc.client5.http.cache.Resource
-
Returns resource content as an
InputStream
. - getInputStream() - Method in class org.apache.hc.client5.http.entity.mime.FileBody
- getInputStream() - Method in class org.apache.hc.client5.http.entity.mime.InputStreamBody
- getInputStream() - Method in class org.apache.hc.client5.http.impl.cache.FileResource
- getInputStream(Socket) - Method in class org.apache.hc.client5.http.impl.io.LoggingSocketHolder
- getInstance() - Static method in class org.apache.hc.client5.http.entity.BrotliInputStreamFactory
- getInstance() - Static method in class org.apache.hc.client5.http.entity.DeflateInputStreamFactory
-
Gets the singleton instance.
- getInstance() - Static method in class org.apache.hc.client5.http.entity.GZIPInputStreamFactory
-
Gets the singleton instance.
- getInstant() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
- getKeepAliveDuration(HttpResponse, HttpContext) - Method in interface org.apache.hc.client5.http.ConnectionKeepAliveStrategy
-
Returns the duration of time which this connection can be safely kept idle.
- getKeepAliveDuration(HttpResponse, HttpContext) - Method in class org.apache.hc.client5.http.impl.DefaultConnectionKeepAliveStrategy
- getKey() - Method in class org.apache.hc.client5.http.cache.HttpCacheStorageEntry
- getLanManagerSessionKey() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.Get LAN Manager session key
- getLastEventTime() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- getLastHeader(String) - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
- getLastHeader(String) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- getLastReadTime() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- getLastRouteBackoffs() - Method in class org.apache.hc.client5.http.impl.classic.AbstractBackoff
-
Returns the map containing the last backoff times for each HttpRoute.
- getLastRouteProbes() - Method in class org.apache.hc.client5.http.impl.classic.AbstractBackoff
-
Returns the map containing the last probe times for each HttpRoute.
- getLastUpdate(Map<HttpRoute, Long>, HttpRoute) - Method in class org.apache.hc.client5.http.impl.classic.AbstractBackoff
-
Retrieves the last update timestamp for the specified route from the provided updates map.
- getLastWriteTime() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- getLayerType() - Method in class org.apache.hc.client5.http.HttpRoute
- getLayerType() - Method in interface org.apache.hc.client5.http.RouteInfo
-
Obtains the layering type of this route.
- getLayerType() - Method in class org.apache.hc.client5.http.RouteTracker
- getLM2SessionResponse() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.Calculate and return LM2 session response
- getLMHash() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.Calculate and return the LMHash
- getLMResponse() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.Calculate and return the LMResponse
- getLMUserSessionKey() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.Get LMUserSessionKey
- getLMv2Hash() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.Calculate the LMv2 hash
- getLMv2Response() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.Calculate the LMv2Response
- getLocalAddress() - Method in class org.apache.hc.client5.http.HttpRoute
- getLocalAddress() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- getLocalAddress() - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- getLocalAddress() - Method in interface org.apache.hc.client5.http.RouteInfo
-
Obtains the local address to connect from.
- getLocalAddress() - Method in class org.apache.hc.client5.http.RouteTracker
- getLocalAddress() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- getLocale() - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- getLocalSocketAddress() - Method in class org.apache.hc.client5.http.HttpRoute
- getLocationURI(URI, HttpResponse) - Static method in class org.apache.hc.client5.http.impl.cache.CacheInvalidatorBase
- getLocationURI(URI, HttpResponse, String) - Static method in class org.apache.hc.client5.http.impl.cache.CacheInvalidatorBase
- getLocationURI(HttpRequest, HttpResponse, HttpContext) - Method in class org.apache.hc.client5.http.impl.DefaultRedirectStrategy
- getLocationURI(HttpRequest, HttpResponse, HttpContext) - Method in interface org.apache.hc.client5.http.protocol.RedirectStrategy
- getLock() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- getLookup(String) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- getManager() - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-
Deprecated.
- getMaxAge(HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CacheValidityPolicy
- getMaxCacheEntries() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Returns the maximum number of cache entries the cache will retain.
- getMaxExpiry() - Method in class org.apache.hc.client5.http.impl.schedule.ExponentialBackOffSchedulingStrategy
- getMaxObjectSize() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Returns the current maximum response body size that will be cached.
- getMaxPerRoute(HttpRoute) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- getMaxPerRoute(HttpRoute) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- getMaxRedirects() - Method in class org.apache.hc.client5.http.config.RequestConfig
- getMaxStale(HttpRequest) - Method in class org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker
- getMaxTotal() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- getMaxTotal() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- getMaxUpdateRetries() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Returns the number of times to retry a cache processChallenge on failure
- getMD5() - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- getMediaType() - Method in class org.apache.hc.client5.http.entity.mime.AbstractContentBody
- getMediaType() - Method in interface org.apache.hc.client5.http.entity.mime.ContentDescriptor
-
Gets the defaulted MIME media type for this content.
- getMessageLength() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Deprecated.Get the message length
- getMethod() - Method in class org.apache.hc.client5.http.classic.methods.HttpOptions
- getMimeType() - Method in class org.apache.hc.client5.http.entity.mime.AbstractContentBody
- getMimeType() - Method in interface org.apache.hc.client5.http.entity.mime.ContentDescriptor
-
Returns the body descriptors MIME type.
- getMultipart() - Method in class org.apache.hc.client5.http.entity.mime.MultipartFormEntity
- getName() - Method in interface org.apache.hc.client5.http.auth.AuthScheme
-
Returns textual designation of the given authentication scheme.
- getName() - Method in class org.apache.hc.client5.http.auth.BasicUserPrincipal
- getName() - Method in class org.apache.hc.client5.http.auth.NTUserPrincipal
- getName() - Method in interface org.apache.hc.client5.http.cookie.Cookie
-
Returns the name.
- getName() - Method in class org.apache.hc.client5.http.entity.mime.FormBodyPart
- getName() - Method in class org.apache.hc.client5.http.entity.mime.MimeField
- getName() - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
- getName() - Method in class org.apache.hc.client5.http.impl.auth.BearerScheme
- getName() - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- getName() - Method in class org.apache.hc.client5.http.impl.auth.KerberosScheme
-
Deprecated.
- getName() - Method in class org.apache.hc.client5.http.impl.auth.NTLMScheme
-
Deprecated.
- getName() - Method in class org.apache.hc.client5.http.impl.auth.SPNegoScheme
-
Deprecated.
- getName() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Returns the name.
- getNetbiosDomain() - Method in class org.apache.hc.client5.http.auth.NTCredentials
-
Deprecated.Retrieves the netbios domain to authenticate with.
- getNextExchangeId() - Static method in class org.apache.hc.client5.http.impl.ExecSupport
- getNextExecNumber() - Static method in class org.apache.hc.client5.http.impl.ExecSupport
- getNextId() - Method in class org.apache.hc.client5.http.impl.PrefixedIncrementingId
- getNextNumber() - Method in class org.apache.hc.client5.http.impl.PrefixedIncrementingId
- getNonce() - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- getNounceCount() - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- getNTLM2SessionResponse() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.Get NTLM2SessionResponse
- getNTLM2SessionResponseUserSessionKey() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.Get NTLM2SessionResponseUserSessionKey
- getNTLMHash() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.Calculate and return the NTLMHash
- getNTLMResponse() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.Calculate and return the NTLMResponse
- getNTLMUserSessionKey() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.Get NTLMUserSessionKey
- getNTLMv2Blob() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.Calculate the NTLMv2Blob
- getNTLMv2Hash() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.Calculate the NTLMv2 hash
- getNTLMv2Response() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.Calculate the NTLMv2Response
- getNTLMv2UserSessionKey() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.GetNTLMv2UserSessionKey
- getNullTerminatedAsciiString(String) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- getOptionalCachePseudoHeaderAndRemove(HttpResponse, String) - Static method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
-
Get the string value for a single metadata pseudo-header if it exists, and remove it from the response object.
- getOriginal() - Method in class org.apache.hc.client5.http.impl.classic.RequestEntityProxy
- getOutput() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.HMACMD5
-
Deprecated.Grab the current digest.
- getOutput() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.MD4
-
Deprecated.
- getOutputStream(Socket) - Method in class org.apache.hc.client5.http.impl.io.LoggingSocketHolder
- getParameters() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Gets entity content as a parameter list if set using
EntityBuilder.setParameters(java.util.List)
orEntityBuilder.setParameters(NameValuePair...)
. - getParameters() - Method in class org.apache.hc.client5.http.entity.mime.MimeField
- getParams() - Method in class org.apache.hc.client5.http.auth.AuthChallenge
- getParams() - Method in class org.apache.hc.client5.testing.auth.AuthResult
- getParts() - Method in class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
- getParts() - Method in class org.apache.hc.client5.http.entity.mime.HttpRFC6532Multipart
- getParts() - Method in class org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart
- getParts() - Method in class org.apache.hc.client5.http.entity.mime.HttpStrictMultipart
- getParts() - Method in class org.apache.hc.client5.http.entity.mime.LegacyMultipart
- getPassword() - Method in class org.apache.hc.client5.http.auth.BearerToken
-
Deprecated.Do not use.
- getPassword() - Method in interface org.apache.hc.client5.http.auth.Credentials
-
Deprecated.Use specific credentials class that represent a username / password set of a security token.
- getPassword() - Method in class org.apache.hc.client5.http.auth.KerberosCredentials
-
Deprecated.
- getPassword() - Method in class org.apache.hc.client5.http.auth.NTCredentials
-
Deprecated.
- getPassword() - Method in class org.apache.hc.client5.http.auth.UsernamePasswordCredentials
-
Deprecated.
- getPath() - Method in interface org.apache.hc.client5.http.cookie.Cookie
-
Returns the path attribute of the cookie.
- getPath() - Method in class org.apache.hc.client5.http.cookie.CookieOrigin
- getPath() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Returns the path attribute of the cookie
- getPathLength(Cookie) - Method in class org.apache.hc.client5.http.cookie.CookiePriorityComparator
- getPathPrefix() - Method in class org.apache.hc.client5.http.auth.AuthExchange
- getPatternMatcher(String) - Method in class org.apache.hc.client5.http.impl.async.AsyncPushConsumerRegistry
- getPoolEntry() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.InternalConnectionEndpoint
- getPoolEntry() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager.InternalConnectionEndpoint
- getPort() - Method in class org.apache.hc.client5.http.auth.AuthScope
- getPort() - Method in class org.apache.hc.client5.http.cookie.CookieOrigin
- getPreambleLength() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Deprecated.Get the length of the signature and flags, so calculations can adjust offsets accordingly.
- getPrincipal() - Method in interface org.apache.hc.client5.http.auth.AuthScheme
-
Returns
Principal
whose credentials are used to generate an authentication response. - getPrincipal() - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
- getPrincipal() - Method in class org.apache.hc.client5.http.impl.auth.BearerScheme
- getPrincipal() - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- getPrincipal() - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-
Deprecated.
- getPrincipal() - Method in class org.apache.hc.client5.http.impl.auth.NTLMScheme
-
Deprecated.
- getProperty(String) - Static method in class org.apache.hc.client5.http.ssl.HttpsSupport
- getProperty(String, String) - Static method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- getProperty(String, String) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- getProtocol() - Method in class org.apache.hc.client5.http.auth.AuthScope
- getProtocolVersion() - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- getProtocolVersion() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- getProxy() - Method in class org.apache.hc.client5.http.config.RequestConfig
-
Deprecated.Use
DefaultProxyRoutePlanner
or a customHttpRoutePlanner
. - getProxyCredentials(String, AuthScope) - Static method in class org.apache.hc.client5.http.impl.auth.SystemDefaultCredentialsProvider
- getProxyHost() - Method in class org.apache.hc.client5.http.HttpRoute
- getProxyHost() - Method in interface org.apache.hc.client5.http.RouteInfo
-
Obtains the first proxy host.
- getProxyHost() - Method in class org.apache.hc.client5.http.RouteTracker
- getProxyPreferredAuthSchemes() - Method in class org.apache.hc.client5.http.config.RequestConfig
- getReader() - Method in class org.apache.hc.client5.http.entity.mime.StringBody
- getRealm() - Method in interface org.apache.hc.client5.http.auth.AuthScheme
-
Returns authentication realm.
- getRealm() - Method in class org.apache.hc.client5.http.auth.AuthScope
- getRealm() - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
- getRealm() - Method in class org.apache.hc.client5.http.impl.auth.BearerScheme
- getRealm() - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- getRealm() - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-
Deprecated.
- getRealm() - Method in class org.apache.hc.client5.http.impl.auth.NTLMScheme
-
Deprecated.
- getRealm(URIAuthority, String) - Method in interface org.apache.hc.client5.testing.auth.Authenticator
- getReasonPhrase() - Method in exception class org.apache.hc.client5.http.HttpResponseException
- getReasonPhrase() - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- getRedirectLocations() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- getRemoteAddress() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- getRemoteAddress() - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- getRemoteAddress() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- getRequest() - Method in class org.apache.hc.client5.http.fluent.Request
- getRequestAverageDuration() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- getRequestConfig() - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- getRequestConfig() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- getRequestCount() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- getRequestDate() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Deprecated.
- getRequestDelegCreds() - Method in class org.apache.hc.client5.http.auth.KerberosConfig
-
Deprecated.
- getRequestInstant() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Returns the time the associated origin request was initiated by the caching module.
- getRequestMethod() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Returns the HTTP request method that was used to create the cached response entry.
- getRequests() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- getRequestUri(HttpRequest, HttpHost) - Static method in class org.apache.hc.client5.http.impl.cache.HttpCacheSupport
-
Returns text representation of the request URI of the given
HttpRequest
. - getResidentTime(HttpCacheEntry, Instant) - Method in class org.apache.hc.client5.http.impl.cache.CacheValidityPolicy
- getResource() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Returns the
Resource
containing the origin response body. - getResource() - Method in class org.apache.hc.client5.http.impl.cache.ResourceReference
- getResponse() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Deprecated.Returns the response that has been generated after shrinking the array if required and base64 encodes the response.
- getResponseDate() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Deprecated.
- getResponseDelay(HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CacheValidityPolicy
- getResponseFor(String, String, char[], String, String) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.Returns the response for the given message.
- getResponseFor(String, String, char[], String, String, Certificate) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.Returns the response for the given message.
- getResponseInstant() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Returns the time the origin response was received by the caching module.
- getResponseMessage() - Method in exception class org.apache.hc.client5.http.impl.TunnelRefusedException
- getResponseTimeout() - Method in class org.apache.hc.client5.http.config.RequestConfig
- getRetryInterval(HttpRequest, IOException, int, HttpContext) - Method in interface org.apache.hc.client5.http.HttpRequestRetryStrategy
-
Determines the retry interval between subsequent retries.
- getRetryInterval(HttpResponse, int, HttpContext) - Method in interface org.apache.hc.client5.http.HttpRequestRetryStrategy
-
Determines the retry interval between subsequent retries.
- getRetryInterval(HttpResponse, int, HttpContext) - Method in class org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy
- getRoute() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- getRoute() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager.InternalConnectionEndpoint
- getRoutes() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- getRoutes() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- getRules() - Method in class org.apache.hc.client5.http.psl.PublicSuffixList
- getScheduled() - Method in class org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable
- getScheduledConnectionCount() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- getScheduledConnections() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- getScheduledIdentifiers() - Method in class org.apache.hc.client5.http.impl.cache.CacheRevalidatorBase
- getSchemeName() - Method in class org.apache.hc.client5.http.auth.AuthChallenge
- getSchemeName() - Method in class org.apache.hc.client5.http.auth.AuthScope
- getSchemeName() - Method in class org.apache.hc.client5.testing.auth.AbstractAuthenticationHandler
- getSchemeName() - Method in class org.apache.hc.client5.testing.auth.BasicAuthenticationHandler
- getSchemeName() - Method in class org.apache.hc.client5.testing.auth.BearerAuthenticationHandler
- getSealingKey() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
-
Deprecated.
- getSecondaryKey() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.Calculate and return random secondary key
- getSerializable() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Gets entity content as a
Serializable
if set usingEntityBuilder.setSerializable(java.io.Serializable)
method. - getSession(HttpHost, Timeout, FutureCallback<IOSession>) - Method in class org.apache.hc.client5.http.impl.async.InternalH2ConnPool
- getSigningKey() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
-
Deprecated.
- getSocket() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- getSocket() - Method in interface org.apache.hc.client5.http.io.ManagedHttpClientConnection
-
Returns the underlying socket.
- getSocketConfig() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- getSocketFactory() - Static method in class org.apache.hc.client5.http.socket.PlainConnectionSocketFactory
- getSocketFactory() - Static method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
Obtains default SSL socket factory with an SSL context based on the standard JSSE trust material (
cacerts
file in the security properties directory). - getSocketFactoryRegistry(HttpContext) - Method in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
- getSocketHolder() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- getSocketTimeout() - Method in class org.apache.hc.client5.http.config.ConnectionConfig
- getSocketTimeout() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- getSocketTimeout() - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- getSocketTimeout() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- getSSLSession() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- getSSLSession() - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- getSSLSession() - Method in interface org.apache.hc.client5.http.io.ManagedHttpClientConnection
-
Obtains the SSL session of the underlying connection, if any.
- getStaleness(HttpCacheEntry, Instant) - Method in class org.apache.hc.client5.http.impl.cache.CacheValidityPolicy
- getStarted() - Method in class org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable
- getState() - Method in class org.apache.hc.client5.http.auth.AuthExchange
- getState() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- getStats(HttpRoute) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- getStats(HttpRoute) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- getStatus() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Returns the status from the origin
HttpResponse
. - getStatus() - Method in class org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase
- getStatus() - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
- getStatus() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- getStatusCode() - Method in exception class org.apache.hc.client5.http.HttpResponseException
- getStorageObject(CAS) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
- getStorageObject(CAS) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
- getStream() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Gets entity content as an
InputStream
if set usingEntityBuilder.setStream(java.io.InputStream)
method. - getStringBuilder() - Static method in class org.apache.hc.client5.http.impl.Wire
-
Returns a
StringBuilder
that this Layout implementation can use to write the formatted log event to. - getStripPort() - Method in class org.apache.hc.client5.http.auth.KerberosConfig
-
Deprecated.
- getSubjectAltNames(X509Certificate) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- getSubjectAltNames(X509Certificate, int) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- getSubType() - Method in class org.apache.hc.client5.http.entity.mime.AbstractContentBody
- getSubType() - Method in interface org.apache.hc.client5.http.entity.mime.ContentDescriptor
-
Gets the defaulted MIME sub type for this content.
- getSuccessfulConnectionAverageDuration() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- getSuccessfulConnectionCount() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- getSuccessfulConnections() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- getSupportedCipherSuites() - Method in class org.apache.hc.client5.http.config.TlsConfig
- getSupportedProtocols() - Method in class org.apache.hc.client5.http.config.TlsConfig
- getSystemCipherSuits() - Static method in class org.apache.hc.client5.http.ssl.HttpsSupport
- getSystemCreds(String, AuthScope, Authenticator.RequestorType, HttpClientContext) - Static method in class org.apache.hc.client5.http.impl.auth.SystemDefaultCredentialsProvider
- getSystemDefault() - Static method in class org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy
- getSystemProtocols() - Static method in class org.apache.hc.client5.http.ssl.HttpsSupport
- getSystemSocketFactory() - Static method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
Obtains default SSL socket factory with an SSL context based on system properties as described in Java™ Secure Socket Extension (JSSE) Reference Guide.
- getTarget() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type2Message
-
Deprecated.Retrieve the target
- getTargetHost() - Method in class org.apache.hc.client5.http.HttpRoute
- getTargetHost() - Method in interface org.apache.hc.client5.http.RouteInfo
-
Obtains the target host.
- getTargetHost() - Method in class org.apache.hc.client5.http.RouteTracker
- getTargetInfo() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type2Message
-
Deprecated.Retrieve the target info
- getTargetPreferredAuthSchemes() - Method in class org.apache.hc.client5.http.config.RequestConfig
- getTaskAverageDuration() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- getTaskCount() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- getTasks() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- getText() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Gets the entity content as a string if set using
EntityBuilder.setText(String)
. - getTimeInterval() - Method in class org.apache.hc.client5.http.impl.classic.AbstractBackoff
-
Returns the time interval between backoff and probe operations as an AtomicInteger.
- getTimestamp() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.Calculate a timestamp
- getTimeToLive() - Method in class org.apache.hc.client5.http.config.ConnectionConfig
- getTlsConfig() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- getTlsDetails() - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- getToken() - Method in class org.apache.hc.client5.http.auth.BearerToken
- getTotalLength() - Method in class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
-
Determines the total length of the multipart content (content length of individual parts plus that of extra elements required to delimit the parts from one another).
- getTotalStats() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- getTotalStats() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- getTrailerNames() - Method in class org.apache.hc.client5.http.entity.mime.MultipartFormEntity
- getTrailerNames() - Method in class org.apache.hc.client5.http.impl.cache.CombinedEntity
- getTrailerNames() - Method in class org.apache.hc.client5.http.impl.classic.RequestEntityProxy
- getTrailers() - Method in class org.apache.hc.client5.http.entity.mime.MultipartFormEntity
- getTrailers() - Method in class org.apache.hc.client5.http.impl.cache.CombinedEntity
- getTrailers() - Method in class org.apache.hc.client5.http.impl.classic.RequestEntityProxy
- getTrailers() - Method in class org.apache.hc.client5.http.impl.classic.ResponseEntityProxy
- getTunnelType() - Method in class org.apache.hc.client5.http.HttpRoute
- getTunnelType() - Method in interface org.apache.hc.client5.http.RouteInfo
-
Obtains the tunnel type of this route.
- getTunnelType() - Method in class org.apache.hc.client5.http.RouteTracker
- getType() - Method in class org.apache.hc.client5.http.fluent.Content
- getType() - Method in class org.apache.hc.client5.http.psl.PublicSuffixList
- getType() - Method in class org.apache.hc.client5.http.ssl.SubjectName
- getType1Message(String, String) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.Creates the first message (type 1 message) in the NTLM authentication sequence.
- getType3Message(String, char[], String, String, byte[], int, String, byte[]) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.Creates the type 3 message using the given server nonce.
- getType3Message(String, char[], String, String, byte[], int, String, byte[], Certificate, byte[], byte[]) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.Creates the type 3 message using the given server nonce.
- getUseCanonicalHostname() - Method in class org.apache.hc.client5.http.auth.KerberosConfig
-
Deprecated.
- getUsername() - Method in class org.apache.hc.client5.http.auth.NTUserPrincipal
- getUserName() - Method in class org.apache.hc.client5.http.auth.NTCredentials
-
Deprecated.
- getUserName() - Method in class org.apache.hc.client5.http.auth.UsernamePasswordCredentials
- getUserPassword() - Method in class org.apache.hc.client5.http.auth.UsernamePasswordCredentials
- getUserPrincipal() - Method in class org.apache.hc.client5.http.auth.BearerToken
- getUserPrincipal() - Method in interface org.apache.hc.client5.http.auth.Credentials
- getUserPrincipal() - Method in class org.apache.hc.client5.http.auth.KerberosCredentials
-
Deprecated.
- getUserPrincipal() - Method in class org.apache.hc.client5.http.auth.NTCredentials
-
Deprecated.
- getUserPrincipal() - Method in class org.apache.hc.client5.http.auth.UsernamePasswordCredentials
- getUserToken() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- getUserToken(Class<T>) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- getUserToken(HttpRoute, HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.DefaultUserTokenHandler
- getUserToken(HttpRoute, HttpRequest, HttpContext) - Method in interface org.apache.hc.client5.http.UserTokenHandler
-
The token object returned by this method is expected to uniquely identify the current user if the context is user specific or to be
null
if it is not. - getUserToken(HttpRoute, HttpContext) - Method in class org.apache.hc.client5.http.impl.DefaultUserTokenHandler
- getUserToken(HttpRoute, HttpContext) - Method in class org.apache.hc.client5.http.impl.NoopUserTokenHandler
- getUserToken(HttpRoute, HttpContext) - Method in interface org.apache.hc.client5.http.UserTokenHandler
-
The token object returned by this method is expected to uniquely identify the current user if the context is user specific or to be
null
if it is not. - getValidateAfterInactivity() - Method in class org.apache.hc.client5.http.config.ConnectionConfig
- getValidateAfterInactivity() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
-
Deprecated.
- getValidateAfterInactivity() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- getValidateAfterInactivity() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-
Deprecated.
- getValidatedConnection() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager.InternalConnectionEndpoint
- getValidatedPoolEntry() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.InternalConnectionEndpoint
- getValidatedPoolEntry() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager.InternalConnectionEndpoint
- getValue() - Method in class org.apache.hc.client5.http.auth.AuthChallenge
- getValue() - Method in interface org.apache.hc.client5.http.cookie.Cookie
-
Returns the value.
- getValue() - Method in class org.apache.hc.client5.http.entity.mime.MimeField
- getValue() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Returns the value.
- getValue() - Method in class org.apache.hc.client5.http.ssl.SubjectName
- getVariantCacheEntriesWithEtags(HttpHost, HttpRequest) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- getVariantCacheEntriesWithEtags(HttpHost, HttpRequest) - Method in interface org.apache.hc.client5.http.impl.cache.HttpCache
-
Retrieve all variants from the cache, if there are no variants then an empty
Map
is returned - getVariantCacheEntriesWithEtags(HttpHost, HttpRequest, FutureCallback<Map<String, Variant>>) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- getVariantCacheEntriesWithEtags(HttpHost, HttpRequest, FutureCallback<Map<String, Variant>>) - Method in interface org.apache.hc.client5.http.impl.cache.HttpAsyncCache
-
Retrieve all variants from the cache, if there are no variants then an empty
- getVariantMap() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Returns an index about where in the cache different variants for a given resource are stored.
- getVariantMapPseudoHeadersAndRemove(HttpResponse) - Static method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
-
Get the variant map metadata pseudo-header, and remove it from the response object.
- getVersion() - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- getWarnAgent() - Method in class org.apache.hc.client5.http.impl.cache.WarningValue
-
Returns the "warn-agent" string associated with this warning, which is either the name or pseudonym of the server that added this particular Warning header.
- getWarnCode() - Method in class org.apache.hc.client5.http.impl.cache.WarningValue
-
Returns the 3-digit code associated with this warning.
- getWarnDate() - Method in class org.apache.hc.client5.http.impl.cache.WarningValue
-
Returns the date and time when this warning was added, or
null
if a warning date was not supplied in the header. - getWarningValues(Header) - Static method in class org.apache.hc.client5.http.impl.cache.WarningValue
-
Returns an array of the parsable warning values contained in the given header value, which is assumed to be a Warning header.
- getWarnText() - Method in class org.apache.hc.client5.http.impl.cache.WarningValue
-
Returns the human-readable warning text for this warning.
- getWorkstation() - Method in class org.apache.hc.client5.http.auth.NTCredentials
-
Deprecated.Retrieves the netbios workstation name of the computer originating the request.
- getWorkstationName() - Static method in class org.apache.hc.client5.http.auth.NTCredentials
-
Deprecated.Retrieves the workstation name of the computer originating the request.
- GGSSchemeBase - Class in org.apache.hc.client5.http.impl.auth
-
Deprecated.Do not use. The GGS based experimental authentication schemes are no longer supported. Consider using Basic or Bearer authentication with TLS instead.
- GGSSchemeBase() - Constructor for class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-
Deprecated.
- GGSSchemeBase(KerberosConfig) - Constructor for class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-
Deprecated.
- GGSSchemeBase(KerberosConfig, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-
Deprecated.
- GGSSchemeBase.State - Enum in org.apache.hc.client5.http.impl.auth
-
Deprecated.
- GMT - Static variable in class org.apache.hc.client5.http.utils.DateUtils
-
Deprecated.This attribute is no longer supported as a part of the public API.
- GMT_ID - Static variable in class org.apache.hc.client5.http.utils.DateUtils
- gssCredential - Variable in class org.apache.hc.client5.http.auth.KerberosCredentials
-
Deprecated.GSSCredential
- gssCredential - Variable in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-
Deprecated.
- GZIP_CODEC - Static variable in class org.apache.hc.client5.http.entity.GzipCompressingEntity
- gzipCompressed - Variable in class org.apache.hc.client5.http.entity.EntityBuilder
- gzipCompressed() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Sets entities to be GZIP compressed.
- GzipCompressingEntity - Class in org.apache.hc.client5.http.entity
-
Wrapping entity that compresses content when
writing
. - GzipCompressingEntity(HttpEntity) - Constructor for class org.apache.hc.client5.http.entity.GzipCompressingEntity
- GzipDecompressingEntity - Class in org.apache.hc.client5.http.entity
-
HttpEntityWrapper
for handling gzip Content Coded responses. - GzipDecompressingEntity(HttpEntity) - Constructor for class org.apache.hc.client5.http.entity.GzipDecompressingEntity
-
Creates a new
GzipDecompressingEntity
which will wrap the specifiedHttpEntity
. - GZIPInputStreamFactory - Class in org.apache.hc.client5.http.entity
-
InputStreamFactory
for handling GZIPContent Coded responses. - GZIPInputStreamFactory() - Constructor for class org.apache.hc.client5.http.entity.GZIPInputStreamFactory
H
- H(int, int, int) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- h1Config - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- h1Config - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter
- h1Config - Variable in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
- H2AsyncClientBuilder - Class in org.apache.hc.client5.http.impl.async
-
Builder for HTTP/2 only
CloseableHttpAsyncClient
instances. - H2AsyncClientBuilder() - Constructor for class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- H2AsyncClientBuilder.ExecInterceptorEntry - Class in org.apache.hc.client5.http.impl.async
- H2AsyncClientBuilder.ExecInterceptorEntry.Position - Enum in org.apache.hc.client5.http.impl.async
- H2AsyncClientBuilder.IdleConnectionEvictor - Class in org.apache.hc.client5.http.impl.async
- H2AsyncClientBuilder.RequestInterceptorEntry - Class in org.apache.hc.client5.http.impl.async
- H2AsyncClientBuilder.RequestInterceptorEntry.Position - Enum in org.apache.hc.client5.http.impl.async
- H2AsyncClientBuilder.ResponseInterceptorEntry - Class in org.apache.hc.client5.http.impl.async
- H2AsyncClientBuilder.ResponseInterceptorEntry.Position - Enum in org.apache.hc.client5.http.impl.async
- H2AsyncClientProtocolStarter - Class in org.apache.hc.client5.http.impl.async
- H2AsyncClientProtocolStarter(HttpProcessor, HandlerFactory<AsyncPushConsumer>, H2Config, CharCodingConfig) - Constructor for class org.apache.hc.client5.http.impl.async.H2AsyncClientProtocolStarter
- H2AsyncMainClientExec - Class in org.apache.hc.client5.http.impl.async
-
Usually the last HTTP/2 request execution handler in the asynchronous request execution chain that is responsible for execution of request / response exchanges with the opposite endpoint.
- H2AsyncMainClientExec(HttpProcessor) - Constructor for class org.apache.hc.client5.http.impl.async.H2AsyncMainClientExec
- h2Config - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- h2Config - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientProtocolStarter
- h2Config - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- h2Config - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter
- handle(SimpleHttpRequest, AsyncServerRequestHandler.ResponseTrigger, HttpContext) - Method in class org.apache.hc.client5.testing.async.AbstractSimpleServerExchangeHandler
- handle(SimpleHttpRequest, HttpCoreContext) - Method in class org.apache.hc.client5.testing.async.AbstractSimpleServerExchangeHandler
- handle(ClassicHttpRequest, ClassicHttpResponse, HttpContext) - Method in class org.apache.hc.client5.testing.classic.EchoHandler
-
Handles a request by echoing the incoming request entity.
- handle(ClassicHttpRequest, ClassicHttpResponse, HttpContext) - Method in class org.apache.hc.client5.testing.classic.RandomHandler
-
Handles a request by generating random data.
- handle(ClassicHttpRequest, HttpServerRequestHandler.ResponseTrigger, HttpContext) - Method in class org.apache.hc.client5.testing.classic.AuthenticatingDecorator
- handle(ClassicHttpRequest, HttpServerRequestHandler.ResponseTrigger, HttpContext) - Method in class org.apache.hc.client5.testing.classic.RedirectingDecorator
- Handle(byte[], NTLMEngineImpl.Mode, boolean) - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
-
Deprecated.
- handleAsIdempotent(HttpRequest) - Method in class org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy
- handleBackendResponse(HttpHost, ClassicHttpRequest, ExecChain.Scope, Instant, Instant, ClassicHttpResponse) - Method in class org.apache.hc.client5.http.impl.cache.CachingExec
- handleCacheHit(HttpHost, ClassicHttpRequest, ExecChain.Scope, ExecChain, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CachingExec
- handleCacheHit(HttpHost, HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec
- handleCacheMiss(HttpHost, ClassicHttpRequest, ExecChain.Scope, ExecChain) - Method in class org.apache.hc.client5.http.impl.cache.CachingExec
- handleCacheMiss(HttpHost, HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec
- handleEntity(HttpEntity) - Method in class org.apache.hc.client5.http.fluent.ContentResponseHandler
- handleEntity(HttpEntity) - Method in class org.apache.hc.client5.http.impl.classic.AbstractHttpClientResponseHandler
-
Handle the response entity and transform it into the actual response object.
- handleEntity(HttpEntity) - Method in class org.apache.hc.client5.http.impl.classic.BasicHttpClientResponseHandler
-
Returns the entity as a body as a String.
- handleInformationResponse(HttpResponse) - Method in interface org.apache.hc.client5.http.async.AsyncExecCallback
-
Triggered to signal receipt of an intermediate response message.
- handleInformationResponse(HttpResponse) - Method in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.AsyncExecCallbackWrapper
- handleInformationResponse(HttpResponse) - Method in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.BackendResponseHandler
- handler - Variable in class org.apache.hc.client5.http.fluent.Async.ExecRunnable
- handler - Variable in class org.apache.hc.client5.http.impl.async.AsyncExecChainElement
- handler - Variable in class org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler
- handler - Variable in class org.apache.hc.client5.http.impl.classic.ExecChainElement
- handler - Variable in class org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter
- handleRequest(HttpRequest, EntityDetails, ResponseChannel, HttpContext) - Method in class org.apache.hc.client5.testing.async.AsyncEchoHandler
- handleRequest(HttpRequest, EntityDetails, ResponseChannel, HttpContext) - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler
- handleRequest(HttpRequest, EntityDetails, ResponseChannel, HttpContext) - Method in class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
- handleRequest(HttpRequest, EntityDetails, ResponseChannel, HttpContext) - Method in class org.apache.hc.client5.testing.async.RedirectingAsyncDecorator
- handleRequest(HttpRequest, EntityDetails, ResponseChannel, HttpContext) - Method in class org.apache.hc.client5.testing.async.ServiceUnavailableAsyncDecorator
- handleResponse(ClassicHttpResponse) - Method in class org.apache.hc.client5.http.fluent.ContentResponseHandler
-
Handles a successful response (2xx status code) and returns the response entity as a
Content
object. - handleResponse(ClassicHttpResponse) - Method in class org.apache.hc.client5.http.impl.classic.AbstractHttpClientResponseHandler
-
Read the entity from the response body and pass it to the entity handler method if the response was successful (a 2xx status code).
- handleResponse(ClassicHttpResponse) - Method in class org.apache.hc.client5.http.impl.classic.BasicHttpClientResponseHandler
- handleResponse(HttpResponse, EntityDetails) - Method in interface org.apache.hc.client5.http.async.AsyncExecCallback
-
Triggered to signal receipt of a response message head sent by the server in response to the request being executed.
- handleResponse(HttpResponse, EntityDetails) - Method in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.AsyncExecCallbackWrapper
- handleResponse(HttpResponse, EntityDetails) - Method in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.BackendResponseHandler
- handleResponse(HttpClientResponseHandler<T>) - Method in class org.apache.hc.client5.http.fluent.Response
-
Handles the response using the specified
HttpClientResponseHandler
- handleRevalidationFailure(HttpRequest, HttpContext, HttpCacheEntry, Instant) - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- HANDSHAKE - Enum constant in enum org.apache.hc.client5.http.auth.AuthExchange.State
- handshakeTimeout - Variable in class org.apache.hc.client5.http.config.TlsConfig.Builder
- handshakeTimeout - Variable in class org.apache.hc.client5.http.config.TlsConfig
- hardCancellationEnabled - Variable in class org.apache.hc.client5.http.config.RequestConfig.Builder
- hardCancellationEnabled - Variable in class org.apache.hc.client5.http.config.RequestConfig
- hasCacheControlDirective(HttpCacheEntry, String) - Method in class org.apache.hc.client5.http.impl.cache.CacheValidityPolicy
- hasCacheControlParameterFrom(HttpMessage, String[]) - Method in class org.apache.hc.client5.http.impl.cache.ResponseCachingPolicy
- hasCommands() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- hashCode() - Method in class org.apache.hc.client5.http.auth.AuthScope
- hashCode() - Method in class org.apache.hc.client5.http.auth.BasicUserPrincipal
- hashCode() - Method in class org.apache.hc.client5.http.auth.BearerToken
- hashCode() - Method in class org.apache.hc.client5.http.auth.NTCredentials
-
Deprecated.
- hashCode() - Method in class org.apache.hc.client5.http.auth.NTUserPrincipal
- hashCode() - Method in class org.apache.hc.client5.http.auth.UsernamePasswordCredentials
- hashCode() - Method in class org.apache.hc.client5.http.HttpRoute
-
Generates a hash code for this route.
- hashCode() - Method in class org.apache.hc.client5.http.impl.auth.BasicAuthCache.Key
- hashCode() - Method in class org.apache.hc.client5.http.impl.cache.ResourceReference
- hashCode() - Method in class org.apache.hc.client5.http.RouteTracker
-
Generates a hash code for this tracked route.
- hashCode() - Method in class org.apache.hc.client5.testing.auth.AuthResult
- hasParams() - Method in class org.apache.hc.client5.testing.auth.AuthResult
- hasSupportedEtagValidator(HttpRequest) - Method in class org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker
- hasSupportedLastModifiedValidator(HttpRequest) - Method in class org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker
- hasUnsupportedCacheEntryForGet(HttpRequest, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker
- hasUnsupportedConditionalHeaders(HttpRequest) - Method in class org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker
- hasValidDateField(HttpRequest, String) - Method in class org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker
- hasVariants() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Indicates whether the origin response indicated the associated resource had variants (i.e.
- head() - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- head(String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- head(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- head(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- head(String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.
- head(String) - Static method in class org.apache.hc.client5.http.fluent.Request
- head(URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- head(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- head(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- head(URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.
- head(URI) - Static method in class org.apache.hc.client5.http.fluent.Request
- head(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- head(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- HEAD_METHOD - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- header - Variable in class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
- header - Variable in class org.apache.hc.client5.http.entity.mime.MultipartPart
- header - Variable in class org.apache.hc.client5.http.entity.mime.MultipartPartBuilder
- Header - Class in org.apache.hc.client5.http.entity.mime
-
The header of a MIME entity.
- Header() - Constructor for class org.apache.hc.client5.http.entity.mime.Header
- HEADER_LOG - Static variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientProtocolStarter
- HEADER_LOG - Static variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter
- HEADER_LOG - Static variable in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- HeaderConstants - Class in org.apache.hc.client5.http.cache
-
Records static constants for various HTTP header names.
- HeaderConstants() - Constructor for class org.apache.hc.client5.http.cache.HeaderConstants
- headerIterator() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
- headerIterator() - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- headerIterator(String) - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
- headerIterator(String) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- HeapResource - Class in org.apache.hc.client5.http.impl.cache
-
Cache resource backed by a byte array on the heap.
- HeapResource(byte[]) - Constructor for class org.apache.hc.client5.http.impl.cache.HeapResource
- HeapResourceFactory - Class in org.apache.hc.client5.http.impl.cache
-
Generates
Resource
instances stored entirely in heap. - HeapResourceFactory() - Constructor for class org.apache.hc.client5.http.impl.cache.HeapResourceFactory
- heuristicCachingEnabled - Variable in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
- heuristicCachingEnabled - Variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
- heuristicCoefficient - Variable in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
- heuristicCoefficient - Variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
- heuristicCoefficient - Variable in class org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker
- heuristicDefaultLifetime - Variable in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
- heuristicDefaultLifetime - Variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
- heuristicDefaultLifetime - Variable in class org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker
- Hex - Class in org.apache.hc.client5.http.utils
- Hex() - Constructor for class org.apache.hc.client5.http.utils.Hex
- HEXADECIMAL - Static variable in class org.apache.hc.client5.http.impl.auth.DigestScheme
-
Hexa values used when creating 32 character long digest in HTTP DigestScheme in case of authentication.
- hexDigit(int) - Static method in class org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart
-
Returns the upper case hex digit of the lower 4 bits of the int.
- hmacMD5(byte[], byte[]) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.Calculates HMAC-MD5
- HMACMD5(byte[]) - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.HMACMD5
-
Deprecated.
- host - Variable in class org.apache.hc.client5.http.auth.AuthScope
- host - Variable in class org.apache.hc.client5.http.cookie.CookieOrigin
- host - Variable in class org.apache.hc.client5.http.impl.auth.BasicAuthCache.Key
- HOST - Static variable in class org.apache.hc.client5.http.impl.cache.WarningValue
- hostBytes - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type1Message
-
Deprecated.
- hostBytes - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
-
Deprecated.
- hostMap - Variable in class org.apache.hc.client5.http.impl.async.AsyncPushConsumerRegistry
- hostname - Variable in class org.apache.hc.client5.http.impl.cache.BasicIdGenerator
- HOSTNAME - Static variable in class org.apache.hc.client5.http.impl.cache.WarningValue
- HostNameType(int) - Constructor for enum org.apache.hc.client5.http.ssl.DefaultHostnameVerifier.HostNameType
- hostnameVerifier - Variable in class org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy
- hostnameVerifier - Variable in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
- hostnameVerifier - Variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- hostnameVerifier - Variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
- HOSTPORT - Static variable in class org.apache.hc.client5.http.impl.cache.WarningValue
- HOSTPORT_PATTERN - Static variable in class org.apache.hc.client5.http.impl.cache.WarningValue
- HTTP_DATE - Static variable in class org.apache.hc.client5.http.impl.cache.WarningValue
- HTTP_ONLY_ATTR - Static variable in interface org.apache.hc.client5.http.cookie.Cookie
- HTTP_ROUTE - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Attribute name of a
RouteInfo
object that represents the actual connection route. - http1Config - Variable in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory.Builder
- http1Config(Http1Config) - Method in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory.Builder
- http1ConnectionReuseStrategy - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter
- http1RequestWriterFactory - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter
- http1ResponseParserFactory - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter
- HttpAsyncCache - Interface in org.apache.hc.client5.http.impl.cache
- HttpAsyncCacheInvalidator - Interface in org.apache.hc.client5.http.cache
-
Given a particular HTTP request / response pair, flush any cache entries that this exchange would invalidate.
- HttpAsyncCacheStorage - Interface in org.apache.hc.client5.http.cache
-
HttpAsyncCacheStorage represents an abstract HTTP cache storage backend that can then be plugged into the asynchronous (non-blocking ) request execution pipeline.
- HttpAsyncCacheStorageAdaptor - Class in org.apache.hc.client5.http.cache
-
HttpAsyncCacheStorage
implementation that emulates asynchronous behavior using an instance of classicHttpCacheStorage
. - HttpAsyncCacheStorageAdaptor(HttpCacheStorage) - Constructor for class org.apache.hc.client5.http.cache.HttpAsyncCacheStorageAdaptor
- HttpAsyncClient - Interface in org.apache.hc.client5.http.async
-
This interface represents only the most basic contract for HTTP request execution.
- HttpAsyncClientBuilder - Class in org.apache.hc.client5.http.impl.async
-
Builder for
CloseableHttpAsyncClient
instances that can negotiate the most optimal HTTP protocol version during theTLS
handshake withALPN
extension if supported by the Java runtime. - HttpAsyncClientBuilder() - Constructor for class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- HttpAsyncClientBuilder.ExecInterceptorEntry - Class in org.apache.hc.client5.http.impl.async
- HttpAsyncClientBuilder.ExecInterceptorEntry.Position - Enum in org.apache.hc.client5.http.impl.async
- HttpAsyncClientBuilder.RequestInterceptorEntry - Class in org.apache.hc.client5.http.impl.async
- HttpAsyncClientBuilder.RequestInterceptorEntry.Position - Enum in org.apache.hc.client5.http.impl.async
- HttpAsyncClientBuilder.ResponseInterceptorEntry - Class in org.apache.hc.client5.http.impl.async
- HttpAsyncClientBuilder.ResponseInterceptorEntry.Position - Enum in org.apache.hc.client5.http.impl.async
- HttpAsyncClientProtocolNegotiationStarter - Class in org.apache.hc.client5.http.impl.async
- HttpAsyncClientProtocolNegotiationStarter(HttpProcessor, HandlerFactory<AsyncPushConsumer>, H2Config, Http1Config, CharCodingConfig, ConnectionReuseStrategy) - Constructor for class org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter
- HttpAsyncClients - Class in org.apache.hc.client5.http.impl.async
-
Factory methods for
CloseableHttpAsyncClient
instances. - HttpAsyncClients() - Constructor for class org.apache.hc.client5.http.impl.async.HttpAsyncClients
- HttpAsyncMainClientExec - Class in org.apache.hc.client5.http.impl.async
-
Usually the last HTTP/1.1 request execution handler in the asynchronous request execution chain that is responsible for execution of request/response exchanges with the opposite endpoint.
- HttpAsyncMainClientExec(HttpProcessor, ConnectionKeepAliveStrategy, UserTokenHandler) - Constructor for class org.apache.hc.client5.http.impl.async.HttpAsyncMainClientExec
- HttpAuthenticator - Class in org.apache.hc.client5.http.impl.auth
-
Utility class that implements commons aspects of the client side HTTP authentication.
- HttpAuthenticator() - Constructor for class org.apache.hc.client5.http.impl.auth.HttpAuthenticator
- HttpByteArrayCacheEntrySerializer - Class in org.apache.hc.client5.http.impl.cache
-
Cache serializer and deserializer that uses an HTTP-like format.
- HttpByteArrayCacheEntrySerializer() - Constructor for class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
- HttpByteArrayCacheEntrySerializer.NoAgeCacheValidityPolicy - Class in org.apache.hc.client5.http.impl.cache
-
Cache validity policy that always returns an age of
TimeValue.ZERO_MILLISECONDS
. - HttpByteArrayCacheEntrySerializer.SimpleHttpResponseWriter - Class in org.apache.hc.client5.http.impl.cache
-
Writer for SimpleHttpResponse.
- HttpCache - Interface in org.apache.hc.client5.http.impl.cache
- HttpCacheCASOperation - Interface in org.apache.hc.client5.http.cache
-
Atomic Compare-And-Swap (CAS) cache operation.
- HttpCacheContext - Class in org.apache.hc.client5.http.cache
-
Adaptor class that provides convenience type safe setters and getters for caching
HttpContext
attributes. - HttpCacheContext() - Constructor for class org.apache.hc.client5.http.cache.HttpCacheContext
- HttpCacheContext(HttpContext) - Constructor for class org.apache.hc.client5.http.cache.HttpCacheContext
- HttpCacheEntry - Class in org.apache.hc.client5.http.cache
-
Structure used to store an
HttpResponse
in a cache. - HttpCacheEntry(Instant, Instant, int, Header[], Resource) - Constructor for class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Create a new
HttpCacheEntry
. - HttpCacheEntry(Instant, Instant, int, Header[], Resource, Map<String, String>) - Constructor for class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Create a new
HttpCacheEntry
with variants. - HttpCacheEntry(Date, Date, int, Header[], Resource) - Constructor for class org.apache.hc.client5.http.cache.HttpCacheEntry
- HttpCacheEntry(Date, Date, int, Header[], Resource, Map<String, String>) - Constructor for class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Deprecated.
- HttpCacheEntrySerializer<T> - Interface in org.apache.hc.client5.http.cache
-
Serializer / deserializer for
HttpCacheStorageEntry
entries. - httpCacheInvalidator - Variable in class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
- httpCacheInvalidator - Variable in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
- httpCacheInvalidator - Variable in class org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder
- HttpCacheInvalidator - Interface in org.apache.hc.client5.http.cache
-
Given a particular HTTP request / response pair, flush any cache entries that this exchange would invalidate.
- HttpCacheStorage - Interface in org.apache.hc.client5.http.cache
-
HttpCacheStorage represents an abstract HTTP cache storage backend that can then be plugged into the classic (blocking) request execution pipeline.
- HttpCacheStorageEntry - Class in org.apache.hc.client5.http.cache
-
This class contains a
HttpCacheEntry
along with its key. - HttpCacheStorageEntry(String, HttpCacheEntry) - Constructor for class org.apache.hc.client5.http.cache.HttpCacheStorageEntry
- HttpCacheSupport - Class in org.apache.hc.client5.http.impl.cache
-
HTTP cache support utilities.
- HttpCacheSupport() - Constructor for class org.apache.hc.client5.http.impl.cache.HttpCacheSupport
- HttpCacheUpdateException - Exception Class in org.apache.hc.client5.http.cache
-
Signals that
HttpCacheStorage
encountered an error performing an update operation. - HttpCacheUpdateException(String) - Constructor for exception class org.apache.hc.client5.http.cache.HttpCacheUpdateException
- HttpCacheUpdateException(String, Throwable) - Constructor for exception class org.apache.hc.client5.http.cache.HttpCacheUpdateException
- httpclient - Variable in class org.apache.hc.client5.http.fluent.Executor
- httpclient - Variable in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionService
- httpclient - Variable in class org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable
- HttpClient - Interface in org.apache.hc.client5.http.classic
-
This interface represents only the most basic contract for HTTP request execution.
- HttpClientBuilder - Class in org.apache.hc.client5.http.impl.classic
-
Builder for
CloseableHttpClient
instances. - HttpClientBuilder() - Constructor for class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- HttpClientBuilder.ExecInterceptorEntry - Class in org.apache.hc.client5.http.impl.classic
- HttpClientBuilder.ExecInterceptorEntry.Position - Enum in org.apache.hc.client5.http.impl.classic
- HttpClientBuilder.RequestInterceptorEntry - Class in org.apache.hc.client5.http.impl.classic
- HttpClientBuilder.RequestInterceptorEntry.Position - Enum in org.apache.hc.client5.http.impl.classic
- HttpClientBuilder.ResponseInterceptorEntry - Class in org.apache.hc.client5.http.impl.classic
- HttpClientBuilder.ResponseInterceptorEntry.Position - Enum in org.apache.hc.client5.http.impl.classic
- HttpClientConnectionManager - Interface in org.apache.hc.client5.http.io
-
Represents a manager of persistent client connections.
- HttpClientConnectionOperator - Interface in org.apache.hc.client5.http.io
-
Connection operator that performs connection connect and upgrade operations.
- HttpClientContext - Class in org.apache.hc.client5.http.protocol
-
Adaptor class that provides convenience type safe setters and getters for common
HttpContext
attributes used in the course of HTTP request execution. - HttpClientContext() - Constructor for class org.apache.hc.client5.http.protocol.HttpClientContext
- HttpClientContext(HttpContext) - Constructor for class org.apache.hc.client5.http.protocol.HttpClientContext
- HttpClientHostnameVerifier - Interface in org.apache.hc.client5.http.ssl
-
Extended
HostnameVerifier
interface. - HttpClients - Class in org.apache.hc.client5.http.impl.classic
-
Factory methods for
CloseableHttpClient
instances. - HttpClients() - Constructor for class org.apache.hc.client5.http.impl.classic.HttpClients
- HttpDelete - Class in org.apache.hc.client5.http.classic.methods
-
HTTP DELETE method.
- HttpDelete(String) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpDelete
-
Creates a new instance initialized with the given URI.
- HttpDelete(URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpDelete
-
Creates a new instance initialized with the given URI.
- HttpEntityDigester - Class in org.apache.hc.client5.http.impl.auth
- HttpEntityDigester(MessageDigest) - Constructor for class org.apache.hc.client5.http.impl.auth.HttpEntityDigester
- HttpGet - Class in org.apache.hc.client5.http.classic.methods
-
HTTP GET method.
- HttpGet(String) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpGet
-
Creates a new instance initialized with the given URI.
- HttpGet(URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpGet
-
Creates a new instance initialized with the given URI.
- HttpHead - Class in org.apache.hc.client5.http.classic.methods
-
HTTP HEAD method.
- HttpHead(String) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpHead
- HttpHead(URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpHead
-
Creates a new instance initialized with the given URI.
- HttpHeader - Class in org.apache.hc.client5.http.fluent
- HttpHeader() - Constructor for class org.apache.hc.client5.http.fluent.HttpHeader
- HttpHostConnectException - Exception Class in org.apache.hc.client5.http
-
A
ConnectException
that specifies theNamedEndpoint
that was being connected to. - HttpHostConnectException(String) - Constructor for exception class org.apache.hc.client5.http.HttpHostConnectException
-
Creates a HttpHostConnectException with the specified detail message.
- HttpHostConnectException(String, NamedEndpoint) - Constructor for exception class org.apache.hc.client5.http.HttpHostConnectException
- HttpMultipartMode - Enum in org.apache.hc.client5.http.entity.mime
-
MIME compliance mode.
- HttpMultipartMode() - Constructor for enum org.apache.hc.client5.http.entity.mime.HttpMultipartMode
- httpOnly - Variable in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
The
httpOnly
flag. - HttpOptions - Class in org.apache.hc.client5.http.classic.methods
-
HTTP OPTIONS method.
- HttpOptions(String) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpOptions
-
Creates a new instance initialized with the given URI.
- HttpOptions(URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpOptions
-
Creates a new instance initialized with the given URI.
- HttpPatch - Class in org.apache.hc.client5.http.classic.methods
-
HTTP PATCH method.
- HttpPatch(String) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpPatch
-
Creates a new instance initialized with the given URI.
- HttpPatch(URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpPatch
-
Creates a new instance initialized with the given URI.
- HttpPost - Class in org.apache.hc.client5.http.classic.methods
-
HTTP POST method.
- HttpPost(String) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpPost
-
Creates a new instance initialized with the given URI.
- HttpPost(URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpPost
-
Creates a new instance initialized with the given URI.
- httpProcessor - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientProtocolStarter
- httpProcessor - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncMainClientExec
- httpProcessor - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter
- httpProcessor - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncMainClientExec
- httpProcessor - Variable in class org.apache.hc.client5.http.impl.classic.MainClientExec
- httpProcessor - Variable in class org.apache.hc.client5.http.impl.classic.MinimalHttpClient
- httpProcessor - Variable in class org.apache.hc.client5.http.impl.classic.ProxyClient
- HttpPut - Class in org.apache.hc.client5.http.classic.methods
-
HTTP PUT method.
- HttpPut(String) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpPut
-
Creates a new instance initialized with the given URI.
- HttpPut(URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpPut
-
Creates a new instance initialized with the given URI.
- HttpRequestFutureTask<V> - Class in org.apache.hc.client5.http.impl.classic
- HttpRequestFutureTask(ClassicHttpRequest, HttpRequestTaskCallable<V>) - Constructor for class org.apache.hc.client5.http.impl.classic.HttpRequestFutureTask
- HttpRequestRetryExec - Class in org.apache.hc.client5.http.impl.classic
-
Request executor in the request execution chain that is responsible for making a decision whether a request that failed due to an I/O exception or received a specific response from the target server should be re-executed.
- HttpRequestRetryExec(HttpRequestRetryStrategy) - Constructor for class org.apache.hc.client5.http.impl.classic.HttpRequestRetryExec
- HttpRequestRetryStrategy - Interface in org.apache.hc.client5.http
-
Strategy interface that allows API users to plug in their own logic to control whether or not a retry should automatically be done, how many times it should be done and so on.
- HttpRequestTaskCallable<V> - Class in org.apache.hc.client5.http.impl.classic
- HttpRequestTaskCallable(HttpClient, ClassicHttpRequest, HttpContext, HttpClientResponseHandler<V>, FutureCallback<V>, FutureRequestExecutionMetrics) - Constructor for class org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable
- HttpResponseException - Exception Class in org.apache.hc.client5.http
-
Signals a non 2xx HTTP response.
- HttpResponseException(int, String) - Constructor for exception class org.apache.hc.client5.http.HttpResponseException
-
Constructs a new instance of
HttpResponseException
with the given status code and reason phrase, and no content bytes or content type. - HttpResponseException(int, String, byte[], ContentType) - Constructor for exception class org.apache.hc.client5.http.HttpResponseException
-
Constructs a new instance of
HttpResponseException
with the given status code, reason phrase, content bytes, and content type. - HttpRFC6532Multipart - Class in org.apache.hc.client5.http.entity.mime
- HttpRFC6532Multipart(Charset, String, List<MultipartPart>) - Constructor for class org.apache.hc.client5.http.entity.mime.HttpRFC6532Multipart
-
Constructs a new instance of
HttpRFC6532Multipart
with the given charset, boundary, and parts. - HttpRFC6532Multipart(Charset, String, List<MultipartPart>, String, String) - Constructor for class org.apache.hc.client5.http.entity.mime.HttpRFC6532Multipart
-
Constructs a new instance of
HttpRFC6532Multipart
. - HttpRFC7578Multipart - Class in org.apache.hc.client5.http.entity.mime
- HttpRFC7578Multipart(Charset, String, List<MultipartPart>) - Constructor for class org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart
-
Constructs a new instance of
HttpRFC7578Multipart
with the given charset, boundary, and parts. - HttpRFC7578Multipart(Charset, String, List<MultipartPart>, String, String) - Constructor for class org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart
-
Constructs a new instance of
HttpRFC7578Multipart
with the given charset, boundary, parts, preamble, and epilogue. - HttpRFC7578Multipart.PercentCodec - Class in org.apache.hc.client5.http.entity.mime
- HttpRoute - Class in org.apache.hc.client5.http
-
Connection route definition for HTTP requests.
- HttpRoute(HttpHost) - Constructor for class org.apache.hc.client5.http.HttpRoute
-
Creates a new direct insecure route.
- HttpRoute(HttpHost, InetAddress, boolean) - Constructor for class org.apache.hc.client5.http.HttpRoute
-
Creates a new direct route.
- HttpRoute(HttpHost, InetAddress, List<HttpHost>, boolean, RouteInfo.TunnelType, RouteInfo.LayerType) - Constructor for class org.apache.hc.client5.http.HttpRoute
- HttpRoute(HttpHost, InetAddress, HttpHost[], boolean, RouteInfo.TunnelType, RouteInfo.LayerType) - Constructor for class org.apache.hc.client5.http.HttpRoute
-
Creates a new route with all attributes specified explicitly.
- HttpRoute(HttpHost, InetAddress, HttpHost, boolean) - Constructor for class org.apache.hc.client5.http.HttpRoute
-
Creates a new route through a proxy.
- HttpRoute(HttpHost, InetAddress, HttpHost, boolean, RouteInfo.TunnelType, RouteInfo.LayerType) - Constructor for class org.apache.hc.client5.http.HttpRoute
-
Creates a new route with at most one proxy.
- HttpRoute(HttpHost, HttpHost) - Constructor for class org.apache.hc.client5.http.HttpRoute
-
Creates a new plain route through a proxy.
- HttpRouteDirector - Interface in org.apache.hc.client5.http.routing
-
Provides directions on establishing a route.
- HttpRoutePlanner - Interface in org.apache.hc.client5.http.routing
-
Encapsulates logic to compute a
HttpRoute
to a target host. - HttpsSupport - Class in org.apache.hc.client5.http.ssl
-
HTTPS configuration support methods.
- HttpsSupport() - Constructor for class org.apache.hc.client5.http.ssl.HttpsSupport
- HttpStrictMultipart - Class in org.apache.hc.client5.http.entity.mime
- HttpStrictMultipart(Charset, String, List<MultipartPart>) - Constructor for class org.apache.hc.client5.http.entity.mime.HttpStrictMultipart
-
Constructs a new instance of
HttpStrictMultipart
with the given charset, boundary, and parts. - HttpStrictMultipart(Charset, String, List<MultipartPart>, String, String) - Constructor for class org.apache.hc.client5.http.entity.mime.HttpStrictMultipart
-
Constructs a new instance of
HttpStrictMultipart
with the given charset, boundary, parts, preamble, and epilogue. - HttpTrace - Class in org.apache.hc.client5.http.classic.methods
-
HTTP TRACE method.
- HttpTrace(String) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpTrace
-
Creates a new instance initialized with the given URI.
- HttpTrace(URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpTrace
-
Creates a new instance initialized with the given URI.
- HttpUriRequest - Interface in org.apache.hc.client5.http.classic.methods
-
Extended version of the
ClassicHttpRequest
interface that provides convenience methods to access request properties such as request URI and method type. - HttpUriRequestBase - Class in org.apache.hc.client5.http.classic.methods
- HttpUriRequestBase(String, URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
- httpVersionPolicy - Variable in class org.apache.hc.client5.http.config.TlsConfig
I
- ICANN - Enum constant in enum org.apache.hc.client5.http.psl.DomainType
- id - Variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- id - Variable in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- id - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.InternalConnectionEndpoint
- id - Variable in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager.InternalConnectionEndpoint
- id - Variable in class org.apache.hc.client5.http.impl.Wire
- identityIsNotUsedInContentEncoding(HttpResponse) - Method in class org.apache.hc.client5.http.impl.cache.ResponseProtocolCompliance
- idgen - Variable in class org.apache.hc.client5.http.impl.cache.FileResourceFactory
- IdleConnectionEvictor - Class in org.apache.hc.client5.http.impl
-
This class maintains a background thread to enforce an eviction policy for expired / idle persistent connections kept alive in the connection pool.
- IdleConnectionEvictor(InternalH2ConnPool, TimeValue) - Constructor for class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.IdleConnectionEvictor
- IdleConnectionEvictor(ConnPoolControl<?>, ThreadFactory, TimeValue, TimeValue) - Constructor for class org.apache.hc.client5.http.impl.IdleConnectionEvictor
- IdleConnectionEvictor(ConnPoolControl<?>, TimeValue) - Constructor for class org.apache.hc.client5.http.impl.IdleConnectionEvictor
- IdleConnectionEvictor(ConnPoolControl<?>, TimeValue, TimeValue) - Constructor for class org.apache.hc.client5.http.impl.IdleConnectionEvictor
- IE_MEDIUM_SECURITY - Enum constant in enum org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory.CompatibilityLevel
- IF_MATCH - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- IF_MODIFIED_SINCE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- IF_MODIFIED_SINCE - Static variable in class org.apache.hc.client5.http.fluent.HttpHeader
- IF_NONE_MATCH - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- IF_RANGE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- IF_UNMODIFIED_SINCE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- IF_UNMODIFIED_SINCE - Static variable in class org.apache.hc.client5.http.fluent.HttpHeader
- IGNORE - Static variable in class org.apache.hc.client5.http.cookie.StandardCookieSpec
-
The policy that ignores cookies.
- IgnoreCompleteExceptionFutureCallback<T> - Class in org.apache.hc.client5.http.async.methods
- IgnoreCompleteExceptionFutureCallback(FutureCallback<T>) - Constructor for class org.apache.hc.client5.http.async.methods.IgnoreCompleteExceptionFutureCallback
- IgnoreCompleteExceptonFutureCallback<T> - Class in org.apache.hc.client5.http.async.methods
-
Deprecated.
- IgnoreCompleteExceptonFutureCallback(FutureCallback<T>) - Constructor for class org.apache.hc.client5.http.async.methods.IgnoreCompleteExceptonFutureCallback
-
Deprecated.
- IgnoreCookieSpecFactory - Class in org.apache.hc.client5.http.impl.cookie
-
CookieSpecFactory
implementation that ignores all cookies. - IgnoreCookieSpecFactory() - Constructor for class org.apache.hc.client5.http.impl.cookie.IgnoreCookieSpecFactory
- IgnoreSpecSpec - Class in org.apache.hc.client5.http.impl.cookie
-
CookieSpec that ignores all cookies
- IgnoreSpecSpec() - Constructor for class org.apache.hc.client5.http.impl.cookie.IgnoreSpecSpec
- ignoreUnknown - Variable in class org.apache.hc.client5.http.impl.classic.ContentCompressionExec
- ImmediateSchedulingStrategy - Class in org.apache.hc.client5.http.impl.schedule
-
Immediately schedules any operation.
- ImmediateSchedulingStrategy() - Constructor for class org.apache.hc.client5.http.impl.schedule.ImmediateSchedulingStrategy
- in - Variable in class org.apache.hc.client5.http.entity.mime.InputStreamBody
- in - Variable in class org.apache.hc.client5.http.impl.io.LoggingInputStream
- incomingContentLengthStrategy - Variable in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory.Builder
- incomingContentLengthStrategy(ContentLengthStrategy) - Method in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory.Builder
- incomingContentStrategy - Variable in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
- increaseCount(T) - Method in class org.apache.hc.client5.http.schedule.ConcurrentCountMap
- increment - Variable in class org.apache.hc.client5.http.impl.classic.LinearBackoffManager
-
The backoff increment used when adjusting connection pool sizes.
- increment(long) - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics.DurationCounter
- INCREMENTING_ID - Static variable in class org.apache.hc.client5.http.impl.ExecSupport
- INCREMENTING_ID - Static variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- INCREMENTING_ID - Static variable in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- incrementRequestCount() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- incrementResponseCount() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- informationResponse(HttpResponse, HttpContext) - Method in class org.apache.hc.client5.http.async.methods.AbstractBinResponseConsumer
- informationResponse(HttpResponse, HttpContext) - Method in class org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer
- informationResponse(HttpResponse, HttpContext) - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseConsumer
- init_offs - Variable in class org.apache.hc.client5.http.impl.cache.WarningValue
- initCipher() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
-
Deprecated.
- initialExpiry - Variable in class org.apache.hc.client5.http.impl.schedule.ExponentialBackOffSchedulingStrategy
- initializeEngine(SSLEngine) - Method in class org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy
- initiateShutdown() - Method in class org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase
- initiateShutdown() - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
- initPreemptive(Credentials) - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
- initPreemptive(Credentials, String, String) - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- initWrapper() - Method in class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
- InMemoryDnsResolver - Class in org.apache.hc.client5.http.impl
-
In-memory
DnsResolver
implementation. - InMemoryDnsResolver() - Constructor for class org.apache.hc.client5.http.impl.InMemoryDnsResolver
-
Builds a DNS resolver that will resolve the host names against a collection held in-memory.
- input(byte[]) - Method in class org.apache.hc.client5.http.impl.Wire
- input(byte[], int, int) - Method in class org.apache.hc.client5.http.impl.Wire
- input(int) - Method in class org.apache.hc.client5.http.impl.Wire
- input(String) - Method in class org.apache.hc.client5.http.impl.Wire
- input(ByteBuffer) - Method in class org.apache.hc.client5.http.impl.Wire
- InputStreamBody - Class in org.apache.hc.client5.http.entity.mime
-
Binary body part backed by an input stream.
- InputStreamBody(InputStream, String) - Constructor for class org.apache.hc.client5.http.entity.mime.InputStreamBody
- InputStreamBody(InputStream, ContentType) - Constructor for class org.apache.hc.client5.http.entity.mime.InputStreamBody
- InputStreamBody(InputStream, ContentType, String) - Constructor for class org.apache.hc.client5.http.entity.mime.InputStreamBody
- InputStreamBody(InputStream, ContentType, String, long) - Constructor for class org.apache.hc.client5.http.entity.mime.InputStreamBody
- inputStreamFactory - Variable in class org.apache.hc.client5.http.entity.DecompressingEntity
- inputStreamFactory - Variable in class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
- InputStreamFactory - Interface in org.apache.hc.client5.http.entity
-
Factory for decorated
InputStream
s. - INSTANCE - Static variable in class org.apache.hc.client5.http.cookie.CookieIdentityComparator
-
Singleton instance.
- INSTANCE - Static variable in class org.apache.hc.client5.http.cookie.CookiePathComparator
- INSTANCE - Static variable in class org.apache.hc.client5.http.cookie.CookiePriorityComparator
- INSTANCE - Static variable in class org.apache.hc.client5.http.entity.BrotliInputStreamFactory
- INSTANCE - Static variable in class org.apache.hc.client5.http.entity.DeflateInputStreamFactory
-
Singleton instance.
- INSTANCE - Static variable in class org.apache.hc.client5.http.entity.GZIPInputStreamFactory
-
Singleton instance.
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.async.LoggingExceptionCallback
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.async.LoggingIOSessionDecorator
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.auth.AuthChallengeParser
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.auth.BasicSchemeFactory
-
Singleton instance with a null Charset.
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.auth.BearerSchemeFactory
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.auth.DigestSchemeFactory
-
Singleton instance.
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMSchemeFactory
-
Deprecated.Singleton instance.
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cache.ByteArrayCacheEntrySerializer
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cache.DefaultAsyncCacheInvalidator
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cache.DefaultCacheInvalidator
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cache.HeapResourceFactory
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cache.NoopCacheEntrySerializer
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.classic.ClassicRequestCopier
-
Deprecated.
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.classic.ResponseEntityProxy.NullOutputStream
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cookie.BasicDomainHandler
-
Singleton instance.
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cookie.BasicHttpOnlyHandler
-
Singleton instance.
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cookie.BasicMaxAgeHandler
-
Singleton instance.
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cookie.BasicPathHandler
-
Singleton instance.
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cookie.BasicSecureHandler
-
Singleton instance.
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cookie.IgnoreSpecSpec
-
Singleton instance.
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler
-
Singleton instance.
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cookie.LaxMaxAgeHandler
-
Singleton instance.
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.DefaultAuthenticationStrategy
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.DefaultClientConnectionReuseStrategy
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.DefaultConnectionKeepAliveStrategy
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.DefaultRedirectStrategy
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.DefaultSchemePortResolver
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.DefaultUserTokenHandler
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.NoopUserTokenHandler
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.RequestCopier
-
Deprecated.
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.routing.BasicRouteDirector
-
Singleton instance.
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.schedule.ImmediateSchedulingStrategy
- INSTANCE - Static variable in class org.apache.hc.client5.http.protocol.RequestAddCookies
-
Singleton instance.
- INSTANCE - Static variable in class org.apache.hc.client5.http.protocol.RequestDefaultHeaders
-
Singleton instance.
- INSTANCE - Static variable in class org.apache.hc.client5.http.protocol.ResponseProcessCookies
-
Singleton instance.
- INSTANCE - Static variable in class org.apache.hc.client5.http.psl.PublicSuffixListParser
-
Singleton instance.
- INSTANCE - Static variable in class org.apache.hc.client5.http.socket.PlainConnectionSocketFactory
- INSTANCE - Static variable in class org.apache.hc.client5.http.ssl.DistinguishedNameParser
- INSTANCE - Static variable in class org.apache.hc.client5.http.ssl.NoopHostnameVerifier
- INSTANCE - Static variable in class org.apache.hc.client5.http.ssl.TrustAllStrategy
- INSTANCE - Static variable in class org.apache.hc.client5.http.ssl.TrustSelfSignedStrategy
-
Deprecated.
- INSTANCE - Static variable in class org.apache.hc.client5.http.SystemDefaultDnsResolver
- interceptor - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.ExecInterceptorEntry
- interceptor - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.RequestInterceptorEntry
- interceptor - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.ResponseInterceptorEntry
- interceptor - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.ExecInterceptorEntry
- interceptor - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.RequestInterceptorEntry
- interceptor - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.ResponseInterceptorEntry
- interceptor - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder.ExecInterceptorEntry
- interceptor - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder.RequestInterceptorEntry
- interceptor - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder.ResponseInterceptorEntry
- internal - Variable in class org.apache.hc.client5.http.impl.auth.SystemDefaultCredentialsProvider
- InternalAbstractHttpAsyncClient - Class in org.apache.hc.client5.http.impl.async
- InternalAbstractHttpAsyncClient(DefaultConnectingIOReactor, AsyncPushConsumerRegistry, ThreadFactory, AsyncExecChainElement, Lookup<CookieSpecFactory>, Lookup<AuthSchemeFactory>, CookieStore, CredentialsProvider, RequestConfig, List<Closeable>) - Constructor for class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- InternalAbstractHttpAsyncClient.ScheduledRequestExecution - Class in org.apache.hc.client5.http.impl.async
- InternalAsyncClientEndpoint(AsyncConnectionEndpoint) - Constructor for class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient.InternalAsyncClientEndpoint
- internalClose(CloseMode) - Method in class org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase
- internalClose(CloseMode) - Method in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- InternalConnectionEndpoint(HttpRoute, ManagedHttpClientConnection) - Constructor for class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager.InternalConnectionEndpoint
- InternalConnectionEndpoint(PoolEntry<HttpRoute, ManagedHttpClientConnection>) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.InternalConnectionEndpoint
- InternalConnectionEndpoint(PoolEntry<HttpRoute, ManagedAsyncClientConnection>) - Constructor for class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager.InternalConnectionEndpoint
- InternalExecRuntime - Class in org.apache.hc.client5.http.impl.classic
- InternalExecRuntime(Logger, HttpClientConnectionManager, HttpRequestExecutor, CancellableDependency) - Constructor for class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- internalExecute(AsyncHttpRequestRetryExec.State, HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec
- internalExecute(AsyncRedirectExec.State, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.async.AsyncRedirectExec
- internalExecute(CloseableHttpClient, HttpClientContext) - Method in class org.apache.hc.client5.http.fluent.Request
- internalExecute(HttpHost, String, AuthExchange, AuthExchange, AtomicBoolean, HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.async.AsyncProtocolExec
- InternalH2AsyncClient - Class in org.apache.hc.client5.http.impl.async
-
Internal implementation of HTTP/2 only
CloseableHttpAsyncClient
. - InternalH2AsyncClient(DefaultConnectingIOReactor, AsyncExecChainElement, AsyncPushConsumerRegistry, ThreadFactory, InternalH2ConnPool, HttpRoutePlanner, Lookup<CookieSpecFactory>, Lookup<AuthSchemeFactory>, CookieStore, CredentialsProvider, RequestConfig, List<Closeable>) - Constructor for class org.apache.hc.client5.http.impl.async.InternalH2AsyncClient
- InternalH2AsyncExecRuntime - Class in org.apache.hc.client5.http.impl.async
- InternalH2AsyncExecRuntime(Logger, InternalH2ConnPool, HandlerFactory<AsyncPushConsumer>) - Constructor for class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- InternalH2AsyncExecRuntime.Endpoint - Class in org.apache.hc.client5.http.impl.async
- InternalH2ConnPool - Class in org.apache.hc.client5.http.impl.async
- InternalH2ConnPool(ConnectionInitiator, Resolver<HttpHost, InetSocketAddress>, TlsStrategy) - Constructor for class org.apache.hc.client5.http.impl.async.InternalH2ConnPool
- InternalHttpAsyncClient - Class in org.apache.hc.client5.http.impl.async
-
Internal implementation of
CloseableHttpAsyncClient
that can negotiate the most optimal HTTP protocol version during during theTLS
handshake withALPN
extension if supported by the Java runtime. - InternalHttpAsyncClient(DefaultConnectingIOReactor, AsyncExecChainElement, AsyncPushConsumerRegistry, ThreadFactory, AsyncClientConnectionManager, HttpRoutePlanner, TlsConfig, Lookup<CookieSpecFactory>, Lookup<AuthSchemeFactory>, CookieStore, CredentialsProvider, RequestConfig, List<Closeable>) - Constructor for class org.apache.hc.client5.http.impl.async.InternalHttpAsyncClient
- InternalHttpAsyncExecRuntime - Class in org.apache.hc.client5.http.impl.async
- InternalHttpAsyncExecRuntime(Logger, AsyncClientConnectionManager, ConnectionInitiator, HandlerFactory<AsyncPushConsumer>, TlsConfig) - Constructor for class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- InternalHttpClient - Class in org.apache.hc.client5.http.impl.classic
-
Internal implementation of
CloseableHttpClient
. - InternalHttpClient(HttpClientConnectionManager, HttpRequestExecutor, ExecChainElement, HttpRoutePlanner, Lookup<CookieSpecFactory>, Lookup<AuthSchemeFactory>, CookieStore, CredentialsProvider, RequestConfig, List<Closeable>) - Constructor for class org.apache.hc.client5.http.impl.classic.InternalHttpClient
- InternalScheduledExecutor(CacheRevalidatorBase.ScheduledExecutor) - Constructor for class org.apache.hc.client5.http.impl.cache.DefaultAsyncCacheRevalidator.InternalScheduledExecutor
- InternalTokenParser() - Constructor for class org.apache.hc.client5.http.ssl.DistinguishedNameParser.InternalTokenParser
- InvalidCredentialsException - Exception Class in org.apache.hc.client5.http.auth
-
Authentication credentials required to respond to a authentication challenge are invalid
- InvalidCredentialsException() - Constructor for exception class org.apache.hc.client5.http.auth.InvalidCredentialsException
-
Creates a new InvalidCredentialsException with a
null
detail message. - InvalidCredentialsException(String) - Constructor for exception class org.apache.hc.client5.http.auth.InvalidCredentialsException
-
Creates a new InvalidCredentialsException with the specified message.
- InvalidCredentialsException(String, Throwable) - Constructor for exception class org.apache.hc.client5.http.auth.InvalidCredentialsException
-
Creates a new InvalidCredentialsException with the specified detail message and cause.
- ioReactor - Variable in class org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase
- ioReactorConfig - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- ioReactorConfig - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- ioReactorExceptionCallback - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- ioReactorExceptionCallback - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- ioSession - Variable in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- ioSessionDecorator - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- ioSessionDecorator - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- ioSessionListener - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- ioSessionListener - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- IP - Static variable in class org.apache.hc.client5.http.ssl.SubjectName
- IP(String) - Static method in class org.apache.hc.client5.http.ssl.SubjectName
- ipad - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.HMACMD5
-
Deprecated.
- IPv4 - Enum constant in enum org.apache.hc.client5.http.ssl.DefaultHostnameVerifier.HostNameType
- IPV4ADDRESS - Static variable in class org.apache.hc.client5.http.impl.cache.WarningValue
- IPv6 - Enum constant in enum org.apache.hc.client5.http.ssl.DefaultHostnameVerifier.HostNameType
- is303CachingEnabled() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Returns whether 303 caching is enabled.
- isAborted() - Method in interface org.apache.hc.client5.http.classic.methods.HttpUriRequest
-
Tests if the request execution has been aborted.
- isAborted() - Method in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
- isActive() - Method in class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
-
Check if the cache is still active and has not shut down.
- isAfter(MessageHeaders, MessageHeaders, String) - Static method in class org.apache.hc.client5.http.impl.cache.DateSupport
-
Tests if the first message is after (newer) than second one using the given message header for comparison.
- isAfter(MessageHeaders, MessageHeaders, String) - Static method in class org.apache.hc.client5.http.utils.DateUtils
-
Deprecated.This method is no longer supported as a part of the public API.
- isAHeadCacheEntry(HttpCacheEntry) - Static method in class org.apache.hc.client5.http.impl.cache.CacheInvalidatorBase
- isAllowedClassName(String) - Static method in class org.apache.hc.client5.http.impl.cache.ByteArrayCacheEntrySerializer.RestrictedObjectInputStream
- isAuthenticationEnabled() - Method in class org.apache.hc.client5.http.config.RequestConfig
- isAvailable() - Static method in class org.apache.hc.client5.http.entity.BrotliDecompressingEntity
- isBefore(MessageHeaders, MessageHeaders, String) - Static method in class org.apache.hc.client5.http.impl.cache.DateSupport
-
Tests if the first message is before (older) than the second one using the given message header for comparison.
- isBefore(MessageHeaders, MessageHeaders, String) - Static method in class org.apache.hc.client5.http.utils.DateUtils
-
Deprecated.This method is no longer supported as a part of the public API.
- isBytes() - Method in class org.apache.hc.client5.http.async.methods.SimpleBody
- isCancelled() - Method in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
- isCancelled() - Method in class org.apache.hc.client5.http.impl.Operations.CompletedFuture
- isChallengeComplete() - Method in interface org.apache.hc.client5.http.auth.AuthScheme
-
Authentication process may involve a series of challenge-response exchanges.
- isChallengeComplete() - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
- isChallengeComplete() - Method in class org.apache.hc.client5.http.impl.auth.BearerScheme
- isChallengeComplete() - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- isChallengeComplete() - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-
Deprecated.
- isChallengeComplete() - Method in class org.apache.hc.client5.http.impl.auth.NTLMScheme
-
Deprecated.
- isChallenged(HttpHost, ChallengeType, HttpResponse, AuthExchange, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.HttpAuthenticator
-
Determines whether the given response represents an authentication challenge.
- isChar(char) - Method in class org.apache.hc.client5.http.impl.cache.WarningValue
- isChunked() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Tests if the entity is to be chunk coded (
true
), or not (false
). - isChunked() - Method in class org.apache.hc.client5.http.entity.GzipCompressingEntity
- isChunked() - Method in class org.apache.hc.client5.http.entity.mime.MultipartFormEntity
- isChunked() - Method in class org.apache.hc.client5.http.impl.cache.CombinedEntity
- isChunked() - Method in class org.apache.hc.client5.http.impl.classic.RequestEntityProxy
- isCircularRedirectsAllowed() - Method in class org.apache.hc.client5.http.config.RequestConfig
- isClosed() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
-
Method that can be called to determine whether the connection manager has been shut down and is closed or not.
- isClosed() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-
Method that can be called to determine whether the connection manager has been shut down and is closed or not.
- isConditional(HttpRequest) - Method in class org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker
-
Is this request the type of conditional request we support?
- isConnected() - Method in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient.InternalAsyncClientEndpoint
- isConnected() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager.InternalConnectionEndpoint
- isConnected() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.InternalConnectionEndpoint
- isConnected() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager.InternalConnectionEndpoint
- isConnected() - Method in class org.apache.hc.client5.http.io.ConnectionEndpoint
-
Determines if the connection to the remote endpoint is still open and valid.
- isConnected() - Method in class org.apache.hc.client5.http.nio.AsyncConnectionEndpoint
-
Determines if the connection to the remote endpoint is still open and valid.
- isConnected() - Method in class org.apache.hc.client5.http.RouteTracker
- isConnection - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
-
Deprecated.
- isConnectionBased() - Method in class org.apache.hc.client5.http.auth.AuthExchange
-
Returns
true
if the actual authentication scheme is connection based. - isConnectionBased() - Method in interface org.apache.hc.client5.http.auth.AuthScheme
-
Determines if the authentication scheme is expected to provide an authorization response on a per connection basis instead of the standard per request basis
- isConnectionBased() - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
- isConnectionBased() - Method in class org.apache.hc.client5.http.impl.auth.BearerScheme
- isConnectionBased() - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- isConnectionBased() - Method in class org.apache.hc.client5.http.impl.auth.KerberosScheme
-
Deprecated.
- isConnectionBased() - Method in class org.apache.hc.client5.http.impl.auth.NTLMScheme
-
Deprecated.
- isConnectionBased() - Method in class org.apache.hc.client5.http.impl.auth.SPNegoScheme
-
Deprecated.
- isConnectionReusable() - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
-
Determines of the connection is considered re-usable.
- isConnectionReusable() - Method in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- isConsumed() - Method in class org.apache.hc.client5.http.impl.classic.RequestEntityProxy
- isContentCompressionEnabled() - Method in class org.apache.hc.client5.http.config.RequestConfig
- isControl(char) - Method in class org.apache.hc.client5.http.impl.cache.WarningValue
- isDataAvailable(Timeout) - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- isDone() - Method in class org.apache.hc.client5.http.impl.Operations.CompletedFuture
- isEnabled() - Method in class org.apache.hc.client5.http.impl.Wire
- isEndpointAcquired() - Method in interface org.apache.hc.client5.http.async.AsyncExecRuntime
-
Determines of a connection endpoint has been acquired.
- isEndpointAcquired() - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
-
Determines of a connection endpoint has been acquired.
- isEndpointAcquired() - Method in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- isEndpointAcquired() - Method in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- isEndpointAcquired() - Method in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- isEndpointConnected() - Method in interface org.apache.hc.client5.http.async.AsyncExecRuntime
-
Determines of there the endpoint is connected to the initial hop (connection target in case of a direct route or to the first proxy hop in case of a route via a proxy or multiple proxies).
- isEndpointConnected() - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
-
Determines of there the endpoint is connected to the initial hop (connection target in case of a direct route or to the first proxy hop in case of a route via a proxy or multiple proxies).
- isEndpointConnected() - Method in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- isEndpointConnected() - Method in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- isEndpointConnected() - Method in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- isEnhanced(HttpEntity) - Static method in class org.apache.hc.client5.http.impl.classic.RequestEntityProxy
- isExecutionAborted() - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
-
Determines of the request execution has been aborted.
- isExecutionAborted() - Method in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- isExpectContinueEnabled() - Method in class org.apache.hc.client5.http.config.RequestConfig
- isExpired(Instant) - Method in interface org.apache.hc.client5.http.cookie.Cookie
-
Returns true if this cookie has expired.
- isExpired(Instant) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Returns true if this cookie has expired.
- isExpired(Date) - Method in interface org.apache.hc.client5.http.cookie.Cookie
-
Deprecated.
- isExpired(Date) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Deprecated.
- isExplicitlyCacheable(HttpResponse) - Method in class org.apache.hc.client5.http.impl.cache.ResponseCachingPolicy
- isExplicitlyNonCacheable(HttpResponse) - Method in class org.apache.hc.client5.http.impl.cache.ResponseCachingPolicy
- isFreshEnough(HttpCacheEntry, HttpRequest, Instant) - Method in class org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker
- isFreshnessCheckEnabled() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Returns whether the cache will perform an extra cache entry freshness check upon cache update in case of a cache miss
- isGet(HttpRequest) - Method in class org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker
- isGzipCompressed() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Tests if entities are to be GZIP compressed (
true
), or not (false
). - isHardCancellationEnabled() - Method in class org.apache.hc.client5.http.config.RequestConfig
- isHeuristicCachingEnabled() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Returns whether heuristic caching is enabled.
- isHttpOnly() - Method in interface org.apache.hc.client5.http.cookie.Cookie
-
Checks whether this Cookie has been marked as
httpOnly
. - isHttpOnly() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- isLayered() - Method in class org.apache.hc.client5.http.HttpRoute
- isLayered() - Method in interface org.apache.hc.client5.http.RouteInfo
-
Checks whether this route includes a layered protocol.
- isLayered() - Method in class org.apache.hc.client5.http.RouteTracker
- isLineBreak(char) - Static method in class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
- isNeverCacheHTTP10ResponsesWithQuery() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Returns whether the cache will never cache HTTP 1.0 responses with a query string or not.
- isOpen() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- isOpen() - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- isOpen() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- isPersistent() - Method in interface org.apache.hc.client5.http.cookie.Cookie
-
Returns
false
if the cookie should be discarded at the end of the "session";true
otherwise. - isPersistent() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Returns
false
if the cookie should be discarded at the end of the "session";true
otherwise. - isRedirected(HttpRequest, HttpResponse, HttpContext) - Method in class org.apache.hc.client5.http.impl.DefaultRedirectStrategy
- isRedirected(HttpRequest, HttpResponse, HttpContext) - Method in interface org.apache.hc.client5.http.protocol.RedirectStrategy
-
Determines if a request should be redirected to a new location given the response from the target server.
- isRedirectsEnabled() - Method in class org.apache.hc.client5.http.config.RequestConfig
- isReleased() - Method in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient.InternalAsyncClientEndpoint
- isRepeatable() - Method in class org.apache.hc.client5.http.entity.mime.MultipartFormEntity
- isRepeatable() - Method in class org.apache.hc.client5.http.impl.cache.CombinedEntity
- isRepeatable() - Method in class org.apache.hc.client5.http.impl.classic.RequestEntityProxy
- isRepeatable() - Method in class org.apache.hc.client5.http.impl.classic.ResponseEntityProxy
- isRepeatable() - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler.RandomBinAsyncEntityProducer
- isRepeatable() - Method in class org.apache.hc.client5.testing.classic.RandomHandler.RandomEntity
-
Tells that this entity is repeatable, in a way.
- isResponseCacheable(String, HttpResponse) - Method in class org.apache.hc.client5.http.impl.cache.ResponseCachingPolicy
-
Determines if an HttpResponse can be cached.
- isResponseCacheable(HttpRequest, HttpResponse) - Method in class org.apache.hc.client5.http.impl.cache.ResponseCachingPolicy
-
Determine if the
HttpResponse
gotten from the origin is a cacheable response. - isResponseFresh(HttpCacheEntry, Instant) - Method in class org.apache.hc.client5.http.impl.cache.CacheValidityPolicy
- isResponseHeuristicallyFresh(HttpCacheEntry, Instant, float, TimeValue) - Method in class org.apache.hc.client5.http.impl.cache.CacheValidityPolicy
-
Decides if this response is fresh enough based Last-Modified and Date, if available.
- isResponseReady(HttpHost, CredentialsProvider, HttpContext) - Method in interface org.apache.hc.client5.http.auth.AuthScheme
-
Determines whether or not an authorization response can be generated based on the actual authentication state.
- isResponseReady(HttpHost, CredentialsProvider, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
- isResponseReady(HttpHost, CredentialsProvider, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.BearerScheme
- isResponseReady(HttpHost, CredentialsProvider, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- isResponseReady(HttpHost, CredentialsProvider, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-
Deprecated.
- isResponseReady(HttpHost, CredentialsProvider, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.NTLMScheme
-
Deprecated.
- isRevalidatable(HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CacheValidityPolicy
- isRunning() - Method in class org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase
- isRunning() - Method in class org.apache.hc.client5.http.impl.IdleConnectionEvictor
- isSameHost(URI, URI) - Static method in class org.apache.hc.client5.http.impl.cache.CacheInvalidatorBase
- isSecure - Variable in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
My secure flag.
- isSecure() - Method in interface org.apache.hc.client5.http.cookie.Cookie
-
Indicates whether this cookie requires a secure connection.
- isSecure() - Method in class org.apache.hc.client5.http.cookie.CookieOrigin
- isSecure() - Method in class org.apache.hc.client5.http.HttpRoute
- isSecure() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- isSecure() - Method in interface org.apache.hc.client5.http.RouteInfo
-
Checks whether this route is secure.
- isSecure() - Method in class org.apache.hc.client5.http.RouteTracker
- isSeparator(char) - Method in class org.apache.hc.client5.http.impl.cache.WarningValue
- isServableFromCache(HttpRequest) - Method in class org.apache.hc.client5.http.impl.cache.CacheableRequestPolicy
-
Determines if an HttpRequest can be served from the cache.
- isSharedCache() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Returns whether the cache will behave as a shared cache or not.
- isStale() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- isStale(HttpResponse) - Method in class org.apache.hc.client5.http.impl.cache.CacheRevalidatorBase
-
Determines if the given response is generated from a stale cache entry.
- isStreaming() - Method in class org.apache.hc.client5.http.entity.mime.MultipartFormEntity
- isStreaming() - Method in class org.apache.hc.client5.http.impl.cache.CombinedEntity
- isStreaming() - Method in class org.apache.hc.client5.http.impl.classic.RequestEntityProxy
- isStreaming() - Method in class org.apache.hc.client5.testing.classic.RandomHandler.RandomEntity
-
Tells that this entity is not streaming.
- isSuccess() - Method in class org.apache.hc.client5.testing.auth.AuthResult
- isText() - Method in class org.apache.hc.client5.http.async.methods.SimpleBody
- isTokenChar(char) - Method in class org.apache.hc.client5.http.impl.cache.WarningValue
- isTrusted(X509Certificate[], String) - Method in class org.apache.hc.client5.http.ssl.TrustAllStrategy
- isTrusted(X509Certificate[], String) - Method in class org.apache.hc.client5.http.ssl.TrustSelfSignedStrategy
-
Deprecated.
- isTunnelled() - Method in class org.apache.hc.client5.http.HttpRoute
- isTunnelled() - Method in interface org.apache.hc.client5.http.RouteInfo
-
Checks whether this route is tunnelled through a proxy.
- isTunnelled() - Method in class org.apache.hc.client5.http.RouteTracker
- isUpper(char) - Static method in class org.apache.hc.client5.http.utils.DnsUtils
- isWeakCipherSuite(String) - Static method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- isWeakETagOnPutDeleteAllowed() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Returns whether weak etags is allowed with PUT/DELETE methods.
- iterator() - Method in class org.apache.hc.client5.http.entity.mime.Header
J
- jobFailed(String) - Method in class org.apache.hc.client5.http.impl.cache.CacheRevalidatorBase
- jobSuccessful(String) - Method in class org.apache.hc.client5.http.impl.cache.CacheRevalidatorBase
K
- KEEP_ALIVE - Enum constant in enum org.apache.hc.client5.testing.redirect.Redirect.ConnControl
- keepAlive(HttpRequest, HttpResponse, HttpContext) - Method in class org.apache.hc.client5.http.impl.DefaultClientConnectionReuseStrategy
- keepAliveStrategy - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- keepAliveStrategy - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncMainClientExec
- keepAliveStrategy - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- keepAliveStrategy - Variable in class org.apache.hc.client5.http.impl.classic.MainClientExec
- keepResourceReference(HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
- KERBEROS - Static variable in class org.apache.hc.client5.http.auth.StandardAuthScheme
-
Deprecated.Do not use. The GGS based experimental authentication schemes are no longer supported. Consider using Basic or Bearer authentication with TLS instead.
- KERBEROS_OID - Static variable in class org.apache.hc.client5.http.impl.auth.KerberosScheme
-
Deprecated.
- KERBEROS_SCHEME - Static variable in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-
Deprecated.
- KerberosConfig - Class in org.apache.hc.client5.http.auth
-
Deprecated.Do not use. The GGS based experimental authentication schemes are no longer supported. Consider using Basic or Bearer authentication with TLS instead.
- KerberosConfig() - Constructor for class org.apache.hc.client5.http.auth.KerberosConfig
-
Deprecated.Intended for CDI compatibility
- KerberosConfig(KerberosConfig.Option, KerberosConfig.Option, KerberosConfig.Option) - Constructor for class org.apache.hc.client5.http.auth.KerberosConfig
-
Deprecated.
- KerberosConfig.Builder - Class in org.apache.hc.client5.http.auth
-
Deprecated.
- KerberosConfig.Option - Enum in org.apache.hc.client5.http.auth
-
Deprecated.
- KerberosCredentials - Class in org.apache.hc.client5.http.auth
-
Deprecated.Do not use. The GGS based experimental authentication schemes are no longer supported. Consider using Basic or Bearer authentication with TLS instead.
- KerberosCredentials(GSSCredential) - Constructor for class org.apache.hc.client5.http.auth.KerberosCredentials
-
Deprecated.Constructor with GSSCredential argument
- KerberosScheme - Class in org.apache.hc.client5.http.impl.auth
-
Deprecated.Do not use. The GGS based experimental authentication schemes are no longer supported. Consider using Basic or Bearer authentication with TLS instead.
- KerberosScheme() - Constructor for class org.apache.hc.client5.http.impl.auth.KerberosScheme
-
Deprecated.
- KerberosScheme(KerberosConfig, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.auth.KerberosScheme
-
Deprecated.
- KerberosSchemeFactory - Class in org.apache.hc.client5.http.impl.auth
-
Deprecated.Do not use. The GGS based experimental authentication schemes are no longer supported. Consider using Basic or Bearer authentication with TLS instead.
- KerberosSchemeFactory(KerberosConfig, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.auth.KerberosSchemeFactory
-
Deprecated.
- key - Variable in class org.apache.hc.client5.http.cache.HttpCacheStorageEntry
- key(String, NamedEndpoint, String) - Method in class org.apache.hc.client5.http.impl.auth.BasicAuthCache
- Key(String, String, int, String) - Constructor for class org.apache.hc.client5.http.impl.auth.BasicAuthCache.Key
L
- lanManagerSessionKey - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.
- LAST - Enum constant in enum org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.ExecInterceptorEntry.Position
- LAST - Enum constant in enum org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.RequestInterceptorEntry.Position
- LAST - Enum constant in enum org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.ResponseInterceptorEntry.Position
- LAST - Enum constant in enum org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.ExecInterceptorEntry.Position
- LAST - Enum constant in enum org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.RequestInterceptorEntry.Position
- LAST - Enum constant in enum org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.ResponseInterceptorEntry.Position
- LAST - Enum constant in enum org.apache.hc.client5.http.impl.classic.HttpClientBuilder.ExecInterceptorEntry.Position
- LAST - Enum constant in enum org.apache.hc.client5.http.impl.classic.HttpClientBuilder.RequestInterceptorEntry.Position
- LAST - Enum constant in enum org.apache.hc.client5.http.impl.classic.HttpClientBuilder.ResponseInterceptorEntry.Position
- LAST_MODIFIED - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- lastModifiedValidatorMatches(HttpRequest, HttpCacheEntry, Instant) - Method in class org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker
-
Check entry against If-Modified-Since, if If-Modified-Since is in the future it is invalid as per http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html
- lastNonce - Variable in class org.apache.hc.client5.http.impl.auth.DigestScheme
- lastRouteBackoffs - Variable in class org.apache.hc.client5.http.impl.classic.AbstractBackoff
-
A map that stores the last backoff timestamp for each HTTP route.
- lastRouteProbes - Variable in class org.apache.hc.client5.http.impl.classic.AbstractBackoff
-
A map that stores the last probe timestamp for each HTTP route.
- LaxExpiresHandler - Class in org.apache.hc.client5.http.impl.cookie
-
Cookie
expires
attribute handler conformant to the more relaxed interpretation of HTTP state management. - LaxExpiresHandler() - Constructor for class org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler
- LaxMaxAgeHandler - Class in org.apache.hc.client5.http.impl.cookie
-
Cookie
max-age
attribute handler conformant to the more relaxed interpretation of HTTP state management. - LaxMaxAgeHandler() - Constructor for class org.apache.hc.client5.http.impl.cookie.LaxMaxAgeHandler
- LAYER_PROTOCOL - Static variable in interface org.apache.hc.client5.http.routing.HttpRouteDirector
-
Step: layer protocol (over tunnel).
- layered - Variable in class org.apache.hc.client5.http.HttpRoute
-
Whether the route is layered.
- layered - Variable in class org.apache.hc.client5.http.RouteTracker
-
Whether the route is layered over a tunnel.
- LAYERED - Enum constant in enum org.apache.hc.client5.http.RouteInfo.LayerType
- LayeredConnectionSocketFactory - Interface in org.apache.hc.client5.http.socket
-
Extended
ConnectionSocketFactory
interface for layered sockets such as SSL/TLS. - layerProtocol(boolean) - Method in class org.apache.hc.client5.http.RouteTracker
-
Tracks layering a protocol.
- LayerType() - Constructor for enum org.apache.hc.client5.http.RouteInfo.LayerType
- LazyDecompressingInputStream - Class in org.apache.hc.client5.http.entity
-
Lazy init InputStream wrapper.
- LazyDecompressingInputStream(InputStream, InputStreamFactory) - Constructor for class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
- lease(String, HttpRoute, Object) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- lease(String, HttpRoute, Object) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- lease(String, HttpRoute, Object, Timeout, FutureCallback<AsyncConnectionEndpoint>) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- lease(String, HttpRoute, Object, Timeout, FutureCallback<AsyncConnectionEndpoint>) - Method in interface org.apache.hc.client5.http.nio.AsyncClientConnectionManager
-
Returns a
Future
object which can be used to obtain anAsyncConnectionEndpoint
or to cancel the request by callingFuture.cancel(boolean)
. - lease(String, HttpRoute, Timeout, Object) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- lease(String, HttpRoute, Timeout, Object) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- lease(String, HttpRoute, Timeout, Object) - Method in interface org.apache.hc.client5.http.io.HttpClientConnectionManager
-
Returns a
LeaseRequest
object which can be used to obtain aConnectionEndpoint
to cancel the request by callingCancellable.cancel()
. - lease(HttpHost, FutureCallback<AsyncClientEndpoint>) - Method in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient
- lease(HttpHost, HttpContext, FutureCallback<AsyncClientEndpoint>) - Method in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient
- leased - Variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- leaseEndpoint(HttpHost, Timeout, Timeout, HttpClientContext, FutureCallback<AsyncConnectionEndpoint>) - Method in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient
- LeaseRequest - Interface in org.apache.hc.client5.http.io
-
Represents a request for a
ConnectionEndpoint
whose life cycle is managed by a connection manager. - LEGACY - Enum constant in enum org.apache.hc.client5.http.entity.mime.HttpMultipartMode
-
Legacy compatibility mode.
- LegacyMultipart - Class in org.apache.hc.client5.http.entity.mime
-
HttpBrowserCompatibleMultipart represents a collection of MIME multipart encoded content bodies.
- LegacyMultipart(Charset, String, List<MultipartPart>) - Constructor for class org.apache.hc.client5.http.entity.mime.LegacyMultipart
- len - Variable in class org.apache.hc.client5.http.impl.cache.FileResource
- length - Variable in class org.apache.hc.client5.testing.async.AsyncRandomHandler.RandomBinAsyncEntityProducer
-
The length of the random data to generate.
- length - Variable in class org.apache.hc.client5.testing.classic.RandomHandler.RandomEntity
-
The length of the random data to generate.
- length() - Method in class org.apache.hc.client5.http.cache.Resource
-
Returns the length in bytes of the response body.
- length() - Method in class org.apache.hc.client5.http.impl.cache.FileResource
- length() - Method in class org.apache.hc.client5.http.impl.cache.HeapResource
- LenientHttpResponseParser - Class in org.apache.hc.client5.http.impl.io
-
Lenient HTTP response parser implementation that can skip malformed data until a valid HTTP response message head is encountered.
- LenientHttpResponseParser(Http1Config) - Constructor for class org.apache.hc.client5.http.impl.io.LenientHttpResponseParser
-
Creates new instance of DefaultHttpResponseParser.
- LenientHttpResponseParser(LineParser, HttpResponseFactory<ClassicHttpResponse>, Http1Config) - Constructor for class org.apache.hc.client5.http.impl.io.LenientHttpResponseParser
-
Creates new instance of DefaultHttpResponseParser.
- LinearBackoffManager - Class in org.apache.hc.client5.http.impl.classic
-
An implementation of
BackoffManager
that uses a linear backoff strategy to adjust the maximum number of connections per route in anPoolingHttpClientConnectionManager
. - LinearBackoffManager(ConnPoolControl<HttpRoute>) - Constructor for class org.apache.hc.client5.http.impl.classic.LinearBackoffManager
-
Constructs a new LinearBackoffManager with the specified connection pool control.
- LinearBackoffManager(ConnPoolControl<HttpRoute>, int) - Constructor for class org.apache.hc.client5.http.impl.classic.LinearBackoffManager
-
Constructs a new LinearBackoffManager with the specified connection pool control and backoff increment.
- lineParser - Variable in class org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory
- lm2SessionResponse - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.
- lmHash - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.
- lmHash(char[]) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.Creates the LM Hash of the user's password.
- lmResp - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
-
Deprecated.
- lmResponse - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.
- lmResponse(byte[], byte[]) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.Creates the LM Response from the given hash and Type 2 challenge.
- lmUserSessionKey - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.
- lmv2Hash - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.
- lmv2Hash(String, String, byte[]) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.Creates the LMv2 Hash of the user's password.
- lmv2Response - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.
- lmv2Response(byte[], byte[], byte[]) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.Creates the LMv2 Response from the given hash, client data, and Type 2 challenge.
- load(File) - Static method in class org.apache.hc.client5.http.psl.PublicSuffixMatcherLoader
- load(InputStream) - Static method in class org.apache.hc.client5.http.psl.PublicSuffixMatcherLoader
- load(URL) - Static method in class org.apache.hc.client5.http.psl.PublicSuffixMatcherLoader
- loadFromCache(HttpHost, String, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.auth.AuthCacheKeeper
- loadPreemptively(HttpHost, String, AuthExchange, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.AuthCacheKeeper
- localAddress - Variable in class org.apache.hc.client5.http.HttpRoute
-
The local address to connect from.
- localAddress - Variable in class org.apache.hc.client5.http.RouteTracker
-
The local address to connect from.
- localDomainMap - Variable in class org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter
- location - Variable in class org.apache.hc.client5.testing.redirect.Redirect
- lock - Variable in class org.apache.hc.client5.http.cookie.BasicCookieStore
- log - Variable in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- log - Variable in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- log - Variable in class org.apache.hc.client5.http.impl.async.LogAppendable
- log - Variable in class org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler
- log - Variable in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- log - Variable in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- log - Variable in class org.apache.hc.client5.http.impl.Wire
- log - Variable in class org.apache.hc.client5.http.ssl.TlsSessionValidator
- LOG - Static variable in class org.apache.hc.client5.http.async.methods.IgnoreCompleteExceptionFutureCallback
- LOG - Static variable in class org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase
- LOG - Static variable in class org.apache.hc.client5.http.impl.async.AsyncConnectExec
- LOG - Static variable in class org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec
- LOG - Static variable in class org.apache.hc.client5.http.impl.async.AsyncProtocolExec
- LOG - Static variable in class org.apache.hc.client5.http.impl.async.AsyncRedirectExec
- LOG - Static variable in class org.apache.hc.client5.http.impl.async.H2AsyncMainClientExec
- LOG - Static variable in class org.apache.hc.client5.http.impl.async.HttpAsyncMainClientExec
- LOG - Static variable in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- LOG - Static variable in class org.apache.hc.client5.http.impl.async.InternalH2AsyncClient
- LOG - Static variable in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncClient
- LOG - Static variable in class org.apache.hc.client5.http.impl.async.LoggingExceptionCallback
- LOG - Static variable in class org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient
- LOG - Static variable in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient
- LOG - Static variable in class org.apache.hc.client5.http.impl.auth.AuthCacheKeeper
- LOG - Static variable in class org.apache.hc.client5.http.impl.auth.BasicAuthCache
- LOG - Static variable in class org.apache.hc.client5.http.impl.auth.BasicScheme
- LOG - Static variable in class org.apache.hc.client5.http.impl.auth.BearerScheme
- LOG - Static variable in class org.apache.hc.client5.http.impl.auth.DigestScheme
- LOG - Static variable in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-
Deprecated.
- LOG - Static variable in class org.apache.hc.client5.http.impl.auth.HttpAuthenticator
- LOG - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMScheme
-
Deprecated.
- LOG - Static variable in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec
- LOG - Static variable in class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- LOG - Static variable in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- LOG - Static variable in class org.apache.hc.client5.http.impl.cache.CacheableRequestPolicy
- LOG - Static variable in class org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker
- LOG - Static variable in class org.apache.hc.client5.http.impl.cache.CacheRevalidatorBase
- LOG - Static variable in class org.apache.hc.client5.http.impl.cache.CachingExec
- LOG - Static variable in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- LOG - Static variable in class org.apache.hc.client5.http.impl.cache.DefaultAsyncCacheInvalidator
- LOG - Static variable in class org.apache.hc.client5.http.impl.cache.DefaultAsyncCacheRevalidator
- LOG - Static variable in class org.apache.hc.client5.http.impl.cache.DefaultCacheInvalidator
- LOG - Static variable in class org.apache.hc.client5.http.impl.cache.DefaultCacheRevalidator
- LOG - Static variable in class org.apache.hc.client5.http.impl.cache.ResponseCachingPolicy
- LOG - Static variable in class org.apache.hc.client5.http.impl.classic.AbstractBackoff
- LOG - Static variable in class org.apache.hc.client5.http.impl.classic.BackoffStrategyExec
- LOG - Static variable in class org.apache.hc.client5.http.impl.classic.CloseableHttpClient
- LOG - Static variable in class org.apache.hc.client5.http.impl.classic.ConnectExec
- LOG - Static variable in class org.apache.hc.client5.http.impl.classic.ExponentialBackoffManager
- LOG - Static variable in class org.apache.hc.client5.http.impl.classic.HttpRequestRetryExec
- LOG - Static variable in class org.apache.hc.client5.http.impl.classic.InternalHttpClient
- LOG - Static variable in class org.apache.hc.client5.http.impl.classic.LinearBackoffManager
- LOG - Static variable in class org.apache.hc.client5.http.impl.classic.MainClientExec
- LOG - Static variable in class org.apache.hc.client5.http.impl.classic.MinimalHttpClient
- LOG - Static variable in class org.apache.hc.client5.http.impl.classic.ProtocolExec
- LOG - Static variable in class org.apache.hc.client5.http.impl.classic.RedirectExec
- LOG - Static variable in class org.apache.hc.client5.http.impl.DefaultAuthenticationStrategy
- LOG - Static variable in class org.apache.hc.client5.http.impl.InMemoryDnsResolver
-
Logger associated to this class.
- LOG - Static variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- LOG - Static variable in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
- LOG - Static variable in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- LOG - Static variable in class org.apache.hc.client5.http.impl.io.LenientHttpResponseParser
- LOG - Static variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- LOG - Static variable in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- LOG - Static variable in class org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester
- LOG - Static variable in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- LOG - Static variable in class org.apache.hc.client5.http.impl.routing.DistributedProxySelector
- LOG - Static variable in class org.apache.hc.client5.http.protocol.RequestAddCookies
- LOG - Static variable in class org.apache.hc.client5.http.protocol.RequestAuthCache
-
Deprecated.
- LOG - Static variable in class org.apache.hc.client5.http.protocol.RequestClientConnControl
- LOG - Static variable in class org.apache.hc.client5.http.protocol.ResponseProcessCookies
- LOG - Static variable in class org.apache.hc.client5.http.psl.PublicSuffixMatcherLoader
- LOG - Static variable in class org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy
- LOG - Static variable in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- LOG - Static variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- LogAppendable - Class in org.apache.hc.client5.http.impl.async
- LogAppendable(Logger, String) - Constructor for class org.apache.hc.client5.http.impl.async.LogAppendable
- logData(ByteBuffer, String) - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- LoggingAsyncClientExchangeHandler - Class in org.apache.hc.client5.http.impl.async
- LoggingAsyncClientExchangeHandler(Logger, String, AsyncClientExchangeHandler) - Constructor for class org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler
- LoggingExceptionCallback - Class in org.apache.hc.client5.http.impl.async
- LoggingExceptionCallback() - Constructor for class org.apache.hc.client5.http.impl.async.LoggingExceptionCallback
- LoggingInputStream - Class in org.apache.hc.client5.http.impl.io
- LoggingInputStream(InputStream, Wire) - Constructor for class org.apache.hc.client5.http.impl.io.LoggingInputStream
- LoggingIOSession - Class in org.apache.hc.client5.http.impl.async
- LoggingIOSession(IOSession, Logger, Logger) - Constructor for class org.apache.hc.client5.http.impl.async.LoggingIOSession
- LoggingIOSessionDecorator - Class in org.apache.hc.client5.http.impl.async
- LoggingIOSessionDecorator() - Constructor for class org.apache.hc.client5.http.impl.async.LoggingIOSessionDecorator
- LoggingOutputStream - Class in org.apache.hc.client5.http.impl.io
- LoggingOutputStream(OutputStream, Wire) - Constructor for class org.apache.hc.client5.http.impl.io.LoggingOutputStream
- LoggingSocketHolder - Class in org.apache.hc.client5.http.impl.io
- LoggingSocketHolder(Socket, String, Logger) - Constructor for class org.apache.hc.client5.http.impl.io.LoggingSocketHolder
M
- MAGIC_TLS_SERVER_ENDPOINT - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- MAIN_TRANSPORT - Enum constant in enum org.apache.hc.client5.http.impl.ChainElement
- MainClientExec - Class in org.apache.hc.client5.http.impl.classic
-
Usually the last request execution handler in the classic request execution chain that is responsible for execution of request / response exchanges with the opposite endpoint.
- MainClientExec(HttpClientConnectionManager, HttpProcessor, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, UserTokenHandler) - Constructor for class org.apache.hc.client5.http.impl.classic.MainClientExec
- makeByteArrayInputStream(byte[]) - Method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
-
Helper method to make a new ByteArrayInputStream.
- makeHttpResponseParser() - Method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
-
Helper method to make a new HTTP Response parser.
- makeHttpResponseWriter(SessionOutputBuffer) - Method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
-
Helper method to make a new HTTP response writer.
- makeRandomChallenge(Random) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.Calculate a challenge block
- makeRequestCompliant(HttpRequest) - Method in class org.apache.hc.client5.http.impl.cache.RequestProtocolCompliance
-
If the
HttpRequest
is non-compliant but 'fixable' we go ahead and fix the request here. - makeSecondaryKey(Random) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.Calculate a 16-byte secondary key
- MalformedChallengeException - Exception Class in org.apache.hc.client5.http.auth
-
Signals that authentication challenge is in some way invalid or illegal in the given context
- MalformedChallengeException() - Constructor for exception class org.apache.hc.client5.http.auth.MalformedChallengeException
-
Creates a new MalformedChallengeException with a
null
detail message. - MalformedChallengeException(String) - Constructor for exception class org.apache.hc.client5.http.auth.MalformedChallengeException
-
Creates a new MalformedChallengeException with the specified message.
- MalformedChallengeException(String, Throwable) - Constructor for exception class org.apache.hc.client5.http.auth.MalformedChallengeException
-
Creates a new MalformedChallengeException with the specified detail message and cause.
- MalformedCookieException - Exception Class in org.apache.hc.client5.http.cookie
-
Signals that a cookie is in some way invalid or illegal in a given context
- MalformedCookieException() - Constructor for exception class org.apache.hc.client5.http.cookie.MalformedCookieException
-
Creates a new MalformedCookieException with a
null
detail message. - MalformedCookieException(String) - Constructor for exception class org.apache.hc.client5.http.cookie.MalformedCookieException
-
Creates a new MalformedCookieException with a specified message string.
- MalformedCookieException(String, Throwable) - Constructor for exception class org.apache.hc.client5.http.cookie.MalformedCookieException
-
Creates a new MalformedCookieException with the specified detail message and cause.
- ManagedAsyncClientConnection - Interface in org.apache.hc.client5.http.nio
-
Represents a managed asynchronous connection whose state and life cycle is managed by a connection manager.
- ManagedHttpCacheStorage - Class in org.apache.hc.client5.http.impl.cache
-
HttpCacheStorage
implementation capable of deallocating resources associated with the cache entries. - ManagedHttpCacheStorage(CacheConfig) - Constructor for class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
- ManagedHttpClientConnection - Interface in org.apache.hc.client5.http.io
-
Represents a managed connection whose state and life cycle is managed by a connection manager.
- ManagedHttpClientConnectionFactory - Class in org.apache.hc.client5.http.impl.io
-
Factory for
ManagedHttpClientConnection
instances. - ManagedHttpClientConnectionFactory() - Constructor for class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
- ManagedHttpClientConnectionFactory(Http1Config, CharCodingConfig, HttpMessageParserFactory<ClassicHttpResponse>) - Constructor for class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
- ManagedHttpClientConnectionFactory(Http1Config, CharCodingConfig, HttpMessageWriterFactory<ClassicHttpRequest>, HttpMessageParserFactory<ClassicHttpResponse>) - Constructor for class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
- ManagedHttpClientConnectionFactory(Http1Config, CharCodingConfig, HttpMessageWriterFactory<ClassicHttpRequest>, HttpMessageParserFactory<ClassicHttpResponse>, ContentLengthStrategy, ContentLengthStrategy) - Constructor for class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
- ManagedHttpClientConnectionFactory(Http1Config, CharCodingConfig, HttpMessageWriterFactory<ClassicHttpRequest>, HttpMessageParserFactory<ClassicHttpResponse>, ContentLengthStrategy, ContentLengthStrategy, ResponseOutOfOrderStrategy) - Constructor for class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
- ManagedHttpClientConnectionFactory.Builder - Class in org.apache.hc.client5.http.impl.io
-
Builder for
ManagedHttpClientConnectionFactory
. - manager - Variable in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncClient
- manager - Variable in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- manager - Variable in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient
- manager - Variable in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- map - Variable in class org.apache.hc.client5.http.impl.auth.BasicAuthCache
- map - Variable in class org.apache.hc.client5.http.schedule.ConcurrentCountMap
- mark(int) - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
-
Mark.
- mark(int) - Method in class org.apache.hc.client5.http.impl.io.LoggingInputStream
- markConnectionNonReusable() - Method in interface org.apache.hc.client5.http.async.AsyncExecRuntime
-
Marks the connection as non re-usable.
- markConnectionNonReusable() - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
-
Marks the connection as non re-usable.
- markConnectionNonReusable() - Method in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- markConnectionNonReusable() - Method in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- markConnectionNonReusable() - Method in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- markConnectionReusable(Object, TimeValue) - Method in interface org.apache.hc.client5.http.async.AsyncExecRuntime
-
Marks the connection as potentially re-usable for the given period of time and also marks it as stateful if the state representation is given.
- markConnectionReusable(Object, TimeValue) - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
-
Marks the connection as potentially re-usable for the given period of time and also marks it as stateful if the state representation is given.
- markConnectionReusable(Object, TimeValue) - Method in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- markConnectionReusable(Object, TimeValue) - Method in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- markConnectionReusable(Object, TimeValue) - Method in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- markSupported() - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
-
Check if mark is supported.
- markSupported() - Method in class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
- markSupported() - Method in class org.apache.hc.client5.http.impl.io.LoggingInputStream
- match(AuthScope) - Method in class org.apache.hc.client5.http.auth.AuthScope
-
Tests if the authentication scopes match.
- match(Cookie, CookieOrigin) - Method in interface org.apache.hc.client5.http.cookie.CookieAttributeHandler
-
Matches the given value (property of the destination host where request is being submitted) with the corresponding cookie attribute.
- match(Cookie, CookieOrigin) - Method in interface org.apache.hc.client5.http.cookie.CookieSpec
-
Determines if a Cookie matches the target location.
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.BasicDomainHandler
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.BasicHttpOnlyHandler
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.BasicPathHandler
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.BasicSecureHandler
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.CookieSpecBase
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.IgnoreSpecSpec
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter
-
Never matches if the cookie's domain is from the blacklist.
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- match(DomainType, DomainType) - Static method in class org.apache.hc.client5.http.psl.PublicSuffixMatcher
- matchCN(String, X509Certificate, PublicSuffixMatcher) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- matchCredentials(Map<AuthScope, Credentials>, AuthScope) - Static method in class org.apache.hc.client5.http.impl.auth.CredentialsMatcher
-
Find matching
credentials
for the given authentication scope. - matchDNSName(String, List<SubjectName>, PublicSuffixMatcher) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- matchDomainRoot(String, String) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- matches(String) - Method in class org.apache.hc.client5.http.psl.PublicSuffixMatcher
-
Tests whether the given domain matches any of entry from the public suffix list.
- matches(String, DomainType) - Method in class org.apache.hc.client5.http.psl.PublicSuffixMatcher
-
Tests whether the given domain matches any of entry from the public suffix list.
- matchIdentity(String, String) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- matchIdentity(String, String, PublicSuffixMatcher) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- matchIdentity(String, String, PublicSuffixMatcher, DomainType) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- matchIdentity(String, String, PublicSuffixMatcher, DomainType, boolean) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- matchIdentityStrict(String, String) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- matchIdentityStrict(String, String, PublicSuffixMatcher) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- matchIdentityStrict(String, String, PublicSuffixMatcher, DomainType) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- matchIPAddress(String, List<SubjectName>) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- matchIPv6Address(String, List<SubjectName>) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- MAX_AGE - Static variable in class org.apache.hc.client5.http.impl.cache.CacheValidityPolicy
- MAX_AGE_ATTR - Static variable in interface org.apache.hc.client5.http.cookie.Cookie
- MAX_AGE_PATTERN - Static variable in class org.apache.hc.client5.http.impl.cookie.LaxMaxAgeHandler
- MAX_FORWARDS - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- MAX_MESSAGE_LENGTH - Static variable in class org.apache.hc.client5.http.fluent.ContentResponseHandler
-
The maximum length of the exception message, to avoid excessive memory usage.
- MAX_STRING_BUILDER_SIZE - Static variable in class org.apache.hc.client5.http.impl.Wire
- maxCacheEntries - Variable in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
- maxCacheEntries - Variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
- maxConnPerRoute - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- maxConnPerRoute - Variable in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
- maxConnTotal - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- maxConnTotal - Variable in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
- maxEntries - Variable in class org.apache.hc.client5.http.impl.cache.CacheMap
- maxExpiry - Variable in class org.apache.hc.client5.http.impl.schedule.ExponentialBackOffSchedulingStrategy
- maxIdleTime - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- maxIdleTime - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- maxIdleTime - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- maxObjectSize - Variable in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
- maxObjectSize - Variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
- maxObjectSizeBytes - Variable in class org.apache.hc.client5.http.impl.cache.ResponseCachingPolicy
- maxRedirects - Variable in class org.apache.hc.client5.http.config.RequestConfig.Builder
- maxRedirects - Variable in class org.apache.hc.client5.http.config.RequestConfig
- maxRedirects - Variable in class org.apache.hc.client5.http.impl.async.AsyncRedirectExec.State
- maxRetries - Variable in class org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy
-
Maximum number of allowed retries
- maxUpdateRetries - Variable in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
- maxUpdateRetries - Variable in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
- maxUpdateRetries - Variable in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
- maxUpdateRetries - Variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
- mayCallBackend(HttpRequest) - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- mayReturnStaleIfError(HttpRequest, HttpCacheEntry, Instant) - Method in class org.apache.hc.client5.http.impl.cache.CacheValidityPolicy
- mayReturnStaleIfError(MessageHeaders, String, TimeValue) - Method in class org.apache.hc.client5.http.impl.cache.CacheValidityPolicy
- mayReturnStaleWhileRevalidating(HttpCacheEntry, Instant) - Method in class org.apache.hc.client5.http.impl.cache.CacheValidityPolicy
- MD4() - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.MD4
-
Deprecated.
- md5 - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.HMACMD5
-
Deprecated.
- mergeHeaders(HttpCacheEntry, HttpResponse) - Method in class org.apache.hc.client5.http.impl.cache.CacheUpdateHandler
- messageContents - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Deprecated.The current response
- messageCopier - Variable in class org.apache.hc.client5.http.impl.cache.ConditionalRequestBuilder
- MessageCopier<T> - Interface in org.apache.hc.client5.http.impl
-
Deprecated.Use message builders.
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.classic.methods.HttpDelete
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.classic.methods.HttpGet
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.classic.methods.HttpHead
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.classic.methods.HttpOptions
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.classic.methods.HttpPatch
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.classic.methods.HttpPost
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.classic.methods.HttpPut
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.classic.methods.HttpTrace
- metrics - Variable in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionService
- metrics - Variable in class org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable
- metrics() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionService
- MimeConsts - Class in org.apache.hc.client5.http.entity.mime
- MimeConsts() - Constructor for class org.apache.hc.client5.http.entity.mime.MimeConsts
- MimeField - Class in org.apache.hc.client5.http.entity.mime
-
Minimal MIME field.
- MimeField(String, String) - Constructor for class org.apache.hc.client5.http.entity.mime.MimeField
- MimeField(String, String, List<NameValuePair>) - Constructor for class org.apache.hc.client5.http.entity.mime.MimeField
- MimeField(MimeField) - Constructor for class org.apache.hc.client5.http.entity.mime.MimeField
- MinimalH2AsyncClient - Class in org.apache.hc.client5.http.impl.async
-
Minimal implementation of HTTP/2 only
CloseableHttpAsyncClient
. - MinimalH2AsyncClient(IOEventHandlerFactory, AsyncPushConsumerRegistry, IOReactorConfig, ThreadFactory, ThreadFactory, DnsResolver, TlsStrategy) - Constructor for class org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient
- MinimalHttpAsyncClient - Class in org.apache.hc.client5.http.impl.async
-
Minimal implementation of
CloseableHttpAsyncClient
. - MinimalHttpAsyncClient(IOEventHandlerFactory, AsyncPushConsumerRegistry, IOReactorConfig, ThreadFactory, ThreadFactory, AsyncClientConnectionManager, SchemePortResolver, TlsConfig) - Constructor for class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient
- MinimalHttpAsyncClient.InternalAsyncClientEndpoint - Class in org.apache.hc.client5.http.impl.async
- MinimalHttpClient - Class in org.apache.hc.client5.http.impl.classic
-
Minimal implementation of
CloseableHttpClient
. - MinimalHttpClient(HttpClientConnectionManager) - Constructor for class org.apache.hc.client5.http.impl.classic.MinimalHttpClient
- MISSING - Enum constant in enum org.apache.hc.client5.http.impl.auth.DigestScheme.QualityOfProtection
- mode - Variable in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- mode - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
-
Deprecated.
- Mode() - Constructor for enum org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Mode
-
Deprecated.
- MONTH - Static variable in class org.apache.hc.client5.http.impl.cache.WarningValue
- MONTH_PATTERN - Static variable in class org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler
- MONTHS - Static variable in class org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler
- morque - Variable in class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
- MSG_TYPE1_GENERATED - Enum constant in enum org.apache.hc.client5.http.impl.auth.NTLMScheme.State
-
Deprecated.
- MSG_TYPE2_RECEIVED - Enum constant in enum org.apache.hc.client5.http.impl.auth.NTLMScheme.State
-
Deprecated.
- MSG_TYPE3_GENERATED - Enum constant in enum org.apache.hc.client5.http.impl.auth.NTLMScheme.State
-
Deprecated.
- MSV_AV_CHANNEL_BINDINGS - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- MSV_AV_DNS_COMPUTER_NAME - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- MSV_AV_DNS_DOMAIN_NAME - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- MSV_AV_DNS_TREE_NAME - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- MSV_AV_EOL - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- MSV_AV_FLAGS - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- MSV_AV_FLAGS_ACCOUNT_AUTH_CONSTAINED - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- MSV_AV_FLAGS_MIC - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- MSV_AV_FLAGS_UNTRUSTED_TARGET_SPN - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- MSV_AV_NB_COMPUTER_NAME - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- MSV_AV_NB_DOMAIN_NAME - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- MSV_AV_SINGLE_HOST - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- MSV_AV_TARGET_NAME - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- MSV_AV_TIMESTAMP - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- MultihomeConnectionInitiator - Class in org.apache.hc.client5.http.impl.nio
-
Multi-home DNS aware implementation of
ConnectionInitiator
. - MultihomeConnectionInitiator(ConnectionInitiator, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.nio.MultihomeConnectionInitiator
- MultihomeIOSessionRequester - Class in org.apache.hc.client5.http.impl.nio
- MultihomeIOSessionRequester(DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester
- multipart - Variable in class org.apache.hc.client5.http.entity.mime.MultipartFormEntity
- MULTIPART_CHARS - Static variable in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-
The pool of ASCII chars to be used for generating a multipart boundary.
- MultipartEntityBuilder - Class in org.apache.hc.client5.http.entity.mime
-
Builder for multipart
HttpEntity
s. - MultipartEntityBuilder() - Constructor for class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- MultipartFormEntity - Class in org.apache.hc.client5.http.entity.mime
- MultipartFormEntity(AbstractMultipartFormat, ContentType, long) - Constructor for class org.apache.hc.client5.http.entity.mime.MultipartFormEntity
- MultipartPart - Class in org.apache.hc.client5.http.entity.mime
-
MultipartPart class represents a content body that can be used as a part of multipart encoded entities.
- MultipartPart(ContentBody, Header) - Constructor for class org.apache.hc.client5.http.entity.mime.MultipartPart
- MultipartPartBuilder - Class in org.apache.hc.client5.http.entity.mime
-
Builder for individual
MultipartPart
s. - MultipartPartBuilder() - Constructor for class org.apache.hc.client5.http.entity.mime.MultipartPartBuilder
- MultipartPartBuilder(ContentBody) - Constructor for class org.apache.hc.client5.http.entity.mime.MultipartPartBuilder
- multipartParts - Variable in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- mustRevalidate(HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CacheValidityPolicy
N
- name - Variable in class org.apache.hc.client5.http.entity.mime.FormBodyPart
- name - Variable in class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
- name - Variable in class org.apache.hc.client5.http.entity.mime.MimeField
- name - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.ExecInterceptorEntry
- name - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.ExecInterceptorEntry
- name - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder.ExecInterceptorEntry
- name - Variable in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Cookie name
- namedEndpoint - Variable in exception class org.apache.hc.client5.http.ConnectTimeoutException
- namedEndpoint - Variable in exception class org.apache.hc.client5.http.HttpHostConnectException
- needAuthentication(AuthExchange, AuthExchange, HttpHost, HttpHost, String, HttpResponse, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.async.AsyncProtocolExec
- needAuthentication(AuthExchange, AuthExchange, HttpHost, HttpHost, String, HttpResponse, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.classic.ProtocolExec
- needAuthentication(AuthExchange, HttpHost, HttpResponse, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.async.AsyncConnectExec
- negotiateResponseFromVariants(HttpHost, ClassicHttpRequest, ExecChain.Scope, ExecChain, Map<String, Variant>) - Method in class org.apache.hc.client5.http.impl.cache.CachingExec
- negotiateResponseFromVariants(HttpHost, HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback, Map<String, Variant>) - Method in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec
- netbiosDomain - Variable in class org.apache.hc.client5.http.auth.NTCredentials
-
Deprecated.The netbios domain the authentication request is against
- neverCache1_0ResponsesWithQueryString - Variable in class org.apache.hc.client5.http.impl.cache.ResponseCachingPolicy
- neverCacheHTTP10ResponsesWithQuery - Variable in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
- neverCacheHTTP10ResponsesWithQuery - Variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
- newInstance() - Static method in class org.apache.hc.client5.http.fluent.Async
- newInstance() - Static method in class org.apache.hc.client5.http.fluent.Executor
- newInstance(CloseableHttpClient) - Static method in class org.apache.hc.client5.http.fluent.Executor
- next - Variable in class org.apache.hc.client5.http.impl.async.AsyncExecChainElement
- next - Variable in class org.apache.hc.client5.http.impl.classic.ExecChainElement
- nextSelector() - Method in class org.apache.hc.client5.http.impl.routing.DistributedProxySelector
-
Retrieves the next available
ProxySelector
in the list of selectors, incrementing the shared index atomically to ensure proper distribution across different threads. - nextStep(RouteInfo, RouteInfo) - Method in class org.apache.hc.client5.http.impl.routing.BasicRouteDirector
-
Provides the next step.
- nextStep(RouteInfo, RouteInfo) - Method in interface org.apache.hc.client5.http.routing.HttpRouteDirector
-
Provides the next step.
- NO_CACHE_DIRECTIVE_WITH_FIELD_NAME - Enum constant in enum org.apache.hc.client5.http.impl.cache.RequestProtocolError
- NO_CONTENT - Static variable in class org.apache.hc.client5.http.fluent.Content
- NO_TOKEN - Static variable in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-
Deprecated.
- NoAgeCacheValidityPolicy() - Constructor for class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer.NoAgeCacheValidityPolicy
- nonCancellable() - Static method in class org.apache.hc.client5.http.impl.Operations
-
Creates a
Cancellable
operation handle for an ongoing process or operation that cannot be cancelled. - nonRetriableIOExceptionClasses - Variable in class org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy
-
Derived
IOExceptions
which shall not be retried - NOOP_CANCELLABLE - Static variable in class org.apache.hc.client5.http.impl.Operations
- NoopCacheEntrySerializer - Class in org.apache.hc.client5.http.impl.cache
-
HttpCacheEntrySerializer
that usesHttpCacheStorageEntry
as its cache content representation. - NoopCacheEntrySerializer() - Constructor for class org.apache.hc.client5.http.impl.cache.NoopCacheEntrySerializer
- NoopHostnameVerifier - Class in org.apache.hc.client5.http.ssl
-
The NO_OP HostnameVerifier essentially turns hostname verification off.
- NoopHostnameVerifier() - Constructor for class org.apache.hc.client5.http.ssl.NoopHostnameVerifier
- NoopUserTokenHandler - Class in org.apache.hc.client5.http.impl
-
Noop implementation of
UserTokenHandler
that always returnsnull
. - NoopUserTokenHandler() - Constructor for class org.apache.hc.client5.http.impl.NoopUserTokenHandler
- normaliseAddress(String) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- normalize(String) - Static method in class org.apache.hc.client5.http.utils.DnsUtils
- normalize(URI) - Static method in class org.apache.hc.client5.http.impl.cache.HttpCacheSupport
-
Returns normalized representation of the request URI optimized for use as a cache key.
- normalize(HttpHost, SchemePortResolver) - Static method in class org.apache.hc.client5.http.routing.RoutingSupport
- normalizePath(Cookie) - Method in class org.apache.hc.client5.http.cookie.CookiePathComparator
- normalizeQuetly(String) - Static method in class org.apache.hc.client5.http.impl.cache.HttpCacheSupport
-
Deprecated.
- normalizeQuietly(String) - Static method in class org.apache.hc.client5.http.impl.cache.HttpCacheSupport
-
Lenient URI parser that normalizes valid
URI
s and returnsnull
for malformed URIs. - normalizeSyntax(URI) - Static method in class org.apache.hc.client5.http.utils.URIUtils
-
Removes dot segments and performs Syntax-Based Normalization.
- notGetOrHeadRequest(String) - Static method in class org.apache.hc.client5.http.impl.cache.CacheInvalidatorBase
- nounceCount - Variable in class org.apache.hc.client5.http.impl.auth.DigestScheme
- NTCredentials - Class in org.apache.hc.client5.http.auth
-
Deprecated.Do not use. the NTLM authentication scheme is no longer supported. Consider using Basic or Bearer authentication with TLS instead.
- NTCredentials(char[], String, String, String) - Constructor for class org.apache.hc.client5.http.auth.NTCredentials
-
Deprecated.Constructor to create an instance of NTCredentials.
- NTCredentials(String, char[], String, String) - Constructor for class org.apache.hc.client5.http.auth.NTCredentials
-
Deprecated.Constructor.
- NTCredentials(String, char[], String, String, String) - Constructor for class org.apache.hc.client5.http.auth.NTCredentials
-
Deprecated.Constructor.
- NTLM - Static variable in class org.apache.hc.client5.http.auth.StandardAuthScheme
-
Deprecated.Do not use. the NTLM authentication scheme is no longer supported. Consider using Basic or Bearer authentication with TLS instead.
- ntlm2SessionResponse - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.
- ntlm2SessionResponse(byte[], byte[], byte[]) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.Calculates the NTLM2 Session Response for the given challenge, using the specified password and client challenge.
- ntlm2SessionResponseUserSessionKey - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.
- NTLMEngine - Interface in org.apache.hc.client5.http.impl.auth
-
Deprecated.Do not use. the NTLM authentication scheme is no longer supported
- NTLMEngineException - Exception Class in org.apache.hc.client5.http.impl.auth
-
Deprecated.Do not use.
- NTLMEngineException() - Constructor for exception class org.apache.hc.client5.http.impl.auth.NTLMEngineException
-
Deprecated.
- NTLMEngineException(String) - Constructor for exception class org.apache.hc.client5.http.impl.auth.NTLMEngineException
-
Deprecated.Creates a new NTLMEngineException with the specified message.
- NTLMEngineException(String, Throwable) - Constructor for exception class org.apache.hc.client5.http.impl.auth.NTLMEngineException
-
Deprecated.Creates a new NTLMEngineException with the specified detail message and cause.
- NTLMEngineImpl - Class in org.apache.hc.client5.http.impl.auth
-
Deprecated.Do not use.
- NTLMEngineImpl() - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- NTLMEngineImpl.CipherGen - Class in org.apache.hc.client5.http.impl.auth
-
Deprecated.
- NTLMEngineImpl.Handle - Class in org.apache.hc.client5.http.impl.auth
-
Deprecated.
- NTLMEngineImpl.HMACMD5 - Class in org.apache.hc.client5.http.impl.auth
-
Deprecated.Cryptography support - HMACMD5 - algorithmically based on various web resources by Karl Wright
- NTLMEngineImpl.MD4 - Class in org.apache.hc.client5.http.impl.auth
-
Deprecated.Cryptography support - MD4.
- NTLMEngineImpl.Mode - Enum in org.apache.hc.client5.http.impl.auth
-
Deprecated.
- NTLMEngineImpl.NTLMMessage - Class in org.apache.hc.client5.http.impl.auth
-
Deprecated.NTLM message generation, base class
- NTLMEngineImpl.Type1Message - Class in org.apache.hc.client5.http.impl.auth
-
Deprecated.Type 1 message assembly class
- NTLMEngineImpl.Type2Message - Class in org.apache.hc.client5.http.impl.auth
-
Deprecated.Type 2 message class
- NTLMEngineImpl.Type3Message - Class in org.apache.hc.client5.http.impl.auth
-
Deprecated.Type 3 message assembly class
- ntlmHash - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.
- ntlmHash(char[]) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.Creates the NTLM Hash of the user's password.
- NTLMMessage() - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Deprecated.Constructor to use when message contents are not yet known
- NTLMMessage(byte[], int) - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Deprecated.Constructor to use when message bytes are known
- NTLMMessage(String, int) - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Deprecated.Constructor taking a string
- ntlmResponse - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.
- NTLMScheme - Class in org.apache.hc.client5.http.impl.auth
-
Deprecated.Do not use. the NTLM authentication scheme is no longer supported. Consider using Basic or Bearer authentication with TLS instead.
- NTLMScheme() - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMScheme
-
Deprecated.
- NTLMScheme(NTLMEngine) - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMScheme
-
Deprecated.
- NTLMScheme.State - Enum in org.apache.hc.client5.http.impl.auth
-
Deprecated.
- NTLMSchemeFactory - Class in org.apache.hc.client5.http.impl.auth
-
Deprecated.Do not use. the NTLM authentication scheme is no longer supported. Consider using Basic or Bearer authentication with TLS instead.
- NTLMSchemeFactory() - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMSchemeFactory
-
Deprecated.
- ntlmUserSessionKey - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.
- ntlmv2Blob - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.
- ntlmv2Hash - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.
- ntlmv2Hash(String, String, byte[]) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.Creates the NTLMv2 Hash of the user's password.
- ntlmv2Response - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.
- ntlmv2UserSessionKey - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.
- ntname - Variable in class org.apache.hc.client5.http.auth.NTUserPrincipal
- ntResp - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
-
Deprecated.
- NTUserPrincipal - Class in org.apache.hc.client5.http.auth
-
Microsoft Windows specific user principal implementation.
- NTUserPrincipal(String, String) - Constructor for class org.apache.hc.client5.http.auth.NTUserPrincipal
- NullBackoffStrategy - Class in org.apache.hc.client5.http.impl.classic
-
This is a
ConnectionBackoffStrategy
that never backs off, for compatibility with existing behavior. - NullBackoffStrategy() - Constructor for class org.apache.hc.client5.http.impl.classic.NullBackoffStrategy
- NullOutputStream() - Constructor for class org.apache.hc.client5.http.impl.classic.ResponseEntityProxy.NullOutputStream
O
- oddParity(byte[]) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.Applies odd parity to the given byte array.
- offs - Variable in class org.apache.hc.client5.http.impl.cache.WarningValue
- onRequestSubmitted(ClassicHttpRequest) - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- onResponseReceived(ClassicHttpResponse) - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- opad - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.HMACMD5
-
Deprecated.
- Operations - Class in org.apache.hc.client5.http.impl
-
Common cancellable operations.
- Operations() - Constructor for class org.apache.hc.client5.http.impl.Operations
- Operations.CompletedFuture<T> - Class in org.apache.hc.client5.http.impl
-
This class represents a
Future
in the completed state with a fixed result. - Option() - Constructor for enum org.apache.hc.client5.http.auth.KerberosConfig.Option
-
Deprecated.
- options() - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- options(String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- options(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- options(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- options(String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.
- options(String) - Static method in class org.apache.hc.client5.http.fluent.Request
- options(URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- options(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- options(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- options(URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.
- options(URI) - Static method in class org.apache.hc.client5.http.fluent.Request
- options(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- options(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- OPTIONS_METHOD - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- org.apache.hc.client5.http - package org.apache.hc.client5.http
-
Client component APIs common to all client transports such as connection route information and resolution as well as common HTTP method definitions and exception classes.
- org.apache.hc.client5.http.async - package org.apache.hc.client5.http.async
-
HTTP client APIs based on the asynchronous, event driven I/O model.
- org.apache.hc.client5.http.async.methods - package org.apache.hc.client5.http.async.methods
-
Common HTTP methods and message handlers for the asynchronous I/O model.
- org.apache.hc.client5.http.auth - package org.apache.hc.client5.http.auth
-
Client HTTP authentication APIs.
- org.apache.hc.client5.http.cache - package org.apache.hc.client5.http.cache
-
Caching APIs for both the classic and the asynchronous HTTP transports.
- org.apache.hc.client5.http.classic - package org.apache.hc.client5.http.classic
-
HTTP client APIs based on the classic (blocking) I/O model.
- org.apache.hc.client5.http.classic.methods - package org.apache.hc.client5.http.classic.methods
-
Common HTTP methods and message handlers for the classic I/O model.
- org.apache.hc.client5.http.config - package org.apache.hc.client5.http.config
-
HTTP client configuration APIs.
- org.apache.hc.client5.http.cookie - package org.apache.hc.client5.http.cookie
-
Client HTTP state management APIs.
- org.apache.hc.client5.http.entity - package org.apache.hc.client5.http.entity
-
Client specific HTTP entity implementations.
- org.apache.hc.client5.http.entity.mime - package org.apache.hc.client5.http.entity.mime
-
MIME coded HTTP entity implementations.
- org.apache.hc.client5.http.fluent - package org.apache.hc.client5.http.fluent
-
Simple facade APIs for HttpClient based on the concept of a fluent interface.
- org.apache.hc.client5.http.impl - package org.apache.hc.client5.http.impl
- org.apache.hc.client5.http.impl.async - package org.apache.hc.client5.http.impl.async
-
Asynchronous HTTP client API implementation that supports both HTTP/2 and HTTP/1.1 transport.
- org.apache.hc.client5.http.impl.auth - package org.apache.hc.client5.http.impl.auth
-
Standard and common HTTP authentication schemes.
- org.apache.hc.client5.http.impl.cache - package org.apache.hc.client5.http.impl.cache
-
Caching API implementation for both the classic and the asynchronous HTTP transports.
- org.apache.hc.client5.http.impl.classic - package org.apache.hc.client5.http.impl.classic
-
Classic HTTP client API implementation that supports HTTP/1.1 transport only.
- org.apache.hc.client5.http.impl.cookie - package org.apache.hc.client5.http.impl.cookie
-
Standard and common HTTP cookie management policies.
- org.apache.hc.client5.http.impl.io - package org.apache.hc.client5.http.impl.io
-
Client connection management functions based the classic connection management APIs.
- org.apache.hc.client5.http.impl.nio - package org.apache.hc.client5.http.impl.nio
-
Client connection management functions based the asynchronous connection management APIs.
- org.apache.hc.client5.http.impl.routing - package org.apache.hc.client5.http.impl.routing
-
Standard client connection routing API implementations.
- org.apache.hc.client5.http.impl.schedule - package org.apache.hc.client5.http.impl.schedule
-
Commons scheduling strategy implementations.
- org.apache.hc.client5.http.io - package org.apache.hc.client5.http.io
-
Connection management APIs based on the classic (blocking) I/O model.
- org.apache.hc.client5.http.nio - package org.apache.hc.client5.http.nio
-
Connection management APIs based on the asynchronous I/O model.
- org.apache.hc.client5.http.protocol - package org.apache.hc.client5.http.protocol
-
HTTP protocol interceptors that enable advanced functionality such as HTTP state management and authentication state caching.
- org.apache.hc.client5.http.psl - package org.apache.hc.client5.http.psl
-
Public Suffix List support classes.
- org.apache.hc.client5.http.routing - package org.apache.hc.client5.http.routing
-
Client connection routing APIs.
- org.apache.hc.client5.http.schedule - package org.apache.hc.client5.http.schedule
-
Scheduling strategies used by HTTP cache implementations.
- org.apache.hc.client5.http.socket - package org.apache.hc.client5.http.socket
-
Client connection socket APIs.
- org.apache.hc.client5.http.ssl - package org.apache.hc.client5.http.ssl
-
Client TLS/SSL support.
- org.apache.hc.client5.http.utils - package org.apache.hc.client5.http.utils
-
Client utility classes.
- org.apache.hc.client5.testing.async - package org.apache.hc.client5.testing.async
- org.apache.hc.client5.testing.auth - package org.apache.hc.client5.testing.auth
- org.apache.hc.client5.testing.classic - package org.apache.hc.client5.testing.classic
- org.apache.hc.client5.testing.redirect - package org.apache.hc.client5.testing.redirect
- original - Variable in class org.apache.hc.client5.http.impl.classic.RequestEntityProxy
- originalRequest - Variable in class org.apache.hc.client5.http.async.AsyncExecChain.Scope
- originalRequest - Variable in class org.apache.hc.client5.http.classic.ExecChain.Scope
- originalRequest - Variable in class org.apache.hc.client5.http.impl.async.AsyncRedirectExec.State
- originInsistsOnFreshness(HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker
- out - Variable in class org.apache.hc.client5.http.impl.io.LoggingOutputStream
- outgoingContentLengthStrategy - Variable in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory.Builder
- outgoingContentLengthStrategy(ContentLengthStrategy) - Method in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory.Builder
- outgoingContentStrategy - Variable in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
- output(byte[]) - Method in class org.apache.hc.client5.http.impl.Wire
- output(byte[], int, int) - Method in class org.apache.hc.client5.http.impl.Wire
- output(int) - Method in class org.apache.hc.client5.http.impl.Wire
- output(String) - Method in class org.apache.hc.client5.http.impl.Wire
- output(ByteBuffer) - Method in class org.apache.hc.client5.http.impl.Wire
P
- PARAM_DELIMITER - Static variable in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- parameters - Variable in class org.apache.hc.client5.http.entity.EntityBuilder
- parameters - Variable in class org.apache.hc.client5.http.entity.mime.MimeField
- paramMap - Variable in class org.apache.hc.client5.http.impl.auth.BasicScheme
- paramMap - Variable in class org.apache.hc.client5.http.impl.auth.BearerScheme
- paramMap - Variable in class org.apache.hc.client5.http.impl.auth.DigestScheme
- params - Variable in class org.apache.hc.client5.http.auth.AuthChallenge
- params - Variable in class org.apache.hc.client5.http.fluent.Form
- params - Variable in class org.apache.hc.client5.http.impl.auth.AuthChallengeParser.ChallengeInt
- params - Variable in class org.apache.hc.client5.testing.auth.AuthResult
- parse(Reader) - Method in class org.apache.hc.client5.http.psl.PublicSuffixListParser
-
Parses the public suffix list format.
- parse(String) - Method in class org.apache.hc.client5.http.ssl.DistinguishedNameParser
- parse(ChallengeType, CharSequence, ParserCursor) - Method in class org.apache.hc.client5.http.impl.auth.AuthChallengeParser
-
Parses the given sequence of characters into a list of
AuthChallenge
elements. - parse(SetCookie, String) - Method in interface org.apache.hc.client5.http.cookie.CookieAttributeHandler
-
Parse the given cookie attribute value and processChallenge the corresponding
Cookie
property. - parse(SetCookie, String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicDomainHandler
- parse(SetCookie, String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicExpiresHandler
- parse(SetCookie, String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicHttpOnlyHandler
- parse(SetCookie, String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicMaxAgeHandler
- parse(SetCookie, String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicPathHandler
- parse(SetCookie, String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicSecureHandler
- parse(SetCookie, String) - Method in class org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler
- parse(SetCookie, String) - Method in class org.apache.hc.client5.http.impl.cookie.LaxMaxAgeHandler
- parse(SetCookie, String) - Method in class org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter
- parse(HeaderElement[], CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.CookieSpecBase
- parse(Header, CookieOrigin) - Method in interface org.apache.hc.client5.http.cookie.CookieSpec
-
Parse the
"Set-Cookie"
Header into an array of Cookies. - parse(Header, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.IgnoreSpecSpec
- parse(Header, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- parse(CharArrayBuffer, Tokenizer.Cursor) - Method in class org.apache.hc.client5.http.ssl.DistinguishedNameParser
- parseByType(Reader) - Method in class org.apache.hc.client5.http.psl.PublicSuffixListParser
-
Parses the public suffix list format by domain type (currently supported ICANN and PRIVATE).
- parseChallenge(CharSequence, ParserCursor, AuthChallengeParser.ChallengeInt) - Method in class org.apache.hc.client5.http.impl.auth.AuthChallengeParser
- parseCharset(String, Charset) - Static method in class org.apache.hc.client5.http.impl.auth.AuthSchemeSupport
- parseDate() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Find the "Date" response header and parse it into a
Instant
- parseDate(String) - Static method in class org.apache.hc.client5.http.utils.DateUtils
-
Deprecated.
- parseDate(String, String[]) - Static method in class org.apache.hc.client5.http.utils.DateUtils
-
Deprecated.
- parseDate(String, String[], Date) - Static method in class org.apache.hc.client5.http.utils.DateUtils
-
Deprecated.
- parseDate(String, DateTimeFormatter...) - Static method in class org.apache.hc.client5.http.utils.DateUtils
-
Parses the date value using the given date/time formats.
- parseDate(MessageHeaders, String) - Static method in class org.apache.hc.client5.http.utils.DateUtils
-
Deprecated.
- parseError() - Method in class org.apache.hc.client5.http.impl.cache.WarningValue
- parseParameter(CharArrayBuffer, Tokenizer.Cursor) - Method in class org.apache.hc.client5.http.ssl.DistinguishedNameParser
- parser - Variable in class org.apache.hc.client5.http.impl.auth.HttpAuthenticator
- parseStandardDate(String) - Static method in class org.apache.hc.client5.http.utils.DateUtils
-
Parses the instant value using the standard date/time formats (
DateUtils.PATTERN_RFC1123
,DateUtils.PATTERN_RFC1036
,DateUtils.PATTERN_ASCTIME
). - parseStandardDate(MessageHeaders, String) - Static method in class org.apache.hc.client5.http.utils.DateUtils
-
Parses an instant value from a header with the given name.
- parseToken(CharSequence, ParserCursor) - Method in class org.apache.hc.client5.http.impl.auth.AuthChallengeParser
- parseToken(CharArrayBuffer, Tokenizer.Cursor, BitSet) - Method in class org.apache.hc.client5.http.ssl.DistinguishedNameParser
- parseValue(CharArrayBuffer, Tokenizer.Cursor, BitSet) - Method in class org.apache.hc.client5.http.ssl.DistinguishedNameParser
- parts - Variable in class org.apache.hc.client5.http.entity.mime.HttpRFC6532Multipart
- parts - Variable in class org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart
- parts - Variable in class org.apache.hc.client5.http.entity.mime.HttpStrictMultipart
- parts - Variable in class org.apache.hc.client5.http.entity.mime.LegacyMultipart
- passivate() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- passivate() - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- passivate() - Method in interface org.apache.hc.client5.http.io.ManagedHttpClientConnection
-
Puts the connection into idle mode.
- passivate() - Method in interface org.apache.hc.client5.http.nio.ManagedAsyncClientConnection
-
Puts the connection into idle mode.
- password - Variable in class org.apache.hc.client5.http.auth.NTCredentials
-
Deprecated.Password
- password - Variable in class org.apache.hc.client5.http.auth.UsernamePasswordCredentials
- password - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.
- patch() - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- patch(String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- patch(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- patch(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- patch(String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.
- patch(String) - Static method in class org.apache.hc.client5.http.fluent.Request
- patch(URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- patch(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- patch(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- patch(URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.
- patch(URI) - Static method in class org.apache.hc.client5.http.fluent.Request
- patch(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- patch(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- path - Variable in class org.apache.hc.client5.http.cookie.CookieOrigin
- PATH_ATTR - Static variable in interface org.apache.hc.client5.http.cookie.Cookie
- pathMatch(String, String) - Static method in class org.apache.hc.client5.http.impl.cookie.BasicPathHandler
- pathPrefix - Variable in class org.apache.hc.client5.http.auth.AuthExchange
- pathPrefix - Variable in class org.apache.hc.client5.http.impl.auth.BasicAuthCache.Key
- PATTERN_ASCTIME - Static variable in class org.apache.hc.client5.http.utils.DateUtils
-
Date format pattern used to parse HTTP date headers in ANSI C
asctime()
format. - PATTERN_RFC1036 - Static variable in class org.apache.hc.client5.http.utils.DateUtils
-
Date format pattern used to parse HTTP date headers in RFC 1036 format.
- PATTERN_RFC1123 - Static variable in class org.apache.hc.client5.http.utils.DateUtils
-
Date format pattern used to parse HTTP date headers in RFC 1123 format.
- pendingRequest - Variable in class org.apache.hc.client5.http.impl.cache.CacheRevalidatorBase
- PERCENT_CODEC - Static variable in class org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart
- PercentCodec() - Constructor for class org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart.PercentCodec
- perform(URIAuthority, String, String) - Method in interface org.apache.hc.client5.testing.auth.Authenticator
- PLAIN - Enum constant in enum org.apache.hc.client5.http.RouteInfo.LayerType
- PLAIN - Enum constant in enum org.apache.hc.client5.http.RouteInfo.TunnelType
- PlainConnectionSocketFactory - Class in org.apache.hc.client5.http.socket
-
The default class for creating plain (unencrypted) sockets.
- PlainConnectionSocketFactory() - Constructor for class org.apache.hc.client5.http.socket.PlainConnectionSocketFactory
- poll() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- pool - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- pool - Variable in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- poolConcurrencyPolicy - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- poolConcurrencyPolicy - Variable in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
- poolEntryRef - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.InternalConnectionEndpoint
- poolEntryRef - Variable in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager.InternalConnectionEndpoint
- PoolingAsyncClientConnectionManager - Class in org.apache.hc.client5.http.impl.nio
-
PoolingAsyncClientConnectionManager
maintains a pool of non-blockingHttpConnection
s and is able to service connection requests from multiple execution threads. - PoolingAsyncClientConnectionManager() - Constructor for class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- PoolingAsyncClientConnectionManager(AsyncClientConnectionOperator, PoolConcurrencyPolicy, PoolReusePolicy, TimeValue) - Constructor for class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- PoolingAsyncClientConnectionManager(Lookup<TlsStrategy>) - Constructor for class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- PoolingAsyncClientConnectionManager(Lookup<TlsStrategy>, PoolConcurrencyPolicy, PoolReusePolicy, TimeValue) - Constructor for class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- PoolingAsyncClientConnectionManager(Lookup<TlsStrategy>, PoolConcurrencyPolicy, PoolReusePolicy, TimeValue, SchemePortResolver, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- PoolingAsyncClientConnectionManager(Lookup<TlsStrategy>, PoolConcurrencyPolicy, TimeValue) - Constructor for class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- PoolingAsyncClientConnectionManager(ManagedConnPool<HttpRoute, ManagedAsyncClientConnection>, AsyncClientConnectionOperator) - Constructor for class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- PoolingAsyncClientConnectionManager.InternalConnectionEndpoint - Class in org.apache.hc.client5.http.impl.nio
- PoolingAsyncClientConnectionManagerBuilder - Class in org.apache.hc.client5.http.impl.nio
-
Builder for
PoolingAsyncClientConnectionManager
instances. - PoolingAsyncClientConnectionManagerBuilder() - Constructor for class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
- PoolingHttpClientConnectionManager - Class in org.apache.hc.client5.http.impl.io
-
ClientConnectionPoolManager
maintains a pool ofManagedHttpClientConnection
s and is able to service connection requests from multiple execution threads. - PoolingHttpClientConnectionManager() - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- PoolingHttpClientConnectionManager(HttpClientConnectionOperator, ManagedConnPool<HttpRoute, ManagedHttpClientConnection>, HttpConnectionFactory<ManagedHttpClientConnection>) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- PoolingHttpClientConnectionManager(HttpClientConnectionOperator, PoolConcurrencyPolicy, PoolReusePolicy, TimeValue, HttpConnectionFactory<ManagedHttpClientConnection>) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, HttpConnectionFactory<ManagedHttpClientConnection>) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, PoolConcurrencyPolicy, PoolReusePolicy, TimeValue) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, PoolConcurrencyPolicy, PoolReusePolicy, TimeValue, SchemePortResolver, DnsResolver, HttpConnectionFactory<ManagedHttpClientConnection>) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, PoolConcurrencyPolicy, PoolReusePolicy, TimeValue, HttpConnectionFactory<ManagedHttpClientConnection>) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, PoolConcurrencyPolicy, TimeValue, HttpConnectionFactory<ManagedHttpClientConnection>) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- PoolingHttpClientConnectionManager.InternalConnectionEndpoint - Class in org.apache.hc.client5.http.impl.io
- PoolingHttpClientConnectionManagerBuilder - Class in org.apache.hc.client5.http.impl.io
-
Builder for
PoolingHttpClientConnectionManager
instances. - PoolingHttpClientConnectionManagerBuilder() - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- poolReusePolicy - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- poolReusePolicy - Variable in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
- port - Variable in class org.apache.hc.client5.http.auth.AuthScope
- port - Variable in class org.apache.hc.client5.http.cookie.CookieOrigin
- port - Variable in class org.apache.hc.client5.http.impl.auth.BasicAuthCache.Key
- PORT - Static variable in class org.apache.hc.client5.http.impl.cache.WarningValue
- position - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.ExecInterceptorEntry
- position - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.RequestInterceptorEntry
- position - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.ResponseInterceptorEntry
- position - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.ExecInterceptorEntry
- position - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.RequestInterceptorEntry
- position - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.ResponseInterceptorEntry
- position - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder.ExecInterceptorEntry
- position - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder.RequestInterceptorEntry
- position - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder.ResponseInterceptorEntry
- Position() - Constructor for enum org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.ExecInterceptorEntry.Position
- Position() - Constructor for enum org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.RequestInterceptorEntry.Position
- Position() - Constructor for enum org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.ResponseInterceptorEntry.Position
- Position() - Constructor for enum org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.ExecInterceptorEntry.Position
- Position() - Constructor for enum org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.RequestInterceptorEntry.Position
- Position() - Constructor for enum org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.ResponseInterceptorEntry.Position
- Position() - Constructor for enum org.apache.hc.client5.http.impl.classic.HttpClientBuilder.ExecInterceptorEntry.Position
- Position() - Constructor for enum org.apache.hc.client5.http.impl.classic.HttpClientBuilder.RequestInterceptorEntry.Position
- Position() - Constructor for enum org.apache.hc.client5.http.impl.classic.HttpClientBuilder.ResponseInterceptorEntry.Position
- post() - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- post(String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- post(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- post(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- post(String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.
- post(String) - Static method in class org.apache.hc.client5.http.fluent.Request
- post(URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- post(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- post(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- post(URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.
- post(URI) - Static method in class org.apache.hc.client5.http.fluent.Request
- post(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- post(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- PRAGMA - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- preamble - Variable in class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
-
The preamble to be included before the multipart content.
- preamble - Variable in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-
The preamble of the multipart message.
- preemptiveAuth(HttpHost, AuthScheme) - Method in class org.apache.hc.client5.http.ContextBuilder
- preemptiveBasicAuth(HttpHost, UsernamePasswordCredentials) - Method in class org.apache.hc.client5.http.ContextBuilder
- prefix - Variable in class org.apache.hc.client5.http.impl.async.LogAppendable
- prefix0 - Variable in class org.apache.hc.client5.http.impl.PrefixedIncrementingId
- prefix1 - Variable in class org.apache.hc.client5.http.impl.PrefixedIncrementingId
- prefix2 - Variable in class org.apache.hc.client5.http.impl.PrefixedIncrementingId
- prefix3 - Variable in class org.apache.hc.client5.http.impl.PrefixedIncrementingId
- prefix4 - Variable in class org.apache.hc.client5.http.impl.PrefixedIncrementingId
- prefix5 - Variable in class org.apache.hc.client5.http.impl.PrefixedIncrementingId
- prefix6 - Variable in class org.apache.hc.client5.http.impl.PrefixedIncrementingId
- prefix7 - Variable in class org.apache.hc.client5.http.impl.PrefixedIncrementingId
- prefix8 - Variable in class org.apache.hc.client5.http.impl.PrefixedIncrementingId
- prefix9 - Variable in class org.apache.hc.client5.http.impl.PrefixedIncrementingId
- PrefixedIncrementingId - Class in org.apache.hc.client5.http.impl
-
A thread safe incrementing identifier.
- PrefixedIncrementingId(String) - Constructor for class org.apache.hc.client5.http.impl.PrefixedIncrementingId
-
Creates an incrementing identifier.
- prepareResponse(int, int) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Deprecated.Prepares the object to create a response of the given length.
- prepareSocket(SSLSocket) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
Deprecated.
- prepareSocket(SSLSocket, HttpContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
Performs any custom initialization for a newly created SSLSocket (before the SSL handshake happens).
- primary - Variable in class org.apache.hc.client5.http.impl.async.AsyncPushConsumerRegistry
- principal - Variable in class org.apache.hc.client5.http.auth.NTCredentials
-
Deprecated.The user principal
- principal - Variable in class org.apache.hc.client5.http.auth.UsernamePasswordCredentials
- PRIVATE - Enum constant in enum org.apache.hc.client5.http.psl.DomainType
- PRIVATE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- probe(HttpRoute) - Method in interface org.apache.hc.client5.http.classic.BackoffManager
-
Called when we have determined that the result of using a connection has succeeded and that we may probe for more connections.
- probe(HttpRoute) - Method in class org.apache.hc.client5.http.impl.classic.AbstractBackoff
-
Increases the number of maximum allowed connections for the specified route after a successful connection has been established.
- probe(HttpRoute) - Method in class org.apache.hc.client5.http.impl.classic.LinearBackoffManager
-
Adjusts the maximum number of connections for the specified route, decreasing it by the increment value.
- proceed(ClassicHttpRequest, ExecChain.Scope) - Method in interface org.apache.hc.client5.http.classic.ExecChain
- proceed(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecCallback) - Method in interface org.apache.hc.client5.http.async.AsyncExecChain
-
Proceeds to the next element in the request execution chain.
- proceedToNextHop(AsyncConnectExec.State, HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.async.AsyncConnectExec
- process(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.protocol.RequestAddCookies
- process(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.protocol.RequestAuthCache
-
Deprecated.
- process(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.protocol.RequestClientConnControl
- process(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.protocol.RequestDefaultHeaders
- process(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.protocol.RequestExpectContinue
- process(HttpResponse, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.protocol.ResponseProcessCookies
- processBuffer() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.MD4
-
Deprecated.
- processChallenge(AuthChallenge, HttpContext) - Method in interface org.apache.hc.client5.http.auth.AuthScheme
-
Processes the given auth challenge.
- processChallenge(AuthChallenge, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
- processChallenge(AuthChallenge, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.BearerScheme
- processChallenge(AuthChallenge, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- processChallenge(AuthChallenge, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-
Deprecated.
- processChallenge(AuthChallenge, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.NTLMScheme
-
Deprecated.
- processCookies(String, Iterator<Header>, CookieSpec, CookieOrigin, CookieStore) - Method in class org.apache.hc.client5.http.protocol.ResponseProcessCookies
- produce(DataStreamChannel) - Method in class org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler
- produce(DataStreamChannel) - Method in class org.apache.hc.client5.testing.async.AsyncEchoHandler
- produce(DataStreamChannel) - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler
- produce(DataStreamChannel) - Method in class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
- produce(DataStreamChannel) - Method in class org.apache.hc.client5.testing.async.RedirectingAsyncDecorator
- produce(DataStreamChannel) - Method in class org.apache.hc.client5.testing.async.ServiceUnavailableAsyncDecorator
- produceData(StreamChannel<ByteBuffer>) - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler.RandomBinAsyncEntityProducer
- produceRequest(RequestChannel, HttpContext) - Method in class org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler
- protocol - Variable in class org.apache.hc.client5.http.auth.AuthScope
- PROTOCOL - Enum constant in enum org.apache.hc.client5.http.impl.ChainElement
- PROTOCOL_DEFAULT - Enum constant in enum org.apache.hc.client5.testing.redirect.Redirect.ConnControl
- ProtocolExec - Class in org.apache.hc.client5.http.impl.classic
-
Request execution handler in the classic request execution chain that is responsible for implementation of HTTP specification requirements.
- ProtocolExec(AuthenticationStrategy, AuthenticationStrategy, SchemePortResolver, boolean) - Constructor for class org.apache.hc.client5.http.impl.classic.ProtocolExec
- proxiedStep(RouteInfo, RouteInfo) - Method in class org.apache.hc.client5.http.impl.routing.BasicRouteDirector
-
Determines the next step to establish a connection via proxy.
- proxy - Variable in class org.apache.hc.client5.http.config.RequestConfig.Builder
- proxy - Variable in class org.apache.hc.client5.http.config.RequestConfig
- proxy - Variable in class org.apache.hc.client5.http.fluent.Request
- proxy - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- proxy - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- proxy - Variable in class org.apache.hc.client5.http.impl.routing.DefaultProxyRoutePlanner
- PROXY - Enum constant in enum org.apache.hc.client5.http.auth.ChallengeType
- PROXY_AUTHENTICATE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- proxyAuthExchange - Variable in class org.apache.hc.client5.http.impl.classic.ProxyClient
- proxyAuthStrategy - Variable in class org.apache.hc.client5.http.impl.async.AsyncConnectExec
- proxyAuthStrategy - Variable in class org.apache.hc.client5.http.impl.async.AsyncProtocolExec
- proxyAuthStrategy - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- proxyAuthStrategy - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- proxyAuthStrategy - Variable in class org.apache.hc.client5.http.impl.classic.ConnectExec
- proxyAuthStrategy - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- proxyAuthStrategy - Variable in class org.apache.hc.client5.http.impl.classic.ProtocolExec
- proxyAuthStrategy - Variable in class org.apache.hc.client5.http.impl.classic.ProxyClient
- proxyChain - Variable in class org.apache.hc.client5.http.HttpRoute
-
The proxy servers, if any.
- proxyChain - Variable in class org.apache.hc.client5.http.RouteTracker
-
The proxy chain, if any.
- ProxyClient - Class in org.apache.hc.client5.http.impl.classic
-
ProxyClient can be used to establish a tunnel via an HTTP/1.1 proxy.
- ProxyClient() - Constructor for class org.apache.hc.client5.http.impl.classic.ProxyClient
- ProxyClient(RequestConfig) - Constructor for class org.apache.hc.client5.http.impl.classic.ProxyClient
- ProxyClient(HttpConnectionFactory<ManagedHttpClientConnection>, Http1Config, CharCodingConfig, RequestConfig) - Constructor for class org.apache.hc.client5.http.impl.classic.ProxyClient
- proxyHttpProcessor - Variable in class org.apache.hc.client5.http.impl.async.AsyncConnectExec
- proxyHttpProcessor - Variable in class org.apache.hc.client5.http.impl.classic.ConnectExec
- proxyPreferredAuthSchemes - Variable in class org.apache.hc.client5.http.config.RequestConfig.Builder
- proxyPreferredAuthSchemes - Variable in class org.apache.hc.client5.http.config.RequestConfig
- proxyRevalidate(HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CacheValidityPolicy
- proxySelector - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- proxySelector - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- proxySelector - Variable in class org.apache.hc.client5.http.impl.routing.SystemDefaultRoutePlanner
- PUBLIC - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- PublicSuffixDomainFilter - Class in org.apache.hc.client5.http.impl.cookie
-
Wraps a
CookieAttributeHandler
and leverages its match method to never match a suffix from a black list. - PublicSuffixDomainFilter(CommonCookieAttributeHandler, PublicSuffixList) - Constructor for class org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter
- PublicSuffixDomainFilter(CommonCookieAttributeHandler, PublicSuffixMatcher) - Constructor for class org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter
- PublicSuffixList - Class in org.apache.hc.client5.http.psl
-
Public suffix is a set of DNS names or wildcards concatenated with dots.
- PublicSuffixList(List<String>, List<String>) - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixList
- PublicSuffixList(DomainType, List<String>, List<String>) - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixList
- PublicSuffixListParser - Class in org.apache.hc.client5.http.psl
-
Parses the list from publicsuffix.org and configures a PublicSuffixFilter.
- PublicSuffixListParser() - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixListParser
- publicSuffixMatcher - Variable in class org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter
- publicSuffixMatcher - Variable in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory
- publicSuffixMatcher - Variable in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- PublicSuffixMatcher - Class in org.apache.hc.client5.http.psl
-
Utility class that can test if DNS names match the content of the Public Suffix List.
- PublicSuffixMatcher(Collection<String>, Collection<String>) - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixMatcher
- PublicSuffixMatcher(Collection<PublicSuffixList>) - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixMatcher
- PublicSuffixMatcher(DomainType, Collection<String>, Collection<String>) - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixMatcher
- PublicSuffixMatcherLoader - Class in org.apache.hc.client5.http.psl
-
PublicSuffixMatcher
loader. - PublicSuffixMatcherLoader() - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixMatcherLoader
- pushConsumerRegistry - Variable in class org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase
- pushHandlerFactory - Variable in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- pushHandlerFactory - Variable in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- put() - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- put(String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- put(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- put(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- put(String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.
- put(String) - Static method in class org.apache.hc.client5.http.fluent.Request
- put(URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- put(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- put(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- put(URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.
- put(URI) - Static method in class org.apache.hc.client5.http.fluent.Request
- put(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- put(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- put(HttpHost, String, AuthScheme) - Method in interface org.apache.hc.client5.http.auth.AuthCache
-
Stores the authentication state with the given authentication scope in the cache.
- put(HttpHost, String, AuthScheme) - Method in class org.apache.hc.client5.http.impl.auth.BasicAuthCache
- put(HttpHost, AuthScheme) - Method in interface org.apache.hc.client5.http.auth.AuthCache
-
Stores the authentication state with the given authentication scope in the cache.
- put(HttpHost, AuthScheme) - Method in class org.apache.hc.client5.http.impl.auth.BasicAuthCache
- PUT_METHOD - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- putEntry(String, HttpCacheEntry) - Method in interface org.apache.hc.client5.http.cache.HttpCacheStorage
-
Store a given cache entry under the given key.
- putEntry(String, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
- putEntry(String, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCacheStorage
-
Places a HttpCacheEntry in the cache
- putEntry(String, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
- putEntry(String, HttpCacheEntry, FutureCallback<Boolean>) - Method in interface org.apache.hc.client5.http.cache.HttpAsyncCacheStorage
-
Store a given cache entry under the given key.
- putEntry(String, HttpCacheEntry, FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.cache.HttpAsyncCacheStorageAdaptor
- putEntry(String, HttpCacheEntry, FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
Q
- QualityOfProtection() - Constructor for enum org.apache.hc.client5.http.impl.auth.DigestScheme.QualityOfProtection
R
- RADIX - Static variable in class org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart
-
Radix used in encoding and decoding.
- random - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.
- RandomBinAsyncEntityProducer(long) - Constructor for class org.apache.hc.client5.testing.async.AsyncRandomHandler.RandomBinAsyncEntityProducer
- RandomEntity(long) - Constructor for class org.apache.hc.client5.testing.classic.RandomHandler.RandomEntity
-
Creates a new entity generating the given amount of data.
- RandomHandler - Class in org.apache.hc.client5.testing.classic
-
A handler that generates random data.
- RandomHandler() - Constructor for class org.apache.hc.client5.testing.classic.RandomHandler
- RandomHandler.RandomEntity - Class in org.apache.hc.client5.testing.classic
-
An entity that generates random data.
- RANGE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- RANGE - Static variable in class org.apache.hc.client5.testing.async.AsyncRandomHandler.RandomBinAsyncEntityProducer
-
The range from which to generate random data.
- RANGE - Static variable in class org.apache.hc.client5.testing.classic.RandomHandler.RandomEntity
-
The range from which to generate random data.
- raw - Variable in class org.apache.hc.client5.http.fluent.Content
- rc4 - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
-
Deprecated.
- RC4(byte[], byte[]) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.Calculates RC4
- read() - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
-
Read a byte.
- read() - Method in class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
- read() - Method in class org.apache.hc.client5.http.impl.io.LoggingInputStream
- read(byte[]) - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
-
Read lots of bytes.
- read(byte[]) - Method in class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
- read(byte[]) - Method in class org.apache.hc.client5.http.impl.io.LoggingInputStream
- read(byte[], int, int) - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
-
Read lots of specific bytes.
- read(byte[], int, int) - Method in class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
- read(byte[], int, int) - Method in class org.apache.hc.client5.http.impl.io.LoggingInputStream
- read(ByteBuffer) - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- readByte(int) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Deprecated.Read a byte from a position within the message buffer
- readBytes(byte[], int) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Deprecated.Read a bunch of bytes from a position in the message buffer
- readObject(ObjectInputStream) - Method in class org.apache.hc.client5.http.cookie.BasicCookieStore
- readObject(ObjectInputStream) - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
- readObject(ObjectInputStream) - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- readObjectNoData() - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
- readSecurityBuffer(byte[], int) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- readSecurityBuffer(int) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Deprecated.Read a security buffer from a position within the message buffer
- readULong(byte[], int) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- readULong(int) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Deprecated.Read a ulong from a position within the message buffer
- readUShort(byte[], int) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- readUShort(int) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Deprecated.Read a ushort from a position within the message buffer
- READY - Enum constant in enum org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase.Status
- realm - Variable in class org.apache.hc.client5.http.auth.AuthScope
- reasonPhrase - Variable in exception class org.apache.hc.client5.http.HttpResponseException
- recordCacheFailure(HttpHost, HttpRequest) - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- recordCacheHit(HttpHost, HttpRequest) - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- recordCacheMiss(HttpHost, HttpRequest) - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- recordCacheUpdate(HttpContext) - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- Redirect - Class in org.apache.hc.client5.testing.redirect
- Redirect(int, String) - Constructor for class org.apache.hc.client5.testing.redirect.Redirect
- Redirect(int, String, Redirect.ConnControl) - Constructor for class org.apache.hc.client5.testing.redirect.Redirect
- REDIRECT - Enum constant in enum org.apache.hc.client5.http.impl.ChainElement
- REDIRECT_LOCATIONS - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Attribute name of a
RedirectLocations
object that represents a collection of all redirect locations received in the process of request execution. - Redirect.ConnControl - Enum in org.apache.hc.client5.testing.redirect
- redirectCount - Variable in class org.apache.hc.client5.http.impl.async.AsyncRedirectExec.State
- RedirectException - Exception Class in org.apache.hc.client5.http
-
Signals violation of HTTP specification caused by an invalid redirect
- RedirectException() - Constructor for exception class org.apache.hc.client5.http.RedirectException
-
Creates a new RedirectException with a
null
detail message. - RedirectException(String) - Constructor for exception class org.apache.hc.client5.http.RedirectException
-
Creates a new RedirectException with the specified detail message.
- RedirectException(String, Throwable) - Constructor for exception class org.apache.hc.client5.http.RedirectException
-
Creates a new RedirectException with the specified detail message and cause.
- RedirectExec - Class in org.apache.hc.client5.http.impl.classic
-
Request execution handler in the classic request execution chain responsible for handling of request redirects.
- RedirectExec(HttpRoutePlanner, RedirectStrategy) - Constructor for class org.apache.hc.client5.http.impl.classic.RedirectExec
- redirectHandlingDisabled - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- redirectHandlingDisabled - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- redirectHandlingDisabled - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- redirecting - Variable in class org.apache.hc.client5.testing.async.RedirectingAsyncDecorator
- RedirectingAsyncDecorator - Class in org.apache.hc.client5.testing.async
- RedirectingAsyncDecorator(AsyncServerExchangeHandler, RedirectResolver) - Constructor for class org.apache.hc.client5.testing.async.RedirectingAsyncDecorator
- RedirectingDecorator - Class in org.apache.hc.client5.testing.classic
- RedirectingDecorator(HttpServerRequestHandler, RedirectResolver) - Constructor for class org.apache.hc.client5.testing.classic.RedirectingDecorator
- redirectLocations - Variable in class org.apache.hc.client5.http.impl.async.AsyncRedirectExec.State
- RedirectLocations - Class in org.apache.hc.client5.http.protocol
-
This class represents a collection of
URI
s used as redirect locations. - RedirectLocations() - Constructor for class org.apache.hc.client5.http.protocol.RedirectLocations
- redirectResolver - Variable in class org.apache.hc.client5.testing.async.RedirectingAsyncDecorator
- redirectResolver - Variable in class org.apache.hc.client5.testing.classic.RedirectingDecorator
- RedirectResolver - Interface in org.apache.hc.client5.testing.redirect
- redirectsEnabled - Variable in class org.apache.hc.client5.http.config.RequestConfig.Builder
- redirectsEnabled - Variable in class org.apache.hc.client5.http.config.RequestConfig
- redirectStrategy - Variable in class org.apache.hc.client5.http.impl.async.AsyncRedirectExec
- redirectStrategy - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- redirectStrategy - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- redirectStrategy - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- redirectStrategy - Variable in class org.apache.hc.client5.http.impl.classic.RedirectExec
- RedirectStrategy - Interface in org.apache.hc.client5.http.protocol
-
A strategy for determining if an HTTP request should be redirected to a new location in response to an HTTP response received from the target server.
- redirectURI - Variable in class org.apache.hc.client5.http.impl.async.AsyncRedirectExec.State
- register(String, String, Supplier<AsyncPushConsumer>) - Method in class org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase
- register(String, String, Supplier<AsyncPushConsumer>) - Method in class org.apache.hc.client5.http.impl.async.AsyncPushConsumerRegistry
- register(String, String, Supplier<AsyncPushConsumer>) - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
- register(String, Supplier<AsyncPushConsumer>) - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
- RELAXED - Enum constant in enum org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory.CompatibilityLevel
- RELAXED - Static variable in class org.apache.hc.client5.http.cookie.StandardCookieSpec
-
The RFC 6265 compliant policy (interoperability profile).
- release(ConnectionEndpoint, Object, TimeValue) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- release(ConnectionEndpoint, Object, TimeValue) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- release(ConnectionEndpoint, Object, TimeValue) - Method in interface org.apache.hc.client5.http.io.HttpClientConnectionManager
-
Releases the endpoint back to the manager making it potentially re-usable by other consumers.
- release(AsyncConnectionEndpoint, Object, TimeValue) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- release(AsyncConnectionEndpoint, Object, TimeValue) - Method in interface org.apache.hc.client5.http.nio.AsyncClientConnectionManager
-
Releases the endpoint back to the manager making it potentially re-usable by other consumers.
- releaseAndDiscard() - Method in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient.InternalAsyncClientEndpoint
- releaseAndReuse() - Method in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient.InternalAsyncClientEndpoint
- releaseConnection() - Method in class org.apache.hc.client5.http.impl.classic.ResponseEntityProxy
- released - Variable in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient.InternalAsyncClientEndpoint
- releaseEndpoint() - Method in interface org.apache.hc.client5.http.async.AsyncExecRuntime
-
Releases the acquired endpoint potentially making it available for re-use.
- releaseEndpoint() - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
-
Releases the acquired endpoint potentially making it available for re-use.
- releaseEndpoint() - Method in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- releaseEndpoint() - Method in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- releaseEndpoint() - Method in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- releaseResources() - Method in class org.apache.hc.client5.http.async.methods.SimpleAsyncEntityConsumer
- releaseResources() - Method in class org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler
- releaseResources() - Method in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.CachingAsyncDataConsumer
- releaseResources() - Method in class org.apache.hc.client5.testing.async.AsyncEchoHandler
- releaseResources() - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler.RandomBinAsyncEntityProducer
- releaseResources() - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler
- releaseResources() - Method in class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
- releaseResources() - Method in class org.apache.hc.client5.testing.async.RedirectingAsyncDecorator
- releaseResources() - Method in class org.apache.hc.client5.testing.async.ServiceUnavailableAsyncDecorator
- remaining - Variable in class org.apache.hc.client5.testing.async.AsyncRandomHandler.RandomBinAsyncEntityProducer
- remove(HttpHost) - Method in interface org.apache.hc.client5.http.auth.AuthCache
-
Removes the authentication state with the given authentication scope from the cache if found.
- remove(HttpHost) - Method in class org.apache.hc.client5.http.impl.auth.BasicAuthCache
- remove(HttpHost, String) - Method in interface org.apache.hc.client5.http.auth.AuthCache
-
Removes the authentication state with the given authentication scope from the cache if found.
- remove(HttpHost, String) - Method in class org.apache.hc.client5.http.impl.auth.BasicAuthCache
- removeAttribute(String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- removeEldestEntry(Map.Entry<String, HttpCacheEntry>) - Method in class org.apache.hc.client5.http.impl.cache.CacheMap
- removeEntry(String) - Method in interface org.apache.hc.client5.http.cache.HttpCacheStorage
-
Deletes/invalidates/removes any cache entries currently stored under the given key.
- removeEntry(String) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
- removeEntry(String) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCacheStorage
-
Removes a HttpCacheEntry from the cache
- removeEntry(String) - Method in class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
- removeEntry(String, FutureCallback<Boolean>) - Method in interface org.apache.hc.client5.http.cache.HttpAsyncCacheStorage
-
Deletes/invalidates/removes any cache entries currently stored under the given key.
- removeEntry(String, FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.cache.HttpAsyncCacheStorageAdaptor
- removeEntry(String, FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
- removeEntry(HttpAsyncCacheStorage, String) - Method in class org.apache.hc.client5.http.impl.cache.DefaultAsyncCacheInvalidator
- removeEntry(HttpCacheStorage, String) - Method in class org.apache.hc.client5.http.impl.cache.DefaultCacheInvalidator
- removeFields(String) - Method in class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
- removeFields(String) - Method in class org.apache.hc.client5.http.entity.mime.Header
- removeHeader(Header) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- removeHeader(Header) - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
- removeHeader(Header) - Method in class org.apache.hc.client5.http.fluent.Request
- removeHeader(Header) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- removeHeaders(String) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- removeHeaders(String) - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
- removeHeaders(String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartPartBuilder
- removeHeaders(String) - Method in class org.apache.hc.client5.http.fluent.Request
- removeHeaders(String) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- removeResponseTransferEncoding(HttpResponse) - Method in class org.apache.hc.client5.http.impl.cache.ResponseProtocolCompliance
- REPLACE - Enum constant in enum org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.ExecInterceptorEntry.Position
- REPLACE - Enum constant in enum org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.ExecInterceptorEntry.Position
- REPLACE - Enum constant in enum org.apache.hc.client5.http.impl.classic.HttpClientBuilder.ExecInterceptorEntry.Position
- replaceExecInterceptor(String, AsyncExecChainHandler) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Replace an existing interceptor with the given name with new interceptor.
- replaceExecInterceptor(String, AsyncExecChainHandler) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Replace an existing interceptor with the given name with new interceptor.
- replaceExecInterceptor(String, ExecChainHandler) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Replace an existing interceptor with the given name with new interceptor.
- request - Variable in class org.apache.hc.client5.http.fluent.Async.ExecRunnable
- request - Variable in class org.apache.hc.client5.http.fluent.Request
- request - Variable in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient.ScheduledRequestExecution
- request - Variable in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.BackendResponseHandler
- request - Variable in class org.apache.hc.client5.http.impl.classic.HttpRequestFutureTask
- request - Variable in class org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable
- Request - Class in org.apache.hc.client5.http.fluent
-
HTTP request used by the fluent facade.
- Request(ClassicHttpRequest) - Constructor for class org.apache.hc.client5.http.fluent.Request
- REQUEST_CONFIG - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Attribute name of a
RequestConfig
object that represents the actual request configuration. - REQUEST_METHOD_HEADER_NAME - Static variable in class org.apache.hc.client5.http.cache.HttpCacheEntry
- RequestAbortedException - Exception Class in org.apache.hc.client5.http.impl.classic
-
Signals that the request has been aborted.
- RequestAbortedException(String) - Constructor for exception class org.apache.hc.client5.http.impl.classic.RequestAbortedException
- RequestAbortedException(String, Throwable) - Constructor for exception class org.apache.hc.client5.http.impl.classic.RequestAbortedException
- RequestAddCookies - Class in org.apache.hc.client5.http.protocol
-
Request interceptor that matches cookies available in the current
CookieStore
to the request being executed and generates correspondingCookie
request headers. - RequestAddCookies() - Constructor for class org.apache.hc.client5.http.protocol.RequestAddCookies
- RequestAuthCache - Class in org.apache.hc.client5.http.protocol
-
Deprecated.Do not use.
- RequestAuthCache() - Constructor for class org.apache.hc.client5.http.protocol.RequestAuthCache
-
Deprecated.
- RequestClientConnControl - Class in org.apache.hc.client5.http.protocol
-
This protocol interceptor is responsible for adding the
Connection
header to the outgoing requests, which is essential for managing persistence ofHTTP/1.0
connections. - RequestClientConnControl() - Constructor for class org.apache.hc.client5.http.protocol.RequestClientConnControl
- requestCompliance - Variable in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- requestConfig - Variable in class org.apache.hc.client5.http.async.methods.ConfigurableHttpRequest
- requestConfig - Variable in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- requestConfig - Variable in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
- requestConfig - Variable in class org.apache.hc.client5.http.impl.classic.ProxyClient
- RequestConfig - Class in org.apache.hc.client5.http.config
-
Immutable class encapsulating request configuration items.
- RequestConfig() - Constructor for class org.apache.hc.client5.http.config.RequestConfig
-
Intended for CDI compatibility
- RequestConfig(boolean, HttpHost, String, boolean, boolean, int, boolean, Collection<String>, Collection<String>, Timeout, Timeout, Timeout, TimeValue, boolean, boolean) - Constructor for class org.apache.hc.client5.http.config.RequestConfig
- RequestConfig.Builder - Class in org.apache.hc.client5.http.config
- requestContainsNoCacheDirectiveWithFieldName(HttpRequest) - Method in class org.apache.hc.client5.http.impl.cache.RequestProtocolCompliance
- RequestCopier - Class in org.apache.hc.client5.http.impl
-
Deprecated.Use
BasicRequestBuilder
- RequestCopier() - Constructor for class org.apache.hc.client5.http.impl.RequestCopier
-
Deprecated.
- requestDate - Variable in class org.apache.hc.client5.http.cache.HttpCacheEntry
- requestDate - Variable in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.BackendResponseHandler
- RequestDefaultHeaders - Class in org.apache.hc.client5.http.protocol
-
Request interceptor that adds default request headers.
- RequestDefaultHeaders() - Constructor for class org.apache.hc.client5.http.protocol.RequestDefaultHeaders
- RequestDefaultHeaders(Collection<? extends Header>) - Constructor for class org.apache.hc.client5.http.protocol.RequestDefaultHeaders
- requestDelegCreds - Variable in class org.apache.hc.client5.http.auth.KerberosConfig.Builder
-
Deprecated.
- requestDelegCreds - Variable in class org.apache.hc.client5.http.auth.KerberosConfig
-
Deprecated.
- requestDidNotExpect100ContinueButResponseIsOne(HttpRequest, HttpResponse) - Method in class org.apache.hc.client5.http.impl.cache.ResponseProtocolCompliance
- requestDuration() - Method in class org.apache.hc.client5.http.impl.classic.HttpRequestFutureTask
- RequestEntityProxy - Class in org.apache.hc.client5.http.impl.classic
- RequestEntityProxy(HttpEntity) - Constructor for class org.apache.hc.client5.http.impl.classic.RequestEntityProxy
- requestExec - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- requestExec - Variable in class org.apache.hc.client5.http.impl.classic.ProxyClient
- requestExecutor - Variable in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- requestExecutor - Variable in class org.apache.hc.client5.http.impl.classic.InternalHttpClient
- requestExecutor - Variable in class org.apache.hc.client5.http.impl.classic.MinimalHttpClient
- RequestExpectContinue - Class in org.apache.hc.client5.http.protocol
-
RequestExpectContinue is responsible for enabling the 'expect-continue' handshake by adding
Expect
header. - RequestExpectContinue() - Constructor for class org.apache.hc.client5.http.protocol.RequestExpectContinue
- RequestFailedException - Exception Class in org.apache.hc.client5.http.impl.classic
-
Signals that the request has been aborted or failed due to an expected condition.
- RequestFailedException(String) - Constructor for exception class org.apache.hc.client5.http.impl.classic.RequestFailedException
- RequestFailedException(String, Throwable) - Constructor for exception class org.apache.hc.client5.http.impl.classic.RequestFailedException
- requestHandler - Variable in class org.apache.hc.client5.testing.classic.AuthenticatingDecorator
- requestHandler - Variable in class org.apache.hc.client5.testing.classic.RedirectingDecorator
- requestHasWeakETagAndRange(HttpRequest) - Method in class org.apache.hc.client5.http.impl.cache.RequestProtocolCompliance
- requestHasWeekETagForPUTOrDELETEIfMatch(HttpRequest) - Method in class org.apache.hc.client5.http.impl.cache.RequestProtocolCompliance
- RequestInterceptorEntry(H2AsyncClientBuilder.RequestInterceptorEntry.Position, HttpRequestInterceptor) - Constructor for class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.RequestInterceptorEntry
- RequestInterceptorEntry(HttpAsyncClientBuilder.RequestInterceptorEntry.Position, HttpRequestInterceptor) - Constructor for class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.RequestInterceptorEntry
- RequestInterceptorEntry(HttpClientBuilder.RequestInterceptorEntry.Position, HttpRequestInterceptor) - Constructor for class org.apache.hc.client5.http.impl.classic.HttpClientBuilder.RequestInterceptorEntry
- requestInterceptors - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- requestInterceptors - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- requestInterceptors - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- requestIsFatallyNonCompliant(HttpRequest) - Method in class org.apache.hc.client5.http.impl.cache.RequestProtocolCompliance
-
Test to see if the
HttpRequest
is HTTP1.1 compliant or not and if not, we can not continue. - requestIsGet(HttpRequest) - Static method in class org.apache.hc.client5.http.impl.cache.CacheInvalidatorBase
- requestMinorVersionIsTooHighMajorVersionsMatch(HttpRequest) - Method in class org.apache.hc.client5.http.impl.cache.RequestProtocolCompliance
- RequestProtocolCompliance - Class in org.apache.hc.client5.http.impl.cache
- RequestProtocolCompliance() - Constructor for class org.apache.hc.client5.http.impl.cache.RequestProtocolCompliance
- RequestProtocolCompliance(boolean) - Constructor for class org.apache.hc.client5.http.impl.cache.RequestProtocolCompliance
- RequestProtocolError - Enum in org.apache.hc.client5.http.impl.cache
- RequestProtocolError() - Constructor for enum org.apache.hc.client5.http.impl.cache.RequestProtocolError
- requests - Variable in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- requestShouldNotBeCached(HttpRequest) - Static method in class org.apache.hc.client5.http.impl.cache.CacheInvalidatorBase
- RequestSupport - Class in org.apache.hc.client5.http.impl
-
Protocol support methods.
- RequestSupport() - Constructor for class org.apache.hc.client5.http.impl.RequestSupport
- requestVersionIsTooLow(HttpRequest) - Method in class org.apache.hc.client5.http.impl.cache.RequestProtocolCompliance
- requestWriterFactory - Variable in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory.Builder
- requestWriterFactory - Variable in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
- requestWriterFactory(HttpMessageWriterFactory<ClassicHttpRequest>) - Method in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory.Builder
- reroute - Variable in class org.apache.hc.client5.http.impl.async.AsyncRedirectExec.State
- reset() - Method in class org.apache.hc.client5.http.auth.AuthExchange
- reset() - Method in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
-
Resets internal state of the request making it reusable.
- reset() - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
-
Reset.
- reset() - Method in class org.apache.hc.client5.http.impl.io.LoggingInputStream
- reset() - Method in class org.apache.hc.client5.http.RouteTracker
- reset() - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
- resetAuthExchange(HttpHost, AuthScheme) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- resetCount(T) - Method in class org.apache.hc.client5.http.schedule.ConcurrentCountMap
- resolve(String) - Method in interface org.apache.hc.client5.http.DnsResolver
-
Returns the IP address for the specified host name, or null if the given host is not recognized or the associated IP address cannot be used to build an InetAddress instance.
- resolve(String) - Method in class org.apache.hc.client5.http.impl.InMemoryDnsResolver
-
Returns the IP address for the specified host name, or null if the given host is not recognized or the associated IP address cannot be used to build an InetAddress instance.
- resolve(String) - Method in class org.apache.hc.client5.http.SystemDefaultDnsResolver
- resolve(String, NamedEndpoint) - Method in class org.apache.hc.client5.http.impl.DefaultSchemePortResolver
- resolve(String, NamedEndpoint) - Method in interface org.apache.hc.client5.http.SchemePortResolver
-
Returns the actual port for the host based on the protocol scheme.
- resolve(URI) - Method in class org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
- resolve(URI) - Method in interface org.apache.hc.client5.testing.redirect.RedirectResolver
- resolve(URI, String) - Static method in class org.apache.hc.client5.http.utils.URIUtils
-
Resolves a URI reference against a base URI.
- resolve(URI, URI) - Static method in class org.apache.hc.client5.http.utils.URIUtils
-
Resolves a URI reference against a base URI.
- resolve(URI, HttpHost, List<URI>) - Static method in class org.apache.hc.client5.http.utils.URIUtils
-
Derives the interpreted (absolute) URI that was used to generate the last request.
- resolve(HttpHost) - Method in class org.apache.hc.client5.http.impl.DefaultSchemePortResolver
- resolve(HttpHost) - Method in interface org.apache.hc.client5.http.SchemePortResolver
-
Returns the actual port for the host based on the protocol scheme.
- resolveCanonicalHostname(String) - Method in interface org.apache.hc.client5.http.DnsResolver
-
Gets the fully qualified domain name for given host name.
- resolveCanonicalHostname(String) - Method in class org.apache.hc.client5.http.impl.InMemoryDnsResolver
- resolveCanonicalHostname(String) - Method in class org.apache.hc.client5.http.SystemDefaultDnsResolver
- resolveClass(ObjectStreamClass) - Method in class org.apache.hc.client5.http.impl.cache.ByteArrayCacheEntrySerializer.RestrictedObjectInputStream
- resolveConnectionConfig(HttpRoute) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- resolveConnectionConfig(HttpRoute) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- resolveConnectionConfig(HttpHost) - Method in class org.apache.hc.client5.http.impl.async.InternalH2ConnPool
- resolveRedirect(HttpRequest) - Method in class org.apache.hc.client5.testing.async.RedirectingAsyncDecorator
- resolveSocketConfig(HttpRoute) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- resolveTlsConfig(HttpHost) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- resolveTlsConfig(HttpHost, Object) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- resolveValidateAfterInactivity(ConnectionConfig) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- resource - Variable in class org.apache.hc.client5.http.cache.HttpCacheEntry
- resource - Variable in class org.apache.hc.client5.http.impl.cache.ResourceReference
- Resource - Class in org.apache.hc.client5.http.cache
-
Represents a disposable system resource used for handling cached response bodies.
- Resource() - Constructor for class org.apache.hc.client5.http.cache.Resource
- resourceFactory - Variable in class org.apache.hc.client5.http.impl.cache.CacheUpdateHandler
- resourceFactory - Variable in class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
- resourceFactory - Variable in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
- resourceFactory - Variable in class org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder
- ResourceFactory - Interface in org.apache.hc.client5.http.cache
-
Generates
Resource
instances for handling cached HTTP response bodies. - ResourceIOException - Exception Class in org.apache.hc.client5.http.cache
-
Signals a generic resource I/O error.
- ResourceIOException(String) - Constructor for exception class org.apache.hc.client5.http.cache.ResourceIOException
- ResourceIOException(String, Throwable) - Constructor for exception class org.apache.hc.client5.http.cache.ResourceIOException
- ResourceReference - Class in org.apache.hc.client5.http.impl.cache
- ResourceReference(HttpCacheEntry, ReferenceQueue<HttpCacheEntry>) - Constructor for class org.apache.hc.client5.http.impl.cache.ResourceReference
- resources - Variable in class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
- response - Variable in class org.apache.hc.client5.http.fluent.Response
- response - Variable in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- Response - Class in org.apache.hc.client5.http.fluent
-
HTTP response used by the fluent facade.
- Response(ClassicHttpResponse) - Constructor for class org.apache.hc.client5.http.fluent.Response
- responseAndEntryEtagsDiffer(HttpResponse, HttpCacheEntry) - Static method in class org.apache.hc.client5.http.impl.cache.CacheInvalidatorBase
- responseCache - Variable in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec
- responseCache - Variable in class org.apache.hc.client5.http.impl.cache.CachingExec
- responseCachingPolicy - Variable in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- ResponseCachingPolicy - Class in org.apache.hc.client5.http.impl.cache
- ResponseCachingPolicy(long, boolean, boolean, boolean) - Constructor for class org.apache.hc.client5.http.impl.cache.ResponseCachingPolicy
-
Define a cache policy that limits the size of things that should be stored in the cache to a maximum of
HttpResponse
bytes in size. - responseCompliance - Variable in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- responseDate - Variable in class org.apache.hc.client5.http.cache.HttpCacheEntry
- responseDate - Variable in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.BackendResponseHandler
- responseDateOlderThanEntryDate(HttpResponse, HttpCacheEntry) - Static method in class org.apache.hc.client5.http.impl.cache.CacheInvalidatorBase
- ResponseEntityProxy - Class in org.apache.hc.client5.http.impl.classic
- ResponseEntityProxy(HttpEntity, ExecRuntime) - Constructor for class org.apache.hc.client5.http.impl.classic.ResponseEntityProxy
- ResponseEntityProxy.NullOutputStream - Class in org.apache.hc.client5.http.impl.classic
- responseFactory - Variable in class org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory
- responseGenerator - Variable in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- responseHandler - Variable in class org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable
- responseHeaders - Variable in class org.apache.hc.client5.http.cache.HttpCacheEntry
- ResponseInterceptorEntry(H2AsyncClientBuilder.ResponseInterceptorEntry.Position, HttpResponseInterceptor) - Constructor for class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.ResponseInterceptorEntry
- ResponseInterceptorEntry(HttpAsyncClientBuilder.ResponseInterceptorEntry.Position, HttpResponseInterceptor) - Constructor for class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.ResponseInterceptorEntry
- ResponseInterceptorEntry(HttpClientBuilder.ResponseInterceptorEntry.Position, HttpResponseInterceptor) - Constructor for class org.apache.hc.client5.http.impl.classic.HttpClientBuilder.ResponseInterceptorEntry
- responseInterceptors - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- responseInterceptors - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- responseInterceptors - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- responseMessage - Variable in exception class org.apache.hc.client5.http.impl.TunnelRefusedException
- responseOutOfOrderStrategy - Variable in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory.Builder
- responseOutOfOrderStrategy - Variable in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
- responseOutOfOrderStrategy(ResponseOutOfOrderStrategy) - Method in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory.Builder
- responseParserFactory - Variable in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory.Builder
- responseParserFactory - Variable in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
- responseParserFactory(HttpMessageParserFactory<ClassicHttpResponse>) - Method in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory.Builder
- ResponseProcessCookies - Class in org.apache.hc.client5.http.protocol
-
Response interceptor that populates the current
CookieStore
with data contained in response cookies received in the given the HTTP response. - ResponseProcessCookies() - Constructor for class org.apache.hc.client5.http.protocol.ResponseProcessCookies
- responseProducerRef - Variable in class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
- ResponseProtocolCompliance - Class in org.apache.hc.client5.http.impl.cache
- ResponseProtocolCompliance() - Constructor for class org.apache.hc.client5.http.impl.cache.ResponseProtocolCompliance
- responseShouldContainEntity(HttpRequest, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CachedHttpResponseGenerator
- responseTimeout - Variable in class org.apache.hc.client5.http.config.RequestConfig.Builder
- responseTimeout - Variable in class org.apache.hc.client5.http.config.RequestConfig
- responseTimeout - Variable in class org.apache.hc.client5.http.fluent.Request
- responseTimeout(Timeout) - Method in class org.apache.hc.client5.http.fluent.Request
- restore(String) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
- restore(String, FutureCallback<T>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
- RestrictedObjectInputStream(InputStream) - Constructor for class org.apache.hc.client5.http.impl.cache.ByteArrayCacheEntrySerializer.RestrictedObjectInputStream
- result - Variable in class org.apache.hc.client5.http.impl.Operations.CompletedFuture
- resultCallback - Variable in class org.apache.hc.client5.http.async.methods.AbstractBinResponseConsumer
- resultCallback - Variable in class org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer
- retriableCodes - Variable in class org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy
-
HTTP status codes which shall be retried
- RETRY - Enum constant in enum org.apache.hc.client5.http.impl.ChainElement
- retrying - Variable in class org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec.State
- retryRequest(HttpRequest, IOException, int, HttpContext) - Method in interface org.apache.hc.client5.http.HttpRequestRetryStrategy
-
Determines if a method should be retried after an I/O exception occurred during execution.
- retryRequest(HttpRequest, IOException, int, HttpContext) - Method in class org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy
- retryRequest(HttpResponse, int, HttpContext) - Method in interface org.apache.hc.client5.http.HttpRequestRetryStrategy
-
Determines if a method should be retried given the response from the target server.
- retryRequest(HttpResponse, int, HttpContext) - Method in class org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy
- retryStrategy - Variable in class org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec
- retryStrategy - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- retryStrategy - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- retryStrategy - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- retryStrategy - Variable in class org.apache.hc.client5.http.impl.classic.HttpRequestRetryExec
- returnContent() - Method in class org.apache.hc.client5.http.fluent.Response
- returnResponse() - Method in class org.apache.hc.client5.http.fluent.Response
- reusable - Variable in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- reusable - Variable in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- reusable - Variable in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- reuseStrategy - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- reuseStrategy - Variable in class org.apache.hc.client5.http.impl.classic.ConnectExec
- reuseStrategy - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- reuseStrategy - Variable in class org.apache.hc.client5.http.impl.classic.MainClientExec
- reuseStrategy - Variable in class org.apache.hc.client5.http.impl.classic.MinimalHttpClient
- reuseStrategy - Variable in class org.apache.hc.client5.http.impl.classic.ProxyClient
- reuseVariantEntryFor(HttpHost, HttpRequest, Variant) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- reuseVariantEntryFor(HttpHost, HttpRequest, Variant) - Method in interface org.apache.hc.client5.http.impl.cache.HttpCache
-
Specifies cache should reuse the given cached variant to satisfy requests whose varying headers match those of the given client request.
- reuseVariantEntryFor(HttpHost, HttpRequest, Variant, FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- reuseVariantEntryFor(HttpHost, HttpRequest, Variant, FutureCallback<Boolean>) - Method in interface org.apache.hc.client5.http.impl.cache.HttpAsyncCache
-
Specifies cache should reuse the given cached variant to satisfy requests whose varying headers match those of the given client request.
- revalidateCacheEntry(String, AsyncExecCallback, DefaultAsyncCacheRevalidator.RevalidationCall) - Method in class org.apache.hc.client5.http.impl.cache.DefaultAsyncCacheRevalidator
-
Schedules an asynchronous re-validation
- revalidateCacheEntry(String, DefaultCacheRevalidator.RevalidationCall) - Method in class org.apache.hc.client5.http.impl.cache.DefaultCacheRevalidator
-
Schedules an asynchronous re-validation
- revalidateCacheEntry(HttpHost, ClassicHttpRequest, ExecChain.Scope, ExecChain, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CachingExec
- revalidateCacheEntry(HttpHost, HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec
- revalidationResponseIsTooOld(HttpResponse, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- rewriteURI(URI) - Static method in class org.apache.hc.client5.http.utils.URIUtils
-
Deprecated.Use
URIBuilder
. - rewriteURI(URI, HttpHost) - Static method in class org.apache.hc.client5.http.utils.URIUtils
-
Deprecated.Use
URIBuilder
. - rewriteURI(URI, HttpHost, boolean) - Static method in class org.apache.hc.client5.http.utils.URIUtils
-
Deprecated.Use
URIBuilder
. - RFC1123_DATE - Static variable in class org.apache.hc.client5.http.impl.cache.WarningValue
- RFC6265CookieSpec - Class in org.apache.hc.client5.http.impl.cookie
-
Cookie management functions shared by RFC 6265 compliant specification.
- RFC6265CookieSpec(CommonCookieAttributeHandler...) - Constructor for class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- RFC6265CookieSpecBase - Class in org.apache.hc.client5.http.impl.cookie
- RFC6265CookieSpecBase(CommonCookieAttributeHandler...) - Constructor for class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecBase
- RFC6265CookieSpecFactory - Class in org.apache.hc.client5.http.impl.cookie
-
CookieSpecFactory
implementation that provides an instance of RFC 6265 conformant cookie policy. - RFC6265CookieSpecFactory() - Constructor for class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory
- RFC6265CookieSpecFactory(RFC6265CookieSpecFactory.CompatibilityLevel, PublicSuffixMatcher) - Constructor for class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory
- RFC6265CookieSpecFactory(PublicSuffixMatcher) - Constructor for class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory
- RFC6265CookieSpecFactory.CompatibilityLevel - Enum in org.apache.hc.client5.http.impl.cookie
- RFC6265LaxSpec - Class in org.apache.hc.client5.http.impl.cookie
-
Standard
CookieSpec
implementation that enforces a more relaxed interpretation of the HTTP state management specification (RFC 6265, section 5) for interoperability with existing servers that do not conform to the well behaved profile (RFC 6265, section 4). - RFC6265LaxSpec() - Constructor for class org.apache.hc.client5.http.impl.cookie.RFC6265LaxSpec
- RFC6265LaxSpec(CommonCookieAttributeHandler...) - Constructor for class org.apache.hc.client5.http.impl.cookie.RFC6265LaxSpec
- RFC6265StrictSpec - Class in org.apache.hc.client5.http.impl.cookie
-
Standard
CookieSpec
implementation that enforces syntax and semantics of the well-behaved profile of the HTTP state management specification (RFC 6265, section 4). - RFC6265StrictSpec() - Constructor for class org.apache.hc.client5.http.impl.cookie.RFC6265StrictSpec
- RFC6265StrictSpec(CommonCookieAttributeHandler...) - Constructor for class org.apache.hc.client5.http.impl.cookie.RFC6265StrictSpec
- RFC850_DATE - Static variable in class org.apache.hc.client5.http.impl.cache.WarningValue
- rnd - Variable in class org.apache.hc.client5.http.impl.cache.BasicIdGenerator
- RND_GEN - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.Secure random generator
- rotintlft(int, int) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- round1(int[]) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.MD4
-
Deprecated.
- round2(int[]) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.MD4
-
Deprecated.
- round3(int[]) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.MD4
-
Deprecated.
- route - Variable in class org.apache.hc.client5.http.async.AsyncExecChain.Scope
- route - Variable in class org.apache.hc.client5.http.classic.ExecChain.Scope
- route - Variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager.InternalConnectionEndpoint
- route - Variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- routeAttempts - Variable in class org.apache.hc.client5.http.impl.classic.LinearBackoffManager
- routeDirector - Variable in class org.apache.hc.client5.http.impl.async.AsyncConnectExec
- routeDirector - Variable in class org.apache.hc.client5.http.impl.classic.ConnectExec
- RouteInfo - Interface in org.apache.hc.client5.http
-
Connection route information.
- RouteInfo.LayerType - Enum in org.apache.hc.client5.http
-
The layering type of a route.
- RouteInfo.TunnelType - Enum in org.apache.hc.client5.http
-
The tunnelling type of a route.
- routePlanner - Variable in class org.apache.hc.client5.http.impl.async.AsyncRedirectExec
- routePlanner - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- routePlanner - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- routePlanner - Variable in class org.apache.hc.client5.http.impl.async.InternalH2AsyncClient
- routePlanner - Variable in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncClient
- routePlanner - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- routePlanner - Variable in class org.apache.hc.client5.http.impl.classic.InternalHttpClient
- routePlanner - Variable in class org.apache.hc.client5.http.impl.classic.RedirectExec
- RouteTracker - Class in org.apache.hc.client5.http
-
Helps tracking the steps in establishing a route.
- RouteTracker(HttpRoute) - Constructor for class org.apache.hc.client5.http.RouteTracker
-
Creates a new tracker for the given route.
- RouteTracker(HttpHost, InetAddress) - Constructor for class org.apache.hc.client5.http.RouteTracker
-
Creates a new route tracker.
- RoutingSupport - Class in org.apache.hc.client5.http.routing
- RoutingSupport() - Constructor for class org.apache.hc.client5.http.routing.RoutingSupport
- rules - Variable in class org.apache.hc.client5.http.psl.PublicSuffixList
- rules - Variable in class org.apache.hc.client5.http.psl.PublicSuffixMatcher
- run() - Method in class org.apache.hc.client5.http.fluent.Async.ExecRunnable
- run() - Method in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient.ScheduledRequestExecution
- RUNNING - Enum constant in enum org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase.Status
S
- saveContent(File) - Method in class org.apache.hc.client5.http.fluent.Response
- SC_CACHE_ENTRY_PREFIX - Static variable in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
- SC_CACHE_ENTRY_PRESERVE_PREFIX - Static variable in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
- SC_HEADER_NAME_NO_CONTENT - Static variable in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
- SC_HEADER_NAME_REQUEST_DATE - Static variable in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
- SC_HEADER_NAME_RESPONSE_DATE - Static variable in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
- SC_HEADER_NAME_STORAGE_KEY - Static variable in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
- SC_HEADER_NAME_VARIANT_MAP_KEY - Static variable in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
- SC_HEADER_NAME_VARIANT_MAP_VALUE - Static variable in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
- schedule(int) - Method in class org.apache.hc.client5.http.impl.schedule.ExponentialBackOffSchedulingStrategy
- schedule(int) - Method in class org.apache.hc.client5.http.impl.schedule.ImmediateSchedulingStrategy
- schedule(int) - Method in interface org.apache.hc.client5.http.schedule.SchedulingStrategy
-
Schedules execution time for an operation.
- schedule(Runnable, TimeValue) - Method in interface org.apache.hc.client5.http.impl.cache.CacheRevalidatorBase.ScheduledExecutor
- schedule(Runnable, TimeValue) - Method in class org.apache.hc.client5.http.impl.cache.DefaultAsyncCacheRevalidator.InternalScheduledExecutor
- scheduled - Variable in class org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable
- scheduledConnections - Variable in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- scheduledExecutor - Variable in class org.apache.hc.client5.http.impl.cache.CacheRevalidatorBase
- scheduledExecutorService - Variable in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- ScheduledRequestExecution(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback, TimeValue) - Constructor for class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient.ScheduledRequestExecution
- scheduledTime() - Method in class org.apache.hc.client5.http.impl.classic.HttpRequestFutureTask
- scheduleExecution(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecCallback, TimeValue) - Method in interface org.apache.hc.client5.http.async.AsyncExecChain.Scheduler
-
Schedules request re-execution immediately or after a delay.
- scheduleExecution(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback, TimeValue) - Method in interface org.apache.hc.client5.http.async.AsyncExecChain.Scheduler
-
Schedules request re-execution of the given execution chain immediately or after a delay.
- scheduler - Variable in class org.apache.hc.client5.http.async.AsyncExecChain.Scope
- scheduler - Variable in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- SCHEDULER_THREAD_FACTORY - Static variable in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- scheduleRevalidation(String, Runnable) - Method in class org.apache.hc.client5.http.impl.cache.CacheRevalidatorBase
-
Schedules an asynchronous re-validation
- schedulingStrategy - Variable in class org.apache.hc.client5.http.impl.cache.CacheRevalidatorBase
- schedulingStrategy - Variable in class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
- schedulingStrategy - Variable in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
- schedulingStrategy - Variable in class org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder
- SchedulingStrategy - Interface in org.apache.hc.client5.http.schedule
-
Strategy to determine an execution time (schedule) for an operation.
- scheme - Variable in class org.apache.hc.client5.http.impl.auth.BasicAuthCache.Key
- schemeName - Variable in class org.apache.hc.client5.http.auth.AuthChallenge
- schemeName - Variable in class org.apache.hc.client5.http.auth.AuthScope
- schemeName - Variable in class org.apache.hc.client5.http.impl.auth.AuthChallengeParser.ChallengeInt
- schemePortResolver - Variable in class org.apache.hc.client5.http.ContextBuilder
- schemePortResolver - Variable in class org.apache.hc.client5.http.impl.async.AsyncProtocolExec
- schemePortResolver - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- schemePortResolver - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- schemePortResolver - Variable in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient
- schemePortResolver - Variable in class org.apache.hc.client5.http.impl.auth.AuthCacheKeeper
- schemePortResolver - Variable in class org.apache.hc.client5.http.impl.auth.BasicAuthCache
- schemePortResolver - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- schemePortResolver - Variable in class org.apache.hc.client5.http.impl.classic.MinimalHttpClient
- schemePortResolver - Variable in class org.apache.hc.client5.http.impl.classic.ProtocolExec
- schemePortResolver - Variable in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
- schemePortResolver - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- schemePortResolver - Variable in class org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator
- schemePortResolver - Variable in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
- schemePortResolver - Variable in class org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner
- SchemePortResolver - Interface in org.apache.hc.client5.http
-
Strategy for default port resolution for protocol schemes.
- scope - Variable in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient.ScheduledRequestExecution
- scope - Variable in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.BackendResponseHandler
- Scope(String, HttpRoute, ClassicHttpRequest, ExecRuntime, HttpClientContext) - Constructor for class org.apache.hc.client5.http.classic.ExecChain.Scope
- Scope(String, HttpRoute, HttpRequest, CancellableDependency, HttpClientContext, AsyncExecRuntime) - Constructor for class org.apache.hc.client5.http.async.AsyncExecChain.Scope
- Scope(String, HttpRoute, HttpRequest, CancellableDependency, HttpClientContext, AsyncExecRuntime, AsyncExecChain.Scheduler, AtomicInteger) - Constructor for class org.apache.hc.client5.http.async.AsyncExecChain.Scope
- SEAL_MAGIC_CLIENT - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- SEAL_MAGIC_SERVER - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- sealingKey - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
-
Deprecated.
- secondaryKey - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.
- secure - Variable in class org.apache.hc.client5.http.cookie.CookieOrigin
- secure - Variable in class org.apache.hc.client5.http.HttpRoute
-
Whether the route is (supposed to be) secure.
- secure - Variable in class org.apache.hc.client5.http.RouteTracker
-
Whether the route is secure.
- SECURE_ATTR - Static variable in interface org.apache.hc.client5.http.cookie.Cookie
- Security Warning - Search tag in class org.apache.hc.client5.http.ssl.TrustAllStrategy
- Section
- Security Warning - Search tag in class org.apache.hc.client5.http.ssl.TrustSelfSignedStrategy
- Section
- select(URI) - Method in class org.apache.hc.client5.http.impl.routing.DistributedProxySelector
-
Selects a list of proxies for the given
URI
by delegating to the currentProxySelector
or the next availableProxySelector
in the list if the current one returns an empty proxy list. - select(AuthScheme) - Method in class org.apache.hc.client5.http.auth.AuthExchange
-
Resets the auth state with
AuthScheme
and clears auth options. - select(ChallengeType, Map<String, AuthChallenge>, HttpContext) - Method in interface org.apache.hc.client5.http.AuthenticationStrategy
-
Returns an list of
AuthScheme
s to handle the givenAuthChallenge
s in their order of preference. - select(ChallengeType, Map<String, AuthChallenge>, HttpContext) - Method in class org.apache.hc.client5.http.impl.DefaultAuthenticationStrategy
- selectors - Variable in class org.apache.hc.client5.http.impl.routing.DistributedProxySelector
-
A list of
ProxySelector
instances to be used by the DistributedProxySelector for selecting proxies. - sequenceNumber - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
-
Deprecated.
- serializable - Variable in class org.apache.hc.client5.http.entity.EntityBuilder
- serialize(HttpCacheStorageEntry) - Method in interface org.apache.hc.client5.http.cache.HttpCacheEntrySerializer
-
Serializes the given entry.
- serialize(HttpCacheStorageEntry) - Method in class org.apache.hc.client5.http.impl.cache.ByteArrayCacheEntrySerializer
- serialize(HttpCacheStorageEntry) - Method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
- serialize(HttpCacheStorageEntry) - Method in class org.apache.hc.client5.http.impl.cache.NoopCacheEntrySerializer
- serializer - Variable in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
- serializer - Variable in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
- serialVersionUID - Static variable in class org.apache.hc.client5.http.async.methods.ConfigurableHttpRequest
- serialVersionUID - Static variable in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
- serialVersionUID - Static variable in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
- serialVersionUID - Static variable in exception class org.apache.hc.client5.http.auth.AuthenticationException
- serialVersionUID - Static variable in class org.apache.hc.client5.http.auth.BasicUserPrincipal
- serialVersionUID - Static variable in exception class org.apache.hc.client5.http.auth.InvalidCredentialsException
- serialVersionUID - Static variable in class org.apache.hc.client5.http.auth.KerberosCredentials
-
Deprecated.
- serialVersionUID - Static variable in exception class org.apache.hc.client5.http.auth.MalformedChallengeException
- serialVersionUID - Static variable in class org.apache.hc.client5.http.auth.NTCredentials
-
Deprecated.
- serialVersionUID - Static variable in class org.apache.hc.client5.http.auth.NTUserPrincipal
- serialVersionUID - Static variable in class org.apache.hc.client5.http.auth.UsernamePasswordCredentials
- serialVersionUID - Static variable in class org.apache.hc.client5.http.cache.HttpCacheEntry
- serialVersionUID - Static variable in class org.apache.hc.client5.http.cache.HttpCacheStorageEntry
- serialVersionUID - Static variable in exception class org.apache.hc.client5.http.cache.HttpCacheUpdateException
- serialVersionUID - Static variable in class org.apache.hc.client5.http.cache.Resource
- serialVersionUID - Static variable in exception class org.apache.hc.client5.http.cache.ResourceIOException
- serialVersionUID - Static variable in exception class org.apache.hc.client5.http.CircularRedirectException
- serialVersionUID - Static variable in class org.apache.hc.client5.http.classic.methods.HttpDelete
- serialVersionUID - Static variable in class org.apache.hc.client5.http.classic.methods.HttpGet
- serialVersionUID - Static variable in class org.apache.hc.client5.http.classic.methods.HttpHead
- serialVersionUID - Static variable in class org.apache.hc.client5.http.classic.methods.HttpOptions
- serialVersionUID - Static variable in class org.apache.hc.client5.http.classic.methods.HttpPatch
- serialVersionUID - Static variable in class org.apache.hc.client5.http.classic.methods.HttpPost
- serialVersionUID - Static variable in class org.apache.hc.client5.http.classic.methods.HttpPut
- serialVersionUID - Static variable in class org.apache.hc.client5.http.classic.methods.HttpTrace
- serialVersionUID - Static variable in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
- serialVersionUID - Static variable in exception class org.apache.hc.client5.http.ClientProtocolException
- serialVersionUID - Static variable in exception class org.apache.hc.client5.http.ConnectTimeoutException
- serialVersionUID - Static variable in class org.apache.hc.client5.http.cookie.BasicCookieStore
- serialVersionUID - Static variable in class org.apache.hc.client5.http.cookie.CookieIdentityComparator
- serialVersionUID - Static variable in class org.apache.hc.client5.http.cookie.CookiePathComparator
- serialVersionUID - Static variable in exception class org.apache.hc.client5.http.cookie.CookieRestrictionViolationException
- serialVersionUID - Static variable in exception class org.apache.hc.client5.http.cookie.MalformedCookieException
- serialVersionUID - Static variable in exception class org.apache.hc.client5.http.HttpHostConnectException
- serialVersionUID - Static variable in exception class org.apache.hc.client5.http.HttpResponseException
- serialVersionUID - Static variable in class org.apache.hc.client5.http.impl.auth.BasicScheme
- serialVersionUID - Static variable in class org.apache.hc.client5.http.impl.auth.DigestScheme
- serialVersionUID - Static variable in exception class org.apache.hc.client5.http.impl.auth.NTLMEngineException
-
Deprecated.
- serialVersionUID - Static variable in exception class org.apache.hc.client5.http.impl.auth.UnsupportedDigestAlgorithmException
- serialVersionUID - Static variable in class org.apache.hc.client5.http.impl.cache.CacheMap
- serialVersionUID - Static variable in class org.apache.hc.client5.http.impl.cache.FileResource
- serialVersionUID - Static variable in class org.apache.hc.client5.http.impl.cache.HeapResource
- serialVersionUID - Static variable in exception class org.apache.hc.client5.http.impl.classic.RequestAbortedException
- serialVersionUID - Static variable in exception class org.apache.hc.client5.http.impl.classic.RequestFailedException
- serialVersionUID - Static variable in exception class org.apache.hc.client5.http.impl.ConnectionShutdownException
- serialVersionUID - Static variable in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- serialVersionUID - Static variable in exception class org.apache.hc.client5.http.impl.TunnelRefusedException
- serialVersionUID - Static variable in exception class org.apache.hc.client5.http.RedirectException
- serialVersionUID - Static variable in exception class org.apache.hc.client5.http.UnsupportedSchemeException
- SERVER - Enum constant in enum org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Mode
-
Deprecated.
- serviceAvailabilityResolver - Variable in class org.apache.hc.client5.testing.async.ServiceUnavailableAsyncDecorator
- serviceUnavailable - Variable in class org.apache.hc.client5.testing.async.ServiceUnavailableAsyncDecorator
- ServiceUnavailableAsyncDecorator - Class in org.apache.hc.client5.testing.async
- ServiceUnavailableAsyncDecorator(AsyncServerExchangeHandler, Resolver<HttpRequest, TimeValue>) - Constructor for class org.apache.hc.client5.testing.async.ServiceUnavailableAsyncDecorator
- session - Variable in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime.Endpoint
- session - Variable in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- sessionKey - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
-
Deprecated.
- sessionRef - Variable in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- sessionRequester - Variable in class org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator
- sessionRequester - Variable in class org.apache.hc.client5.http.impl.nio.MultihomeConnectionInitiator
- setAbsoluteRequestUri(boolean) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- setAllow303Caching(boolean) - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
-
Enables or disables 303 caching.
- setAsynchronousWorkers(int) - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
-
Sets the maximum number of threads to allow for background revalidations due to the
stale-while-revalidate
directive. - setAttribute(String, String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- setAuthCache(AuthCache) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- setAuthenticationEnabled(boolean) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Determines whether authentication should be handled automatically.
- setAuthExchange(HttpHost, AuthExchange) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- setAuthority(URIAuthority) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- setAuthSchemeRegistry(Lookup<AuthSchemeFactory>) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- setBackoffFactor(double) - Method in class org.apache.hc.client5.http.impl.classic.AbstractBackoff
-
Sets the backoff factor for the backoff algorithm.
- setBackoffFactor(double) - Method in class org.apache.hc.client5.http.impl.classic.AIMDBackoffManager
-
Sets the factor to use when backing off; the new per-host limit will be roughly the current max times this factor.
- setBackoffFactor(double) - Method in class org.apache.hc.client5.http.impl.classic.ExponentialBackoffManager
- setBackoffFactor(double) - Method in class org.apache.hc.client5.http.impl.classic.LinearBackoffManager
-
This method is not used in LinearBackoffManager's implementation.
- setBackoffManager(BackoffManager) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns
BackoffManager
instance. - setBinary(byte[]) - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Sets entity content as a byte array.
- setBody(byte[], ContentType) - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
- setBody(byte[], ContentType) - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
- setBody(byte[], ContentType) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- setBody(byte[], ContentType) - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
- setBody(String, ContentType) - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
- setBody(String, ContentType) - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
- setBody(String, ContentType) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- setBody(String, ContentType) - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
- setBody(SimpleBody) - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
- setBody(SimpleBody) - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
- setBody(SimpleBody) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- setBody(SimpleBody) - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
- setBody(ContentBody) - Method in class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
- setBody(ContentBody) - Method in class org.apache.hc.client5.http.entity.mime.MultipartPartBuilder
- setBoundary(String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- setCacheConfig(CacheConfig) - Method in class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
- setCacheConfig(CacheConfig) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
- setCacheConfig(CacheConfig) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder
- setCacheControl(String) - Method in class org.apache.hc.client5.http.fluent.Request
- setCacheDir(File) - Method in class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
- setCacheDir(File) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
- setCacheDir(File) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder
- setCharCodingConfig(CharCodingConfig) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Sets
CharCodingConfig
configuration. - setCharCodingConfig(CharCodingConfig) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Sets
CharCodingConfig
configuration. - setCharset(Charset) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- setCharset(Charset) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- setCiphers(String...) - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
-
Assigns enabled ciphers.
- setCiphers(String...) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
-
Assigns enabled ciphers.
- setCircularRedirectsAllowed(boolean) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Determines whether circular redirects (redirects to the same location) should be allowed.
- setCode(int) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- setConfig(RequestConfig) - Method in class org.apache.hc.client5.http.async.methods.ConfigurableHttpRequest
- setConfig(RequestConfig) - Method in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
- setConnectionBackoffStrategy(ConnectionBackoffStrategy) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns
ConnectionBackoffStrategy
instance. - setConnectionConfig(ConnectionConfig) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- setConnectionConfigResolver(Resolver<HttpRoute, ConnectionConfig>) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
Sets
Resolver
ofConnectionConfig
on a per route basis. - setConnectionConfigResolver(Resolver<HttpRoute, ConnectionConfig>) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Assigns
Resolver
ofConnectionConfig
on a per route basis. - setConnectionConfigResolver(Resolver<HttpRoute, ConnectionConfig>) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-
Sets
Resolver
ofConnectionConfig
on a per route basis. - setConnectionConfigResolver(Resolver<HttpRoute, ConnectionConfig>) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
-
Assigns
Resolver
ofConnectionConfig
on a per route basis. - setConnectionConfigResolver(Resolver<HttpHost, ConnectionConfig>) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Assigns
Resolver
forConnectionConfig
on a per host basis. - setConnectionConfigResolver(Resolver<HttpHost, ConnectionConfig>) - Method in class org.apache.hc.client5.http.impl.async.InternalH2ConnPool
- setConnectionConfigResolver(Resolver<HttpHost, ConnectionConfig>) - Method in class org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient
-
Sets
Resolver
forConnectionConfig
on a per host basis. - setConnectionFactory(HttpConnectionFactory<ManagedHttpClientConnection>) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Assigns
HttpConnectionFactory
instance. - setConnectionKeepAlive(TimeValue) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Determines the default of value of connection keep-alive time period when not explicitly communicated by the origin server with a
Keep-Alive
response header. - setConnectionManager(HttpClientConnectionManager) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns
HttpClientConnectionManager
instance. - setConnectionManager(AsyncClientConnectionManager) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Assigns
AsyncClientConnectionManager
instance. - setConnectionManagerShared(boolean) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Defines the connection manager is to be shared by multiple client instances.
- setConnectionManagerShared(boolean) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Defines the connection manager is to be shared by multiple client instances.
- setConnectionRequestTimeout(long, TimeUnit) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
- setConnectionRequestTimeout(Timeout) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Returns the connection lease request timeout used when requesting a connection from the connection manager.
- setConnectionReuseStrategy(ConnectionReuseStrategy) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Assigns
ConnectionReuseStrategy
instance. - setConnectionReuseStrategy(ConnectionReuseStrategy) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns
ConnectionReuseStrategy
instance. - setConnectionTimeToLive(TimeValue) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- setConnectionTimeToLive(TimeValue) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
- setConnectTimeout(long, TimeUnit) - Method in class org.apache.hc.client5.http.config.ConnectionConfig.Builder
- setConnectTimeout(long, TimeUnit) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Deprecated.
- setConnectTimeout(Timeout) - Method in class org.apache.hc.client5.http.config.ConnectionConfig.Builder
-
Determines the timeout until a new connection is fully established.
- setConnectTimeout(Timeout) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Deprecated.
- setConnPoolPolicy(PoolReusePolicy) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Assigns
PoolReusePolicy
value. - setConnPoolPolicy(PoolReusePolicy) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
-
Assigns
PoolReusePolicy
value. - setContentCompressionEnabled(boolean) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Determines whether the target server is requested to compress content.
- setContentDecoderRegistry(LinkedHashMap<String, InputStreamFactory>) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns a map of
InputStreamFactory
s to be used for automatic content decompression. - setContentEncoding(String) - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Sets the content encoding of the entity.
- setContentType(ContentType) - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Sets the
ContentType
of the entity. - setContentType(ContentType) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- SetCookie - Interface in org.apache.hc.client5.http.cookie
-
This interface represents a
Set-Cookie
response header sent by the origin server to the HTTP agent in order to maintain a conversational state. - setCookieSpec(String) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Determines the name of the cookie specification to be used for HTTP state management.
- setCookieSpecRegistry(Lookup<CookieSpecFactory>) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- setCookieStore(CookieStore) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- setCoolDown(TimeValue) - Method in class org.apache.hc.client5.http.impl.classic.AbstractBackoff
-
Sets the cool-down time value for adjustments in pool sizes for a given host.
- setCreationDate(Instant) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- setCreationDate(Date) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Deprecated.
- setCredentials(AuthScope, Credentials) - Method in interface org.apache.hc.client5.http.auth.CredentialsStore
-
Sets the
credentials
for the given authentication scope. - setCredentials(AuthScope, Credentials) - Method in class org.apache.hc.client5.http.impl.auth.BasicCredentialsProvider
- setCredentials(AuthScope, Credentials) - Method in class org.apache.hc.client5.http.impl.auth.SystemDefaultCredentialsProvider
- setCredentialsProvider(CredentialsProvider) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- setDate(Instant) - Method in class org.apache.hc.client5.http.fluent.Request
- setDate(Date) - Method in class org.apache.hc.client5.http.fluent.Request
-
Deprecated.
- setDefaultAuthSchemeRegistry(Lookup<AuthSchemeFactory>) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Assigns default
AuthScheme
registry which will be used for request execution if not explicitly set in the client execution context. - setDefaultAuthSchemeRegistry(Lookup<AuthSchemeFactory>) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Assigns default
AuthScheme
registry which will be used for request execution if not explicitly set in the client execution context. - setDefaultAuthSchemeRegistry(Lookup<AuthSchemeFactory>) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns default
AuthScheme
registry which will be used for request execution if not explicitly set in the client execution context. - setDefaultConnectionConfig(ConnectionConfig) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Assigns the same
ConnectionConfig
for all hosts. - setDefaultConnectionConfig(ConnectionConfig) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
Sets the same
ConnectionConfig
for all routes - setDefaultConnectionConfig(ConnectionConfig) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Assigns the same
ConnectionConfig
for all routes. - setDefaultConnectionConfig(ConnectionConfig) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-
Sets the same
ConnectionConfig
for all routes - setDefaultConnectionConfig(ConnectionConfig) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
-
Assigns the same
ConnectionConfig
for all routes. - setDefaultCookieSpecRegistry(Lookup<CookieSpecFactory>) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Assigns default
CookieSpec
registry which will be used for request execution if not explicitly set in the client execution context. - setDefaultCookieSpecRegistry(Lookup<CookieSpecFactory>) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Assigns default
CookieSpec
registry which will be used for request execution if not explicitly set in the client execution context. - setDefaultCookieSpecRegistry(Lookup<CookieSpecFactory>) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns default
CookieSpec
registry which will be used for request execution if not explicitly set in the client execution context. - setDefaultCookieStore(CookieStore) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Assigns default
CookieStore
instance which will be used for request execution if not explicitly set in the client execution context. - setDefaultCookieStore(CookieStore) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Assigns default
CookieStore
instance which will be used for request execution if not explicitly set in the client execution context. - setDefaultCookieStore(CookieStore) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns default
CookieStore
instance which will be used for request execution if not explicitly set in the client execution context. - setDefaultCredentialsProvider(CredentialsProvider) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Assigns default
CredentialsProvider
instance which will be used for request execution if not explicitly set in the client execution context. - setDefaultCredentialsProvider(CredentialsProvider) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Assigns default
CredentialsProvider
instance which will be used for request execution if not explicitly set in the client execution context. - setDefaultCredentialsProvider(CredentialsProvider) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns default
CredentialsProvider
instance which will be used for request execution if not explicitly set in the client execution context. - setDefaultHeaders(Collection<? extends Header>) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Assigns default request header values.
- setDefaultHeaders(Collection<? extends Header>) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Assigns default request header values.
- setDefaultHeaders(Collection<? extends Header>) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns default request header values.
- setDefaultKeepAlive(long, TimeUnit) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
- setDefaultMaxPerRoute(int) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- setDefaultMaxPerRoute(int) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- setDefaultRequestConfig(RequestConfig) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Assigns default
RequestConfig
instance which will be used for request execution if not explicitly set in the client execution context. - setDefaultRequestConfig(RequestConfig) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Assigns default
RequestConfig
instance which will be used for request execution if not explicitly set in the client execution context. - setDefaultRequestConfig(RequestConfig) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns default
RequestConfig
instance which will be used for request execution if not explicitly set in the client execution context. - setDefaultSocketConfig(SocketConfig) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
Sets the same
SocketConfig
for all routes - setDefaultSocketConfig(SocketConfig) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Assigns the same
SocketConfig
for all routes. - setDefaultTlsConfig(TlsConfig) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
Sets the same
ConnectionConfig
for all hosts - setDefaultTlsConfig(TlsConfig) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Assigns the same
TlsConfig
for all hosts. - setDefaultTlsConfig(TlsConfig) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-
Sets the same
ConnectionConfig
for all hosts - setDefaultTlsConfig(TlsConfig) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
-
Assigns the same
TlsConfig
for all hosts. - setDeleteCache(boolean) - Method in class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
- setDeleteCache(boolean) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
- setDeleteCache(boolean) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder
- setDependency(Cancellable) - Method in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
- setDnsResolver(DnsResolver) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Assigns
DnsResolver
instance. - setDnsResolver(DnsResolver) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Assigns
DnsResolver
instance. - setDnsResolver(DnsResolver) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
-
Assigns
DnsResolver
instance. - setDomain(String) - Method in interface org.apache.hc.client5.http.cookie.SetCookie
-
Sets the domain attribute.
- setDomain(String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Sets the domain attribute.
- setEntity(HttpEntity) - Method in class org.apache.hc.client5.http.classic.methods.HttpTrace
- setEntity(HttpEntity) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- setEvent(int) - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- setEventMask(int) - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- setExchangeId(String) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- setExpectContinueEnabled(boolean) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Determines whether the 'Expect: 100-Continue' handshake is enabled for entity enclosing methods.
- setExpiryDate(Instant) - Method in interface org.apache.hc.client5.http.cookie.SetCookie
-
Sets expiration date.
- setExpiryDate(Instant) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Sets expiration date.
- setExpiryDate(Date) - Method in interface org.apache.hc.client5.http.cookie.SetCookie
-
Deprecated.
- setExpiryDate(Date) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Deprecated.
- setField(String, String) - Method in class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
- setField(MimeField) - Method in class org.apache.hc.client5.http.entity.mime.Header
- setFile(File) - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Sets entity content as a
File
. - setFreshnessCheckEnabled(boolean) - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
- setH2Config(H2Config) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Sets
H2Config
configuration. - setH2Config(H2Config) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Sets
H2Config
configuration. - setHandshakeTimeout(long, TimeUnit) - Method in class org.apache.hc.client5.http.config.TlsConfig.Builder
- setHandshakeTimeout(Timeout) - Method in class org.apache.hc.client5.http.config.TlsConfig.Builder
-
Determines the timeout used by TLS session negotiation exchanges (session handshake).
- setHardCancellationEnabled(boolean) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Determines whether request cancellation, such as through
Future#cancel(boolean)
, should kill the underlying connection. - setHeader(String, Object) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- setHeader(String, String) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- setHeader(String, String) - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
- setHeader(String, String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartPartBuilder
- setHeader(String, String) - Method in class org.apache.hc.client5.http.fluent.Request
- setHeader(Header) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- setHeader(Header) - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
- setHeader(Header) - Method in class org.apache.hc.client5.http.fluent.Request
- setHeader(Header) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- setHeaders(Header...) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- setHeaders(Header...) - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
- setHeaders(Header...) - Method in class org.apache.hc.client5.http.fluent.Request
- setHeaders(Header...) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- setHeuristicCachingEnabled(boolean) - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
-
Enables or disables heuristic caching.
- setHeuristicCoefficient(float) - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
-
Sets coefficient to be used in heuristic freshness caching.
- setHeuristicDefaultLifetime(TimeValue) - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
-
Sets default lifetime to be used if heuristic freshness calculation is not possible.
- setHostnameVerifier(HostnameVerifier) - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
-
Assigns
HostnameVerifier
instance. - setHostnameVerifier(HostnameVerifier) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
-
Assigns
HostnameVerifier
instance. - setHttp1Config(Http1Config) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Sets
Http1Config
configuration. - setHttpCacheInvalidator(HttpAsyncCacheInvalidator) - Method in class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
- setHttpCacheInvalidator(HttpAsyncCacheInvalidator) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
- setHttpCacheInvalidator(HttpCacheInvalidator) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder
- setHttpCacheStorage(HttpAsyncCacheStorage) - Method in class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
- setHttpCacheStorage(HttpAsyncCacheStorage) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
- setHttpCacheStorage(HttpCacheStorage) - Method in class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
- setHttpCacheStorage(HttpCacheStorage) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
- setHttpCacheStorage(HttpCacheStorage) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder
- setHttpHost(HttpHost) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- setHttpOnly(boolean) - Method in interface org.apache.hc.client5.http.cookie.SetCookie
-
Marks or unmarks this Cookie as
httpOnly
. - setHttpOnly(boolean) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Sets the http-only attribute of the cookie.
- setIfModifiedSince(Instant) - Method in class org.apache.hc.client5.http.fluent.Request
- setIfModifiedSince(Date) - Method in class org.apache.hc.client5.http.fluent.Request
-
Deprecated.
- setIfUnmodifiedSince(Instant) - Method in class org.apache.hc.client5.http.fluent.Request
- setIfUnmodifiedSince(Date) - Method in class org.apache.hc.client5.http.fluent.Request
-
Deprecated.
- setIOReactorConfig(IOReactorConfig) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Sets
IOReactorConfig
configuration. - setIOReactorConfig(IOReactorConfig) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Sets
IOReactorConfig
configuration. - setIoReactorExceptionCallback(Callback<Exception>) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Sets the callback that will be invoked when the client's IOReactor encounters an uncaught exception.
- setIoReactorExceptionCallback(Callback<Exception>) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Sets the callback that will be invoked when the client's IOReactor encounters an uncaught exception.
- setIoSessionDecorator(Decorator<IOSession>) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Sets the
IOSession
Decorator
that will be use with the client's IOReactor. - setIoSessionDecorator(Decorator<IOSession>) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Sets the
IOSession
Decorator
that will be use with the client's IOReactor. - setIOSessionListener(IOSessionListener) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Sets
IOSessionListener
listener. - setIOSessionListener(IOSessionListener) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Sets
IOSessionListener
listener. - setKeepAliveStrategy(ConnectionKeepAliveStrategy) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Assigns
ConnectionKeepAliveStrategy
instance. - setKeepAliveStrategy(ConnectionKeepAliveStrategy) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns
ConnectionKeepAliveStrategy
instance. - setLaxMode() - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- setLocale(Locale) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- setMaxCacheEntries(int) - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
-
Sets the maximum number of cache entries the cache will retain.
- setMaxConnPerRoute(int) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Assigns maximum connection per route value.
- setMaxConnPerRoute(int) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
-
Assigns maximum connection per route value.
- setMaxConnTotal(int) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Assigns maximum total connection value.
- setMaxConnTotal(int) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
-
Assigns maximum total connection value.
- setMaxObjectSize(long) - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
-
Specifies the maximum response body size that will be eligible for caching.
- setMaxPerRoute(HttpRoute, int) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- setMaxPerRoute(HttpRoute, int) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- setMaxRedirects(int) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Returns the maximum number of redirects to be followed.
- setMaxTotal(int) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- setMaxTotal(int) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- setMaxUpdateRetries(int) - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
-
Sets the number of times to retry a cache processChallenge on failure
- setMimeSubtype(String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- setMode(HttpMultipartMode) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- setName(String) - Method in class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
- setNeverCacheHTTP10ResponsesWithQueryString(boolean) - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
-
Sets whether the cache should never cache HTTP 1.0 responses with a query string or not.
- setOptions(Queue<AuthScheme>) - Method in class org.apache.hc.client5.http.auth.AuthExchange
-
Updates the auth state with a queue of auth options.
- setParameters(List<NameValuePair>) - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Sets entity content as a parameter list.
- setParameters(NameValuePair...) - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Sets entity content as a parameter list.
- setPath(String) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- setPath(String) - Method in interface org.apache.hc.client5.http.cookie.SetCookie
-
Sets the path attribute.
- setPath(String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Sets the path attribute.
- setPathPrefix(String) - Method in class org.apache.hc.client5.http.auth.AuthExchange
- setPerHostConnectionCap(int) - Method in class org.apache.hc.client5.http.impl.classic.AbstractBackoff
-
Sets the per-host connection cap.
- setPoolConcurrencyPolicy(PoolConcurrencyPolicy) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Assigns
PoolConcurrencyPolicy
value. - setPoolConcurrencyPolicy(PoolConcurrencyPolicy) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
-
Assigns
PoolConcurrencyPolicy
value. - setProxy(HttpHost) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Deprecated.Use
DefaultProxyRoutePlanner
or a customHttpRoutePlanner
. - setProxy(HttpHost) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Assigns default proxy value.
- setProxy(HttpHost) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns default proxy value.
- setProxyAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Assigns
AuthenticationStrategy
instance for proxy authentication. - setProxyAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Assigns
AuthenticationStrategy
instance for proxy authentication. - setProxyAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns
AuthenticationStrategy
instance for proxy authentication. - setProxyPreferredAuthSchemes(Collection<String>) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Determines the order of preference for supported authentication schemes by their names when authenticating with the proxy host.
- setProxySelector(ProxySelector) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Sets the
ProxySelector
that will be used to select the proxies to be used for establishing HTTP connections. - setProxySelector(ProxySelector) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Sets the
ProxySelector
that will be used to select the proxies to be used for establishing HTTP connections. - setReasonPhrase(String) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- setRedirectsEnabled(boolean) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Determines whether redirects should be handled automatically.
- setRedirectStrategy(RedirectStrategy) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Assigns
RedirectStrategy
instance. - setRedirectStrategy(RedirectStrategy) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Assigns
RedirectStrategy
instance. - setRedirectStrategy(RedirectStrategy) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns
RedirectStrategy
instance. - setRequestConfig(RequestConfig) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- setRequestConfig(RequestConfig) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- setRequestDelegCreds(KerberosConfig.Option) - Method in class org.apache.hc.client5.http.auth.KerberosConfig.Builder
-
Deprecated.
- setRequestExecutor(HttpRequestExecutor) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns
HttpRequestExecutor
instance. - setResourceFactory(ResourceFactory) - Method in class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
- setResourceFactory(ResourceFactory) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
- setResourceFactory(ResourceFactory) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder
- setResponseStatus(HttpContext, CacheResponseStatus) - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- setResponseTimeout(long, TimeUnit) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
- setResponseTimeout(Timeout) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Determines the timeout until arrival of a response from the opposite endpoint.
- setRetryStrategy(HttpRequestRetryStrategy) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Assigns
HttpRequestRetryStrategy
instance. - setRetryStrategy(HttpRequestRetryStrategy) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Assigns
HttpRequestRetryStrategy
instance. - setRetryStrategy(HttpRequestRetryStrategy) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns
HttpRequestRetryStrategy
instance. - setRoutePlanner(HttpRoutePlanner) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Assigns
HttpRoutePlanner
instance. - setRoutePlanner(HttpRoutePlanner) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Assigns
HttpRoutePlanner
instance. - setRoutePlanner(HttpRoutePlanner) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns
HttpRoutePlanner
instance. - setSchedulingStrategy(SchedulingStrategy) - Method in class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
- setSchedulingStrategy(SchedulingStrategy) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
- setSchedulingStrategy(SchedulingStrategy) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder
- setScheme(String) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- setSchemePortResolver(SchemePortResolver) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Assigns
SchemePortResolver
instance. - setSchemePortResolver(SchemePortResolver) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Assigns
SchemePortResolver
instance. - setSchemePortResolver(SchemePortResolver) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns
SchemePortResolver
instance. - setSchemePortResolver(SchemePortResolver) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Assigns
SchemePortResolver
instance. - setSchemePortResolver(SchemePortResolver) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
-
Assigns
SchemePortResolver
instance. - setSecure(boolean) - Method in interface org.apache.hc.client5.http.cookie.SetCookie
-
Sets the secure attribute of the cookie.
- setSecure(boolean) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Sets the secure attribute of the cookie.
- setSerializable(Serializable) - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Sets entity content as a
Serializable
. - setSharedCache(boolean) - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
-
Sets whether the cache should behave as a shared cache or not.
- setSocketConfig(SocketConfig) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- setSocketConfigResolver(Resolver<HttpRoute, SocketConfig>) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
Sets
Resolver
ofSocketConfig
on a per route basis. - setSocketConfigResolver(Resolver<HttpRoute, SocketConfig>) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Assigns
Resolver
ofSocketConfig
on a per route basis. - setSocketTimeout(int, TimeUnit) - Method in class org.apache.hc.client5.http.config.ConnectionConfig.Builder
- setSocketTimeout(Timeout) - Method in class org.apache.hc.client5.http.config.ConnectionConfig.Builder
-
Determines the default socket timeout value for I/O operations.
- setSocketTimeout(Timeout) - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- setSocketTimeout(Timeout) - Method in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient.InternalAsyncClientEndpoint
- setSocketTimeout(Timeout) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager.InternalConnectionEndpoint
- setSocketTimeout(Timeout) - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- setSocketTimeout(Timeout) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.InternalConnectionEndpoint
- setSocketTimeout(Timeout) - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- setSocketTimeout(Timeout) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager.InternalConnectionEndpoint
- setSocketTimeout(Timeout) - Method in class org.apache.hc.client5.http.io.ConnectionEndpoint
-
Sets the socket timeout value.
- setSocketTimeout(Timeout) - Method in class org.apache.hc.client5.http.nio.AsyncConnectionEndpoint
-
Sets socket timeout.
- setSslBufferMode(SSLBufferMode) - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
-
Assigns
SSLBufferMode
value. - setSslContext(SSLContext) - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
-
Assigns
SSLContext
instance. - setSslContext(SSLContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
-
Assigns
SSLContext
instance. - setSSLSocketFactory(LayeredConnectionSocketFactory) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Assigns
LayeredConnectionSocketFactory
instance. - setState(AuthExchange.State) - Method in class org.apache.hc.client5.http.auth.AuthExchange
- setStream(InputStream) - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Sets entity content as an
InputStream
. - setStrictMode() - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- setStripPort(boolean) - Method in class org.apache.hc.client5.http.auth.KerberosConfig.Builder
-
Deprecated.
- setStripPort(KerberosConfig.Option) - Method in class org.apache.hc.client5.http.auth.KerberosConfig.Builder
-
Deprecated.
- setSupportedCipherSuites(String...) - Method in class org.apache.hc.client5.http.config.TlsConfig.Builder
-
Determines supported cipher suites.
- setSupportedProtocols(String...) - Method in class org.apache.hc.client5.http.config.TlsConfig.Builder
-
Determines supported TLS protocols.
- setSupportedProtocols(TLS...) - Method in class org.apache.hc.client5.http.config.TlsConfig.Builder
-
Determines supported TLS protocols.
- setTargetAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Assigns
AuthenticationStrategy
instance for target host authentication. - setTargetAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Assigns
AuthenticationStrategy
instance for target host authentication. - setTargetAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns
AuthenticationStrategy
instance for target host authentication. - setTargetPreferredAuthSchemes(Collection<String>) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Determines the order of preference for supported authentication schemes by their names when authenticating with the target host.
- setText(String) - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Sets entity content as a string.
- setThreadFactory(ThreadFactory) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Assigns
ThreadFactory
instance. - setThreadFactory(ThreadFactory) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Assigns
ThreadFactory
instance. - setTimeToLive(long, TimeUnit) - Method in class org.apache.hc.client5.http.config.ConnectionConfig.Builder
- setTimeToLive(TimeValue) - Method in class org.apache.hc.client5.http.config.ConnectionConfig.Builder
-
Defines the total span of time connections can be kept alive or execute requests.
- setTlsConfig(TlsConfig) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- setTlsConfigResolver(Resolver<HttpHost, TlsConfig>) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
Sets
Resolver
ofTlsConfig
on a per host basis. - setTlsConfigResolver(Resolver<HttpHost, TlsConfig>) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Assigns
Resolver
ofTlsConfig
on a per host basis. - setTlsConfigResolver(Resolver<HttpHost, TlsConfig>) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-
Sets
Resolver
ofTlsConfig
on a per host basis. - setTlsConfigResolver(Resolver<HttpHost, TlsConfig>) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
-
Assigns
Resolver
ofTlsConfig
on a per host basis. - setTlsDetailsFactory(Factory<SSLEngine, TlsDetails>) - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
-
Deprecated.Do not use.
- setTlsStrategy(TlsStrategy) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Assigns
TlsStrategy
instance. - setTlsStrategy(TlsStrategy) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
-
Assigns
TlsStrategy
instance for TLS connections. - setTlsVersions(String...) - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
-
Assigns enabled
TLS
versions. - setTlsVersions(String...) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
-
Assigns enabled
TLS
versions. - setTlsVersions(TLS...) - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
-
Assigns enabled
TLS
versions. - setTlsVersions(TLS...) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
-
Assigns enabled
TLS
versions. - setupContext(HttpClientContext) - Method in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- setupContext(HttpClientContext) - Method in class org.apache.hc.client5.http.impl.classic.InternalHttpClient
- setUri(String) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- setUri(URI) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- setUseCanonicalHostname(boolean) - Method in class org.apache.hc.client5.http.auth.KerberosConfig.Builder
-
Deprecated.
- setUseCanonicalHostname(KerberosConfig.Option) - Method in class org.apache.hc.client5.http.auth.KerberosConfig.Builder
-
Deprecated.
- setUserAgent(String) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Assigns
User-Agent
value. - setUserAgent(String) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Assigns
User-Agent
value. - setUserAgent(String) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns
User-Agent
value. - setUserToken(Object) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- setUserTokenHandler(UserTokenHandler) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Assigns
UserTokenHandler
instance. - setUserTokenHandler(UserTokenHandler) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns
UserTokenHandler
instance. - setValidateAfterInactivity(long, TimeUnit) - Method in class org.apache.hc.client5.http.config.ConnectionConfig.Builder
- setValidateAfterInactivity(TimeValue) - Method in class org.apache.hc.client5.http.config.ConnectionConfig.Builder
-
Defines period of inactivity after which persistent connections must be re-validated prior to being leased to the consumer.
- setValidateAfterInactivity(TimeValue) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- setValidateAfterInactivity(TimeValue) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- setValidateAfterInactivity(TimeValue) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- setValidateAfterInactivity(TimeValue) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- setValidateAfterInactivity(TimeValue) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
- setValue(String) - Method in interface org.apache.hc.client5.http.cookie.SetCookie
- setValue(String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Sets the value
- setVersion(ProtocolVersion) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- setVersion(ProtocolVersion) - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
- setVersion(ProtocolVersion) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- setVersionPolicy(HttpVersionPolicy) - Method in class org.apache.hc.client5.http.config.TlsConfig.Builder
-
Determines the HTTP protocol policy.
- setVersionPolicy(HttpVersionPolicy) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Deprecated.Use
TlsConfig
and connection manager methods - setWeakETagOnPutDeleteAllowed(boolean) - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
-
Allows or disallows weak etags to be used with PUT/DELETE If-Match requests.
- sharedCache - Variable in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
- sharedCache - Variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
- sharedCache - Variable in class org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker
- sharedCache - Variable in class org.apache.hc.client5.http.impl.cache.ResponseCachingPolicy
- sharedIndex - Variable in class org.apache.hc.client5.http.impl.routing.DistributedProxySelector
-
An
AtomicInteger
representing the shared index across all threads for maintaining the current position in the list of ProxySelectors, ensuring proper distribution ofProxySelector
usage. - shouldBackoff(Throwable) - Method in interface org.apache.hc.client5.http.classic.ConnectionBackoffStrategy
-
Determines whether seeing the given
Throwable
as a result of request execution should result in a backoff signal. - shouldBackoff(Throwable) - Method in class org.apache.hc.client5.http.impl.classic.DefaultBackoffStrategy
- shouldBackoff(Throwable) - Method in class org.apache.hc.client5.http.impl.classic.NullBackoffStrategy
- shouldBackoff(HttpResponse) - Method in interface org.apache.hc.client5.http.classic.ConnectionBackoffStrategy
-
Determines whether receiving the given
HttpResponse
as a result of request execution should result in a backoff signal. - shouldBackoff(HttpResponse) - Method in class org.apache.hc.client5.http.impl.classic.DefaultBackoffStrategy
- shouldBackoff(HttpResponse) - Method in class org.apache.hc.client5.http.impl.classic.NullBackoffStrategy
- shouldInvalidateHeadCacheEntry(HttpRequest, HttpCacheEntry) - Static method in class org.apache.hc.client5.http.impl.cache.CacheInvalidatorBase
- shouldSendNotModifiedResponse(HttpRequest, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- shouldSkip(HttpRoute, Instant) - Method in class org.apache.hc.client5.http.impl.classic.LinearBackoffManager
-
Determines whether an adjustment action (backoff or probe) should be skipped for the given HttpRoute based on the cool-down period.
- shutdown() - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.IdleConnectionEvictor
- shutdown() - Method in interface org.apache.hc.client5.http.impl.cache.CacheRevalidatorBase.ScheduledExecutor
- shutdown() - Method in class org.apache.hc.client5.http.impl.cache.DefaultAsyncCacheRevalidator.InternalScheduledExecutor
- shutdown() - Method in class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
- shutdown() - Method in class org.apache.hc.client5.http.impl.IdleConnectionEvictor
- SIGN_MAGIC_CLIENT - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- SIGN_MAGIC_SERVER - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- signAndEncryptMessage(byte[]) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
-
Deprecated.
- SIGNATURE - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.The signature string as bytes in the default encoding
- signingKey - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
-
Deprecated.
- SimpleAsyncEntityConsumer - Class in org.apache.hc.client5.http.async.methods
- SimpleAsyncEntityConsumer() - Constructor for class org.apache.hc.client5.http.async.methods.SimpleAsyncEntityConsumer
- SimpleBody - Class in org.apache.hc.client5.http.async.methods
-
Message body representation as a simple text string or an array of bytes.
- SimpleBody(byte[], String, ContentType) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleBody
- SimpleHttpRequest - Class in org.apache.hc.client5.http.async.methods
-
HTTP request that can enclose a body represented as a simple text string or an array of bytes.
- SimpleHttpRequest(String, String) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
- SimpleHttpRequest(String, String, URIAuthority, String) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
- SimpleHttpRequest(String, URI) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
- SimpleHttpRequest(String, HttpHost, String) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
- SimpleHttpRequest(Method, URI) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
- SimpleHttpRequest(Method, HttpHost, String) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
- SimpleHttpRequests - Class in org.apache.hc.client5.http.async.methods
-
Deprecated.Use
SimpleRequestBuilder
. - SimpleHttpRequests() - Constructor for class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- SimpleHttpResponse - Class in org.apache.hc.client5.http.async.methods
-
HTTP response that can enclose a body represented as a simple text string or an array of bytes.
- SimpleHttpResponse(int) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
- SimpleHttpResponse(int, String) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
- SimpleHttpResponseWriter() - Constructor for class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer.SimpleHttpResponseWriter
- SimpleRequestBuilder - Class in org.apache.hc.client5.http.async.methods
-
Builder for
SimpleHttpRequest
instances. - SimpleRequestBuilder(String) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- SimpleRequestBuilder(String, String) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- SimpleRequestBuilder(String, URI) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- SimpleRequestBuilder(Method) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- SimpleRequestBuilder(Method, String) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- SimpleRequestBuilder(Method, URI) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- SimpleRequestProducer - Class in org.apache.hc.client5.http.async.methods
-
HTTP request producer that generates message data stream events based on content of a
SimpleHttpRequest
instance. - SimpleRequestProducer(SimpleHttpRequest, AsyncEntityProducer) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleRequestProducer
- SimpleResponseBuilder - Class in org.apache.hc.client5.http.async.methods
-
Builder for
SimpleHttpResponse
instances. - SimpleResponseBuilder(int) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
- SimpleResponseConsumer - Class in org.apache.hc.client5.http.async.methods
-
HTTP response consumer that generates a
SimpleHttpResponse
instance based on events of an incoming data stream. - SimpleResponseConsumer(AsyncEntityConsumer<byte[]>) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleResponseConsumer
- SingleCredentialsProvider - Class in org.apache.hc.client5.http.impl.auth
- SingleCredentialsProvider(AuthScope, String, char[]) - Constructor for class org.apache.hc.client5.http.impl.auth.SingleCredentialsProvider
- SingleCredentialsProvider(AuthScope, Credentials) - Constructor for class org.apache.hc.client5.http.impl.auth.SingleCredentialsProvider
- size() - Method in class org.apache.hc.client5.http.protocol.RedirectLocations
-
Returns the number of elements in this list.
- skip(long) - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
-
Skip
- skip(long) - Method in class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
- skip(long) - Method in class org.apache.hc.client5.http.impl.io.LoggingInputStream
- skipDelims(CharSequence, Tokenizer.Cursor) - Method in class org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler
- SOCKET_FACTORY_REGISTRY - Static variable in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
- socketConfig - Variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- socketConfigResolver - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- socketConfigResolver - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- socketFactory - Variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- socketFactoryRegistry - Variable in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
- socketTimeout - Variable in class org.apache.hc.client5.http.config.ConnectionConfig.Builder
- socketTimeout - Variable in class org.apache.hc.client5.http.config.ConnectionConfig
- socketTimeout - Variable in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- socketTimeout - Variable in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- sourceStream - Variable in class org.apache.hc.client5.http.entity.DeflateInputStream
- SPACE - Static variable in class org.apache.hc.client5.http.impl.auth.AuthChallengeParser
- SPECIAL_CHARS - Static variable in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- split(String) - Static method in class org.apache.hc.client5.http.ssl.HttpsSupport
- SPNEGO - Static variable in class org.apache.hc.client5.http.auth.StandardAuthScheme
-
Deprecated.Do not use. The GGS based experimental authentication schemes are no longer supported. Consider using Basic or Bearer authentication with TLS instead.
- SPNEGO_OID - Static variable in class org.apache.hc.client5.http.impl.auth.SPNegoScheme
-
Deprecated.
- SPNegoScheme - Class in org.apache.hc.client5.http.impl.auth
-
Deprecated.Do not use. The GGS based experimental authentication schemes are no longer supported. Consider using Basic or Bearer authentication with TLS instead.
- SPNegoScheme() - Constructor for class org.apache.hc.client5.http.impl.auth.SPNegoScheme
-
Deprecated.
- SPNegoScheme(KerberosConfig, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.auth.SPNegoScheme
-
Deprecated.
- SPNegoSchemeFactory - Class in org.apache.hc.client5.http.impl.auth
-
Deprecated.Do not use. The GGS based experimental authentication schemes are no longer supported. Consider using Basic or Bearer authentication with TLS instead.
- SPNegoSchemeFactory(KerberosConfig, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.auth.SPNegoSchemeFactory
-
Deprecated.
- src - Variable in class org.apache.hc.client5.http.impl.cache.WarningValue
- sslBufferManagement - Variable in class org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy
- sslBufferMode - Variable in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
- SSLConnectionSocketFactory - Class in org.apache.hc.client5.http.ssl
-
Layered socket factory for TLS/SSL connections.
- SSLConnectionSocketFactory(SSLContext) - Constructor for class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- SSLConnectionSocketFactory(SSLContext, String[], String[], HostnameVerifier) - Constructor for class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- SSLConnectionSocketFactory(SSLContext, HostnameVerifier) - Constructor for class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- SSLConnectionSocketFactory(SSLSocketFactory, String[], String[], HostnameVerifier) - Constructor for class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- SSLConnectionSocketFactory(SSLSocketFactory, HostnameVerifier) - Constructor for class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- SSLConnectionSocketFactoryBuilder - Class in org.apache.hc.client5.http.ssl
-
Builder for
SSLConnectionSocketFactory
instances. - SSLConnectionSocketFactoryBuilder() - Constructor for class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
- sslContext - Variable in class org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy
- sslContext - Variable in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
- sslContext - Variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
- sslSocketFactory - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- STALE_IF_ERROR - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- STALE_WHILE_REVALIDATE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- staleIfErrorAppliesTo(int) - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- staleResponseNotAllowed(HttpRequest, HttpCacheEntry, Instant) - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- STANDARD_PATTERNS - Static variable in class org.apache.hc.client5.http.utils.DateUtils
-
Standard date formatters:
DateUtils.FORMATTER_RFC1123
,DateUtils.FORMATTER_RFC1036
,DateUtils.FORMATTER_ASCTIME
. - StandardAuthScheme - Class in org.apache.hc.client5.http.auth
-
Authentication schemes by their names supported by the HttpClient.
- StandardAuthScheme() - Constructor for class org.apache.hc.client5.http.auth.StandardAuthScheme
- StandardCookieSpec - Class in org.apache.hc.client5.http.cookie
-
Cookie specifications by their names supported by the HttpClient.
- StandardCookieSpec() - Constructor for class org.apache.hc.client5.http.cookie.StandardCookieSpec
- start() - Method in class org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase
- start() - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
- start() - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.IdleConnectionEvictor
- start() - Method in class org.apache.hc.client5.http.impl.IdleConnectionEvictor
- start(HttpRequest, HttpResponse, ContentType) - Method in class org.apache.hc.client5.http.async.methods.AbstractBinPushConsumer
-
Triggered to signal the beginning of response processing.
- start(HttpRequest, HttpResponse, ContentType) - Method in class org.apache.hc.client5.http.async.methods.AbstractCharPushConsumer
-
Triggered to signal the beginning of data processing.
- start(HttpResponse, ContentType) - Method in class org.apache.hc.client5.http.async.methods.AbstractBinResponseConsumer
-
Triggered to signal the beginning of response processing.
- start(HttpResponse, ContentType) - Method in class org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer
-
Triggered to signal the beginning of data processing.
- started - Variable in class org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable
- startedTime() - Method in class org.apache.hc.client5.http.impl.classic.HttpRequestFutureTask
- startTls(SSLContext, NamedEndpoint, SSLBufferMode, SSLSessionInitializer, SSLSessionVerifier, Timeout) - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- startTls(SSLContext, NamedEndpoint, SSLBufferMode, SSLSessionInitializer, SSLSessionVerifier, Timeout, FutureCallback<TransportSecurityLayer>) - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- state - Variable in class org.apache.hc.client5.http.auth.AuthExchange
- state - Variable in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- state - Variable in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-
Deprecated.Authentication process state
- state - Variable in class org.apache.hc.client5.http.impl.auth.NTLMScheme
-
Deprecated.
- state - Variable in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- state - Variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- State() - Constructor for enum org.apache.hc.client5.http.auth.AuthExchange.State
- State() - Constructor for class org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec.State
- State() - Constructor for class org.apache.hc.client5.http.impl.async.AsyncRedirectExec.State
- State() - Constructor for enum org.apache.hc.client5.http.impl.auth.GGSSchemeBase.State
-
Deprecated.
- State() - Constructor for enum org.apache.hc.client5.http.impl.auth.NTLMScheme.State
-
Deprecated.
- State(HttpRoute) - Constructor for class org.apache.hc.client5.http.impl.async.AsyncConnectExec.State
- status - Variable in class org.apache.hc.client5.http.cache.HttpCacheEntry
- status - Variable in class org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase
- status - Variable in class org.apache.hc.client5.testing.redirect.Redirect
- Status() - Constructor for enum org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase.Status
- statusCode - Variable in exception class org.apache.hc.client5.http.HttpResponseException
- storage - Variable in class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- storage - Variable in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- storage - Variable in class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
- storage - Variable in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
- storage - Variable in class org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder
- store(String, T) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
- store(String, T, FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
- storeEntry(String, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- storeEntry(String, HttpCacheEntry, FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- storeInCache(String, HttpHost, HttpRequest, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- storeInCache(String, HttpHost, HttpRequest, HttpCacheEntry, FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- storeRequestIfModifiedSinceFor304Response(HttpRequest, HttpResponse) - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
-
For 304 Not modified responses, adds a "Last-Modified" header with the value of the "If-Modified-Since" header passed in the request.
- storeVariantEntry(String, HttpHost, HttpRequest, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- storeVariantEntry(String, HttpHost, HttpRequest, HttpCacheEntry, FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- stream - Variable in class org.apache.hc.client5.http.entity.EntityBuilder
- STREAM_LOG - Static variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter
- streamAbort(InputStream) - Method in class org.apache.hc.client5.http.impl.classic.ResponseEntityProxy
- streamClosed(InputStream) - Method in class org.apache.hc.client5.http.impl.classic.ResponseEntityProxy
- streamEnd(List<? extends Header>) - Method in class org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler
- streamEnd(List<? extends Header>) - Method in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.CachingAsyncDataConsumer
- streamEnd(List<? extends Header>) - Method in class org.apache.hc.client5.testing.async.AsyncEchoHandler
- streamEnd(List<? extends Header>) - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler
- streamEnd(List<? extends Header>) - Method in class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
- streamEnd(List<? extends Header>) - Method in class org.apache.hc.client5.testing.async.RedirectingAsyncDecorator
- streamEnd(List<? extends Header>) - Method in class org.apache.hc.client5.testing.async.ServiceUnavailableAsyncDecorator
- streamStart(ContentType) - Method in class org.apache.hc.client5.http.async.methods.SimpleAsyncEntityConsumer
- STRICT - Enum constant in enum org.apache.hc.client5.http.entity.mime.HttpMultipartMode
-
Strict MIME specification conformance.
- STRICT - Enum constant in enum org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory.CompatibilityLevel
- STRICT - Static variable in class org.apache.hc.client5.http.cookie.StandardCookieSpec
-
The RFC 6265 compliant policy (strict profile).
- StringBody - Class in org.apache.hc.client5.http.entity.mime
-
Text body part backed by a byte array.
- StringBody(String, ContentType) - Constructor for class org.apache.hc.client5.http.entity.mime.StringBody
- stripDotSuffix(String) - Static method in class org.apache.hc.client5.http.auth.NTCredentials
-
Deprecated.Strip dot suffix from a name
- stripLineBreaks(CharSequence) - Static method in class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
- stripOtherFreshnessDirectivesWithNoCache(HttpRequest) - Method in class org.apache.hc.client5.http.impl.cache.RequestProtocolCompliance
- stripPort - Variable in class org.apache.hc.client5.http.auth.KerberosConfig.Builder
-
Deprecated.
- stripPort - Variable in class org.apache.hc.client5.http.auth.KerberosConfig
-
Deprecated.
- SubjectName - Class in org.apache.hc.client5.http.ssl
- SubjectName(String, int) - Constructor for class org.apache.hc.client5.http.ssl.SubjectName
- subjectType - Variable in enum org.apache.hc.client5.http.ssl.DefaultHostnameVerifier.HostNameType
- submitCommand(Command, Command.Priority) - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- submitCommand(Command, Command.Priority) - Method in interface org.apache.hc.client5.http.nio.ManagedAsyncClientConnection
-
Submits the given command for execution.
- success - Variable in class org.apache.hc.client5.testing.auth.AuthResult
- SUCCESS - Enum constant in enum org.apache.hc.client5.http.auth.AuthExchange.State
- successfulConnections - Variable in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- suitabilityChecker - Variable in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- supplyConsumer(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.testing.async.AbstractSimpleServerExchangeHandler
- supportedCipherSuites - Variable in class org.apache.hc.client5.http.config.TlsConfig.Builder
- supportedCipherSuites - Variable in class org.apache.hc.client5.http.config.TlsConfig
- supportedCipherSuites - Variable in class org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy
- supportedCipherSuites - Variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- supportedProtocols - Variable in class org.apache.hc.client5.http.config.TlsConfig.Builder
- supportedProtocols - Variable in class org.apache.hc.client5.http.config.TlsConfig
- supportedProtocols - Variable in class org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy
- supportedProtocols - Variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- SUPPORTS_RANGE_AND_CONTENT_RANGE_HEADERS - Static variable in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- supportsRangeAndContentRangeHeaders() - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
-
Reports whether this
CachingHttpClient
implementation supports byte-range requests as specified by theRange
andContent-Range
headers. - switchProtocol(String, FutureCallback<ProtocolIOSession>) - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- switchProtocol(String, FutureCallback<ProtocolIOSession>) - Method in interface org.apache.hc.client5.http.nio.ManagedAsyncClientConnection
-
Switches this I/O session to the application protocol with the given ID.
- SystemClock - Class in org.apache.hc.client5.http.impl.classic
- SystemClock() - Constructor for class org.apache.hc.client5.http.impl.classic.SystemClock
- SystemDefaultCredentialsProvider - Class in org.apache.hc.client5.http.impl.auth
-
Implementation of
CredentialsStore
backed by standard JREAuthenticator
. - SystemDefaultCredentialsProvider() - Constructor for class org.apache.hc.client5.http.impl.auth.SystemDefaultCredentialsProvider
-
Default constructor.
- SystemDefaultDnsResolver - Class in org.apache.hc.client5.http
-
DNS resolver that uses the default OS implementation for resolving host names.
- SystemDefaultDnsResolver() - Constructor for class org.apache.hc.client5.http.SystemDefaultDnsResolver
- SystemDefaultRoutePlanner - Class in org.apache.hc.client5.http.impl.routing
-
HttpRoutePlanner
implementation based onProxySelector
. - SystemDefaultRoutePlanner(ProxySelector) - Constructor for class org.apache.hc.client5.http.impl.routing.SystemDefaultRoutePlanner
- SystemDefaultRoutePlanner(SchemePortResolver, ProxySelector) - Constructor for class org.apache.hc.client5.http.impl.routing.SystemDefaultRoutePlanner
- systemProperties - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- systemProperties - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- systemProperties - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- systemProperties - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- systemProperties - Variable in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
- systemProperties - Variable in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
- systemProperties - Variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
T
- target - Variable in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime.Endpoint
- target - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.
- target - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type2Message
-
Deprecated.
- target - Variable in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.BackendResponseHandler
- TARGET - Enum constant in enum org.apache.hc.client5.http.auth.ChallengeType
- targetAuthStrategy - Variable in class org.apache.hc.client5.http.impl.async.AsyncProtocolExec
- targetAuthStrategy - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- targetAuthStrategy - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- targetAuthStrategy - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- targetAuthStrategy - Variable in class org.apache.hc.client5.http.impl.classic.ProtocolExec
- targetHost - Variable in class org.apache.hc.client5.http.HttpRoute
-
The target host to connect to.
- targetHost - Variable in class org.apache.hc.client5.http.RouteTracker
-
The target host to connect to.
- targetInfo - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type2Message
-
Deprecated.
- targetInformation - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.
- targetPreferredAuthSchemes - Variable in class org.apache.hc.client5.http.config.RequestConfig.Builder
- targetPreferredAuthSchemes - Variable in class org.apache.hc.client5.http.config.RequestConfig
- taskDuration() - Method in class org.apache.hc.client5.http.impl.classic.HttpRequestFutureTask
- tasks - Variable in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- TERMINATED - Enum constant in enum org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase.Status
- TERMINATORS - Static variable in class org.apache.hc.client5.http.impl.auth.AuthChallengeParser
- text - Variable in class org.apache.hc.client5.http.entity.EntityBuilder
- thread - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.IdleConnectionEvictor
- thread - Variable in class org.apache.hc.client5.http.impl.IdleConnectionEvictor
- THREAD_LOCAL - Static variable in class org.apache.hc.client5.http.impl.Wire
- threadFactory - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- threadFactory - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- threadFactory - Variable in class org.apache.hc.client5.http.impl.IdleConnectionEvictor
- TIME - Static variable in class org.apache.hc.client5.http.impl.cache.WarningValue
- TIME_PATTERN - Static variable in class org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler
- TIME_ZONE - 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.
- timeInterval - Variable in class org.apache.hc.client5.http.impl.classic.AbstractBackoff
-
The number of time intervals used in the exponential backoff algorithm.
- timestamp - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.
- timeToLive - Variable in class org.apache.hc.client5.http.config.ConnectionConfig.Builder
- timeToLive - Variable in class org.apache.hc.client5.http.config.ConnectionConfig
- tlsConfig - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Deprecated.TLS should be configured by the connection manager
- tlsConfig - Variable in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncClient
- tlsConfig - Variable in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
-
Deprecated.TLS should be configured by the connection manager
- tlsConfig - Variable in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient
- tlsConfig - Variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- TlsConfig - Class in org.apache.hc.client5.http.config
-
Immutable class encapsulating TLS protocol settings.
- TlsConfig() - Constructor for class org.apache.hc.client5.http.config.TlsConfig
-
Intended for CDI compatibility
- TlsConfig(Timeout, String[], String[], HttpVersionPolicy) - Constructor for class org.apache.hc.client5.http.config.TlsConfig
- TlsConfig.Builder - Class in org.apache.hc.client5.http.config
- tlsConfigResolver - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- tlsConfigResolver - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- tlsConfigResolver - Variable in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- tlsConfigResolver - Variable in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
- tlsDetailsFactory - Variable in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
-
Deprecated.To be removed.
- tlsDetailsFactory - Variable in class org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy
-
Deprecated.To be removed.
- tlsSessionValidator - Variable in class org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy
- tlsSessionValidator - Variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- TlsSessionValidator - Class in org.apache.hc.client5.http.ssl
- TlsSessionValidator(Logger) - Constructor for class org.apache.hc.client5.http.ssl.TlsSessionValidator
- tlsStrategy - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- tlsStrategy - Variable in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
- tlsStrategyLookup - Variable in class org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator
- tlsVersions - Variable in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
- tlsVersions - Variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
- toByteArray() - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
- toByteBuffer() - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
- toDate(Instant) - Static method in class org.apache.hc.client5.http.utils.DateUtils
- toInstant(Date) - Static method in class org.apache.hc.client5.http.utils.DateUtils
- token - Variable in class org.apache.hc.client5.http.auth.BearerToken
- token - Variable in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-
Deprecated.
- TOKEN_DELIMS - Static variable in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- TOKEN_GENERATED - Enum constant in enum org.apache.hc.client5.http.impl.auth.GGSSchemeBase.State
-
Deprecated.
- tokenParser - Variable in class org.apache.hc.client5.http.impl.auth.AuthChallengeParser
- tokenParser - Variable in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- tokenParser - Variable in class org.apache.hc.client5.http.ssl.DistinguishedNameParser
- TOPLABEL - Static variable in class org.apache.hc.client5.http.impl.cache.WarningValue
- toRoute() - Method in class org.apache.hc.client5.http.RouteTracker
-
Obtains the tracked route.
- toString() - Method in class org.apache.hc.client5.http.async.methods.SimpleBody
- toString() - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- toString() - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
- toString() - Method in class org.apache.hc.client5.http.auth.AuthChallenge
- toString() - Method in class org.apache.hc.client5.http.auth.AuthExchange
- toString() - Method in class org.apache.hc.client5.http.auth.AuthScope
- toString() - Method in class org.apache.hc.client5.http.auth.BasicUserPrincipal
- toString() - Method in class org.apache.hc.client5.http.auth.KerberosConfig
-
Deprecated.
- toString() - Method in class org.apache.hc.client5.http.auth.NTCredentials
-
Deprecated.
- toString() - Method in class org.apache.hc.client5.http.auth.NTUserPrincipal
- toString() - Method in class org.apache.hc.client5.http.auth.UsernamePasswordCredentials
- toString() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Provides a string representation of this instance suitable for human consumption.
- toString() - Method in class org.apache.hc.client5.http.cache.HttpCacheStorageEntry
- toString() - Method in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
- toString() - Method in class org.apache.hc.client5.http.config.ConnectionConfig
- toString() - Method in class org.apache.hc.client5.http.config.RequestConfig
- toString() - Method in class org.apache.hc.client5.http.config.TlsConfig
- toString() - Method in class org.apache.hc.client5.http.cookie.BasicCookieStore
- toString() - Method in class org.apache.hc.client5.http.cookie.CookieOrigin
- toString() - Method in class org.apache.hc.client5.http.entity.mime.Header
- toString() - Method in class org.apache.hc.client5.http.entity.mime.MimeField
- toString() - Method in class org.apache.hc.client5.http.fluent.Content
- toString() - Method in class org.apache.hc.client5.http.fluent.Request
- toString() - Method in class org.apache.hc.client5.http.HttpRoute
-
Obtains a description of this route.
- toString() - Method in class org.apache.hc.client5.http.impl.async.AsyncExecChainElement
- toString() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- toString() - Method in class org.apache.hc.client5.http.impl.auth.AuthChallengeParser.ChallengeInt
- toString() - Method in class org.apache.hc.client5.http.impl.auth.BasicAuthCache.Key
- toString() - Method in class org.apache.hc.client5.http.impl.auth.BasicAuthCache
- toString() - Method in class org.apache.hc.client5.http.impl.auth.BasicCredentialsProvider
- toString() - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
- toString() - Method in class org.apache.hc.client5.http.impl.auth.BearerScheme
- toString() - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- toString() - Method in class org.apache.hc.client5.http.impl.auth.FixedCredentialsProvider
- toString() - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-
Deprecated.
- toString() - Method in class org.apache.hc.client5.http.impl.auth.NTLMScheme
-
Deprecated.
- toString() - Method in class org.apache.hc.client5.http.impl.auth.SingleCredentialsProvider
- toString() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
- toString() - Method in class org.apache.hc.client5.http.impl.cache.Variant
- toString() - Method in class org.apache.hc.client5.http.impl.cache.WarningValue
-
Formats a
WarningValue
as aString
suitable for including in a header. - toString() - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- toString() - Method in class org.apache.hc.client5.http.impl.classic.ExecChainElement
- toString() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics.DurationCounter
- toString() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- toString() - Method in class org.apache.hc.client5.http.impl.classic.HttpRequestFutureTask
- toString() - Method in class org.apache.hc.client5.http.impl.classic.RequestEntityProxy
- toString() - Method in class org.apache.hc.client5.http.impl.classic.ResponseEntityProxy.NullOutputStream
- toString() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- toString() - Method in class org.apache.hc.client5.http.impl.cookie.RFC6265LaxSpec
- toString() - Method in class org.apache.hc.client5.http.impl.cookie.RFC6265StrictSpec
- toString() - Method in class org.apache.hc.client5.http.RouteTracker
-
Obtains a description of the tracked route.
- toString() - Method in class org.apache.hc.client5.http.ssl.NoopHostnameVerifier
- toString() - Method in class org.apache.hc.client5.http.ssl.SubjectName
- toString() - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
- toString() - Method in class org.apache.hc.client5.testing.auth.AuthResult
- toString() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- toUTC(Instant) - Static method in class org.apache.hc.client5.http.utils.DateUtils
- toUTC(Date) - Static method in class org.apache.hc.client5.http.utils.DateUtils
- trace() - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- trace(String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- trace(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- trace(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- trace(String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.
- trace(String) - Static method in class org.apache.hc.client5.http.fluent.Request
- trace(URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- trace(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- trace(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- trace(URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.
- trace(URI) - Static method in class org.apache.hc.client5.http.fluent.Request
- trace(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- trace(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- TRACE_METHOD - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- tracker - Variable in class org.apache.hc.client5.http.impl.async.AsyncConnectExec.State
- transferEncodingIsNotReturnedTo1_0Client(HttpRequest, HttpResponse) - Method in class org.apache.hc.client5.http.impl.cache.ResponseProtocolCompliance
- transferEncodingIsPresent(HttpResponse) - Method in class org.apache.hc.client5.http.impl.cache.CachedHttpResponseGenerator
- triggerNewCacheEntryResponse(HttpResponse, Instant, ByteArrayBuffer) - Method in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.BackendResponseHandler
- triggerResponse(SimpleHttpResponse, AsyncExecChain.Scope, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec
- trimToMaxSize(StringBuilder, int) - Static method in class org.apache.hc.client5.http.impl.Wire
-
Ensures that the char[] array of the specified StringBuilder does not exceed the specified number of characters.
- TrustAllStrategy - Class in org.apache.hc.client5.http.ssl
-
A trust strategy that accepts all certificates as trusted.
- TrustAllStrategy() - Constructor for class org.apache.hc.client5.http.ssl.TrustAllStrategy
- TrustSelfSignedStrategy - Class in org.apache.hc.client5.http.ssl
-
Deprecated.For self-signed certificates prefer specifying a keystore containing the certificate when calling the
SSLContextBuilder
loadTrustMaterial
methods. - TrustSelfSignedStrategy() - Constructor for class org.apache.hc.client5.http.ssl.TrustSelfSignedStrategy
-
Deprecated.
- tunnel(HttpHost, HttpHost, Credentials) - Method in class org.apache.hc.client5.http.impl.classic.ProxyClient
- TUNNEL_PROXY - Static variable in interface org.apache.hc.client5.http.routing.HttpRouteDirector
-
Step: tunnel through proxy to other proxy.
- TUNNEL_TARGET - Static variable in interface org.apache.hc.client5.http.routing.HttpRouteDirector
-
Step: tunnel through proxy to target.
- tunnelled - Variable in class org.apache.hc.client5.http.HttpRoute
-
Whether the the route is tunnelled through the proxy.
- tunnelled - Variable in class org.apache.hc.client5.http.RouteTracker
-
Whether the the route is tunnelled end-to-end through proxies.
- TUNNELLED - Enum constant in enum org.apache.hc.client5.http.RouteInfo.TunnelType
- tunnelProxy(HttpHost, boolean) - Method in class org.apache.hc.client5.http.RouteTracker
-
Tracks tunnelling to a proxy in a proxy chain.
- tunnelRefused - Variable in class org.apache.hc.client5.http.impl.async.AsyncConnectExec.State
- TunnelRefusedException - Exception Class in org.apache.hc.client5.http.impl
-
Signals that the tunnel request was rejected by the proxy host.
- TunnelRefusedException(String, String) - Constructor for exception class org.apache.hc.client5.http.impl.TunnelRefusedException
- tunnelTarget(boolean) - Method in class org.apache.hc.client5.http.RouteTracker
-
Tracks tunnelling to the target.
- TunnelType() - Constructor for enum org.apache.hc.client5.http.RouteInfo.TunnelType
- TWO_HYPHENS - Static variable in class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
- type - Variable in class org.apache.hc.client5.http.fluent.Content
- type - Variable in class org.apache.hc.client5.http.psl.PublicSuffixList
- type - Variable in class org.apache.hc.client5.http.ssl.SubjectName
- TYPE_1_MESSAGE - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- type1Message - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
-
Deprecated.
- Type1Message() - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type1Message
-
Deprecated.
- Type1Message(String, String) - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type1Message
-
Deprecated.
- Type1Message(String, String, Integer) - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type1Message
-
Deprecated.
- type2Flags - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
-
Deprecated.
- type2Message - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
-
Deprecated.
- Type2Message(byte[]) - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type2Message
-
Deprecated.
- Type2Message(String) - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type2Message
-
Deprecated.
- Type3Message(String, String, String, char[], byte[], int, String, byte[]) - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
-
Deprecated.More primitive constructor: don't include cert or previous messages.
- Type3Message(String, String, String, char[], byte[], int, String, byte[], Certificate, byte[], byte[]) - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
-
Deprecated.Constructor.
- Type3Message(Random, long, String, String, String, char[], byte[], int, String, byte[]) - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
-
Deprecated.More primitive constructor: don't include cert or previous messages.
- Type3Message(Random, long, String, String, String, char[], byte[], int, String, byte[], Certificate, byte[], byte[]) - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
-
Deprecated.Constructor.
U
- uncacheableStatusCodes - Variable in class org.apache.hc.client5.http.impl.cache.ResponseCachingPolicy
- UNCHALLENGED - Enum constant in enum org.apache.hc.client5.http.auth.AuthExchange.State
- unescapeHeaders(HttpResponse) - Method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
-
Modify the given response to remove escaping from any header names we escaped before saving.
- UNEXPECTED_100_CONTINUE - Static variable in class org.apache.hc.client5.http.impl.cache.ResponseProtocolCompliance
- UNEXPECTED_PARTIAL_CONTENT - Static variable in class org.apache.hc.client5.http.impl.cache.ResponseProtocolCompliance
- UNICODE_LITTLE_UNMARKED - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.Unicode encoding
- UNINITIATED - Enum constant in enum org.apache.hc.client5.http.impl.auth.GGSSchemeBase.State
-
Deprecated.
- UNINITIATED - Enum constant in enum org.apache.hc.client5.http.impl.auth.NTLMScheme.State
-
Deprecated.
- unique - Variable in class org.apache.hc.client5.http.protocol.RedirectLocations
- UNKNOWN - Enum constant in enum org.apache.hc.client5.http.impl.auth.DigestScheme.QualityOfProtection
- UNKNOWN - Enum constant in enum org.apache.hc.client5.http.impl.cache.RequestProtocolError
- UNKNOWN - Enum constant in enum org.apache.hc.client5.http.psl.DomainType
- unknownStatusCode(int) - Method in class org.apache.hc.client5.http.impl.cache.ResponseCachingPolicy
- UNREACHABLE - Static variable in interface org.apache.hc.client5.http.routing.HttpRouteDirector
-
Indicates that the route can not be established at all.
- UnsupportedDigestAlgorithmException - Exception Class in org.apache.hc.client5.http.impl.auth
-
Authentication credentials required to respond to a authentication challenge are invalid
- UnsupportedDigestAlgorithmException() - Constructor for exception class org.apache.hc.client5.http.impl.auth.UnsupportedDigestAlgorithmException
-
Creates a new UnsupportedDigestAlgorithmException with a
null
detail message. - UnsupportedDigestAlgorithmException(String) - Constructor for exception class org.apache.hc.client5.http.impl.auth.UnsupportedDigestAlgorithmException
-
Creates a new UnsupportedDigestAlgorithmException with the specified message.
- UnsupportedDigestAlgorithmException(String, Throwable) - Constructor for exception class org.apache.hc.client5.http.impl.auth.UnsupportedDigestAlgorithmException
-
Creates a new UnsupportedDigestAlgorithmException with the specified detail message and cause.
- UnsupportedSchemeException - Exception Class in org.apache.hc.client5.http
-
Signals failure to establish connection using an unknown protocol scheme.
- UnsupportedSchemeException(String) - Constructor for exception class org.apache.hc.client5.http.UnsupportedSchemeException
-
Creates a UnsupportedSchemeException with the specified detail message.
- unvalidatedCacheHit(HttpRequest, HttpContext, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- update(byte[]) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.HMACMD5
-
Deprecated.Update by adding a complete array
- update(byte[]) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.MD4
-
Deprecated.
- update(byte[], int, int) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.HMACMD5
-
Deprecated.Update the algorithm
- updateAuthState(HttpHost, ChallengeType, HttpResponse, AuthenticationStrategy, AuthExchange, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.HttpAuthenticator
-
Updates the
AuthExchange
state based on the challenge presented in the response message using the givenAuthenticationStrategy
. - updateCache(HttpHost, String, AuthScheme, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.auth.AuthCacheKeeper
- updateCacheEntry(String, HttpCacheEntry, Instant, Instant, HttpResponse) - Method in class org.apache.hc.client5.http.impl.cache.CacheUpdateHandler
-
Update the entry with the new information from the response.
- updateCacheEntry(HttpHost, HttpRequest, HttpCacheEntry, HttpResponse, Instant, Instant) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- updateCacheEntry(HttpHost, HttpRequest, HttpCacheEntry, HttpResponse, Instant, Instant) - Method in interface org.apache.hc.client5.http.impl.cache.HttpCache
-
Update a
HttpCacheEntry
using a 304HttpResponse
. - updateCacheEntry(HttpHost, HttpRequest, HttpCacheEntry, HttpResponse, Instant, Instant, FutureCallback<HttpCacheEntry>) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- updateCacheEntry(HttpHost, HttpRequest, HttpCacheEntry, HttpResponse, Instant, Instant, FutureCallback<HttpCacheEntry>) - Method in interface org.apache.hc.client5.http.impl.cache.HttpAsyncCache
-
Update a
HttpCacheEntry
using a 304HttpResponse
. - updateCapacity(CapacityChannel) - Method in class org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler
- updateCapacity(CapacityChannel) - Method in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.CachingAsyncDataConsumer
- updateCapacity(CapacityChannel) - Method in class org.apache.hc.client5.testing.async.AsyncEchoHandler
- updateCapacity(CapacityChannel) - Method in class org.apache.hc.client5.testing.async.AsyncRandomHandler
- updateCapacity(CapacityChannel) - Method in class org.apache.hc.client5.testing.async.AuthenticatingAsyncDecorator
- updateCapacity(CapacityChannel) - Method in class org.apache.hc.client5.testing.async.RedirectingAsyncDecorator
- updateCapacity(CapacityChannel) - Method in class org.apache.hc.client5.testing.async.ServiceUnavailableAsyncDecorator
- updateCAS(String, CAS, T) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
- updateCAS(String, CAS, T, FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
- updated - Variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- updateEntry(String, HttpCacheCASOperation) - Method in interface org.apache.hc.client5.http.cache.HttpCacheStorage
-
Atomically applies the given callback to processChallenge an existing cache entry under a given key.
- updateEntry(String, HttpCacheCASOperation) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
- updateEntry(String, HttpCacheCASOperation) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCacheStorage
- updateEntry(String, HttpCacheCASOperation) - Method in class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
- updateEntry(String, HttpCacheCASOperation, FutureCallback<Boolean>) - Method in interface org.apache.hc.client5.http.cache.HttpAsyncCacheStorage
-
Atomically applies the given callback to processChallenge an existing cache entry under a given key.
- updateEntry(String, HttpCacheCASOperation, FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.cache.HttpAsyncCacheStorageAdaptor
- updateEntry(String, HttpCacheCASOperation, FutureCallback<Boolean>) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
- updateOnChallenge(HttpHost, String, AuthExchange, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.AuthCacheKeeper
- updateOnNoChallenge(HttpHost, String, AuthExchange, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.AuthCacheKeeper
- updateOnResponse(HttpHost, String, AuthExchange, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.AuthCacheKeeper
- updateParentCacheEntry(String, HttpCacheEntry, HttpCacheEntry, String, String) - Method in class org.apache.hc.client5.http.impl.cache.CacheUpdateHandler
- updateReadTime() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- updateVariantCacheEntry(HttpHost, HttpRequest, HttpResponse, Variant, Instant, Instant) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- updateVariantCacheEntry(HttpHost, HttpRequest, HttpResponse, Variant, Instant, Instant) - Method in interface org.apache.hc.client5.http.impl.cache.HttpCache
-
Update a specific
HttpCacheEntry
representing a cached variant using a 304HttpResponse
. - updateVariantCacheEntry(HttpHost, HttpRequest, HttpResponse, Variant, Instant, Instant, FutureCallback<HttpCacheEntry>) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- updateVariantCacheEntry(HttpHost, HttpRequest, HttpResponse, Variant, Instant, Instant, FutureCallback<HttpCacheEntry>) - Method in interface org.apache.hc.client5.http.impl.cache.HttpAsyncCache
-
Update a specific
HttpCacheEntry
representing a cached variant using a 304HttpResponse
. - updateWriteTime() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- upgrade(ConnectionEndpoint, HttpContext) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- upgrade(ConnectionEndpoint, HttpContext) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- upgrade(ConnectionEndpoint, HttpContext) - Method in interface org.apache.hc.client5.http.io.HttpClientConnectionManager
-
Upgrades transport security of the given endpoint by using the TLS security protocol.
- upgrade(ManagedHttpClientConnection, HttpHost, Object, HttpContext) - Method in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
- upgrade(ManagedHttpClientConnection, HttpHost, Object, HttpContext) - Method in interface org.apache.hc.client5.http.io.HttpClientConnectionOperator
-
Upgrades transport security of the given managed connection by using the TLS security protocol.
- upgrade(ManagedHttpClientConnection, HttpHost, HttpContext) - Method in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
- upgrade(ManagedHttpClientConnection, HttpHost, HttpContext) - Method in interface org.apache.hc.client5.http.io.HttpClientConnectionOperator
-
Upgrades transport security of the given managed connection by using the TLS security protocol.
- upgrade(AsyncConnectionEndpoint, Object, HttpContext) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- upgrade(AsyncConnectionEndpoint, Object, HttpContext) - Method in interface org.apache.hc.client5.http.nio.AsyncClientConnectionManager
-
Upgrades transport security of the given endpoint by using the TLS security protocol.
- upgrade(AsyncConnectionEndpoint, Object, HttpContext, FutureCallback<AsyncConnectionEndpoint>) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- upgrade(AsyncConnectionEndpoint, Object, HttpContext, FutureCallback<AsyncConnectionEndpoint>) - Method in interface org.apache.hc.client5.http.nio.AsyncClientConnectionManager
-
Upgrades transport security of the given endpoint by using the TLS security protocol.
- upgrade(ManagedAsyncClientConnection, HttpHost, Object) - Method in class org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator
- upgrade(ManagedAsyncClientConnection, HttpHost, Object) - Method in interface org.apache.hc.client5.http.nio.AsyncClientConnectionOperator
-
Upgrades transport security of the given managed connection by using the TLS security protocol.
- upgrade(ManagedAsyncClientConnection, HttpHost, Object, HttpContext) - Method in class org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator
- upgrade(ManagedAsyncClientConnection, HttpHost, Object, HttpContext) - Method in interface org.apache.hc.client5.http.nio.AsyncClientConnectionOperator
-
Upgrades transport security of the given managed connection by using the TLS security protocol.
- upgrade(ManagedAsyncClientConnection, HttpHost, Object, HttpContext, FutureCallback<ManagedAsyncClientConnection>) - Method in class org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator
- upgrade(ManagedAsyncClientConnection, HttpHost, Object, HttpContext, FutureCallback<ManagedAsyncClientConnection>) - Method in interface org.apache.hc.client5.http.nio.AsyncClientConnectionOperator
-
Upgrades transport security of the given managed connection by using the TLS security protocol.
- upgrade(IOEventHandler) - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- upgrade(TransportSecurityLayer, HttpHost, SocketAddress, SocketAddress, Object, Timeout) - Method in class org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy
- upgrade(TransportSecurityLayer, NamedEndpoint, Object, Timeout, FutureCallback<TransportSecurityLayer>) - Method in class org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy
- upgradeTls(HttpClientContext) - Method in interface org.apache.hc.client5.http.async.AsyncExecRuntime
-
Upgrades transport security of the active connection by using the TLS security protocol.
- upgradeTls(HttpClientContext) - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
-
Upgrades transport security of the active connection by using the TLS security protocol.
- upgradeTls(HttpClientContext) - Method in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- upgradeTls(HttpClientContext) - Method in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- upgradeTls(HttpClientContext) - Method in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- upgradeTls(HttpClientContext, FutureCallback<AsyncExecRuntime>) - Method in interface org.apache.hc.client5.http.async.AsyncExecRuntime
-
Upgrades transport security of the active connection by using the TLS security protocol.
- upgradeTls(HttpClientContext, FutureCallback<AsyncExecRuntime>) - Method in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- upgradeTls(HttpClientContext, FutureCallback<AsyncExecRuntime>) - Method in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- URIUtils - Class in org.apache.hc.client5.http.utils
-
A collection of utilities for
URIs
, to workaround bugs within the class or for ease-of-use features. - URIUtils() - Constructor for class org.apache.hc.client5.http.utils.URIUtils
-
This class should not be instantiated.
- UrlEncodedFormEntity - Class in org.apache.hc.client5.http.entity
-
An entity composed of a list of url-encoded pairs.
- UrlEncodedFormEntity(Iterable<? extends NameValuePair>) - Constructor for class org.apache.hc.client5.http.entity.UrlEncodedFormEntity
-
Constructs a new
UrlEncodedFormEntity
with the list of parameters with the default encoding ofContentType.APPLICATION_FORM_URLENCODED
- UrlEncodedFormEntity(Iterable<? extends NameValuePair>, Charset) - Constructor for class org.apache.hc.client5.http.entity.UrlEncodedFormEntity
-
Constructs a new
UrlEncodedFormEntity
with the list of parameters in the specified encoding. - UrlEncodedFormEntity(List<? extends NameValuePair>) - Constructor for class org.apache.hc.client5.http.entity.UrlEncodedFormEntity
-
Constructs a new
UrlEncodedFormEntity
with the list of parameters with the default encoding ofContentType.APPLICATION_FORM_URLENCODED
- use(Executor) - Method in class org.apache.hc.client5.http.fluent.Async
- use(CredentialsStore) - Method in class org.apache.hc.client5.http.fluent.Executor
- use(CookieStore) - Method in class org.apache.hc.client5.http.fluent.Executor
- use(Executor) - Method in class org.apache.hc.client5.http.fluent.Async
- useAuthCache(AuthCache) - Method in class org.apache.hc.client5.http.ContextBuilder
- useAuthSchemeRegistry(Lookup<AuthSchemeFactory>) - Method in class org.apache.hc.client5.http.ContextBuilder
- useCanonicalHostname - Variable in class org.apache.hc.client5.http.auth.KerberosConfig.Builder
-
Deprecated.
- useCanonicalHostname - Variable in class org.apache.hc.client5.http.auth.KerberosConfig
-
Deprecated.
- useCookieSpecRegistry(Lookup<CookieSpecFactory>) - Method in class org.apache.hc.client5.http.ContextBuilder
- useCookieStore(CookieStore) - Method in class org.apache.hc.client5.http.ContextBuilder
- useCredentialsProvider(CredentialsProvider) - Method in class org.apache.hc.client5.http.ContextBuilder
- useExpectContinue - Variable in class org.apache.hc.client5.http.fluent.Request
- useExpectContinue() - Method in class org.apache.hc.client5.http.fluent.Request
- useHeuristicCaching - Variable in class org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker
- user - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.
- USER_TOKEN - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
- userAgent - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- userAgent - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- userAgent - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- userAgent(String) - Method in class org.apache.hc.client5.http.fluent.Request
- userBytes - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
-
Deprecated.
- username - Variable in class org.apache.hc.client5.http.auth.BasicUserPrincipal
- username - Variable in class org.apache.hc.client5.http.auth.NTUserPrincipal
- UsernamePasswordCredentials - Class in org.apache.hc.client5.http.auth
-
Simple
Credentials
representation based on a user name / password pair. - UsernamePasswordCredentials(String, char[]) - Constructor for class org.apache.hc.client5.http.auth.UsernamePasswordCredentials
-
The constructor with the username and password arguments.
- UsernamePasswordCredentials(Principal, char[]) - Constructor for class org.apache.hc.client5.http.auth.UsernamePasswordCredentials
-
The constructor with the username and password arguments.
- userTokenHandler - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- userTokenHandler - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncMainClientExec
- userTokenHandler - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- userTokenHandler - Variable in class org.apache.hc.client5.http.impl.classic.MainClientExec
- UserTokenHandler - Interface in org.apache.hc.client5.http
-
A handler for determining if the given execution context is user specific or not.
- useSystemProperties() - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Use system properties when creating and configuring default implementations.
- useSystemProperties() - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Use system properties when creating and configuring default implementations.
- useSystemProperties() - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Use system properties when creating and configuring default implementations.
- useSystemProperties() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Use system properties when creating and configuring default implementations.
- useSystemProperties() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
-
Use system properties when creating and configuring default implementations.
- useSystemProperties() - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
-
Use system properties when creating and configuring default implementations.
- useSystemProperties() - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
-
Use system properties when creating and configuring default implementations.
V
- validate() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- validate(Cookie, CookieOrigin) - Method in interface org.apache.hc.client5.http.cookie.CookieAttributeHandler
-
Performs cookie validation for the given attribute value.
- validate(Cookie, CookieOrigin) - Method in interface org.apache.hc.client5.http.cookie.CookieSpec
-
Validate the cookie according to validation rules defined by the cookie specification.
- validate(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler
- validate(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.BasicDomainHandler
- validate(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.BasicHttpOnlyHandler
- validate(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.BasicPathHandler
- validate(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.CookieSpecBase
- validate(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter
- validate(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- validateAfterInactivity - Variable in class org.apache.hc.client5.http.config.ConnectionConfig.Builder
- validateAfterInactivity - Variable in class org.apache.hc.client5.http.config.ConnectionConfig
- validateConnection() - Method in interface org.apache.hc.client5.http.async.AsyncExecRuntime
-
Validates the connection making sure it can be used to execute requests.
- validateConnection() - Method in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- validateConnection() - Method in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- VALIDATED - Enum constant in enum org.apache.hc.client5.http.cache.CacheResponseStatus
-
The response was generated from the cache after validating the entry with the origin server.
- validateSignature(byte[], byte[]) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
-
Deprecated.
- validateUsername() - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
- validDuration - Variable in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- validDuration - Variable in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- validityPolicy - Variable in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- validityStrategy - Variable in class org.apache.hc.client5.http.impl.cache.CachedHttpResponseGenerator
- validityStrategy - Variable in class org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker
- value - Variable in class org.apache.hc.client5.http.auth.AuthChallenge
- value - Variable in class org.apache.hc.client5.http.entity.mime.MimeField
- value - Variable in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Cookie value
- value - Variable in class org.apache.hc.client5.http.ssl.SubjectName
- VALUE_DELIMS - Static variable in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- valueOf(String) - Static method in enum org.apache.hc.client5.http.auth.AuthExchange.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.auth.ChallengeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.auth.KerberosConfig.Option
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.cache.CacheResponseStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.entity.mime.HttpMultipartMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.ExecInterceptorEntry.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.RequestInterceptorEntry.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.ResponseInterceptorEntry.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.ExecInterceptorEntry.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.RequestInterceptorEntry.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.ResponseInterceptorEntry.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.impl.auth.DigestScheme.QualityOfProtection
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.impl.auth.GGSSchemeBase.State
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Mode
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.impl.auth.NTLMScheme.State
-
Deprecated.Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.impl.cache.RequestProtocolError
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.impl.ChainElement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.impl.classic.HttpClientBuilder.ExecInterceptorEntry.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.impl.classic.HttpClientBuilder.RequestInterceptorEntry.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.impl.classic.HttpClientBuilder.ResponseInterceptorEntry.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory.CompatibilityLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.psl.DomainType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.RouteInfo.LayerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.RouteInfo.TunnelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.ssl.DefaultHostnameVerifier.HostNameType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.testing.redirect.Redirect.ConnControl
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.hc.client5.http.auth.AuthExchange.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.auth.ChallengeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.auth.KerberosConfig.Option
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.cache.CacheResponseStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.entity.mime.HttpMultipartMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase.Status
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.ExecInterceptorEntry.Position
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.RequestInterceptorEntry.Position
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.ResponseInterceptorEntry.Position
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.ExecInterceptorEntry.Position
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.RequestInterceptorEntry.Position
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder.ResponseInterceptorEntry.Position
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.impl.auth.DigestScheme.QualityOfProtection
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.impl.auth.GGSSchemeBase.State
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Mode
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.impl.auth.NTLMScheme.State
-
Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.impl.cache.RequestProtocolError
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.impl.ChainElement
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.impl.classic.HttpClientBuilder.ExecInterceptorEntry.Position
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.impl.classic.HttpClientBuilder.RequestInterceptorEntry.Position
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.impl.classic.HttpClientBuilder.ResponseInterceptorEntry.Position
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory.CompatibilityLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.psl.DomainType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.RouteInfo.LayerType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.RouteInfo.TunnelType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.ssl.DefaultHostnameVerifier.HostNameType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.testing.redirect.Redirect.ConnControl
-
Returns an array containing the constants of this enum type, in the order they are declared.
- Variant - Class in org.apache.hc.client5.http.impl.cache
-
Records a set of information describing a cached variant.
- Variant(String, HttpCacheEntry) - Constructor for class org.apache.hc.client5.http.impl.cache.Variant
- variantMap - Variable in class org.apache.hc.client5.http.cache.HttpCacheEntry
- VARY - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- verify(String, X509Certificate) - Method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- verify(String, X509Certificate) - Method in interface org.apache.hc.client5.http.ssl.HttpClientHostnameVerifier
-
Verifies the supplied server
X509Certificate
and ensures it matches the original host name. - verify(String, SSLSession) - Method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- verify(String, SSLSession) - Method in class org.apache.hc.client5.http.ssl.NoopHostnameVerifier
- verifyHostname(SSLSocket, String) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- verifySession(String, SSLSession) - Method in class org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy
- verifySession(String, SSLSession) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- verifySession(String, SSLSession, HostnameVerifier) - Method in class org.apache.hc.client5.http.ssl.TlsSessionValidator
- version(HttpVersion) - Method in class org.apache.hc.client5.http.fluent.Request
- versionPolicy - Variable in class org.apache.hc.client5.http.config.TlsConfig.Builder
- VIA - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- viaHeaders - Variable in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- viaProxy(String) - Method in class org.apache.hc.client5.http.fluent.Request
- viaProxy(HttpHost) - Method in class org.apache.hc.client5.http.fluent.Request
W
- WARN_DATE - Static variable in class org.apache.hc.client5.http.impl.cache.WarningValue
- WARN_DATE_PATTERN - Static variable in class org.apache.hc.client5.http.impl.cache.WarningValue
- warnAgent - Variable in class org.apache.hc.client5.http.impl.cache.WarningValue
- warnCode - Variable in class org.apache.hc.client5.http.impl.cache.WarningValue
- warnDate - Variable in class org.apache.hc.client5.http.impl.cache.WarningValue
- WARNING - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- warningsWithNonMatchingWarnDatesAreRemoved(HttpResponse) - Method in class org.apache.hc.client5.http.impl.cache.ResponseProtocolCompliance
- WarningValue - Class in org.apache.hc.client5.http.impl.cache
-
This class provides for parsing and understanding Warning headers.
- WarningValue(String) - Constructor for class org.apache.hc.client5.http.impl.cache.WarningValue
- WarningValue(String, int) - Constructor for class org.apache.hc.client5.http.impl.cache.WarningValue
- warnText - Variable in class org.apache.hc.client5.http.impl.cache.WarningValue
- WEAK_CIPHER_SUITE_PATTERNS - Static variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- WEAK_CIPHERS - Static variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- WEAK_ETAG_AND_RANGE_ERROR - Enum constant in enum org.apache.hc.client5.http.impl.cache.RequestProtocolError
- WEAK_ETAG_ON_PUTDELETE_METHOD_ERROR - Enum constant in enum org.apache.hc.client5.http.impl.cache.RequestProtocolError
- WEAK_KEY_EXCHANGES - Static variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- weakETagOnPutDeleteAllowed - Variable in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
- weakETagOnPutDeleteAllowed - Variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
- weakETagOnPutDeleteAllowed - Variable in class org.apache.hc.client5.http.impl.cache.RequestProtocolCompliance
- WEEKDAY - Static variable in class org.apache.hc.client5.http.impl.cache.WarningValue
- wire - Variable in class org.apache.hc.client5.http.impl.io.LoggingInputStream
- wire - Variable in class org.apache.hc.client5.http.impl.io.LoggingOutputStream
- wire - Variable in class org.apache.hc.client5.http.impl.io.LoggingSocketHolder
- wire(String, byte[], int, int) - Method in class org.apache.hc.client5.http.impl.Wire
- Wire - Class in org.apache.hc.client5.http.impl
- Wire(Logger, String) - Constructor for class org.apache.hc.client5.http.impl.Wire
- WIRE_LOG - Static variable in class org.apache.hc.client5.http.impl.async.LoggingIOSessionDecorator
- WIRE_LOG - Static variable in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- wireLog - Variable in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- WKDAY - Static variable in class org.apache.hc.client5.http.impl.cache.WarningValue
- workstation - Variable in class org.apache.hc.client5.http.auth.NTCredentials
-
Deprecated.The netbios hostname the authentication request is originating from.
- wrap(ScheduledExecutorService) - Static method in class org.apache.hc.client5.http.impl.cache.CacheRevalidatorBase
- wrappedStream - Variable in class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
- wrapperStream - Variable in class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
- write(byte[]) - Method in class org.apache.hc.client5.http.impl.classic.ResponseEntityProxy.NullOutputStream
- write(byte[]) - Method in class org.apache.hc.client5.http.impl.io.LoggingOutputStream
- write(byte[], int, int) - Method in class org.apache.hc.client5.http.impl.auth.HttpEntityDigester
- write(byte[], int, int) - Method in class org.apache.hc.client5.http.impl.classic.ResponseEntityProxy.NullOutputStream
- write(byte[], int, int) - Method in class org.apache.hc.client5.http.impl.io.LoggingOutputStream
- write(int) - Method in class org.apache.hc.client5.http.impl.auth.HttpEntityDigester
- write(int) - Method in class org.apache.hc.client5.http.impl.classic.ResponseEntityProxy.NullOutputStream
- write(int) - Method in class org.apache.hc.client5.http.impl.io.LoggingOutputStream
- write(ByteBuffer) - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- writeBytes(CharSequence, OutputStream) - Static method in class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
- writeBytes(CharSequence, Charset, OutputStream) - Static method in class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
- writeBytes(ByteArrayBuffer, OutputStream) - Static method in class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
- writeField(MimeField, OutputStream) - Static method in class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
- writeField(MimeField, Charset, OutputStream) - Static method in class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
- writeHeadLine(SimpleHttpResponse, CharArrayBuffer) - Method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer.SimpleHttpResponseWriter
- writeObject(ObjectOutputStream) - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
- writeObject(ObjectOutputStream) - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- writeTo(OutputStream) - Method in class org.apache.hc.client5.http.entity.DecompressingEntity
- writeTo(OutputStream) - Method in class org.apache.hc.client5.http.entity.GzipCompressingEntity
- writeTo(OutputStream) - Method in class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
-
Writes out the content in the multipart/form encoding.
- writeTo(OutputStream) - Method in class org.apache.hc.client5.http.entity.mime.ByteArrayBody
- writeTo(OutputStream) - Method in interface org.apache.hc.client5.http.entity.mime.ContentBody
- writeTo(OutputStream) - Method in class org.apache.hc.client5.http.entity.mime.FileBody
- writeTo(OutputStream) - Method in class org.apache.hc.client5.http.entity.mime.InputStreamBody
- writeTo(OutputStream) - Method in class org.apache.hc.client5.http.entity.mime.MultipartFormEntity
- writeTo(OutputStream) - Method in class org.apache.hc.client5.http.entity.mime.StringBody
- writeTo(OutputStream) - Method in class org.apache.hc.client5.http.impl.cache.CombinedEntity
- writeTo(OutputStream) - Method in class org.apache.hc.client5.http.impl.classic.RequestEntityProxy
- writeTo(OutputStream) - Method in class org.apache.hc.client5.http.impl.classic.ResponseEntityProxy
- writeTo(OutputStream) - Method in class org.apache.hc.client5.testing.classic.RandomHandler.RandomEntity
-
Generates the random content.
- writeULong(byte[], int, int) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- writeUShort(byte[], int, int) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- writtenThrough - Variable in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.CachingAsyncDataConsumer
- WWW_AUTHENTICATE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
Y
- YEAR_PATTERN - Static variable in class org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
Executor.auth(HttpHost, String, char[])
.