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
- A1 - Variable in class org.apache.hc.client5.http.impl.auth.SaslPrep
-
A.1 Unassigned code points in Unicode 3.2
- 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
- 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) - 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) - 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) - 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
- AbstractClientContextBuilder<T> - Class in org.apache.hc.client5.http
-
Abstract
HttpClientContextbuilder. - AbstractClientContextBuilder(SchemePortResolver) - Constructor for class org.apache.hc.client5.http.AbstractClientContextBuilder
- AbstractClientTlsStrategy - Class in org.apache.hc.client5.http.ssl
- AbstractClientTlsStrategy(SSLContext, String[], String[], SSLBufferMode, HostnameVerificationPolicy, 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
CookieAttributeHandlers. - AbstractCookieSpec() - Constructor for class org.apache.hc.client5.http.impl.cookie.AbstractCookieSpec
-
Default constructor
- AbstractCookieSpec(HashMap) - 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
HttpClientResponseHandlerthat 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
AbstractMultipartFormatwith 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) - 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) - Constructor for class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
- accept(CharSequence, ParserCursor) - Method in interface org.apache.hc.client5.http.impl.ProtocolSwitchStrategy.HeaderConsumer
- accept(SocketImpl) - Method in class org.apache.hc.client5.http.socket.Jep380SocketChannelImplAdapter
- acceptEncoding - Variable in class org.apache.hc.client5.http.impl.classic.ContentCompressionExec
- acceptTokens - Variable in class org.apache.hc.client5.http.impl.async.ContentCompressionAsyncExec
- 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) - Method in interface org.apache.hc.client5.http.async.AsyncExecRuntime
-
Initiates operation to acquire a connection endpoint.
- acquireEndpoint(String, HttpRoute, Object, HttpClientContext, FutureCallback) - Method in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- acquireEndpoint(String, HttpRoute, Object, HttpClientContext, FutureCallback) - 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(Lookup) - Static method in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
-
Deprecated.Provided for backward compatibility
- adapt(HttpContext) - Static method in class org.apache.hc.client5.http.cache.HttpCacheContext
-
Deprecated.
- adapt(HttpContext) - Static method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Deprecated.
- adapter - Variable in class org.apache.hc.client5.http.socket.Jep380SocketChannelAdapter
- add(String, String) - Method in class org.apache.hc.client5.http.fluent.Form
- add(String, String...) - Method in class org.apache.hc.client5.http.ssl.SpkiPinningClientTlsStrategy.Builder
-
Add pins for a host pattern.
- 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.AuthenticationHandler
-
Generates a response to the authentication challenge based on the actual
AuthExchangestate and adds it to the givenHttpRequestmessage . - addAuthResponse(HttpHost, ChallengeType, HttpRequest, AuthExchange, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.HttpAuthenticator
-
Deprecated.
- 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
- addBinaryBody(String, Path) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-
Adds body with contents from the given source Path.
- addBinaryBody(String, Path, ContentType, String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-
Adds body with contents from the given source Path.
- 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
Closeableresources to be managed by the client. - addCloseable(Closeable) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Adds to the list of
Closeableresources to be managed by the client. - addCloseable(Closeable) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Adds to the list of
Closeableresources 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) - 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) - 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
-
/ HTTP header operations
- addHeader(Header) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- 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.
- addressResolver - Variable in class org.apache.hc.client5.http.impl.async.InternalH2ConnPool.SessionPool
- 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
-
Deprecated.Use
HttpHeaders - AIMDBackoffManager - Class in org.apache.hc.client5.http.impl.classic
-
The
AIMDBackoffManagerapplies an additive increase, multiplicative decrease (AIMD) to managing a dynamic limit to the number of connections allowed to a given host. - AIMDBackoffManager(ConnPoolControl) - 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
-
Deprecated.Use
HttpHeaders - ALLOWED_CLASS_PATTERNS - Static variable in class org.apache.hc.client5.http.impl.cache.ByteArrayCacheEntrySerializer.RestrictedObjectInputStream
-
Deprecated.
- ANNOUNCED - Enum constant in enum org.apache.hc.client5.http.impl.auth.ScramScheme.State
- 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
- applyMapTo(String, SaslPrep.CharClass, String) - Method in class org.apache.hc.client5.http.impl.auth.SaslPrep
- 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
- asInstant(String) - Static method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
- asLong(String) - Static method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
- assertNotConsumed() - Method in class org.apache.hc.client5.http.fluent.Response
- assessSuitability(RequestCacheControl, ResponseCacheControl, HttpRequest, HttpCacheEntry, Instant) - Method in class org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker
-
Determine if I can utilize the given
HttpCacheEntryto respond to the givenHttpRequest. - asStr(long) - Static method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
- asStr(Instant) - Static method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
- asStream() - Method in class org.apache.hc.client5.http.fluent.Content
- asString() - Method in class org.apache.hc.client5.http.fluent.Content
- asString(Charset) - Method in class org.apache.hc.client5.http.fluent.Content
- Async - Class in org.apache.hc.client5.http.fluent
-
Asynchronous executor for
Requests. - Async() - Constructor for class org.apache.hc.client5.http.fluent.Async
- ASYNC_CLIENT - Static variable in class org.apache.hc.client5.http.fluent.Executor
- 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(HttpAsyncCache, ScheduledExecutorService, SchedulingStrategy, 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
- 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.BackendResponseHandler
- AsyncExecCallback - Interface in org.apache.hc.client5.http.async
-
AsyncExecCallback methods represent response processing events in the client side request execution chain.
- AsyncExecCallbackWrapper(Runnable, Consumer) - 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
- 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) - 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
-
Deprecated.Use getter methods
- AUTH_EXCHANGE_MAP - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Deprecated.Use getter methods
- AUTH_INT - Enum constant in enum org.apache.hc.client5.http.impl.auth.DigestScheme.QualityOfProtection
- authCache - Variable in class org.apache.hc.client5.http.AbstractClientContextBuilder
- authCache - Variable in class org.apache.hc.client5.http.fluent.Executor
- authCache - Variable in class org.apache.hc.client5.http.protocol.HttpClientContext
- AuthCache - Interface in org.apache.hc.client5.http.auth
-
This interface represents an cache of
AuthSchemestate 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) - 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
- AuthData(Class, Object) - Constructor for class org.apache.hc.client5.http.impl.auth.BasicAuthCache.AuthData
- AUTHENTICATION_INFO_HEADER - Static variable in class org.apache.hc.client5.http.protocol.NextNonceInterceptor
- 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
nulldetail 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 - Class in org.apache.hc.client5.http.impl.auth
-
Internal utility class that implements commons aspects of the client side HTTP authentication.
- AuthenticationHandler() - Constructor for class org.apache.hc.client5.http.impl.auth.AuthenticationHandler
- 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
- AuthExchange - Class in org.apache.hc.client5.http.auth
-
This class represents the actual state of authentication handshake including the current
AuthSchemeused 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
- authExchangeMap - Variable in class org.apache.hc.client5.http.protocol.HttpClientContext
- authOptions - Variable in class org.apache.hc.client5.http.auth.AuthExchange
- AUTHORIZATION - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-
Deprecated.Use
HttpHeaders - 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
- 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
-
Deprecated.Use getter methods
- AuthSchemeFactory - Interface in org.apache.hc.client5.http.auth
-
Factory for
AuthSchemeimplementations. - authSchemeFactoryLookup - Variable in class org.apache.hc.client5.http.protocol.HttpClientContext
- authSchemeMap - Variable in class org.apache.hc.client5.http.AbstractClientContextBuilder
- authSchemeRegistry - Variable in class org.apache.hc.client5.http.AbstractClientContextBuilder
- 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
-
AuthScoperepresents an authentication scope consisting of an application protocol, a host name, a port number, a realm name and an authentication scheme name. - AuthScope(String, int) - Constructor for class org.apache.hc.client5.http.auth.AuthScope
-
Defines auth scope with the given
hostandport. - 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
AuthSchemecan 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.async.methods.DeflatingAsyncEntityProducer
- available() - Method in class org.apache.hc.client5.http.async.methods.DeflatingBrotliEntityProducer
- available() - Method in class org.apache.hc.client5.http.async.methods.DeflatingGzipEntityProducer
- available() - Method in class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer
- available() - Static method in class org.apache.hc.client5.http.entity.compress.CommonsCompressRuntime
-
Returns
trueif the core Commons Compress class can be loaded with the current class-loader,falseotherwise. - available() - Method in class org.apache.hc.client5.http.entity.compress.DecompressingEntity.LazyDecompressingInputStream
- available() - Method in class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
-
Deprecated.
- available() - Method in class org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler
- available() - Static method in class org.apache.hc.client5.http.impl.Brotli4jRuntime
- available() - Method in class org.apache.hc.client5.http.impl.io.LoggingInputStream
- available() - Static method in class org.apache.hc.client5.http.impl.ZstdRuntime
- available() - Method in class org.apache.hc.client5.http.socket.Jep380SocketChannelImplAdapter
- 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.
- B1 - Variable in class org.apache.hc.client5.http.impl.auth.SaslPrep
-
B.1 Commonly mapped to nothing
- B64 - Static variable in class org.apache.hc.client5.http.impl.auth.ScramScheme
- B64D - Static variable in class org.apache.hc.client5.http.impl.auth.ScramScheme
- b64ToString(String) - Static method in class org.apache.hc.client5.http.impl.auth.ScramScheme
- 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
- 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
- baseAlgorithm - Variable in enum org.apache.hc.client5.http.impl.auth.DigestScheme.DigestAlgorithm
- 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.AuthData - Class in org.apache.hc.client5.http.impl.auth
- BasicAuthCache.Key - Class in org.apache.hc.client5.http.impl.auth
- 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
domainattribute handler. - BasicDomainHandler() - Constructor for class org.apache.hc.client5.http.impl.cookie.BasicDomainHandler
- BasicExpiresHandler - Class in org.apache.hc.client5.http.impl.cookie
-
Cookie
expiresattribute 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, HttpCacheEntryFactory, HttpAsyncCacheStorage, CacheKeyGenerator) - 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, HttpCacheEntryFactory, HttpCacheStorage, CacheKeyGenerator) - 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(CacheConfig) - Constructor for class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- BasicHttpCacheStorage - Class in org.apache.hc.client5.http.impl.cache
-
Basic
HttpCacheStorageimplementation 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) - Constructor for class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- BasicHttpClientConnectionManager(Lookup) - Constructor for class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
-
Deprecated.
- BasicHttpClientConnectionManager(Lookup, HttpConnectionFactory) - Constructor for class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- BasicHttpClientConnectionManager(Lookup, HttpConnectionFactory, 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
HttpClientResponseHandlerthat 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
HttpOnlyattribute 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.
- BasicMaxAgeHandler - Class in org.apache.hc.client5.http.impl.cookie
-
Cookie
max-ageattribute handler. - BasicMaxAgeHandler() - Constructor for class org.apache.hc.client5.http.impl.cookie.BasicMaxAgeHandler
- BasicPathHandler - Class in org.apache.hc.client5.http.impl.cookie
-
Cookie
pathattribute handler. - BasicPathHandler() - Constructor for class org.apache.hc.client5.http.impl.cookie.BasicPathHandler
- BasicRouteDirector - Class in org.apache.hc.client5.http.impl.routing
-
Basic
HttpRouteDirectorimplementation. - 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
-
Constructs a new BasicScheme with UTF-8 as the charset.
- BasicScheme(Charset) - Constructor for class org.apache.hc.client5.http.impl.auth.BasicScheme
-
Deprecated.This constructor is deprecated to enforce the use of
StandardCharsets.UTF_8encoding in compliance with RFC 7617 for HTTP Basic Authentication. Use the default constructorBasicScheme()instead. - BasicScheme.State - Class in org.apache.hc.client5.http.impl.auth
- BasicSchemeFactory - Class in org.apache.hc.client5.http.impl.auth
-
AuthSchemeFactoryimplementation that creates and initializesBasicSchemeinstances. - BasicSchemeFactory() - Constructor for class org.apache.hc.client5.http.impl.auth.BasicSchemeFactory
-
Constructs a new
BasicSchemeFactorywithStandardCharsets.UTF_8as the charset. - BasicSchemeFactory(Charset) - Constructor for class org.apache.hc.client5.http.impl.auth.BasicSchemeFactory
-
Deprecated.This constructor is deprecated to enforce the use of
StandardCharsets.UTF_8encoding in compliance with RFC 7617 for HTTP Basic Authentication. Use the default constructorBasicSchemeFactory()instead. - BasicSecureHandler - Class in org.apache.hc.client5.http.impl.cookie
-
Cookie
secureattribute 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).
- BearerScheme - Class in org.apache.hc.client5.http.impl.auth
-
Bearer authentication scheme.
- BearerScheme() - Constructor for class org.apache.hc.client5.http.impl.auth.BearerScheme
- BearerScheme.State - Class in org.apache.hc.client5.http.impl.auth
- BearerSchemeFactory - Class in org.apache.hc.client5.http.impl.auth
-
AuthSchemeFactoryimplementation that creates and initializesBearerSchemeinstances. - 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 - Variable in class org.apache.hc.client5.http.impl.auth.BearerScheme.State
- BearerToken - Class in org.apache.hc.client5.http.auth
-
Opaque token
Credentialsusually 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(InetAddress, int) - Method in class org.apache.hc.client5.http.socket.Jep380SocketChannelImplAdapter
- 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(SSLSocket, Socket) - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- bind(SSLSocket, Socket) - Method in interface org.apache.hc.client5.http.io.ManagedHttpClientConnection
-
Binds this connection to the SSL given socket and the underlying network 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
-
/ HTTP entity operations
- 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) - Method in class org.apache.hc.client5.http.fluent.Request
- bodyForm(Iterable, 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
- BOTH - Enum constant in enum org.apache.hc.client5.http.ssl.HostnameVerificationPolicy
-
Hostname verification is executed by the JSSE provider and by HttpClient post TLS handshake.
- boundary - Variable in class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
- boundary - Variable in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- BOUNDARY_PREFIX - Static variable in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- BROTLI - Enum constant in enum org.apache.hc.client5.http.entity.compress.ContentCoding
-
Brotli compression format.
- BROTLI - Static variable in class org.apache.hc.client5.http.impl.Brotli4jRuntime
- Brotli4jRuntime - Class in org.apache.hc.client5.http.impl
- Brotli4jRuntime() - Constructor for class org.apache.hc.client5.http.impl.Brotli4jRuntime
- BrotliCodecFactory - Class in org.apache.hc.client5.http.entity.compress
-
Brotli Codecs factory.
- BrotliCodecFactory() - Constructor for class org.apache.hc.client5.http.entity.compress.BrotliCodecFactory
- BrotliDecompressingEntity - Class in org.apache.hc.client5.http.entity
- BrotliDecompressingEntity(HttpEntity) - Constructor for class org.apache.hc.client5.http.entity.BrotliDecompressingEntity
-
Deprecated.Creates a new
DecompressingEntity. - BrotliInputStreamFactory - Class in org.apache.hc.client5.http.entity
- BrotliInputStreamFactory() - Constructor for class org.apache.hc.client5.http.entity.BrotliInputStreamFactory
-
Deprecated.
- BUF_SIZE - Static variable in class org.apache.hc.client5.http.entity.compress.DecompressingEntity
- 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_SIZE - Static variable in class org.apache.hc.client5.http.entity.DecompressingEntity
-
Deprecated.Default buffer size.
- bufferRef - Variable in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.CachingAsyncDataConsumer
- bufferSize - Variable in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
- build() - Method in class org.apache.hc.client5.http.AbstractClientContextBuilder
- 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.cache.CacheContextBuilder
- build() - Method in class org.apache.hc.client5.http.cache.RequestCacheControl.Builder
- build() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- build() - Method in class org.apache.hc.client5.http.config.ConnectionConfig.Builder
-
Builds a new
ConnectionConfiginstance based on the values provided to the setters methods. - 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() - Static method in class org.apache.hc.client5.http.entity.compress.ContentCodecRegistry
- build() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Builds a new instance of
HttpEntitybased 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
-
Deprecated.
- build() - Method in class org.apache.hc.client5.http.ssl.SpkiPinningClientTlsStrategy.Builder
-
Build an immutable
SpkiPinningClientTlsStrategy. - build() - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
-
Deprecated.
- buildAsync() - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
- buildClassic() - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
- buildClientFinalAndExpectV() - Method in class org.apache.hc.client5.http.impl.auth.ScramScheme
- buildClientFirst() - Method in class org.apache.hc.client5.http.impl.auth.ScramScheme
- buildConditionalRequest(ResponseCacheControl, T, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.ConditionalRequestBuilder
-
When a
HttpCacheEntryis stale but 'might' be used as a response to anHttpRequestwe will attempt to revalidate the entry with the origin. - buildConditionalRequestFromVariants(T, Collection) - Method in class org.apache.hc.client5.http.impl.cache.ConditionalRequestBuilder
-
When a
HttpCacheEntrydoes not exist for a specificHttpRequestwe attempt to see if an existingHttpCacheEntryis appropriate by building a conditionalHttpRequestusing 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.cache.RequestCacheControl
- builder() - Static method in class org.apache.hc.client5.http.cache.ResponseCacheControl
- 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.cache.RequestCacheControl.Builder
- Builder() - Constructor for class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- 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
- Builder(SSLContext) - Constructor for class org.apache.hc.client5.http.ssl.SpkiPinningClientTlsStrategy.Builder
- buildImpl() - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
- 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.
- BUILTIN - Enum constant in enum org.apache.hc.client5.http.ssl.HostnameVerificationPolicy
-
Hostname verification is delegated to the JSSE provider, usually executed during the TLS handshake.
- bulkRestore(Collection) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
- bulkRestore(Collection, FutureCallback) - 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
-
Deprecated.This class is deprecated and will be removed in a future release. Please use
HttpByteArrayCacheEntrySerializerfor improved performance. - ByteArrayCacheEntrySerializer() - Constructor for class org.apache.hc.client5.http.impl.cache.ByteArrayCacheEntrySerializer
-
Deprecated.
- ByteArrayCacheEntrySerializer.RestrictedObjectInputStream - Class in org.apache.hc.client5.http.impl.cache
-
Deprecated.
- ByteArrayKey(byte[]) - Constructor for class org.apache.hc.client5.http.ssl.SpkiPinningClientTlsStrategy.ByteArrayKey
- byteArrayToIp(byte[]) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- byteArrayToIPv6(byte[]) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- BZIP2 - Enum constant in enum org.apache.hc.client5.http.entity.compress.ContentCoding
-
BZIP2 compression format.
C
- C - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.MD4
-
Deprecated.
- C_BIND_B64 - Static variable in class org.apache.hc.client5.http.impl.auth.ScramScheme
- C11 - Variable in class org.apache.hc.client5.http.impl.auth.SaslPrep
-
C.1.1 ASCII space characters
- C12 - Variable in class org.apache.hc.client5.http.impl.auth.SaslPrep
-
C.1.2 Non-ASCII space characters
- C21 - Variable in class org.apache.hc.client5.http.impl.auth.SaslPrep
-
C.2.1 ASCII control characters
- C22 - Variable in class org.apache.hc.client5.http.impl.auth.SaslPrep
-
C.2.2 Non-ASCII control characters
- C3 - Variable in class org.apache.hc.client5.http.impl.auth.SaslPrep
-
C.3 Private use
- C4 - Variable in class org.apache.hc.client5.http.impl.auth.SaslPrep
-
C.4 Non-character code points
- C5 - Variable in class org.apache.hc.client5.http.impl.auth.SaslPrep
-
C.5 Surrogate codes
- C6 - Variable in class org.apache.hc.client5.http.impl.auth.SaslPrep
-
C.6 Inappropriate for plain text
- C7 - Variable in class org.apache.hc.client5.http.impl.auth.SaslPrep
-
C.7 Inappropriate for canonical representation
- C8 - Variable in class org.apache.hc.client5.http.impl.auth.SaslPrep
-
C.8 Change display properties or are deprecated
- C9 - Variable in class org.apache.hc.client5.http.impl.auth.SaslPrep
-
C.9 Tagging characters (tuples)
- 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_IMMUTABLE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- CACHE_CONTROL_MAX_AGE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- CACHE_CONTROL_MAX_STALE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- CACHE_CONTROL_MIN_FRESH - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- CACHE_CONTROL_MUST_REVALIDATE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- CACHE_CONTROL_MUST_UNDERSTAND - 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_ONLY_IF_CACHED - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- CACHE_CONTROL_PRIVATE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- CACHE_CONTROL_PROXY_REVALIDATE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- CACHE_CONTROL_PUBLIC - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- CACHE_CONTROL_S_MAX_AGE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- CACHE_CONTROL_STALE_IF_ERROR - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- CACHE_CONTROL_STALE_WHILE_REVALIDATE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
- CACHE_ENTRY - Static variable in class org.apache.hc.client5.http.cache.HttpCacheContext
- 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
-
Deprecated.Use getter methods
- 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, ExecChain.Scope, ClassicHttpResponse, 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
-
Configuration for HTTP caches
- CacheConfig(long, int, int, boolean, float, TimeValue, boolean, boolean, int, boolean, boolean, boolean) - Constructor for class org.apache.hc.client5.http.impl.cache.CacheConfig
- CacheConfig.Builder - Class in org.apache.hc.client5.http.impl.cache
- CacheContextBuilder - Class in org.apache.hc.client5.http.cache
- CacheContextBuilder(SchemePortResolver) - Constructor for class org.apache.hc.client5.http.cache.CacheContextBuilder
- cacheControl - Variable in class org.apache.hc.client5.http.cache.CacheContextBuilder
- CacheControl - Interface in org.apache.hc.client5.http.cache
-
Represents the values of the Cache-Control header in an HTTP message, which indicate whether and for how long the response can be cached by the client and intermediary proxies.
- CacheControlHeaderGenerator - Class in org.apache.hc.client5.http.impl.cache
- CacheControlHeaderGenerator() - Constructor for class org.apache.hc.client5.http.impl.cache.CacheControlHeaderGenerator
- CacheControlHeaderParser - Class in org.apache.hc.client5.http.impl.cache
-
A parser for the HTTP Cache-Control header that can be used to extract information about caching directives.
- CacheControlHeaderParser() - Constructor for class org.apache.hc.client5.http.impl.cache.CacheControlHeaderParser
-
Constructs a new instance of this parser.
- cached - Variable in class org.apache.hc.client5.http.entity.compress.DecompressingEntity
- CachedHttpResponseGenerator - Class in org.apache.hc.client5.http.impl.cache
-
Rebuilds an
HttpResponsefrom 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
HttpCacheEntryis 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
- cacheEntry - Variable in class org.apache.hc.client5.http.cache.HttpCacheContext
- cacheEntryFactory - Variable in class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- cacheEntryFactory - Variable in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- CacheHit - Class in org.apache.hc.client5.http.impl.cache
- CacheHit(String, String, HttpCacheEntry) - Constructor for class org.apache.hc.client5.http.impl.cache.CacheHit
- CacheHit(String, HttpCacheEntry) - Constructor for class org.apache.hc.client5.http.impl.cache.CacheHit
- cacheHits - Variable in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- 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
- CacheMatch - Class in org.apache.hc.client5.http.impl.cache
-
Represents a full match or a partial match (variant options) result of a cache lookup operation.
- CacheMatch(CacheHit, CacheHit) - Constructor for class org.apache.hc.client5.http.impl.cache.CacheMatch
- cacheMisses - Variable in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- cachePrivate - Variable in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- cachePrivate - Variable in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
The isPrivate flag indicates whether the Cache-Control header includes the private directive.
- cachePublic - Variable in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- cachePublic - Variable in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Indicates whether the Cache-Control header includes the "public" directive.
- CacheResponseStatus - Enum in org.apache.hc.client5.http.cache
-
This enumeration represents the various ways a response can be generated by an HTTP cache.
- 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
SchedulingStrategyandScheduledThreadPoolExecutor. - 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
SchedulingStrategyandCacheRevalidatorBase.ScheduledExecutor. - CacheRevalidatorBase.ScheduledExecutor - Interface in org.apache.hc.client5.http.impl.cache
- cacheStorage - Variable in class org.apache.hc.client5.http.cache.HttpAsyncCacheStorageAdaptor
- CacheSuitability - Enum in org.apache.hc.client5.http.impl.cache
- CacheSuitability() - Constructor for enum org.apache.hc.client5.http.impl.cache.CacheSuitability
- CacheSupport - Class in org.apache.hc.client5.http.impl.cache
-
HTTP cache support utilities.
- CacheSupport() - Constructor for class org.apache.hc.client5.http.impl.cache.CacheSupport
- 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
-
Default constructor for CacheValidityPolicy.
- CacheValidityPolicy(CacheConfig) - Constructor for class org.apache.hc.client5.http.impl.cache.CacheValidityPolicy
-
Constructs a CacheValidityPolicy with the provided CacheConfig.
- CACHING - Enum constant in enum org.apache.hc.client5.http.impl.ChainElement
- CachingAsyncDataConsumer(String, 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(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, 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
CloseableHttpAsyncClientinstances 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
CloseableHttpAsyncClientinstances 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
CloseableHttpAsyncClientinstances 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
CloseableHttpClientinstances 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
CloseableHttpClientinstances 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
- calculateFreshnessLifetime(ResponseCacheControl, Instant, Instant) - Method in class org.apache.hc.client5.http.impl.cache.ResponseCachingPolicy
-
Calculates the freshness lifetime of a response, based on the headers in the response.
- calculateSleepTime(TimeValue) - Static method in class org.apache.hc.client5.http.impl.IdleConnectionEvictor
- 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
- canBeServedFromCache(RequestCacheControl, HttpRequest) - Method in class org.apache.hc.client5.http.impl.cache.CacheableRequestPolicy
-
Determines if an HttpRequest can be served from the cache.
- 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
-
Deprecated.
- cancellable(Future) - Static method in class org.apache.hc.client5.http.impl.Operations
-
Creates a
Cancellableoperation 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
- canEncodeToISO8859_1(String) - Method in class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
-
Determines whether the given string can be encoded in ISO-8859-1 without loss of data.
- 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 - Variable in class org.apache.hc.client5.http.async.methods.InflatingBrotliDataConsumer
- 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
- cast(HttpContext) - Static method in class org.apache.hc.client5.http.cache.HttpCacheContext
-
Casts the given generic
HttpContextasHttpCacheContextor throws anIllegalStateExceptionif the given context is not suitable. - cast(HttpContext) - Static method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Casts the given generic
HttpContextasHttpClientContext. - castOrCreate(HttpContext) - Static method in class org.apache.hc.client5.http.cache.HttpCacheContext
-
Casts the given generic
HttpContextasHttpCacheContextor creates newHttpCacheContextif the given context is null.. - castOrCreate(HttpContext) - Static method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Casts the given generic
HttpContextasHttpClientContextor creates newHttpClientContextif the given context is null. - CC_BROTLI - Static variable in class org.apache.hc.client5.http.entity.compress.CommonsCompressCodecFactory
- CC_BZIP2 - Static variable in class org.apache.hc.client5.http.entity.compress.CommonsCompressCodecFactory
- CC_DEFLATE64 - Static variable in class org.apache.hc.client5.http.entity.compress.CommonsCompressCodecFactory
- CC_LZ4_B - Static variable in class org.apache.hc.client5.http.entity.compress.CommonsCompressCodecFactory
- CC_LZ4_F - Static variable in class org.apache.hc.client5.http.entity.compress.CommonsCompressCodecFactory
- CC_LZMA - Static variable in class org.apache.hc.client5.http.entity.compress.CommonsCompressCodecFactory
- CC_PACK200 - Static variable in class org.apache.hc.client5.http.entity.compress.CommonsCompressCodecFactory
- CC_XZ - Static variable in class org.apache.hc.client5.http.entity.compress.CommonsCompressCodecFactory
- CC_ZSTD - Static variable in class org.apache.hc.client5.http.entity.compress.CommonsCompressCodecFactory
- CCSF - Static variable in class org.apache.hc.client5.http.entity.compress.CommonsCompressRuntime
- 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
- chainSpkiSha256(SSLSession) - Static method in class org.apache.hc.client5.http.ssl.SpkiPinningClientTlsStrategy
- 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_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
- chan - Variable in class org.apache.hc.client5.http.async.methods.DeflatingGzipEntityProducer.InnerChannel
- channel - Variable in class org.apache.hc.client5.http.socket.Jep380SocketChannelAdapter
- channel - Variable in class org.apache.hc.client5.http.socket.Jep380SocketChannelImplAdapter
- channel() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- CharClass(SortedMap) - Constructor for class org.apache.hc.client5.http.impl.auth.SaslPrep.CharClass
- 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(Charset) - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
- charsetEncoder - Variable in class org.apache.hc.client5.http.utils.ByteArrayBuilder
- checkChallenged(ChallengeType, HttpResponse, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.auth.AuthenticationHandler
-
Determines whether the given response represents an authentication challenge of challangeType, without changing the
AuthExchangestate. - checkExpiry() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- checkReadResult(int) - Static method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
- chooseProxy(List) - 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
-
Deprecated.
- 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
nulldetail 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
- classic(CloseableHttpAsyncClient, Timeout) - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
-
Creates an
CloseableHttpClientfacade backed byCloseableHttpAsyncClientbuilt internally and acting as a compatibility bridge between the classic APIs based on the standardInputStream/OutputStreammodel and the underlying asynchronous message transport. - 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.
- ClassicToAsyncAdaptor - Class in org.apache.hc.client5.http.impl.compat
-
CloseableHttpClientimplementation backed byCloseableHttpAsyncClientacting as a compatibility bridge with the classic APIs based on the standardInputStream/OutputStreammodel. - ClassicToAsyncAdaptor(CloseableHttpAsyncClient, Timeout) - Constructor for class org.apache.hc.client5.http.impl.compat.ClassicToAsyncAdaptor
- clazz - Variable in class org.apache.hc.client5.http.impl.auth.BasicAuthCache.AuthData
- 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.impl.cache.InternalCacheStorage
- 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 - Variable in class org.apache.hc.client5.http.impl.compat.ClassicToAsyncAdaptor
- CLIENT - Enum constant in enum org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Mode
-
Deprecated.
- CLIENT - Enum constant in enum org.apache.hc.client5.http.ssl.HostnameVerificationPolicy
-
Hostname verification is executed by HttpClient post TLS handshake.
- CLIENT - Static variable in class org.apache.hc.client5.http.fluent.Executor
- CLIENT_FINAL_SENT - Enum constant in enum org.apache.hc.client5.http.impl.auth.ScramScheme.State
- CLIENT_FIRST_SENT - Enum constant in enum org.apache.hc.client5.http.impl.auth.ScramScheme.State
- 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.cache.HttpCacheContext.Delegate
- clientContext - Variable in class org.apache.hc.client5.http.classic.ExecChain.Scope
- clientFirstBare - Variable in class org.apache.hc.client5.http.impl.auth.ScramScheme
- clientNonce - Variable in class org.apache.hc.client5.http.impl.auth.ScramScheme
- 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 TLS strategy 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.compress.DecompressingEntity.LazyDecompressingInputStream
- close() - Method in class org.apache.hc.client5.http.entity.DeflateInputStream.DeflateStream
- close() - Method in class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
-
Deprecated.
- 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.compat.ClassicToAsyncAdaptor
- 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.H2SharingConnPool
- 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.http.socket.Jep380SocketChannelAdapter
- close() - Method in class org.apache.hc.client5.http.socket.Jep380SocketChannelImplAdapter
- close() - Method in class org.apache.hc.client5.http.socket.Jep380SocketChannelImplAdapter.InputStreamAdapter
- close() - Method in class org.apache.hc.client5.http.socket.Jep380SocketChannelImplAdapter.OutputStreamAdapter
- close(Closeable, CloseMode) - Method in interface org.apache.hc.client5.http.impl.classic.CloseableDelegate
- 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.CloseableHttpResponse
- 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.compat.ClassicToAsyncAdaptor
- 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.H2SharingConnPool
- 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
- closeableDelegate - Variable in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- CloseableDelegate - Interface in org.apache.hc.client5.http.impl.classic
- CloseableHttpAsyncClient - Class in org.apache.hc.client5.http.impl.async
-
Base implementation of
HttpAsyncClientthat 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
HttpClientthat 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) - Constructor for class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- CloseableHttpResponse(ClassicHttpResponse, ExecRuntime) - Constructor for class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- CloseableHttpResponse(ClassicHttpResponse, CloseableDelegate) - 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.async.methods.InflatingAsyncDataConsumer
- closed - Variable in class org.apache.hc.client5.http.async.methods.InflatingGzipDataConsumer
- closed - Variable in class org.apache.hc.client5.http.async.methods.InflatingZstdDataConsumer
- 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.H2SharingConnPool
- 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.H2SharingConnPool
- 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.H2SharingConnPool
- closeIdle(TimeValue) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- closeIfExpired(PoolEntry) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- closeIfExpired(PoolEntry) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- closeSession(IOSession, CloseMode) - Method in class org.apache.hc.client5.http.impl.async.InternalH2ConnPool.SessionPool
- cnonce - Variable in class org.apache.hc.client5.http.impl.auth.DigestScheme
- Codec(UnaryOperator, UnaryOperator) - Constructor for class org.apache.hc.client5.http.entity.compress.ContentCodecRegistry.Codec
- CODEC - Static variable in class org.apache.hc.client5.http.utils.Base64
- coding - Variable in class org.apache.hc.client5.http.entity.compress.CompressingEntity
- 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
CookieAttributeHandlerintended to handle one specific common attribute whose name is returned withCommonCookieAttributeHandler.getAttributeName()method. - CommonsCompressCodecFactory - Class in org.apache.hc.client5.http.entity.compress
-
Codecs factory for Apache Commons Compress.
- CommonsCompressCodecFactory() - Constructor for class org.apache.hc.client5.http.entity.compress.CommonsCompressCodecFactory
- CommonsCompressRuntime - Class in org.apache.hc.client5.http.entity.compress
-
Lightweight guard that checks whether the Commons Compress factory class is loadable with the current class loader.
- CommonsCompressRuntime() - Constructor for class org.apache.hc.client5.http.entity.compress.CommonsCompressRuntime
-
Non-instantiable.
- 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 - Variable in class org.apache.hc.client5.http.impl.auth.ScramScheme
- COMPLETE - Enum constant in enum org.apache.hc.client5.http.impl.auth.ScramScheme.State
- 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
-
Deprecated.
- COMPRESS - Enum constant in enum org.apache.hc.client5.http.impl.ChainElement
- compressed(ContentCoding) - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Requests that the entity produced by this builder be compressed with the supplied content-coding.
- compressFrom(ByteBuffer) - Method in class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer
-
Compress the bytes in
src(may be heap or direct). - CompressingEntity - Class in org.apache.hc.client5.http.entity.compress
-
Streaming wrapper that compresses the enclosed
HttpEntityon write. - CompressingEntity(HttpEntity, String, IOFunction) - Constructor for class org.apache.hc.client5.http.entity.compress.CompressingEntity
- compressWith - Variable in class org.apache.hc.client5.http.entity.EntityBuilder
-
The compression algorithm to apply when
buildingthe finalHttpEntity. - 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) - 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
-
Constructs a new request message with the given method and request path.
- ConfigurableHttpRequest(String, String, URIAuthority, String) - Constructor for class org.apache.hc.client5.http.async.methods.ConfigurableHttpRequest
-
Constructs a new request message with the given method, scheme, authority, and request path.
- ConfigurableHttpRequest(String, URI) - Constructor for class org.apache.hc.client5.http.async.methods.ConfigurableHttpRequest
-
Constructs a new request message with the given method, and request URI.
- ConfigurableHttpRequest(String, HttpHost, String) - Constructor for class org.apache.hc.client5.http.async.methods.ConfigurableHttpRequest
-
Constructs a new request message with the given method, host, and request path.
- configuredPinsFor(List) - Static method in class org.apache.hc.client5.http.ssl.SpkiPinningClientTlsStrategy
- configureSocket(Socket, SocketConfig, boolean) - Static method in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
- conn - Variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- connect(String, int) - Method in class org.apache.hc.client5.http.socket.Jep380SocketChannelImplAdapter
- connect(InetAddress, int) - Method in class org.apache.hc.client5.http.socket.Jep380SocketChannelImplAdapter
- connect(SocketAddress) - Method in class org.apache.hc.client5.http.socket.Jep380SocketChannelAdapter
- connect(SocketAddress, int) - Method in class org.apache.hc.client5.http.socket.Jep380SocketChannelAdapter
- connect(SocketAddress, int) - Method in class org.apache.hc.client5.http.socket.Jep380SocketChannelImplAdapter
- 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, 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(ManagedHttpClientConnection, HttpHost, NamedEndpoint, InetSocketAddress, Timeout, SocketConfig, Object, HttpContext) - Method in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
- connect(ManagedHttpClientConnection, HttpHost, NamedEndpoint, 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, NamedEndpoint, Path, InetSocketAddress, Timeout, SocketConfig, Object, HttpContext) - Method in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
- connect(ManagedHttpClientConnection, HttpHost, NamedEndpoint, Path, InetSocketAddress, Timeout, SocketConfig, Object, HttpContext) - Method in interface org.apache.hc.client5.http.io.HttpClientConnectionOperator
-
Connect the given managed connection to the remote endpoint.
- connect(AsyncConnectionEndpoint, ConnectionInitiator, Timeout, Object, HttpContext, FutureCallback) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- connect(AsyncConnectionEndpoint, ConnectionInitiator, Timeout, Object, HttpContext, FutureCallback) - 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) - Method in class org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase
- connect(NamedEndpoint, SocketAddress, SocketAddress, Timeout, Object, FutureCallback) - Method in class org.apache.hc.client5.http.impl.nio.MultihomeConnectionInitiator
- connect(NamedEndpoint, SocketAddress, Timeout, Object, FutureCallback) - Method in class org.apache.hc.client5.http.impl.nio.MultihomeConnectionInitiator
- connect(ConnectionInitiator, HttpHost, SocketAddress, Timeout, Object, FutureCallback) - Method in class org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator
- connect(ConnectionInitiator, HttpHost, SocketAddress, Timeout, Object, FutureCallback) - 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, Path, NamedEndpoint, SocketAddress, Timeout, Object, HttpContext, FutureCallback) - Method in class org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator
- connect(ConnectionInitiator, HttpHost, Path, NamedEndpoint, SocketAddress, Timeout, Object, HttpContext, FutureCallback) - 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, NamedEndpoint, SocketAddress, Timeout, Object, HttpContext, FutureCallback) - Method in class org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator
- connect(ConnectionInitiator, HttpHost, NamedEndpoint, SocketAddress, Timeout, Object, HttpContext, FutureCallback) - 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) - Method in class org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester
- connect(ConnectionInitiator, NamedEndpoint, SocketAddress, Timeout, Object, FutureCallback) - 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) - 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) - Method in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- connectEndpoint(HttpClientContext, FutureCallback) - 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
ProxySelectorof 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
Throwablethat 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, Timeout, TimeValue, TimeValue) - Constructor for class org.apache.hc.client5.http.config.ConnectionConfig
- ConnectionConfig.Builder - Class in org.apache.hc.client5.http.config
-
Builder for
ConnectionConfig. - 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
- ConnectionEndpoint.RequestExecutor - Interface in org.apache.hc.client5.http.io
- connectionFactory - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- ConnectionHolder - Interface in org.apache.hc.client5.http.impl
-
Internal interface to expose the underlying connection
- connectionInitiator - Variable in class org.apache.hc.client5.http.impl.async.InternalH2ConnPool.SessionPool
- 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
nulldetail message. - ConnectionSocketFactory - Interface in org.apache.hc.client5.http.socket
-
Deprecated.Do not use.
- 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.
- connectSession(HttpRoute, Timeout, FutureCallback) - Method in class org.apache.hc.client5.http.impl.async.InternalH2ConnPool.SessionPool
- connectSocket(Socket, InetSocketAddress, Timeout, HttpContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
Deprecated.Connects the socket to the target host with the given resolved remote address using
Socket.connect(SocketAddress, int). - connectSocket(Socket, Path, TimeValue) - Method in class org.apache.hc.client5.http.socket.UnixDomainSocketFactory
- connectSocket(Socket, HttpHost, InetSocketAddress, InetSocketAddress, Timeout, Object, HttpContext) - Method in interface org.apache.hc.client5.http.socket.ConnectionSocketFactory
-
Deprecated.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
-
Deprecated.
- connectSocket(TimeValue, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in interface org.apache.hc.client5.http.socket.ConnectionSocketFactory
-
Deprecated.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
-
Deprecated.
- connectSocket(TimeValue, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
Deprecated.
- 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
-
/ HTTP connection parameter operations
- 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
- connectToUnixDomainSocket(ManagedHttpClientConnection, HttpHost, NamedEndpoint, Object, Path, Timeout, SocketConfig, HttpContext) - Method in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
- 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.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.async.methods.InflatingAsyncDataConsumer
- consume(ByteBuffer) - Method in class org.apache.hc.client5.http.async.methods.InflatingBrotliDataConsumer
- consume(ByteBuffer) - Method in class org.apache.hc.client5.http.async.methods.InflatingGzipDataConsumer
- consume(ByteBuffer) - Method in class org.apache.hc.client5.http.async.methods.InflatingZstdDataConsumer
- 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
- consumed - Variable in class org.apache.hc.client5.http.fluent.Response
- consumed - Variable in class org.apache.hc.client5.http.impl.classic.RequestEntityProxy
- consumeInformation(HttpResponse, HttpContext) - Method in class org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler
- consumePromise(HttpRequest, HttpResponse, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.async.methods.AbstractBinPushConsumer
- consumePromise(HttpRequest, HttpResponse, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.async.methods.AbstractCharPushConsumer
- consumeResponse(HttpResponse, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler
- consumeResponse(HttpResponse, EntityDetails, HttpContext, FutureCallback) - Method in class org.apache.hc.client5.http.async.methods.AbstractBinResponseConsumer
- consumeResponse(HttpResponse, EntityDetails, HttpContext, FutureCallback) - Method in class org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer
- contains(URI) - Method in class org.apache.hc.client5.http.protocol.RedirectLocations
-
Test if the URI is present in the collection.
- containsAttribute(String) - Method in interface org.apache.hc.client5.http.cookie.Cookie
- containsAttribute(String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- containsCharacterInClass(String, SaslPrep.CharClass) - Method in class org.apache.hc.client5.http.impl.auth.SaslPrep
-
Return the first character index in s which is in
SaslPrep.CharClass, or -1 if no character is in the class. - containsChars(CharSequence, Tokenizer.Delimiter) - 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
- containsInvalidABNFChars(String) - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
-
Checks if a given string contains characters that are not allowed in an ABNF quoted-string as per standard specifications.
- 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
-
Deprecated.
DecompressingEntity.getContent()method must return the sameInputStreaminstance 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
-
Deprecated.Use
HttpHeaders - 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
- ContentCodecRegistry - Class in org.apache.hc.client5.http.entity.compress
-
Registry of encode/decode transformations for HTTP content codings.
- ContentCodecRegistry() - Constructor for class org.apache.hc.client5.http.entity.compress.ContentCodecRegistry
- ContentCodecRegistry.Codec - Class in org.apache.hc.client5.http.entity.compress
- ContentCoding - Enum in org.apache.hc.client5.http.entity.compress
-
Enumeration of the canonical IANA content-coding tokens supported by HttpClient for HTTP request and response bodies.
- ContentCoding(String) - Constructor for enum org.apache.hc.client5.http.entity.compress.ContentCoding
- ContentCodingSupport - Class in org.apache.hc.client5.http.impl
- ContentCodingSupport() - Constructor for class org.apache.hc.client5.http.impl.ContentCodingSupport
- ContentCompressionAsyncExec - Class in org.apache.hc.client5.http.impl.async
- ContentCompressionAsyncExec() - Constructor for class org.apache.hc.client5.http.impl.async.ContentCompressionAsyncExec
- ContentCompressionAsyncExec(int) - Constructor for class org.apache.hc.client5.http.impl.async.ContentCompressionAsyncExec
-
Default: DEFLATE + GZIP (plus
x-gzipalias). - ContentCompressionAsyncExec(LinkedHashMap) - Constructor for class org.apache.hc.client5.http.impl.async.ContentCompressionAsyncExec
- ContentCompressionAsyncExec(LinkedHashMap, int) - Constructor for class org.apache.hc.client5.http.impl.async.ContentCompressionAsyncExec
- contentCompressionDisabled - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
When
truethe client skips all transparent response decompression. - 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
- ContentCompressionExec(int) - Constructor for class org.apache.hc.client5.http.impl.classic.ContentCompressionExec
- ContentCompressionExec(List, Lookup) - Constructor for class org.apache.hc.client5.http.impl.classic.ContentCompressionExec
- ContentCompressionExec(List, Lookup, int) - Constructor for class org.apache.hc.client5.http.impl.classic.ContentCompressionExec
- contentDecoderMap - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Maps
Content-Encodingtokens to decoder factories in insertion order. - 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
- 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.DeflatingAsyncEntityProducer
- 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
- contextAdaptor - Variable in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- contextAdaptor - Variable in class org.apache.hc.client5.http.impl.classic.InternalHttpClient
- contextAdaptor() - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- contextAdaptor() - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
- contextAdaptor() - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder
- contextAdaptor() - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- ContextBuilder - Class in org.apache.hc.client5.http
-
HttpClientContextbuilder. - ContextBuilder(SchemePortResolver) - Constructor for class org.apache.hc.client5.http.ContextBuilder
- convert(SimpleHttpResponse) - Static method in class org.apache.hc.client5.http.impl.cache.CachingExec
- convert(RequestCacheControl) - Method in class org.apache.hc.client5.http.impl.cache.CacheControlHeaderGenerator
- 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
-
Deprecated.Use getter methods
- COOKIE_SPEC - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Deprecated.Use getter methods
- COOKIE_STORE - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Deprecated.Use getter methods
- 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 - Variable in class org.apache.hc.client5.http.protocol.HttpClientContext
- 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
Cookieheader 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
nulldetail 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 - Variable in class org.apache.hc.client5.http.protocol.HttpClientContext
- 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
-
Deprecated.Use getter methods
- 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) - 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
CookieSpecimplementations. - cookieSpecFactoryLookup - Variable in class org.apache.hc.client5.http.protocol.HttpClientContext
- cookieSpecRegistry - Variable in class org.apache.hc.client5.http.AbstractClientContextBuilder
- 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.AbstractClientContextBuilder
- 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 - Variable in class org.apache.hc.client5.http.protocol.HttpClientContext
- CookieStore - Interface in org.apache.hc.client5.http.cookie
-
This interface represents an abstract store for
Cookieobjects. - 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
-
Deprecated.Do not use.
- copy(String, Resource) - Method in class org.apache.hc.client5.http.impl.cache.FileResourceFactory
-
Deprecated.Do not use.
- copy(String, Resource) - Method in class org.apache.hc.client5.http.impl.cache.HeapResourceFactory
-
Deprecated.Do not use.
- 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
-
Copies a source instance into a new one.
- copy(KerberosConfig) - Static method in class org.apache.hc.client5.http.auth.KerberosConfig
-
Deprecated.
- copy(HttpCacheEntry) - Method in class org.apache.hc.client5.http.cache.HttpCacheEntryFactory
-
Creates a copy of the given
HttpCacheEntry. - copy(ConnectionConfig) - Static method in class org.apache.hc.client5.http.config.ConnectionConfig
-
Creates a new builder for
ConnectionConfigbased on an existing instance. - 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.
- copyContent(CharSequence, Tokenizer.Cursor, StringBuilder) - Method in class org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler
- copyUnquotedContent(CharSequence, Tokenizer.Cursor, Tokenizer.Delimiter, 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.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
- crc - Variable in class org.apache.hc.client5.http.async.methods.DeflatingGzipEntityProducer
- crc - Variable in class org.apache.hc.client5.http.async.methods.InflatingGzipDataConsumer
- create() - Static method in class org.apache.hc.client5.http.async.methods.SimpleResponseConsumer
-
Creates a new SimpleResponseConsumer instance initialized with a new
SimpleAsyncEntityConsumer. - create() - Static method in class org.apache.hc.client5.http.cache.CacheContextBuilder
- 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() - Method in class org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory
- create() - Static method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- create() - Static method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
- create() - 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
-
Deprecated.
- create(boolean) - Method in class org.apache.hc.client5.http.socket.Jep380SocketChannelImplAdapter
- 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
-
Creates a new SimpleResponseBuilder with the given status.
- 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
-
Deprecated.
- create(InputStream) - Method in class org.apache.hc.client5.http.entity.DeflateInputStreamFactory
-
Deprecated.
- create(InputStream) - Method in class org.apache.hc.client5.http.entity.GZIPInputStreamFactory
-
Deprecated.
- 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
methodandStringURI. - create(String, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
-
Creates a new request message with the given method and request path.
- create(String, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.Creates a new BasicHttpRequest for the given
methodandStringURI. - create(String, String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.Creates a new HttpUriRequest for the given
methodandStringURI. - 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
-
Creates a new request message with the given method, scheme, authority, and request path.
- create(String, Proxy) - Method in interface org.apache.hc.client5.http.io.DetachedSocketFactory
- create(String, URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.Creates a new BasicHttpRequest for the given
methodandURI. - create(String, URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
-
Creates a new request message with the given method and request path.
- create(String, URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.Creates a new BasicHttpRequest for the given
methodandURI. - create(String, URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.Creates a new HttpUriRequest for the given
methodandURI. - 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, ContentBody, HttpMultipartMode) - Static method in class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
-
Creates a new builder instance with the specified name, content body, and multipart mode.
- 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(Proxy) - Method in interface org.apache.hc.client5.http.io.DetachedSocketFactory
- create(Instant, Instant, HttpHost, HttpRequest, HttpResponse, Resource) - Method in class org.apache.hc.client5.http.cache.HttpCacheEntryFactory
-
Create a new
HttpCacheEntrywith the givenResource. - 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.cache.CacheContextBuilder
- create(SchemePortResolver) - Static method in class org.apache.hc.client5.http.ContextBuilder
- create(SchemePortResolver, DnsResolver, Lookup, HttpConnectionFactory) - Static method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- create(ClassicHttpResponse, CloseableDelegate) - Static method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- create(Http1Config) - Method in class org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory
-
Deprecated.
- create(Lookup) - Static method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- create(Lookup, HttpConnectionFactory) - Static method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- 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 new
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
MethodandStringURI. - create(Method, URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.Creates a new
BasicHttpRequest. - create(Method, URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
-
Creates a new request message with the given method and request path.
- 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
MethodandURI. - 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 new
BasicHttpRequest. - create(Method, HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
-
Creates a new request message with the given method, host, and request path.
- 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.ScramSchemeFactory
-
Creates a new
ScramScheme. - 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) - Method in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- createAsyncExecRuntime(HandlerFactory) - Method in class org.apache.hc.client5.http.impl.async.InternalH2AsyncClient
- createAsyncExecRuntime(HandlerFactory) - 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.
- createCnonce(DigestScheme.DigestAlgorithm) - Static method in class org.apache.hc.client5.http.impl.auth.DigestScheme
-
Creates a random cnonce value based on the specified algorithm's expected entropy.
- createConnection(Socket) - Method in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
- createConnectionOperator(SchemePortResolver, DnsResolver, TlsSocketStrategy) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- createConnectionOperator(TlsStrategy, SchemePortResolver, DnsResolver) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
- 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) - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- createContext() - Method in class org.apache.hc.client5.http.AbstractClientContextBuilder
- createContext() - Method in class org.apache.hc.client5.http.cache.CacheContextBuilder
- createContext() - Method in class org.apache.hc.client5.http.ContextBuilder
- 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
CloseableHttpAsyncClientinstance with default configuration. - createDefault() - Static method in class org.apache.hc.client5.http.impl.classic.HttpClients
-
Creates
CloseableHttpClientinstance 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() - Static method in class org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy
- 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
CloseableHttpAsyncClientinstance that uses a file system bound response cache. - createFileBound(File) - Static method in class org.apache.hc.client5.http.impl.cache.CachingHttpClients
-
Creates
CloseableHttpClientinstance 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
CloseableHttpAsyncClientinstance 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
CloseableHttpAsyncClientinstance that uses a file system bound response cache. - createHttp2MemoryBound() - Static method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClients
-
Creates HTTP/2
CloseableHttpAsyncClientinstance that uses a memory bound response cache. - createHttp2Minimal() - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
-
Creates
MinimalH2AsyncClientinstance 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
MinimalH2AsyncClientinstance 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
MinimalH2AsyncClientinstance 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
MinimalH2AsyncClientinstance 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
MinimalH2AsyncClientinstance 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
CloseableHttpAsyncClientinstance 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
-
Deprecated.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
-
Deprecated.
- createLayeredSocket(Socket, String, int, HttpContext) - Method in interface org.apache.hc.client5.http.socket.LayeredConnectionSocketFactory
-
Deprecated.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
-
Deprecated.
- 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
CloseableHttpAsyncClientinstance that uses a memory bound response cache. - createMemoryBound() - Static method in class org.apache.hc.client5.http.impl.cache.CachingHttpClients
-
Creates
CloseableHttpClientinstance 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
MinimalHttpAsyncClientinstance 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
CloseableHttpClientinstance that implements the most basic HTTP protocol support. - createMinimal(HttpClientConnectionManager) - Static method in class org.apache.hc.client5.http.impl.classic.HttpClients
-
Creates
CloseableHttpClientinstance that implements the most basic HTTP protocol support. - createMinimal(AsyncClientConnectionManager) - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
-
Creates
MinimalHttpAsyncClientinstance 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
MinimalHttpAsyncClientinstance 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
MinimalHttpAsyncClientinstance 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
MinimalHttpAsyncClientinstance 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
- createRoot(HttpCacheEntry, Collection) - Method in class org.apache.hc.client5.http.cache.HttpCacheEntryFactory
-
Creates a new root
HttpCacheEntry(parent of multiple variants). - createSocket() - Method in class org.apache.hc.client5.http.socket.UnixDomainSocketFactory
- createSocket(Proxy, HttpContext) - Method in interface org.apache.hc.client5.http.socket.ConnectionSocketFactory
-
Deprecated.Creates new, unconnected socket via a proxy (generally SOCKS is expected).
- createSocket(Proxy, HttpContext) - Method in class org.apache.hc.client5.http.socket.PlainConnectionSocketFactory
-
Deprecated.
- createSocket(Proxy, HttpContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
Deprecated.
- createSocket(HttpContext) - Method in interface org.apache.hc.client5.http.socket.ConnectionSocketFactory
-
Deprecated.Creates new, unconnected socket.
- createSocket(HttpContext) - Method in class org.apache.hc.client5.http.socket.PlainConnectionSocketFactory
-
Deprecated.
- createSocket(HttpContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
Deprecated.
- createSocketAddress(Path) - Method in class org.apache.hc.client5.http.socket.UnixDomainSocketFactory
- createSystem() - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
-
Creates
CloseableHttpAsyncClientinstance with default configuration and system properties. - createSystem() - Static method in class org.apache.hc.client5.http.impl.classic.HttpClients
-
Creates
CloseableHttpClientinstance with default configuration based on system properties. - createSystemDefault() - Static method in class org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy
- 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.
- createUnixSocketAddress(Path) - Static method in class org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator
- createUpdated(Instant, Instant, HttpHost, HttpRequest, HttpResponse, HttpCacheEntry) - Method in class org.apache.hc.client5.http.cache.HttpCacheEntryFactory
-
Creates updated entry with the new information from the response.
- 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.BasicScheme.State
- 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.AbstractClientContextBuilder
- 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 - Variable in class org.apache.hc.client5.http.protocol.HttpClientContext
- CredentialsProvider - Interface in org.apache.hc.client5.http.auth
-
Provider of authentication credentials.
- CredentialsProviderBuilder - Class in org.apache.hc.client5.http.impl.auth
-
CredentialsProviderbuilder. - 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
-
Deprecated.Use getter methods
- 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
ThreadLocalvariable holding the currentProxySelectorfor 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
-
Creates a new builder for
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
CloseableHttpAsyncClientinstances. - 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
CloseableHttpAsyncClientinstances. - custom() - Static method in class org.apache.hc.client5.http.impl.cache.CachingHttpClients
-
Creates builder object for construction of custom
CloseableHttpClientinstances. - custom() - Static method in class org.apache.hc.client5.http.impl.classic.HttpClients
-
Creates builder object for construction of custom
CloseableHttpClientinstances. - customHttp2() - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
-
Creates builder object for construction of custom HTTP/2
CloseableHttpAsyncClientinstances 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
CloseableHttpAsyncClientinstances. - customizeExecChain(NamedElementChain) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Request exec chain customization and extension.
- customizeExecChain(NamedElementChain) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Request exec chain customization and extension.
- customizeExecChain(NamedElementChain) - Method in class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
- customizeExecChain(NamedElementChain) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
- customizeExecChain(NamedElementChain) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder
- customizeExecChain(NamedElementChain) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Request exec chain customization and extension.
D
- D - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.MD4
-
Deprecated.
- D1 - Variable in class org.apache.hc.client5.http.impl.auth.SaslPrep
-
D.1 Characters with bidirectional property "R" or "AL"
- D2 - Variable in class org.apache.hc.client5.http.impl.auth.SaslPrep
-
D.2 Characters with bidirectional property "L"
- 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
- data(AuthScheme) - Method in class org.apache.hc.client5.http.impl.auth.BasicAuthCache
- 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 - 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.
- datePatterns - Variable in class org.apache.hc.client5.http.impl.cookie.BasicExpiresHandler
-
Valid date patterns
- dateRef - Variable in class org.apache.hc.client5.http.cache.HttpCacheEntry
- 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
- dctx - Variable in class org.apache.hc.client5.http.async.methods.InflatingZstdDataConsumer
- 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.
- decodeOnly(UnaryOperator) - Static method in class org.apache.hc.client5.http.entity.compress.ContentCodecRegistry.Codec
- decoder - Variable in class org.apache.hc.client5.http.async.methods.InflatingBrotliDataConsumer
- decoder - Variable in class org.apache.hc.client5.http.entity.compress.ContentCodecRegistry.Codec
- decoder - Variable in class org.apache.hc.client5.http.entity.compress.DecompressingEntity
- decoder - Variable in class org.apache.hc.client5.http.entity.compress.DecompressingEntity.LazyDecompressingInputStream
- decoder() - Static method in class org.apache.hc.client5.http.entity.compress.BrotliCodecFactory
-
Creates a lazy decoder that instantiates the Commons Compress stream.
- decoder(String) - Static method in class org.apache.hc.client5.http.entity.compress.CommonsCompressCodecFactory
-
Creates a lazy decoder that instantiates the Commons Compress stream.
- decoder(ContentCoding) - Static method in class org.apache.hc.client5.http.entity.compress.ContentCodecRegistry
- decoderRegistry - Variable in class org.apache.hc.client5.http.impl.classic.ContentCompressionExec
- decoders - Variable in class org.apache.hc.client5.http.impl.async.ContentCompressionAsyncExec
- decompressedStream - Variable in class org.apache.hc.client5.http.entity.compress.DecompressingEntity.LazyDecompressingInputStream
- DecompressingEntity - Class in org.apache.hc.client5.http.entity.compress
- DecompressingEntity - Class in org.apache.hc.client5.http.entity
- DecompressingEntity(HttpEntity, InputStreamFactory) - Constructor for class org.apache.hc.client5.http.entity.DecompressingEntity
-
Deprecated.Constructs a new
DecompressingEntity. - DecompressingEntity(HttpEntity, IOFunction) - Constructor for class org.apache.hc.client5.http.entity.compress.DecompressingEntity
- DecompressingEntity.LazyDecompressingInputStream - Class in org.apache.hc.client5.http.entity.compress
- 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
- 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.cache.RequestCacheControl
- DEFAULT - Static variable in class org.apache.hc.client5.http.cache.ResponseCacheControl
- DEFAULT - Static variable in class org.apache.hc.client5.http.config.ConnectionConfig
-
The default connection configuration.
- 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
-
Deprecated.No longer applicable. Do not use.
- 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_BUFFER_SIZE - Static variable in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
-
The default buffer size used for I/O operations, set to 8192 bytes.
- 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_FRESHNESS_DURATION - Static variable in class org.apache.hc.client5.http.impl.cache.ResponseCachingPolicy
-
The default freshness duration for a cached object, in seconds.
- 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_ITERATIONS_ALLOWED - Static variable in class org.apache.hc.client5.http.impl.auth.ScramScheme
- 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_WARN_MIN_ITERATIONS - Static variable in class org.apache.hc.client5.http.impl.auth.ScramScheme
- DEFAULT_WEAK_ETAG_ON_PUTDELETE_ALLOWED - Static variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Deprecated.No longer applicable. Do not use.
- DefaultAsyncCacheRevalidator - Class in org.apache.hc.client5.http.impl.cache
-
Class used for asynchronous revalidations to be used when the
stale-while-revalidatedirective 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
SchedulingStrategyandScheduledExecutorService. - 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
SchedulingStrategyandCacheRevalidatorBase.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, SchemePortResolver, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator
-
Constructs a new
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
ConnectionBackoffStrategybacks 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
- DefaultCacheRevalidator - Class in org.apache.hc.client5.http.impl.cache
-
Class used for asynchronous revalidations to be used when the
stale-while-revalidatedirective 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
SchedulingStrategyandScheduledExecutorService. - 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
SchedulingStrategyandCacheRevalidatorBase.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.DigestScheme
- DefaultClientConnectionReuseStrategy - Class in org.apache.hc.client5.http.impl
-
Extension of core
DefaultConnectionReuseStrategythat 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) - Constructor for class org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy
- DefaultClientTlsStrategy(SSLContext, String[], String[], SSLBufferMode, HostnameVerificationPolicy, HostnameVerifier) - Constructor for class org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy
- DefaultClientTlsStrategy(SSLContext, HostnameVerifier) - Constructor for class org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy
- DefaultClientTlsStrategy(SSLContext, HostnameVerificationPolicy, 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
- defaultDisposal - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- 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
HostnameVerifierimplementation. - DefaultHostnameVerifier() - Constructor for class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
-
Constructs new instance without a PublicSuffixMatcher.
- DefaultHostnameVerifier(PublicSuffixMatcher) - Constructor for class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
-
Constructs new instance with a PublicSuffixMatcher.
- DefaultHostnameVerifier.HostNameType - Enum in org.apache.hc.client5.http.ssl
- DefaultHttpClientConnectionOperator - Class in org.apache.hc.client5.http.impl.io
-
Default implementation of
HttpClientConnectionOperatorused as default in Http client, when no instance provided by user toBasicHttpClientConnectionManagerorPoolingHttpClientConnectionManagerconstructor. - DefaultHttpClientConnectionOperator(DetachedSocketFactory, SchemePortResolver, DnsResolver, Lookup) - Constructor for class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
- DefaultHttpClientConnectionOperator(SchemePortResolver, DnsResolver, Lookup) - Constructor for class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
- DefaultHttpClientConnectionOperator(Lookup, SchemePortResolver, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
-
Deprecated.Do not use.
- DefaultHttpRequestRetryStrategy - Class in org.apache.hc.client5.http.impl
-
Default implementation of the
HttpRequestRetryStrategyinterface. - 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, Collection) - 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(Http1Config) - Constructor for class org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory
- DefaultHttpResponseParserFactory(Http1Config, LineParser, HttpResponseFactory) - Constructor for class org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory
- DefaultHttpResponseParserFactory(HttpResponseFactory) - Constructor for class org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory
- DefaultHttpResponseParserFactory(LineParser, HttpResponseFactory) - 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, HttpMessageParserFactory) - Constructor for class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- DefaultManagedHttpClientConnection(String, CharsetDecoder, CharsetEncoder, Http1Config, ContentLengthStrategy, ContentLengthStrategy, ResponseOutOfOrderStrategy, HttpMessageWriterFactory, HttpMessageParserFactory) - Constructor for class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- DefaultProxyRoutePlanner - Class in org.apache.hc.client5.http.impl.routing
-
Implementation of an
HttpRoutePlannerthat 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
-
Creates a new
DefaultRedirectStrategywith the defaultDefaultSchemePortResolver.INSTANCE. - DefaultRedirectStrategy(SchemePortResolver) - Constructor for class org.apache.hc.client5.http.impl.DefaultRedirectStrategy
-
Creates a new
DefaultRedirectStrategyusing the givenSchemePortResolver. - 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
- DEFLATE - Enum constant in enum org.apache.hc.client5.http.entity.compress.ContentCoding
-
"deflate" compression format (zlib or raw).
- DEFLATE_CODEC - Static variable in class org.apache.hc.client5.http.entity.DeflateCompressingEntity
- DEFLATE64 - Enum constant in enum org.apache.hc.client5.http.entity.compress.ContentCoding
-
Deflate64 compression format.
- DeflateCompressingEntity - Class in org.apache.hc.client5.http.entity
-
Entity wrapper that compresses the wrapped entity with
Content-Encoding: deflateon write-out. - DeflateCompressingEntity(HttpEntity) - Constructor for class org.apache.hc.client5.http.entity.DeflateCompressingEntity
- DeflateDecompressingEntity - Class in org.apache.hc.client5.http.entity
- DeflateDecompressingEntity(HttpEntity) - Constructor for class org.apache.hc.client5.http.entity.DeflateDecompressingEntity
-
Deprecated.Creates a new
DeflateDecompressingEntitywhich will wrap the specifiedHttpEntity. - DeflateInputStream - Class in org.apache.hc.client5.http.entity
-
Deflates an 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
- DeflateInputStreamFactory() - Constructor for class org.apache.hc.client5.http.entity.DeflateInputStreamFactory
-
Deprecated.
- deflater - Variable in class org.apache.hc.client5.http.async.methods.DeflatingAsyncEntityProducer
- deflater - Variable in class org.apache.hc.client5.http.async.methods.DeflatingGzipEntityProducer
- DeflateStream(InputStream, Inflater) - Constructor for class org.apache.hc.client5.http.entity.DeflateInputStream.DeflateStream
- deflateToOut() - Method in class org.apache.hc.client5.http.async.methods.DeflatingGzipEntityProducer
- deflateToPending() - Method in class org.apache.hc.client5.http.async.methods.DeflatingAsyncEntityProducer
- DeflatingAsyncEntityProducer - Class in org.apache.hc.client5.http.async.methods
-
AsyncEntityProducerthat streams the output of another producer through the raw DEFLATE compression algorithm. - DeflatingAsyncEntityProducer(AsyncEntityProducer) - Constructor for class org.apache.hc.client5.http.async.methods.DeflatingAsyncEntityProducer
- DeflatingAsyncEntityProducer.InnerChannel - Class in org.apache.hc.client5.http.async.methods
- DeflatingBrotliEntityProducer - Class in org.apache.hc.client5.http.async.methods
-
AsyncEntityProducerthat Brotli-compresses bytes from an upstream producer on the fly and writes the compressed stream to the targetDataStreamChannel. - DeflatingBrotliEntityProducer(AsyncEntityProducer) - Constructor for class org.apache.hc.client5.http.async.methods.DeflatingBrotliEntityProducer
-
Create a producer with sensible defaults (
quality=5,lgwin=22,GENERIC). - DeflatingBrotliEntityProducer(AsyncEntityProducer, int, int, int) - Constructor for class org.apache.hc.client5.http.async.methods.DeflatingBrotliEntityProducer
-
Convenience constructor mapping
0=GENERIC, 1=TEXT, 2=FONT. - DeflatingBrotliEntityProducer(AsyncEntityProducer, int, int, Encoder.Mode) - Constructor for class org.apache.hc.client5.http.async.methods.DeflatingBrotliEntityProducer
-
Create a producer with explicit Brotli params.
- DeflatingBrotliEntityProducer.State - Enum in org.apache.hc.client5.http.async.methods
- DeflatingGzipEntityProducer - Class in org.apache.hc.client5.http.async.methods
-
Streams an
AsyncEntityProducerthrough raw DEFLATE and wraps the result in a valid GZIP container. - DeflatingGzipEntityProducer(AsyncEntityProducer) - Constructor for class org.apache.hc.client5.http.async.methods.DeflatingGzipEntityProducer
- DeflatingGzipEntityProducer.InnerChannel - Class in org.apache.hc.client5.http.async.methods
- DeflatingZstdEntityProducer - Class in org.apache.hc.client5.http.async.methods
-
AsyncEntityProducerthat compresses the bytes produced by a delegate entity into a single Zstandard (zstd) frame on the fly. - DeflatingZstdEntityProducer(AsyncEntityProducer) - Constructor for class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer
- DeflatingZstdEntityProducer(AsyncEntityProducer, int) - Constructor for class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer
- DeflatingZstdEntityProducer.Inner - Class in org.apache.hc.client5.http.async.methods
- 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
- delegate - Variable in class org.apache.hc.client5.http.async.methods.DeflatingAsyncEntityProducer
- delegate - Variable in class org.apache.hc.client5.http.async.methods.DeflatingGzipEntityProducer
- delegate - Variable in class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer
- delegate - Variable in class org.apache.hc.client5.http.impl.io.OffLockDisposalCallback
- Delegate(HttpClientContext) - Constructor for class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- Delegate(HttpContext) - Constructor for class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- delegateEnded - Variable in class org.apache.hc.client5.http.async.methods.DeflatingAsyncEntityProducer
- 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.Creates a new DELETE
BasicHttpRequest. - 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.Constructs a new
"DELETE"HttpUriRequest initialized with the given URI. - 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) - 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.Creates a new DELETE
BasicHttpRequest. - 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.Constructs a new
"DELETE"HttpUriRequest initialized with the given URI. - 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.Creates a new DELETE
BasicHttpRequest. - 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
-
Deprecated.Use
Method - 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
- deltaSeconds(String) - Static method in class org.apache.hc.client5.http.impl.cache.CacheSupport
- deserialize(byte[]) - Method in class org.apache.hc.client5.http.impl.cache.ByteArrayCacheEntrySerializer
-
Deprecated.
- deserialize(byte[]) - Method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
-
Deserializes a byte array representation of an HTTP cache storage entry into an instance of
HttpCacheStorageEntry. - 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
- detachedSocketFactory - Variable in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
- DetachedSocketFactory - Interface in org.apache.hc.client5.http.io
- detectImplementation() - Static method in class org.apache.hc.client5.http.socket.UnixDomainSocketFactory
- 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, HttpRequest, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- determineRoute(HttpHost, HttpRequest, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.async.InternalH2AsyncClient
- determineRoute(HttpHost, HttpRequest, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncClient
- determineRoute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.classic.InternalHttpClient
- determineRoute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner
- determineRoute(HttpHost, HttpRequest, HttpContext) - Method in interface org.apache.hc.client5.http.routing.HttpRoutePlanner
-
Determines the route for the given host.
- 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.
- DigestAlgorithm(String, boolean) - Constructor for enum org.apache.hc.client5.http.impl.auth.DigestScheme.DigestAlgorithm
-
Constructor for
DigestAlgorithm. - 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
-
Deprecated.This constructor is deprecated to enforce the use of
StandardCharsets.UTF_8encoding in compliance with RFC 7616 for HTTP Digest Access Authentication. Use the default constructorDigestScheme()instead. - DigestScheme.DigestAlgorithm - Enum in org.apache.hc.client5.http.impl.auth
-
Enum representing supported digest algorithms for HTTP Digest Authentication, including session-based variants.
- 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
-
AuthSchemeFactoryimplementation that creates and initializesDigestSchemeinstances. - 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
-
Deprecated.This constructor is deprecated to enforce the use of
StandardCharsets.UTF_8encoding in compliance with RFC 7616 for HTTP Digest Access Authentication. Use the default constructorDigestSchemeFactory()instead. - 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
- 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.async.HttpAsyncClientBuilder
-
Disables transparent response decompression for the client produced by this builder.
- 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.
- disableRequestPriority() - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Disable installing the HTTP/2 Priority header interceptor by default.
- disableRequestPriority() - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Disable installing the HTTP/2 Priority header interceptor by default.
- DISALLOWED_ENTITY_HEADERS - Static variable in class org.apache.hc.client5.http.impl.cache.ResponseCacheConformance
- 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
ProxySelectorimplementation that delegates proxy selection to a list of underlying ProxySelectors in a distributed manner. - DistributedProxySelector(List) - 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
- doClose(CloseMode) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- doExecute(String, AsyncConnectionEndpoint, AsyncClientExchangeHandler, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- doExecute(HttpHost, ClassicHttpRequest, ExecChain.Scope, ExecChain) - Method in class org.apache.hc.client5.http.impl.cache.CachingExec
- 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, ClassicHttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.compat.ClassicToAsyncAdaptor
- doExecute(HttpHost, HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec
- doExecute(HttpHost, AsyncRequestProducer, AsyncResponseConsumer, HandlerFactory, HttpContext, FutureCallback) - Method in class org.apache.hc.client5.http.impl.async.AbstractMinimalHttpAsyncClientBase
- doExecute(HttpHost, AsyncRequestProducer, AsyncResponseConsumer, HandlerFactory, HttpContext, FutureCallback) - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
- doExecute(HttpHost, AsyncRequestProducer, AsyncResponseConsumer, HandlerFactory, HttpContext, FutureCallback) - 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.
- domainMatch(String, String) - Static method in class org.apache.hc.client5.http.impl.cookie.BasicDomainHandler
- DomainRootInfo(String, String, DomainType) - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixMatcher.DomainRootInfo
- domainType - Variable in class org.apache.hc.client5.http.psl.PublicSuffixMatcher.DomainRootInfo
- 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
- DONE - Enum constant in enum org.apache.hc.client5.http.async.methods.DeflatingBrotliEntityProducer.State
- doProceedToNextHop(AsyncConnectExec.State, HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.async.AsyncConnectExec
- downstream - Variable in class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer.Inner
- downstream - Variable in class org.apache.hc.client5.http.async.methods.InflatingAsyncDataConsumer
- downstream - Variable in class org.apache.hc.client5.http.async.methods.InflatingBrotliDataConsumer
- downstream - Variable in class org.apache.hc.client5.http.async.methods.InflatingGzipDataConsumer
- downstream - Variable in class org.apache.hc.client5.http.async.methods.InflatingZstdDataConsumer
- 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
- drain() - Method in class org.apache.hc.client5.http.impl.io.OffLockDisposalCallback
- drainDisposals() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- drainEncoder(DataStreamChannel) - Method in class org.apache.hc.client5.http.async.methods.DeflatingBrotliEntityProducer
- DurationCounter() - Constructor for class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics.DurationCounter
E
- EarlyHintsAsyncExec - Class in org.apache.hc.client5.http.impl.async
-
Execution chain handler that delivers
103 Early Hintsinformational responses to a user-providedEarlyHintsListenerwithout affecting processing of the final (non-1xx) response. - EarlyHintsAsyncExec(EarlyHintsListener) - Constructor for class org.apache.hc.client5.http.impl.async.EarlyHintsAsyncExec
- earlyHintsListener - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- EarlyHintsListener - Interface in org.apache.hc.client5.http
-
Callback interface for receiving
103 Early Hintsinformational responses emitted by the server before the final response. - 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
NameValuePairarray. - ENABLE - Enum constant in enum org.apache.hc.client5.http.auth.KerberosConfig.Option
-
Deprecated.
- 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.
- encodeOnly(UnaryOperator) - Static method in class org.apache.hc.client5.http.entity.compress.ContentCodecRegistry.Codec
- encoder - Variable in class org.apache.hc.client5.http.async.methods.DeflatingBrotliEntityProducer
- encoder - Variable in class org.apache.hc.client5.http.entity.compress.CompressingEntity
- encoder - Variable in class org.apache.hc.client5.http.entity.compress.ContentCodecRegistry.Codec
- encoder() - Static method in class org.apache.hc.client5.http.entity.compress.BrotliCodecFactory
-
Creates a lazy encoder that instantiates the Commons Compress stream.
- encoder(String) - Static method in class org.apache.hc.client5.http.entity.compress.CommonsCompressCodecFactory
-
Creates a lazy encoder that instantiates the Commons Compress stream.
- encoder(ContentCoding) - Static method in class org.apache.hc.client5.http.entity.compress.ContentCodecRegistry
- encodeRFC5987(String) - Static method in class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
-
Encodes the given filename according to RFC 5987, prefixing it with
UTF-8''and applying percent-encoding to non-ASCII characters. - ENCODING - Static variable in class org.apache.hc.client5.http.entity.BrotliInputStreamFactory
-
Deprecated.Canonical token for the deflate content-coding.
- ENCODING - Static variable in class org.apache.hc.client5.http.entity.DeflateInputStreamFactory
-
Deprecated.Canonical token for the deflate content-coding.
- ENCODING - Static variable in class org.apache.hc.client5.http.entity.GZIPInputStreamFactory
-
Deprecated.Canonical token for the gzip content-coding.
- 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(HttpRoute, IOSession) - Constructor for class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime.Endpoint
- EndpointInfo - Class in org.apache.hc.client5.http
- EndpointInfo(ProtocolVersion, SSLSession) - Constructor for class org.apache.hc.client5.http.EndpointInfo
- endpointRef - Variable in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- endpointRef - Variable in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- endStream() - Method in class org.apache.hc.client5.http.async.methods.DeflatingAsyncEntityProducer.InnerChannel
- endStream() - Method in class org.apache.hc.client5.http.async.methods.DeflatingGzipEntityProducer.InnerChannel
- endStream() - Method in class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer.Inner
- endStream(List) - Method in class org.apache.hc.client5.http.async.methods.DeflatingAsyncEntityProducer.InnerChannel
- endStream(List) - Method in class org.apache.hc.client5.http.async.methods.DeflatingGzipEntityProducer.InnerChannel
- endStream(List) - Method in class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer.Inner
- enforcePins(String, SSLSession) - Method in class org.apache.hc.client5.http.ssl.SpkiPinningClientTlsStrategy
-
Enforce SPKI pins for the given hostname and session.
- 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
- ensureDate(HeaderGroup, Instant) - Static method in class org.apache.hc.client5.http.cache.HttpCacheEntryFactory
- 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
- ensureStreamInitialized() - Method in class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer
- 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
HttpEntityinstances. - EntityBuilder() - Constructor for class org.apache.hc.client5.http.entity.EntityBuilder
- 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
- 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.CacheHit
- Entry(AuthScope, Credentials) - Constructor for class org.apache.hc.client5.http.impl.auth.CredentialsProviderBuilder.Entry
- entryMap - Variable in class org.apache.hc.client5.http.impl.nio.H2SharingConnPool.PerRoutePool
- 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.cache.CacheControlHeaderParser
- 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.http.ssl.SpkiPinningClientTlsStrategy.ByteArrayKey
- equals(Object) - Method in class org.apache.hc.client5.http.validator.ETag
- ESCAPE_CHAR - Static variable in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- escapeQuoted(CharSequence) - Static method in class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
- escapeUser(String) - Static method in class org.apache.hc.client5.http.impl.auth.ScramScheme
- ETag - Class in org.apache.hc.client5.http.validator
-
Represents ETag value.
- ETag(String) - Constructor for class org.apache.hc.client5.http.validator.ETag
- ETag(String, ValidatorType) - Constructor for class org.apache.hc.client5.http.validator.ETag
- ETAG - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-
Deprecated.Use
HttpHeaders - eTagRef - Variable in class org.apache.hc.client5.http.cache.HttpCacheEntry
- etagValidatorMatches(HttpRequest, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker
-
Check entry against If-None-Match
- evict(String) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- evict(String) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- evict(String, HttpResponse) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- evict(String, HttpResponse) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- evictAll(HttpCacheEntry, String) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- evictAll(HttpCacheEntry, String) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- 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.
- evictInvalidatedEntries(HttpHost, HttpRequest, HttpResponse) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- evictInvalidatedEntries(HttpHost, HttpRequest, HttpResponse) - Method in interface org.apache.hc.client5.http.impl.cache.HttpCache
-
Evicts
HttpCacheEntrys invalidated by the given message exchange. - evictInvalidatedEntries(HttpHost, HttpRequest, HttpResponse, FutureCallback) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- evictInvalidatedEntries(HttpHost, HttpRequest, HttpResponse, FutureCallback) - Method in interface org.apache.hc.client5.http.impl.cache.HttpAsyncCache
-
Evicts
HttpCacheEntrys invalidated by the given message exchange. - evictionCallback - Variable in class org.apache.hc.client5.http.impl.cache.InternalCacheStorage
- evictionQueue - Variable in class org.apache.hc.client5.http.impl.cache.InternalCacheStorage
- exceptionCallback - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientProtocolStarter
- exceptionCallback - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter
- exceptionConsumer - Variable in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.AsyncExecCallbackWrapper
- 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
-
Deprecated.Use getter methods
- 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
- exchangeId - Variable in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.CachingAsyncDataConsumer
- exchangeId - Variable in class org.apache.hc.client5.http.protocol.HttpClientContext
- 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, Request, Executor, HttpClientResponseHandler) - 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.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, ConnectionEndpoint.RequestExecutor, HttpContext) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager.InternalConnectionEndpoint
- execute(String, ClassicHttpRequest, ConnectionEndpoint.RequestExecutor, HttpContext) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.InternalConnectionEndpoint
- execute(String, ClassicHttpRequest, ConnectionEndpoint.RequestExecutor, HttpContext) - Method in class org.apache.hc.client5.http.io.ConnectionEndpoint
-
Executes HTTP request using the provided request executor.
- 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
- execute(String, ClassicHttpRequest, HttpResponseInformationCallback, HttpClientContext) - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
-
Executes HTTP request using the given context.
- execute(String, ClassicHttpRequest, HttpResponseInformationCallback, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- 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, HttpContext) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager.InternalConnectionEndpoint
- execute(String, AsyncClientExchangeHandler, HandlerFactory, 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, FutureCallback) - 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, HandlerFactory, FutureCallback) - 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, HandlerFactory, HttpContext, FutureCallback) - 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, HttpContext, FutureCallback) - 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) - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
- execute(SimpleHttpRequest, HttpContext, FutureCallback) - 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) - Method in class org.apache.hc.client5.http.fluent.Async
- execute(Request, HttpClientResponseHandler) - Method in class org.apache.hc.client5.http.fluent.Async
- execute(Request, HttpClientResponseHandler, FutureCallback) - 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
HttpClientResponseHandlersuch 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
HttpClientResponseHandlersuch 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, HttpClientConnection, HttpContext) - Method in interface org.apache.hc.client5.http.io.ConnectionEndpoint.RequestExecutor
- execute(ClassicHttpRequest, HttpClientResponseHandler) - 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) - 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
HttpClientResponseHandlersuch 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
HttpClientResponseHandlersuch 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) - 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) - 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) - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionService
-
Schedule a request for execution.
- execute(ClassicHttpRequest, HttpContext, HttpClientResponseHandler, FutureCallback) - 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
HttpClientResponseHandlersuch 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
HttpClientResponseHandlersuch 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) - 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) - 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
HttpClientResponseHandlersuch 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
HttpClientResponseHandlersuch 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) - 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) - 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, HandlerFactory, HttpContext, FutureCallback) - 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.ContentCompressionAsyncExec
- execute(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.async.EarlyHintsAsyncExec
- 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, HttpContext) - Method in class org.apache.hc.client5.http.impl.async.AbstractMinimalHttpAsyncClientBase
- execute(AsyncClientExchangeHandler, HandlerFactory, HttpContext) - Method in class org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient
- execute(AsyncClientExchangeHandler, HandlerFactory, HttpContext) - Method in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient
- execute(AsyncClientExchangeHandler, HandlerFactory, HttpContext) - Method in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient.InternalAsyncClientEndpoint
- execute(AsyncRequestProducer, AsyncResponseConsumer, FutureCallback) - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
- execute(AsyncRequestProducer, AsyncResponseConsumer, HandlerFactory, HttpContext, FutureCallback) - Method in interface org.apache.hc.client5.http.async.HttpAsyncClient
-
Initiates asynchronous HTTP request execution using the given context.
- execute(AsyncRequestProducer, AsyncResponseConsumer, HandlerFactory, HttpContext, FutureCallback) - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
- execute(AsyncRequestProducer, AsyncResponseConsumer, HttpContext, FutureCallback) - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
- execute(T, CloseMode) - Method in class org.apache.hc.client5.http.impl.io.OffLockDisposalCallback
- executeHandshake(SSLSocket, String, Object) - Method in class org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy
- executeHandshake(SSLSocket, String, Object, HttpContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
Deprecated.
- executeHttp2() - Method in class org.apache.hc.client5.http.fluent.Request
-
Execute the request using an HTTP/2 capable engine.
- 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
Requests. - 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
- expectedV - Variable in class org.apache.hc.client5.http.impl.auth.ScramScheme
- EXPIRES - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-
Deprecated.Use
HttpHeaders - EXPIRES_ATTR - Static variable in interface org.apache.hc.client5.http.cookie.Cookie
- expiresHeaderLessOrEqualToDateHeaderAndNoCacheControl(ResponseCacheControl, Instant, Instant) - Method in class org.apache.hc.client5.http.impl.cache.ResponseCachingPolicy
- expiresRef - Variable in class org.apache.hc.client5.http.cache.HttpCacheEntry
- expiry - Variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- 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) - 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.
- extractChallengeMap(ChallengeType, HttpResponse, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.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.
- FACTORY_CLASS - Static variable in class org.apache.hc.client5.http.entity.compress.CommonsCompressCodecFactory
- 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.DeflatingAsyncEntityProducer
- failed(Exception) - Method in class org.apache.hc.client5.http.async.methods.DeflatingBrotliEntityProducer
- failed(Exception) - Method in class org.apache.hc.client5.http.async.methods.DeflatingGzipEntityProducer
- failed(Exception) - Method in class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer
- 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 - 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.
- FAILED - Enum constant in enum org.apache.hc.client5.http.impl.auth.ScramScheme.State
- 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_FILENAME_START - 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
- fileName - Variable in class org.apache.hc.client5.http.entity.mime.PathBody
- 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
Resourceinstances whose body is stored in a temporary file. - FileResourceFactory(File) - Constructor for class org.apache.hc.client5.http.impl.cache.FileResourceFactory
- filterHopByHopHeaders(HttpMessage) - Static method in class org.apache.hc.client5.http.cache.HttpCacheEntryFactory
-
This method should be provided by the core
- findAttribHandler(String) - Method in class org.apache.hc.client5.http.impl.cookie.AbstractCookieSpec
-
Finds an attribute handler
CookieAttributeHandlerfor the given attribute. - findEntry(Map, String) - Static method in class org.apache.hc.client5.http.psl.PublicSuffixMatcher
- finished - Variable in class org.apache.hc.client5.http.async.methods.DeflatingAsyncEntityProducer
- finished - Variable in class org.apache.hc.client5.http.async.methods.DeflatingGzipEntityProducer
- finished - Variable in class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer
- FINISHING - Enum constant in enum org.apache.hc.client5.http.async.methods.DeflatingBrotliEntityProducer.State
- 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) - 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
- flushCacheEntriesInvalidatedByExchange(HttpHost, HttpRequest, HttpResponse, Resolver, HttpAsyncCacheStorage, FutureCallback) - Method in interface org.apache.hc.client5.http.cache.HttpAsyncCacheInvalidator
-
Deprecated.Flush
HttpCacheEntrys invalidated by the given message exchange. - flushCacheEntriesInvalidatedByExchange(HttpHost, HttpRequest, HttpResponse, Resolver, HttpCacheStorage) - Method in interface org.apache.hc.client5.http.cache.HttpCacheInvalidator
-
Deprecated.Flush
HttpCacheEntrys invalidated by the given message exchange. - flushCacheEntriesInvalidatedByRequest(HttpHost, HttpRequest, Resolver, HttpAsyncCacheStorage, FutureCallback) - Method in interface org.apache.hc.client5.http.cache.HttpAsyncCacheInvalidator
-
Deprecated.Flush
HttpCacheEntrys invalidated by the given request. - flushCacheEntriesInvalidatedByRequest(HttpHost, HttpRequest, Resolver, HttpCacheStorage) - Method in interface org.apache.hc.client5.http.cache.HttpCacheInvalidator
-
Deprecated.Flush
HttpCacheEntrys invalidated by the given request. - flushOut(DataStreamChannel) - Method in class org.apache.hc.client5.http.async.methods.DeflatingGzipEntityProducer
- flushPending(DataStreamChannel) - Method in class org.apache.hc.client5.http.async.methods.DeflatingAsyncEntityProducer
-
copy as much as possible from
DeflatingAsyncEntityProducer.pendingto the wire - flushPending(DataStreamChannel) - Method in class org.apache.hc.client5.http.async.methods.DeflatingBrotliEntityProducer
- flushPending(DataStreamChannel) - Method in class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer
-
Try to write as much of the pending compressed data as the channel accepts.
- 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
- format(CharArrayBuffer) - Method in class org.apache.hc.client5.http.validator.ETag
- formatChosen - Variable in class org.apache.hc.client5.http.async.methods.InflatingAsyncDataConsumer
- formatCookie(Cookie) - Static method in class org.apache.hc.client5.http.protocol.ResponseProcessCookies
- formatCookies(List) - Method in interface org.apache.hc.client5.http.cookie.CookieSpec
-
Create
"Cookie"headers for an array of Cookies. - formatCookies(List) - Method in class org.apache.hc.client5.http.impl.cookie.IgnoreSpecSpec
- formatCookies(List) - 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 a byte array digest into a hexadecimal 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) - 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 the Internet Message Format specified by the HTTP protocol.
- 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
FormBodyParts. - FormBodyPartBuilder() - Constructor for class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
- FormBodyPartBuilder(String, ContentBody, HttpMultipartMode) - 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
- FRESH - Enum constant in enum org.apache.hc.client5.http.impl.cache.CacheSuitability
- FRESH_ENOUGH - Enum constant in enum org.apache.hc.client5.http.impl.cache.CacheSuitability
- 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
- fromClasses(SaslPrep.CharClass...) - Static method in class org.apache.hc.client5.http.impl.auth.SaslPrep.CharClass
- fromList(int[]) - Static method in class org.apache.hc.client5.http.impl.auth.SaslPrep.CharClass
- fromRanges(int[]) - Static method in class org.apache.hc.client5.http.impl.auth.SaslPrep.CharClass
- fromString(String) - Static method in enum org.apache.hc.client5.http.impl.auth.DigestScheme.DigestAlgorithm
-
Maps a string representation of an algorithm to the corresponding enum constant.
- fromToken(String) - Static method in enum org.apache.hc.client5.http.entity.compress.ContentCoding
-
Lookup an enum by its token (case‐insensitive), or
nullif none matches. - 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
FutureTasks 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(String, byte[]) - Method in interface org.apache.hc.client5.http.cache.ResourceFactory
-
Creates a
Resourcefrom 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
Resourcefrom 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
- generate(String, String, byte[], int, int) - Method in interface org.apache.hc.client5.http.cache.ResourceFactory
-
Creates a
Resourcefrom a given response body. - generate(String, String, byte[], int, int) - Method in class org.apache.hc.client5.http.impl.cache.FileResourceFactory
- generate(RequestCacheControl) - Method in class org.apache.hc.client5.http.impl.cache.CacheControlHeaderGenerator
- generate(RequestCacheControl, HttpMessage) - Method in class org.apache.hc.client5.http.impl.cache.CacheControlHeaderGenerator
- 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.
- generateAuthResponse(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.ScramScheme
- generateCachedResponse(HttpRequest, 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
- generateContentLength(HttpResponse, byte[]) - Method in class org.apache.hc.client5.http.impl.cache.CachedHttpResponseGenerator
- generateGatewayTimeout() - 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
URIthat 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 root key for the given
HttpHostandHttpRequestthat can be used as a unique identifier for cached resources. - generateKey(HttpHost, HttpRequest, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
- 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
HttpRequestthen generate anHttpResponsebased 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.
- generateUniqueCacheFileName(String, String, byte[], int, int) - Static method in class org.apache.hc.client5.http.impl.cache.FileResourceFactory
- generateVariantKey(HttpRequest, Collection) - Method in class org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
-
Computes a "variant key" for the given request and the given variants.
- generateVariantKey(HttpRequest, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
-
Computes a "variant key" from the headers of the given request if the given cache entry can have variants (
Varyheader is present). - generateViaHeader(VersionInfo, ProtocolVersion) - Method in class org.apache.hc.client5.http.impl.cache.ViaCacheGenerator
- genNonce() - Method in class org.apache.hc.client5.http.impl.auth.ScramScheme
- 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 interface org.apache.hc.client5.http.impl.ConnectionHolder
- get() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager.InternalConnectionEndpoint
- get() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.InternalConnectionEndpoint
- get() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager.InternalConnectionEndpoint
- get() - Method in class org.apache.hc.client5.http.impl.Operations.CompletedFuture
-
Deprecated.
- 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
-
Deprecated.
- get(String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.Creates a new GET
BasicHttpRequest. - 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.Constructs a new
"GET"HttpUriRequest initialized with the given URI. - get(String) - Static method in class org.apache.hc.client5.http.fluent.Request
- get(String) - Method in class org.apache.hc.client5.http.impl.cache.InternalCacheStorage
- get(URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.Creates a new GET
BasicHttpRequest. - 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.Constructs a new
"GET"HttpUriRequest initialized with the given URI. - 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.Creates a new HEAD
BasicHttpRequest. - 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(MessageHeaders) - Static method in class org.apache.hc.client5.http.validator.ETag
- get(Timeout) - Method in interface org.apache.hc.client5.http.io.LeaseRequest
-
Returns
ConnectionEndpointwithin a given time. - get(T) - Method in class org.apache.hc.client5.http.schedule.ConcurrentCountMap
- GET_ASYNC_CLIENT() - Static method in class org.apache.hc.client5.http.fluent.Executor
- GET_CLASSIC_CLIENT() - Static method in class org.apache.hc.client5.http.fluent.Executor
- GET_METHOD - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-
Deprecated.Use
Method - 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
-
Extracts and processes the Age value from an HttpCacheEntry by tokenizing the Age header value.
- getAll() - Method in class org.apache.hc.client5.http.protocol.RedirectLocations
-
Returns all redirect
URIs in the order they were added to the collection. - getAllowedMethods(HttpResponse) - Method in class org.apache.hc.client5.http.classic.methods.HttpOptions
-
Gets the allowed method names defined by
"Allow"headers. - 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-revalidatedirective. - getAttr(String, Class) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- getAttribHandler(String) - Method in class org.apache.hc.client5.http.impl.cookie.AbstractCookieSpec
-
Gets attribute handler
CookieAttributeHandlerfor the given attribute. - getAttribHandlers() - Method in class org.apache.hc.client5.http.impl.cookie.AbstractCookieSpec
- getAttribute(String) - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- 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
- getAttribute(String) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- getAttribute(String, Class) - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- getAttribute(String, Class) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- 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.cache.HttpCacheContext.Delegate
- getAuthCache() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- getAuthCache() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Represents a
AuthCacheused in the context of the request execution. - getAuthExchange(HttpHost) - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- getAuthExchange(HttpHost) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- getAuthExchanges() - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- getAuthExchanges() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- getAuthExchanges() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Represents a map of
AuthExchanges performed in the context of the request execution. - 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.cache.HttpCacheContext.Delegate
- getAuthSchemeRegistry() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- getAuthSchemeRegistry() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Represents a
AuthSchemeFactoryregistry used in the context of the request execution. - 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
- getBaseAlgorithm() - Method in enum org.apache.hc.client5.http.impl.auth.DigestScheme.DigestAlgorithm
-
Retrieves the base algorithm name without session suffix.
- 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
-
Gets the request body.
- 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
-
Gets the body.
- getBody() - Method in class org.apache.hc.client5.http.entity.mime.MimeField
-
Converts this instance to a body String.
- getBody() - Method in class org.apache.hc.client5.http.entity.mime.MultipartPart
- getBodyBytes() - Method in class org.apache.hc.client5.http.async.methods.SimpleBody
-
Gets the body as a byte array.
- getBodyBytes() - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
-
Gets the request body as a byte array.
- getBodyBytes() - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
- getBodyText() - Method in class org.apache.hc.client5.http.async.methods.SimpleBody
-
Gets the body as a String.
- getBodyText() - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
-
Gets the request body as a String.
- 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() - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- getCacheEntry() - Method in class org.apache.hc.client5.http.cache.HttpCacheContext
-
Represents the cache entry the resource of which has been used to generate the response.
- getCacheHits() - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
-
Reports the number of times that the cache successfully responded to an
HttpRequestwithout contacting the origin server. - getCacheMisses() - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
-
Reports the number of times that the cache contacted the origin server because it had no appropriate response cached.
- getCacheResponseStatus() - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- getCacheResponseStatus() - Method in class org.apache.hc.client5.http.cache.HttpCacheContext
-
Represents an outcome of the cache operation and the way the response has been generated.
- 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
- getCompressWith() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Returns the content-coding that
EntityBuilder.build()will apply to the outgoingHttpEntity, ornullwhen no compression has been requested. - 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
-
Gets the 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
-
Gets the timeout until the target endpoint acknowledges accepting the connection request.
- getConnectTimeout() - Method in class org.apache.hc.client5.http.config.RequestConfig
-
Deprecated.
- getConnManager() - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- getConnManager() - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 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.compress.CompressingEntity
- getContent() - Method in class org.apache.hc.client5.http.entity.compress.DecompressingEntity
-
Returns the cached decoded stream, creating it once if necessary.
- getContent() - Method in class org.apache.hc.client5.http.entity.DecompressingEntity
-
Deprecated.
- getContent() - Method in class org.apache.hc.client5.http.entity.DeflateCompressingEntity
- 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
- getContentBytes() - Method in exception class org.apache.hc.client5.http.HttpResponseException
- getContentEncoding() - Method in class org.apache.hc.client5.http.async.methods.DeflatingAsyncEntityProducer
- getContentEncoding() - Method in class org.apache.hc.client5.http.async.methods.DeflatingBrotliEntityProducer
- getContentEncoding() - Method in class org.apache.hc.client5.http.async.methods.DeflatingGzipEntityProducer
- getContentEncoding() - Method in class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer
- getContentEncoding() - Method in class org.apache.hc.client5.http.entity.compress.CompressingEntity
- getContentEncoding() - Method in class org.apache.hc.client5.http.entity.compress.DecompressingEntity
-
Content is no longer encoded
- getContentEncoding() - Method in class org.apache.hc.client5.http.entity.DecompressingEntity
-
Deprecated.
- getContentEncoding() - Method in class org.apache.hc.client5.http.entity.DeflateCompressingEntity
- 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.async.methods.DeflatingAsyncEntityProducer
- getContentLength() - Method in class org.apache.hc.client5.http.async.methods.DeflatingBrotliEntityProducer
- getContentLength() - Method in class org.apache.hc.client5.http.async.methods.DeflatingGzipEntityProducer
- getContentLength() - Method in class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer
- getContentLength() - Method in class org.apache.hc.client5.http.entity.compress.CompressingEntity
- getContentLength() - Method in class org.apache.hc.client5.http.entity.compress.DecompressingEntity
-
Length is unknown after decompression.
- getContentLength() - Method in class org.apache.hc.client5.http.entity.DecompressingEntity
-
Deprecated.
- getContentLength() - Method in class org.apache.hc.client5.http.entity.DeflateCompressingEntity
- 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.PathBody
- 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
- getContentOrDefault(ContentType) - Method in class org.apache.hc.client5.http.entity.EntityBuilder
- getContentType() - Method in class org.apache.hc.client5.http.async.methods.DeflatingAsyncEntityProducer
- getContentType() - Method in class org.apache.hc.client5.http.async.methods.DeflatingBrotliEntityProducer
- getContentType() - Method in class org.apache.hc.client5.http.async.methods.DeflatingGzipEntityProducer
- getContentType() - Method in class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer
- getContentType() - Method in class org.apache.hc.client5.http.async.methods.SimpleBody
-
Gets the content type.
- getContentType() - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
-
Gets the request content type.
- 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
ContentTypeof 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.cache.HttpCacheContext.Delegate
- getCookieOrigin() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- getCookieOrigin() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Represents a
CookieOriginproduced in the context of request execution. - getCookies() - Method in class org.apache.hc.client5.http.cookie.BasicCookieStore
-
Returns an immutable array of
cookiesthat 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.cache.HttpCacheContext.Delegate
- getCookieSpec() - Method in class org.apache.hc.client5.http.config.RequestConfig
- getCookieSpec() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- getCookieSpec() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Represents a
CookieSpecchosen in the context of request execution. - getCookieSpecRegistry() - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- getCookieSpecRegistry() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- getCookieSpecRegistry() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Represents a
CookieSpecFactoryregistry used in the context of the request execution. - getCookieStore() - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- getCookieStore() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- getCookieStore() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Represents a
CookieStoreused in the context of the request execution. - 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.
- getCorrectedAgeValue(HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CacheValidityPolicy
- getCorrectedInitialAge(HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CacheValidityPolicy
- getCount(PoolEntry) - Method in class org.apache.hc.client5.http.impl.nio.H2SharingConnPool.PerRoutePool
- getCount(T) - Method in class org.apache.hc.client5.http.schedule.ConcurrentCountMap
- getCounter(PoolEntry) - Method in class org.apache.hc.client5.http.impl.nio.H2SharingConnPool.PerRoutePool
- 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
credentialsfor 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.cache.HttpCacheContext.Delegate
- getCredentialsProvider() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- getCredentialsProvider() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Represents a
CredentialsProviderregistry used in the context of the request execution. - getCurrentAge(HttpCacheEntry, Instant) - Method in class org.apache.hc.client5.http.impl.cache.CacheValidityPolicy
- 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.
- getDecompressedStream() - Method in class org.apache.hc.client5.http.entity.compress.DecompressingEntity.LazyDecompressingInputStream
- getDecompressingStream() - Method in class org.apache.hc.client5.http.entity.compress.DecompressingEntity
- getDecompressingStream() - Method in class org.apache.hc.client5.http.entity.DecompressingEntity
-
Deprecated.
- getDefault() - Static method in class org.apache.hc.client5.http.psl.PublicSuffixMatcherLoader
- getDefault() - Static method in class org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy
-
Deprecated.
- 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.H2SharingConnPool
- 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
- 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
nullif given domain represents a public suffix. - getDomainRoot(String, DomainType) - Method in class org.apache.hc.client5.http.psl.PublicSuffixMatcher
-
Returns registrable part of the domain for the given domain name or
nullif given domain represents a public suffix. - 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.cache.HttpCacheContext.Delegate
- getEndpointDetails() - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- getEndpointDetails() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- getEndpointDetails() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- getEndpointInfo() - Method in interface org.apache.hc.client5.http.async.AsyncExecRuntime
-
Gets information about the underlying endpoint when connected or
nullotherwise. - getEndpointInfo() - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
-
Gets information about the underlying endpoint when connected or
nullotherwise. - getEndpointInfo() - Method in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- getEndpointInfo() - Method in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- getEndpointInfo() - Method in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- getEntity() - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- getEntries(Collection) - Method in interface org.apache.hc.client5.http.cache.HttpCacheStorage
-
Retrieves multiple cache entries stored under the given keys.
- getEntries(Collection) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
- getEntries(Collection) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCacheStorage
- getEntries(Collection) - Method in class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
- getEntries(Collection, FutureCallback) - Method in interface org.apache.hc.client5.http.cache.HttpAsyncCacheStorage
-
Retrieves multiple cache entries stored under the given keys.
- getEntries(Collection, FutureCallback) - Method in class org.apache.hc.client5.http.cache.HttpAsyncCacheStorageAdaptor
- getEntries(Collection, FutureCallback) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
- 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) - 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) - Method in class org.apache.hc.client5.http.cache.HttpAsyncCacheStorageAdaptor
- getEntry(String, FutureCallback) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
- getEntryKey() - Method in class org.apache.hc.client5.http.impl.cache.CacheHit
- getETag() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
- 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.cache.HttpCacheContext.Delegate
- getExchangeId() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- getExchangeId() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Represents an identifier generated for the current message exchange executed in the given context.
- getExpires() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
- 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
Instantof the cookie, ornullif none exists. - getExpiryInstant() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Returns the expiration
Instantof the cookie, ornullif 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
- 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
Fileif 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.PathBody
- getFilename() - Method in class org.apache.hc.client5.http.entity.mime.StringBody
- getFileName(Path) - Static method in class org.apache.hc.client5.http.entity.mime.PathBody
- 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) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
- getFreshnessLifetime(ResponseCacheControl, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CacheValidityPolicy
-
Calculate the freshness lifetime of a response based on the provided cache control and cache entry.
- getGSSCredential() - Method in class org.apache.hc.client5.http.auth.KerberosCredentials
-
Deprecated.
- getH2Priority() - Method in class org.apache.hc.client5.http.config.RequestConfig
-
Returns the HTTP/2+ priority preference for this request or
nullif unset. - 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) - 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
-
Gets the named endpoint.
- 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.cache.HttpCacheContext.Delegate
- getHttpRoute() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- getHttpRoute() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Represents current route used to execute message exchanges.
- 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.BasicHttpClientConnectionManager.InternalConnectionEndpoint
- 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
- getIdleTimeout() - Method in class org.apache.hc.client5.http.config.ConnectionConfig
-
Gets the maximum period of idleness for a connection.
- getInfo() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager.InternalConnectionEndpoint
- getInfo() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.InternalConnectionEndpoint
- getInfo() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager.InternalConnectionEndpoint
- getInfo() - Method in class org.apache.hc.client5.http.io.ConnectionEndpoint
-
Returns information about the endpoint or
nullwhen not connected. - getInfo() - Method in class org.apache.hc.client5.http.nio.AsyncConnectionEndpoint
-
Returns information about the endpoint or
nullwhen not connected. - 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.entity.mime.PathBody
-
Gets a new input stream.
- getInputStream() - Method in class org.apache.hc.client5.http.impl.cache.FileResource
- getInputStream() - Method in class org.apache.hc.client5.http.socket.Jep380SocketChannelAdapter
- getInputStream() - Method in class org.apache.hc.client5.http.socket.Jep380SocketChannelImplAdapter
- 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
-
Deprecated.
- getInstance() - Static method in class org.apache.hc.client5.http.entity.DeflateInputStreamFactory
-
Deprecated.Gets the singleton instance.
- getInstance() - Static method in class org.apache.hc.client5.http.entity.GZIPInputStreamFactory
-
Deprecated.Gets the singleton instance.
- getInstant() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
- getInstant(AtomicReference, String) - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
- getInternal(String) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- 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
- getLastModified() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
- 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) - 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, MessageHeaders, String) - Static method in class org.apache.hc.client5.http.impl.cache.CacheSupport
- 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
- getManager() - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-
Deprecated.
- getMaxAge() - Method in interface org.apache.hc.client5.http.cache.CacheControl
-
Returns the max-age value from the Cache-Control header.
- getMaxAge() - Method in class org.apache.hc.client5.http.cache.RequestCacheControl.Builder
- getMaxAge() - Method in class org.apache.hc.client5.http.cache.RequestCacheControl
-
Returns the max-age value from the Cache-Control header.
- getMaxAge() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- getMaxAge() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Returns the max-age value from the Cache-Control header.
- 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
- getMaxPerRoute(T) - Method in class org.apache.hc.client5.http.impl.nio.H2SharingConnPool
- getMaxRedirects() - Method in class org.apache.hc.client5.http.config.RequestConfig
- getMaxStale() - Method in class org.apache.hc.client5.http.cache.RequestCacheControl.Builder
- getMaxStale() - Method in class org.apache.hc.client5.http.cache.RequestCacheControl
-
Returns the max-stale value from the Cache-Control header.
- getMaxTotal() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- getMaxTotal() - Method in class org.apache.hc.client5.http.impl.nio.H2SharingConnPool
- 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.
- getMinFresh() - Method in class org.apache.hc.client5.http.cache.RequestCacheControl.Builder
- getMinFresh() - Method in class org.apache.hc.client5.http.cache.RequestCacheControl
-
Returns the min-fresh value from the Cache-Control header.
- 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
-
Gets the field name.
- 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.ScramScheme
-
Returns textual designation of the scheme.
- getName() - Method in class org.apache.hc.client5.http.impl.auth.ScramScheme.SimplePrincipal
- 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
- getNextNonce() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Retrieves the stored
nextnoncevalue. - getNextNumber() - Method in class org.apache.hc.client5.http.impl.PrefixedIncrementingId
- getNoCacheFields() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- getNoCacheFields() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Returns an unmodifiable set of field names specified in the "no-cache" directive of the Cache-Control header.
- 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.
- getOption(int) - Method in class org.apache.hc.client5.http.socket.Jep380SocketChannelImplAdapter
- 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() - Method in class org.apache.hc.client5.http.socket.Jep380SocketChannelAdapter
- getOutputStream() - Method in class org.apache.hc.client5.http.socket.Jep380SocketChannelImplAdapter
- 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
-
Gets the field parameters.
- getParams() - Method in class org.apache.hc.client5.http.auth.AuthChallenge
- 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.entity.mime.PathBody
-
Gets the source Path.
- 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
- getPerRoutePool(T) - Method in class org.apache.hc.client5.http.impl.nio.H2SharingConnPool
- 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
Principalwhose 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.
- getPrincipal() - Method in class org.apache.hc.client5.http.impl.auth.ScramScheme
-
Returns
Principalwhose credentials are used. - 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
- getProtocol() - Method in class org.apache.hc.client5.http.EndpointInfo
- getProtocolVersion() - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- getProtocolVersion() - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- getProtocolVersion() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- getProtocolVersion() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- getProxy() - Method in class org.apache.hc.client5.http.config.RequestConfig
- 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
- getRandomBoundary() - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-
Generates a random boundary using UUID.
- 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() - Method in class org.apache.hc.client5.http.impl.auth.ScramScheme
- 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.cache.HttpCacheContext.Delegate
- getRedirectLocations() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- getRedirectLocations() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Represents a collection of all redirects executed in the context of request execution.
- 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.cache.HttpCacheContext.Delegate
- getRequest() - Method in class org.apache.hc.client5.http.fluent.Request
- getRequest() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- getRequestAverageDuration() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- getRequestCacheControl() - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- getRequestCacheControl() - Method in class org.apache.hc.client5.http.cache.HttpCacheContext
-
Represents cache control requested by the client.
- getRequestCacheControlOrDefault() - Method in class org.apache.hc.client5.http.cache.HttpCacheContext
-
Returns cache control requested by the client or
RequestCacheControl.DEFAULTif not explicitly set in the context. - getRequestConfig() - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- getRequestConfig() - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- getRequestConfig() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- getRequestConfig() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Represents an
usedin the context of the request execution. - getRequestConfigOrDefault() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Returns
RequestConfigset in the context orRequestConfig.DEFAULTif not explicitly set in the context. - 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(HttpHost, HttpRequest) - Static method in class org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
-
Returns text representation of the request URI of the given
HttpRequest. - getRequestUri(HttpRequest, HttpHost) - Static method in class org.apache.hc.client5.http.impl.cache.HttpCacheSupport
-
Deprecated.
- getRequestURI() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
- 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
Resourcecontaining 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.cache.HttpCacheContext.Delegate
- 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.
- getResponse() - Method in exception class org.apache.hc.client5.http.impl.TunnelRefusedException
-
Deprecated.
- getResponse() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- getResponseCacheControl() - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- getResponseCacheControl() - Method in class org.apache.hc.client5.http.cache.HttpCacheContext
-
Represents cache control enforced by the server.
- getResponseCacheControlOrDefault() - Method in class org.apache.hc.client5.http.cache.HttpCacheContext
-
Represents cache control enforced by the server or
ResponseCacheControl.DEFAULTif not explicitly set in the context. - 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
-
Deprecated.
- 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.H2SharingConnPool
- 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
- getSchemePriority() - Method in class org.apache.hc.client5.http.impl.DefaultAuthenticationStrategy
- 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
Serializableif set usingEntityBuilder.setSerializable(java.io.Serializable)method. - getSession(HttpRoute, Timeout, FutureCallback) - Method in class org.apache.hc.client5.http.impl.async.InternalH2ConnPool
- getSharedMaxAge() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- getSharedMaxAge() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Returns the shared-max-age value from the Cache-Control header.
- 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
-
Deprecated.
- getSocketFactory() - Static method in class org.apache.hc.client5.http.socket.UnixDomainSocketFactory
-
Gets the singleton instance of
UnixDomainSocketFactory. - getSocketFactory() - Static method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
Deprecated.Obtains default SSL socket factory with an SSL context based on the standard JSSE trust material (
cacertsfile in the security properties directory). - getSocketHolder() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- getSocketTimeout() - Method in class org.apache.hc.client5.http.config.ConnectionConfig
-
Gets the default socket timeout value for I/O operations on connections created by this configuration.
- 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
- getSoTimeout() - Method in class org.apache.hc.client5.http.socket.Jep380SocketChannelAdapter
- getSslSession() - Method in class org.apache.hc.client5.http.EndpointInfo
- getSSLSession() - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- 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.
- getSSLSession() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- getStaleIfError() - Method in interface org.apache.hc.client5.http.cache.CacheControl
-
Returns the stale-if-error value from the Cache-Control header.
- getStaleIfError() - Method in class org.apache.hc.client5.http.cache.RequestCacheControl.Builder
- getStaleIfError() - Method in class org.apache.hc.client5.http.cache.RequestCacheControl
-
Returns the stale-if-error value from the Cache-Control header.
- getStaleIfError() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- getStaleIfError() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Returns the stale-if-error value from the Cache-Control header.
- getStaleWhileRevalidate() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- getStaleWhileRevalidate() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Returns the stale-while-revalidate value from the Cache-Control header.
- 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
- getStats(T) - Method in class org.apache.hc.client5.http.impl.nio.H2SharingConnPool
- 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
InputStreamif set usingEntityBuilder.setStream(java.io.InputStream)method. - getStringBuilder() - Static method in class org.apache.hc.client5.http.impl.Wire
-
Returns a
StringBuilderthat 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
-
Deprecated.
- getSystemProtocols() - Static method in class org.apache.hc.client5.http.ssl.HttpsSupport
- getSystemSocketFactory() - Static method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
Deprecated.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
- getTargetName() - Method in class org.apache.hc.client5.http.HttpRoute
- getTargetName() - Method in interface org.apache.hc.client5.http.RouteInfo
-
Obtains the target name, if different from the target host,
nullotherwise. - 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
-
Gets the total span of time connections can be kept alive or execute requests.
- 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.H2SharingConnPool
- getTotalStats() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- getTrailerNames() - Method in class org.apache.hc.client5.http.async.methods.DeflatingAsyncEntityProducer
- getTrailerNames() - Method in class org.apache.hc.client5.http.async.methods.DeflatingBrotliEntityProducer
- getTrailerNames() - Method in class org.apache.hc.client5.http.async.methods.DeflatingGzipEntityProducer
- getTrailerNames() - Method in class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer
- 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
- getType() - Method in class org.apache.hc.client5.http.validator.ETag
- 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.
- getUnixDomainSocket() - Method in class org.apache.hc.client5.http.config.RequestConfig
- getUnixDomainSocket() - Method in class org.apache.hc.client5.http.HttpRoute
- getUnixDomainSocket() - Method in interface org.apache.hc.client5.http.RouteInfo
-
Obtains the Unix domain socket through which to connect to the target host.
- getUnixDomainSocket() - Method in class org.apache.hc.client5.http.RouteTracker
- 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.cache.HttpCacheContext.Delegate
- getUserToken() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- getUserToken() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Represents an arbitrary user token that identifies the user in the context of the request execution.
- getUserToken(Class) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Deprecated.
- 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
nullif 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
nullif it is not. - getValidateAfterInactivity() - Method in class org.apache.hc.client5.http.config.ConnectionConfig
-
Gets the period of inactivity after which persistent connections must be re-validated.
- getValidateAfterInactivity() - Method in class org.apache.hc.client5.http.impl.async.InternalH2ConnPool
- 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
-
Gets the field value.
- 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
- getValue() - Method in class org.apache.hc.client5.http.validator.ETag
- getVariantMap() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Deprecated.No longer applicable. Use
HttpCacheEntry.getVariants()instead. - getVariants() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Returns all known variants.
- getVariants(CacheHit) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- getVariants(CacheHit) - Method in interface org.apache.hc.client5.http.impl.cache.HttpCache
-
Retrieves variant
HttpCacheEntrys for the given hit. - getVariants(CacheHit, FutureCallback) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- getVariants(CacheHit, FutureCallback) - Method in interface org.apache.hc.client5.http.impl.cache.HttpAsyncCache
-
Retrieves variant
HttpCacheEntrys for the given hit. - getVersion() - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- 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
- gracefulQueue - Variable in class org.apache.hc.client5.http.impl.io.OffLockDisposalCallback
- GS2_HEADER - Static variable in class org.apache.hc.client5.http.impl.auth.ScramScheme
- 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 - Enum constant in enum org.apache.hc.client5.http.entity.compress.ContentCoding
-
GZIP compression format.
- GZIP_CODEC - Static variable in class org.apache.hc.client5.http.entity.GzipCompressingEntity
- gzipCompressed - Variable in class org.apache.hc.client5.http.entity.EntityBuilder
-
Deprecated.use
EntityBuilder.compressWithinstead - gzipCompressed() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Deprecated.since 5.6 – replace with
compressed(ContentCoding.GZIP). - 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
- GzipDecompressingEntity(HttpEntity) - Constructor for class org.apache.hc.client5.http.entity.GzipDecompressingEntity
-
Deprecated.Creates a new
GzipDecompressingEntitywhich will wrap the specifiedHttpEntity. - GZIPInputStreamFactory - Class in org.apache.hc.client5.http.entity
-
Deprecated.– the public extension point has moved to
DecompressingEntity. For built-in gzip support useContentCodecRegistryor wrap a stream directly with - GZIPInputStreamFactory() - Constructor for class org.apache.hc.client5.http.entity.GZIPInputStreamFactory
-
Deprecated.
H
- H(int, int, int) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.
- H_BROTLI - Static variable in class org.apache.hc.client5.http.entity.compress.CommonsCompressCodecFactory
- H_XZ - Static variable in class org.apache.hc.client5.http.entity.compress.CommonsCompressCodecFactory
- H_ZSTD - Static variable in class org.apache.hc.client5.http.entity.compress.CommonsCompressCodecFactory
- 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.DefaultHttpResponseParserFactory
- 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
CloseableHttpAsyncClientinstances. - 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, H2Config, CharCodingConfig, Callback) - 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
- h2Priority - Variable in class org.apache.hc.client5.http.config.RequestConfig.Builder
- h2Priority - Variable in class org.apache.hc.client5.http.config.RequestConfig
-
HTTP/2 Priority header value to emit when using H2+.
- H2RequestPriority - Class in org.apache.hc.client5.http.protocol
-
Adds the
Priorityrequest header to HTTP/2+ requests when a per-request priority is configured. - H2RequestPriority() - Constructor for class org.apache.hc.client5.http.protocol.H2RequestPriority
- H2SharingConnPool<T,
C> - Class in org.apache.hc.client5.http.impl.nio -
Experimental connections pool implementation that acts as a caching facade in front of a standard
ManagedConnPooland shares already leased connections to multiplex message exchanges over active HTTP/2 connections. - H2SharingConnPool(ManagedConnPool) - Constructor for class org.apache.hc.client5.http.impl.nio.H2SharingConnPool
- H2SharingConnPool.PerRoutePool<T,
C> - Class in org.apache.hc.client5.http.impl.nio - 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(RequestCacheControl, ResponseCacheControl, CacheHit, HttpHost, ClassicHttpRequest, ExecChain.Scope, ExecChain) - Method in class org.apache.hc.client5.http.impl.cache.CachingExec
- handleCacheHit(RequestCacheControl, ResponseCacheControl, CacheHit, HttpHost, HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec
- handleCacheMiss(RequestCacheControl, CacheHit, HttpHost, ClassicHttpRequest, ExecChain.Scope, ExecChain) - Method in class org.apache.hc.client5.http.impl.cache.CachingExec
- handleCacheMiss(RequestCacheControl, CacheHit, 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
- 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
Contentobject. - 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(HttpHost, ChallengeType, HttpResponse, AuthenticationStrategy, AuthExchange, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.AuthenticationHandler
-
Handles the response from the opposite endpoint and updates the
AuthExchangestate based on the challenge presented in the response message using the givenAuthenticationStrategy. - 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) - Method in class org.apache.hc.client5.http.fluent.Response
-
Handles the response using the specified
HttpClientResponseHandler - 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
- hasCommands() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- hash - Variable in class org.apache.hc.client5.http.ssl.SpkiPinningClientTlsStrategy.ByteArrayKey
- 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.http.ssl.SpkiPinningClientTlsStrategy.ByteArrayKey
- hashCode() - Method in class org.apache.hc.client5.http.validator.ETag
- 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
- hasUnsupportedConditionalHeaders(HttpRequest) - 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.
- HC_CACHE_KEY - Static variable in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
- HC_CACHE_LENGTH - Static variable in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
- HC_CACHE_VERSION - Static variable in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
- HC_CACHE_VERSION_LINE - Static variable in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
- HC_REQUEST_INSTANT - Static variable in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
- HC_RESPONSE_INSTANT - Static variable in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
- HC_VARIANT - Static variable in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
- 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.Creates a new HEAD
BasicHttpRequest. - 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.Constructs a new
"HEAD"HttpUriRequest initialized with the given URI. - 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.Creates a new HEAD
BasicHttpRequest. - 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.Constructs a new
"HEAD"HttpUriRequest initialized with the given URI. - 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.Creates a new HEAD
BasicHttpRequest. - 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
-
Deprecated.Use
Method - 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
- headerBuf - Variable in class org.apache.hc.client5.http.async.methods.InflatingGzipDataConsumer
- HeaderConstants - Class in org.apache.hc.client5.http.cache
-
Records static constants for caching directives.
- HeaderConstants() - Constructor for class org.apache.hc.client5.http.cache.HeaderConstants
- headerDone - Variable in class org.apache.hc.client5.http.async.methods.InflatingGzipDataConsumer
- 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
- headers(Iterator) - Static method in class org.apache.hc.client5.http.cache.HttpCacheEntryFactory
- headerSent - Variable in class org.apache.hc.client5.http.async.methods.DeflatingGzipEntityProducer
- 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
Resourceinstances 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.CacheValidityPolicy
- 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.CacheValidityPolicy
- 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.
- hiPBKDF2(char[], byte[], int, int) - Static method in class org.apache.hc.client5.http.impl.auth.ScramScheme
- hit - Variable in class org.apache.hc.client5.http.impl.cache.CacheMatch
- hmac(byte[], String) - Static method in class org.apache.hc.client5.http.impl.auth.ScramScheme
- 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
- 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
- HostNameType(int) - Constructor for enum org.apache.hc.client5.http.ssl.DefaultHostnameVerifier.HostNameType
- hostnameVerificationPolicy - Variable in class org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy
- hostnameVerificationPolicy - Variable in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
- HostnameVerificationPolicy - Enum in org.apache.hc.client5.http.ssl
-
Hostname verification policy.
- HostnameVerificationPolicy() - Constructor for enum org.apache.hc.client5.http.ssl.HostnameVerificationPolicy
- 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
-
Deprecated.
- hostnameVerifier - Variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
-
Deprecated.
- 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
-
Deprecated.Use getter methods
- 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
-
Deprecated.Do not use.
- 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
-
HttpAsyncCacheStorageimplementation 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
CloseableHttpAsyncClientinstances that can negotiate the most optimal HTTP protocol version during theTLShandshake withALPNextension 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, H2Config, Http1Config, CharCodingConfig, ConnectionReuseStrategy, Callback) - Constructor for class org.apache.hc.client5.http.impl.async.HttpAsyncClientProtocolNegotiationStarter
- HttpAsyncClients - Class in org.apache.hc.client5.http.impl.async
-
Factory methods for
CloseableHttpAsyncClientinstances. - 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
-
Deprecated.Do not use.
- HttpAuthenticator() - Constructor for class org.apache.hc.client5.http.impl.auth.HttpAuthenticator
-
Deprecated.
- HttpByteArrayCacheEntrySerializer - Class in org.apache.hc.client5.http.impl.cache
-
This class implements the
HttpCacheEntrySerializerinterface, which defines the contract for HTTP cache entry serialization and deserialization. - HttpByteArrayCacheEntrySerializer() - Constructor for class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
-
Constructs a new instance of
HttpByteArrayCacheEntrySerializerwith a default buffer size. - HttpByteArrayCacheEntrySerializer(int) - Constructor for class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
-
Constructs a HttpByteArrayCacheEntrySerializer with the specified buffer size.
- 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
-
Cache execution
HttpContext. - HttpCacheContext() - Constructor for class org.apache.hc.client5.http.cache.HttpCacheContext
- HttpCacheContext(HttpContext) - Constructor for class org.apache.hc.client5.http.cache.HttpCacheContext
- HttpCacheContext.Delegate - Class in org.apache.hc.client5.http.cache
-
Internal adaptor class that delegates all its method calls to
HttpClientContext. - HttpCacheEntry - Class in org.apache.hc.client5.http.cache
-
Structure used to store an
HttpResponsein a cache. - HttpCacheEntry(Instant, Instant, int, Header[], Resource) - Constructor for class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Deprecated.
- HttpCacheEntry(Instant, Instant, int, Header[], Resource, Map) - Constructor for class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Deprecated.
- HttpCacheEntry(Instant, Instant, String, String, HeaderGroup, int, HeaderGroup, Resource, Collection) - Constructor for class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Internal constructor that makes no validation of the input parameters and makes no copies of the original client request and the origin response.
- HttpCacheEntry(Date, Date, int, Header[], Resource) - Constructor for class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Deprecated.
- HttpCacheEntry(Date, Date, int, Header[], Resource, Map) - Constructor for class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Deprecated.
- HttpCacheEntryFactory - Class in org.apache.hc.client5.http.cache
-
HttpCacheEntryfactory. - HttpCacheEntryFactory() - Constructor for class org.apache.hc.client5.http.cache.HttpCacheEntryFactory
- HttpCacheEntrySerializer<T> - Interface in org.apache.hc.client5.http.cache
-
Serializer / deserializer for
HttpCacheStorageEntryentries. - HttpCacheInvalidator - Interface in org.apache.hc.client5.http.cache
-
Deprecated.Do not use.
- 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
HttpCacheEntryalong 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
-
Deprecated.Do not use. This functionality is internal.
- HttpCacheSupport() - Constructor for class org.apache.hc.client5.http.impl.cache.HttpCacheSupport
-
Deprecated.
- HttpCacheUpdateException - Exception Class in org.apache.hc.client5.http.cache
-
Signals that
HttpCacheStorageencountered 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
CloseableHttpClientinstances. - 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
-
Client execution
HttpContext. - HttpClientContext() - Constructor for class org.apache.hc.client5.http.protocol.HttpClientContext
- HttpClientContext(HttpContext) - Constructor for class org.apache.hc.client5.http.protocol.HttpClientContext
- HttpClientContext.Delegate - Class in org.apache.hc.client5.http.protocol
-
Internal adaptor class that delegates all its method calls to a plain
HttpContext. - HttpClientHostnameVerifier - Interface in org.apache.hc.client5.http.ssl
-
Extended
HostnameVerifierinterface. - HttpClients - Class in org.apache.hc.client5.http.impl.classic
-
Factory methods for
CloseableHttpClientinstances. - HttpClients() - Constructor for class org.apache.hc.client5.http.impl.classic.HttpClients
- httpContext - Variable in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- 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
-
Constructs a new instance initialized with the given URI.
- HttpDelete(URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpDelete
-
Constructs 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
-
Constructs a new instance initialized with the given URI.
- HttpGet(URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpGet
-
Constructs 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
-
Constructs a new instance initialized with the given URI.
- HttpHead(URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpHead
-
Constructs 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
ConnectExceptionthat specifies theNamedEndpointthat 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
httpOnlyflag. - 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
-
Constructs a new instance initialized with the given URI.
- HttpOptions(URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpOptions
-
Constructs 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
-
Constructs a new instance initialized with the given URI.
- HttpPatch(URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpPatch
-
Constructs 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
-
Constructs a new instance initialized with the given URI.
- HttpPost(URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpPost
-
Constructs 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
-
Constructs a new instance initialized with the given URI.
- HttpPut(URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpPut
-
Constructs a new instance initialized with the given URI.
- HttpRequestFutureTask<V> - Class in org.apache.hc.client5.http.impl.classic
- HttpRequestFutureTask(ClassicHttpRequest, HttpRequestTaskCallable) - 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, FutureCallback, 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
HttpResponseExceptionwith 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
HttpResponseExceptionwith 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) - Constructor for class org.apache.hc.client5.http.entity.mime.HttpRFC6532Multipart
-
Constructs a new instance of
HttpRFC6532Multipartwith the given charset, boundary, and parts. - HttpRFC6532Multipart(Charset, String, List, 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, String, String, HttpMultipartMode) - Constructor for class org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart
-
Constructs a new instance of
HttpRFC7578Multipartwith the given charset, boundary, parts, preamble, and epilogue. - HttpRFC7578Multipart(Charset, String, List, HttpMultipartMode) - Constructor for class org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart
-
Constructs a new instance of
HttpRFC7578Multipartwith the given charset, boundary, and parts. - 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, boolean, Path) - Constructor for class org.apache.hc.client5.http.HttpRoute
-
Creates a new direct route that connects over a Unix domain socket rather than TCP.
- HttpRoute(HttpHost, InetAddress, boolean) - Constructor for class org.apache.hc.client5.http.HttpRoute
-
Creates a new direct route.
- 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, Path) - Constructor for class org.apache.hc.client5.http.HttpRoute
-
Creates a new direct route that connects over a Unix domain socket rather than TCP.
- HttpRoute(HttpHost, HttpHost) - Constructor for class org.apache.hc.client5.http.HttpRoute
-
Creates a new plain route through a proxy.
- HttpRoute(HttpHost, NamedEndpoint, InetAddress, boolean) - Constructor for class org.apache.hc.client5.http.HttpRoute
-
Creates a new direct route.
- HttpRoute(HttpHost, NamedEndpoint, InetAddress, List, Path, boolean, RouteInfo.TunnelType, RouteInfo.LayerType) - Constructor for class org.apache.hc.client5.http.HttpRoute
- HttpRoute(HttpHost, NamedEndpoint, 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, NamedEndpoint, InetAddress, HttpHost, boolean) - Constructor for class org.apache.hc.client5.http.HttpRoute
-
Creates a new 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
HttpRouteto 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) - Constructor for class org.apache.hc.client5.http.entity.mime.HttpStrictMultipart
-
Constructs a new instance of
HttpStrictMultipartwith the given charset, boundary, and parts. - HttpStrictMultipart(Charset, String, List, String, String) - Constructor for class org.apache.hc.client5.http.entity.mime.HttpStrictMultipart
-
Constructs a new instance of
HttpStrictMultipartwith 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
-
Constructs a new instance initialized with the given URI.
- HttpTrace(URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpTrace
-
Constructs a new instance initialized with the given URI.
- HttpUriRequest - Interface in org.apache.hc.client5.http.classic.methods
-
Extended version of the
ClassicHttpRequestinterface that provides convenience methods to access request properties such as request URI and method type. - HttpUriRequestBase - Class in org.apache.hc.client5.http.classic.methods
-
Base class for HTTP method subclasses.
- HttpUriRequestBase(String, URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
-
Constructs a new instance with the given method and request URI.
- 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
- 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
- idleTimeout - Variable in class org.apache.hc.client5.http.config.ConnectionConfig.Builder
- idleTimeout - Variable in class org.apache.hc.client5.http.config.ConnectionConfig
- 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
-
Deprecated.Use
HttpHeaders - IF_MODIFIED_SINCE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-
Deprecated.Use
HttpHeaders - 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
-
Deprecated.Use
HttpHeaders - IF_RANGE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-
Deprecated.Use
HttpHeaders - IF_UNMODIFIED_SINCE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-
Deprecated.Use
HttpHeaders - 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) - 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) - Constructor for class org.apache.hc.client5.http.async.methods.IgnoreCompleteExceptonFutureCallback
-
Deprecated.
- IgnoreCookieSpecFactory - Class in org.apache.hc.client5.http.impl.cookie
-
CookieSpecFactoryimplementation 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
- 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
- immutable - Variable in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- immutable - Variable in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Flag for the 'immutable' Cache-Control directive.
- Implementation() - Constructor for enum org.apache.hc.client5.http.socket.UnixDomainSocketFactory.Implementation
- IMPLEMENTATION - Static variable in class org.apache.hc.client5.http.socket.UnixDomainSocketFactory
- in - Variable in class org.apache.hc.client5.http.async.methods.DeflatingAsyncEntityProducer
- in - Variable in class org.apache.hc.client5.http.async.methods.DeflatingGzipEntityProducer
- in - Variable in class org.apache.hc.client5.http.entity.mime.InputStreamBody
- IN_BUF - Static variable in class org.apache.hc.client5.http.async.methods.DeflatingAsyncEntityProducer
-
inbound copy‐buffer
- IN_BUF - Static variable in class org.apache.hc.client5.http.async.methods.DeflatingGzipEntityProducer
- IN_BUF - Static variable in class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer
- IN_BUF - Static variable in class org.apache.hc.client5.http.async.methods.InflatingZstdDataConsumer
- 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
- inDirect - Variable in class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer
-
Direct staging for heap inputs.
- inDirect - Variable in class org.apache.hc.client5.http.async.methods.InflatingZstdDataConsumer
- inflater - Variable in class org.apache.hc.client5.http.async.methods.InflatingAsyncDataConsumer
- inflater - Variable in class org.apache.hc.client5.http.async.methods.InflatingGzipDataConsumer
- InflatingAsyncDataConsumer - Class in org.apache.hc.client5.http.async.methods
-
Streaming, non-blocking
AsyncDataConsumerthat transparently inflates a response whoseContent-Encodingisdeflate. - InflatingAsyncDataConsumer(AsyncDataConsumer, Boolean) - Constructor for class org.apache.hc.client5.http.async.methods.InflatingAsyncDataConsumer
- InflatingBrotliDataConsumer - Class in org.apache.hc.client5.http.async.methods
-
AsyncDataConsumerthat inflates a Brotli-compressed byte stream and forwards decompressed bytes to a downstream consumer. - InflatingBrotliDataConsumer(AsyncDataConsumer) - Constructor for class org.apache.hc.client5.http.async.methods.InflatingBrotliDataConsumer
- InflatingGzipDataConsumer - Class in org.apache.hc.client5.http.async.methods
-
Streaming
AsyncDataConsumerthat inflatesContent-Encoding: gzip. - InflatingGzipDataConsumer(AsyncDataConsumer) - Constructor for class org.apache.hc.client5.http.async.methods.InflatingGzipDataConsumer
- InflatingZstdDataConsumer - Class in org.apache.hc.client5.http.async.methods
-
AsyncDataConsumerthat inflates Zstandard (zstd) content codings. - InflatingZstdDataConsumer(AsyncDataConsumer) - Constructor for class org.apache.hc.client5.http.async.methods.InflatingZstdDataConsumer
- 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 - Enum constant in enum org.apache.hc.client5.http.impl.auth.ScramScheme.State
- 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
- initializeSocket(SSLSocket) - 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
-
Deprecated.
- InMemoryDnsResolver - Class in org.apache.hc.client5.http.impl
-
In-memory
DnsResolverimplementation. - 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.
- Inner(DataStreamChannel) - Constructor for class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer.Inner
- InnerChannel(DataStreamChannel) - Constructor for class org.apache.hc.client5.http.async.methods.DeflatingAsyncEntityProducer.InnerChannel
- InnerChannel(DataStreamChannel) - Constructor for class org.apache.hc.client5.http.async.methods.DeflatingGzipEntityProducer.InnerChannel
- 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
- InputStreamAdapter() - Constructor for class org.apache.hc.client5.http.socket.Jep380SocketChannelImplAdapter.InputStreamAdapter
- 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
-
Deprecated.
- inputStreamFactory - Variable in class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
-
Deprecated.
- InputStreamFactory - Interface in org.apache.hc.client5.http.entity
-
Factory for decorated
InputStreams. - INSTANCE - Static variable in class org.apache.hc.client5.http.cache.HttpCacheEntryFactory
-
Default instance of
HttpCacheEntryFactory. - INSTANCE - Static variable in class org.apache.hc.client5.http.cookie.CookieIdentityComparator
-
Default instance of
CookieIdentityComparator. - INSTANCE - Static variable in class org.apache.hc.client5.http.cookie.CookiePathComparator
-
Default instance of
CookiePathComparator. - INSTANCE - Static variable in class org.apache.hc.client5.http.cookie.CookiePriorityComparator
-
Default instance of
CookiePriorityComparator. - INSTANCE - Static variable in class org.apache.hc.client5.http.entity.BrotliInputStreamFactory
-
Deprecated.Default instance of
BrotliInputStreamFactory. - INSTANCE - Static variable in class org.apache.hc.client5.http.entity.DeflateInputStreamFactory
-
Deprecated.Default instance of
DeflateInputStreamFactory. - INSTANCE - Static variable in class org.apache.hc.client5.http.entity.GZIPInputStreamFactory
-
Deprecated.Default instance of
GZIPInputStreamFactory. - INSTANCE - Static variable in class org.apache.hc.client5.http.impl.async.LoggingExceptionCallback
-
Singleton instance of LoggingExceptionCallback.
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.async.LoggingIOSessionDecorator
-
Singleton instance of LoggingIOSessionDecorator.
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.auth.AuthChallengeParser
-
Default instance of
AuthChallengeParser. - INSTANCE - Static variable in class org.apache.hc.client5.http.impl.auth.BasicSchemeFactory
-
Default instance of
with a null Charset. - INSTANCE - Static variable in class org.apache.hc.client5.http.impl.auth.BearerSchemeFactory
-
Default instance of
BearerSchemeFactory. - INSTANCE - Static variable in class org.apache.hc.client5.http.impl.auth.DigestSchemeFactory
-
Default instance of
DigestSchemeFactory. - INSTANCE - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMSchemeFactory
-
Deprecated.Default instance of
NTLMSchemeFactory. - INSTANCE - Static variable in class org.apache.hc.client5.http.impl.auth.SaslPrep
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.auth.ScramSchemeFactory
-
Singleton instance.
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cache.ByteArrayCacheEntrySerializer
-
Deprecated.Default instance of
ByteArrayCacheEntrySerializer. - INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cache.CacheControlHeaderGenerator
-
Default instance of
CacheControlHeaderGenerator. - INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cache.CacheControlHeaderParser
-
The singleton instance of this parser.
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
-
Default instance of
CacheKeyGenerator. - INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cache.HeapResourceFactory
-
Default instance of
HeapResourceFactory. - INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
-
Default instance of
HttpByteArrayCacheEntrySerializer. - INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cache.NoopCacheEntrySerializer
-
Default instance of
NoopCacheEntrySerializer. - INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cache.RequestViaCache
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cache.ResponseCacheConformance
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cache.ResponseViaCache
-
Default instance of
ResponseViaCache. - INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cache.ViaCacheGenerator
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.classic.ClassicRequestCopier
-
Deprecated.Default instance of
ClassicRequestCopier. - 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
-
Default instance of
BasicDomainHandler. - INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cookie.BasicHttpOnlyHandler
-
Default instance of
BasicHttpOnlyHandler. - INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cookie.BasicMaxAgeHandler
-
Default instance of
BasicMaxAgeHandler. - INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cookie.BasicPathHandler
-
Default instance of
BasicPathHandler. - INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cookie.BasicSecureHandler
-
Default instance BasicSecureHandler.
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cookie.IgnoreSpecSpec
-
Default instance of
IgnoreSpecSpec. - INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler
-
Default instance of
LaxExpiresHandler. - INSTANCE - Static variable in class org.apache.hc.client5.http.impl.cookie.LaxMaxAgeHandler
-
Default instance of
LaxMaxAgeHandler. - INSTANCE - Static variable in class org.apache.hc.client5.http.impl.DefaultAuthenticationStrategy
-
Default instance of
DefaultAuthenticationStrategy. - INSTANCE - Static variable in class org.apache.hc.client5.http.impl.DefaultClientConnectionReuseStrategy
-
Default instance of
DefaultClientConnectionReuseStrategy. - INSTANCE - Static variable in class org.apache.hc.client5.http.impl.DefaultConnectionKeepAliveStrategy
-
Default instance of
DefaultConnectionKeepAliveStrategy. - INSTANCE - Static variable in class org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy
-
Default instance of
DefaultHttpRequestRetryStrategy. - INSTANCE - Static variable in class org.apache.hc.client5.http.impl.DefaultRedirectStrategy
-
Default instance of
DefaultRedirectStrategy. - INSTANCE - Static variable in class org.apache.hc.client5.http.impl.DefaultSchemePortResolver
-
Default instance of
DefaultSchemePortResolver. - INSTANCE - Static variable in class org.apache.hc.client5.http.impl.DefaultUserTokenHandler
-
Default instance of
DefaultUserTokenHandler. - INSTANCE - Static variable in class org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory
-
Default instance DefaultHttpResponseParserFactory.
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
-
Default instance of
ManagedHttpClientConnectionFactory. - INSTANCE - Static variable in class org.apache.hc.client5.http.impl.LaxRedirectStrategy
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.NoopUserTokenHandler
-
Default instance of
NoopUserTokenHandler. - INSTANCE - Static variable in class org.apache.hc.client5.http.impl.RequestCopier
-
Deprecated.Default instance of
RequestCopier. - INSTANCE - Static variable in class org.apache.hc.client5.http.impl.routing.BasicRouteDirector
-
Default instance of
BasicRouteDirector. - INSTANCE - Static variable in class org.apache.hc.client5.http.impl.schedule.ImmediateSchedulingStrategy
-
Default instance of
ImmediateSchedulingStrategy. - INSTANCE - Static variable in class org.apache.hc.client5.http.protocol.H2RequestPriority
-
Singleton instance.
- INSTANCE - Static variable in class org.apache.hc.client5.http.protocol.NextNonceInterceptor
- INSTANCE - Static variable in class org.apache.hc.client5.http.protocol.RequestAddCookies
-
Default instance of
RequestAddCookies. - INSTANCE - Static variable in class org.apache.hc.client5.http.protocol.RequestDefaultHeaders
-
Default instance of
RequestDefaultHeaders. - INSTANCE - Static variable in class org.apache.hc.client5.http.protocol.RequestIfRange
-
Default instance of
RequestIfRange. - INSTANCE - Static variable in class org.apache.hc.client5.http.protocol.RequestValidateTrace
-
Default instance of
RequestValidateTrace. - INSTANCE - Static variable in class org.apache.hc.client5.http.protocol.ResponseProcessCookies
-
Default instance of
ResponseProcessCookies. - INSTANCE - Static variable in class org.apache.hc.client5.http.psl.PublicSuffixListParser
-
Default instance of
PublicSuffixListParser. - INSTANCE - Static variable in class org.apache.hc.client5.http.socket.PlainConnectionSocketFactory
-
Deprecated.Default instance of
PlainConnectionSocketFactory. - INSTANCE - Static variable in class org.apache.hc.client5.http.socket.UnixDomainSocketFactory
-
Default instance of
UnixDomainSocketFactory. - INSTANCE - Static variable in class org.apache.hc.client5.http.ssl.DistinguishedNameParser
-
Default instance of
DistinguishedNameParser. - INSTANCE - Static variable in class org.apache.hc.client5.http.ssl.NoopHostnameVerifier
-
Default instance of
NoopHostnameVerifier. - INSTANCE - Static variable in class org.apache.hc.client5.http.ssl.TrustAllStrategy
-
Default instance of
TrustAllStrategy. - INSTANCE - Static variable in class org.apache.hc.client5.http.ssl.TrustSelfSignedStrategy
-
Deprecated.Default instance of
TrustSelfSignedStrategy - INSTANCE - Static variable in class org.apache.hc.client5.http.SystemDefaultDnsResolver
-
Default instance of
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, Lookup, CookieStore, CredentialsProvider, Function, RequestConfig, List) - 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
- internalCache - Variable in class org.apache.hc.client5.http.impl.cache.ViaCacheGenerator
- InternalCacheStorage - Class in org.apache.hc.client5.http.impl.cache
- InternalCacheStorage() - Constructor for class org.apache.hc.client5.http.impl.cache.InternalCacheStorage
- InternalCacheStorage(int) - Constructor for class org.apache.hc.client5.http.impl.cache.InternalCacheStorage
- InternalCacheStorage(int, Consumer) - Constructor for class org.apache.hc.client5.http.impl.cache.InternalCacheStorage
- 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) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.InternalConnectionEndpoint
- InternalConnectionEndpoint(PoolEntry) - 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, Lookup, CookieStore, CredentialsProvider, RequestConfig, List) - 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) - 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, TlsStrategy) - Constructor for class org.apache.hc.client5.http.impl.async.InternalH2ConnPool
- InternalH2ConnPool.SessionPool - Class in org.apache.hc.client5.http.impl.async
- InternalHttpAsyncClient - Class in org.apache.hc.client5.http.impl.async
-
Internal implementation of
CloseableHttpAsyncClientthat can negotiate the most optimal HTTP protocol version during during theTLShandshake withALPNextension if supported by the Java runtime. - InternalHttpAsyncClient(DefaultConnectingIOReactor, AsyncExecChainElement, AsyncPushConsumerRegistry, ThreadFactory, AsyncClientConnectionManager, HttpRoutePlanner, TlsConfig, Lookup, Lookup, CookieStore, CredentialsProvider, Function, RequestConfig, List) - 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, TlsConfig) - Constructor for class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- InternalHttpAsyncExecRuntime.ReUseData - Class in org.apache.hc.client5.http.impl.async
- InternalHttpClient - Class in org.apache.hc.client5.http.impl.classic
-
Internal implementation of
CloseableHttpClient. - InternalHttpClient(HttpClientConnectionManager, HttpRequestExecutor, ExecChainElement, HttpRoutePlanner, Lookup, Lookup, CookieStore, CredentialsProvider, Function, RequestConfig, List) - 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
- INTERNET_MESSAGE_FORMAT - Static variable in class org.apache.hc.client5.http.utils.DateUtils
- 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
nulldetail 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
- 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
-
Deprecated.No longer applicable. Do not use.
- 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.utils.DateUtils
-
Deprecated.This method is no longer supported as a part of the public API.
- isAllowedClassName(String) - Static method in class org.apache.hc.client5.http.impl.cache.ByteArrayCacheEntrySerializer.RestrictedObjectInputStream
-
Deprecated.
- isAuthenticationEnabled() - Method in class org.apache.hc.client5.http.config.RequestConfig
- isAvailable() - Static method in class org.apache.hc.client5.http.entity.BrotliDecompressingEntity
-
Deprecated.
- isAvailable() - Static method in class org.apache.hc.client5.http.socket.UnixDomainSocketFactory
-
Checks if Unix Domain Socket support is available.
- 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
-
Tests whether the body is currently cached as a byte array.
- isCachePrivate() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- isCachePrivate() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Returns the private flag from the Cache-Control header.
- isCachePublic() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- isCancelled() - Method in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
- isCancelled() - Method in class org.apache.hc.client5.http.impl.Operations.CompletedFuture
-
Deprecated.
- 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.
- isChallengeComplete() - Method in class org.apache.hc.client5.http.impl.auth.ScramScheme
- isChallenged(HttpHost, ChallengeType, HttpResponse, AuthExchange, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.AuthenticationHandler
-
Determines whether the given response represents an authentication challenge, and updates the
AuthExchangestate. - isChallenged(HttpHost, ChallengeType, HttpResponse, AuthExchange, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.HttpAuthenticator
-
Deprecated.
- isChallengeExpected() - Method in interface org.apache.hc.client5.http.auth.AuthScheme
-
Indicates that the even authorized (i.e.
- isChallengeExpected() - Method in class org.apache.hc.client5.http.impl.auth.ScramScheme
-
SCRAM must inspect final responses to verify
v=inAuthentication-Info. - isChallengeExpected(AuthExchange) - Method in class org.apache.hc.client5.http.impl.auth.AuthenticationHandler
-
Determines if the scheme requires an auth challenge for responses that do not have a challenge HTTP code.
- isCharInClass(int) - Method in class org.apache.hc.client5.http.impl.auth.SaslPrep.CharClass
- isChunked() - Method in class org.apache.hc.client5.http.async.methods.DeflatingAsyncEntityProducer
- isChunked() - Method in class org.apache.hc.client5.http.async.methods.DeflatingBrotliEntityProducer
- isChunked() - Method in class org.apache.hc.client5.http.async.methods.DeflatingGzipEntityProducer
- isChunked() - Method in class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer
- isChunked() - Method in class org.apache.hc.client5.http.entity.compress.CompressingEntity
- isChunked() - Method in class org.apache.hc.client5.http.entity.DeflateCompressingEntity
- 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.io.PoolingHttpClientConnectionManager
-
Returns whether this connection manager has been shut down.
- 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.
- isClosed() - Method in class org.apache.hc.client5.http.socket.Jep380SocketChannelAdapter
- 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
- isConnected() - Method in class org.apache.hc.client5.http.socket.Jep380SocketChannelAdapter
- 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
trueif the actual authentication scheme is connection based. - isConnectionBased() - Method in interface org.apache.hc.client5.http.auth.AuthScheme
-
Determines if the authentication scheme is expected to provide an authorization response on a per connection basis instead of the standard per request basis
- isConnectionBased() - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
- isConnectionBased() - Method in class org.apache.hc.client5.http.impl.auth.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.ScramScheme
-
SCRAM is per-request (no connection binding).
- 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
- 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
-
Deprecated.
- 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(ResponseCacheControl, HttpResponse) - Method in class org.apache.hc.client5.http.impl.cache.ResponseCachingPolicy
- isExplicitlyNonCacheable(ResponseCacheControl) - Method in class org.apache.hc.client5.http.impl.cache.ResponseCachingPolicy
-
Determines whether the given CacheControl object indicates that the response is explicitly non-cacheable.
- isFreshnessCheckEnabled() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Returns whether the cache will perform an extra cache entry freshness check upon cache update in case of a cache miss
- isGzipCompressed() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Deprecated.since 5.6 – use
EntityBuilder.getCompressWith()and check forContentCoding.GZIPinstead. - isHardCancellationEnabled() - Method in class org.apache.hc.client5.http.config.RequestConfig
- isHeuristicallyCacheable(ResponseCacheControl, int, Instant, Instant) - Method in class org.apache.hc.client5.http.impl.cache.ResponseCachingPolicy
- 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
- isImmutable() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- isImmutable() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Returns the 'immutable' Cache-Control directive status.
- isKnownCacheableStatusCode(int) - Static method in class org.apache.hc.client5.http.impl.cache.ResponseCachingPolicy
- isKnownNonCacheableStatusCode(int) - Static method in class org.apache.hc.client5.http.impl.cache.ResponseCachingPolicy
- 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
- isMustRevalidate() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- isMustRevalidate() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Returns whether the must-revalidate directive is present in the Cache-Control header.
- isMustUnderstand() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- isMustUnderstand() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Returns the must-understand directive from the Cache-Control header.
- 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.
- isNeverCacheHTTP11ResponsesWithQuery() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Determines whether HTTP/1.1 responses with query strings should never be cached by the client.
- isNewer(HttpCacheEntry, MessageHeaders) - Static method in class org.apache.hc.client5.http.cache.HttpCacheEntry
-
Tests if the given
HttpCacheEntryis newer than the givenMessageHeadersby comparing values of their DATE header. - isNoCache() - Method in interface org.apache.hc.client5.http.cache.CacheControl
-
Returns the no-cache flag from the Cache-Control header.
- isNoCache() - Method in class org.apache.hc.client5.http.cache.RequestCacheControl.Builder
- isNoCache() - Method in class org.apache.hc.client5.http.cache.RequestCacheControl
-
Returns the no-cache flag from the Cache-Control header.
- isNoCache() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- isNoCache() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Returns the no-cache flag from the Cache-Control header.
- isNoStore() - Method in interface org.apache.hc.client5.http.cache.CacheControl
-
Returns the no-store flag from the Cache-Control header.
- isNoStore() - Method in class org.apache.hc.client5.http.cache.RequestCacheControl.Builder
- isNoStore() - Method in class org.apache.hc.client5.http.cache.RequestCacheControl
-
Returns the no-store flag from the Cache-Control header.
- isNoStore() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- isNoStore() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Returns the no-store flag from the Cache-Control header.
- iso8859_1Encoder - Variable in class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
-
Encoder used to check if strings can be encoded in ISO-8859-1, supporting filename compatibility determinations in multipart form data.
- isOnlyIfCached() - Method in class org.apache.hc.client5.http.cache.RequestCacheControl.Builder
- isOnlyIfCached() - Method in class org.apache.hc.client5.http.cache.RequestCacheControl
-
Returns the only-if-cached flag from the Cache-Control header.
- 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
falseif the cookie should be discarded at the end of the "session";trueotherwise. - isPersistent() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Returns
falseif the cookie should be discarded at the end of the "session";trueotherwise. - isPresent(String) - Static method in class org.apache.hc.client5.http.entity.compress.CommonsCompressCodecFactory
- isProtocolUpgradeEnabled() - Method in class org.apache.hc.client5.http.config.RequestConfig
- isProxyRevalidate() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- isProxyRevalidate() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Returns whether the proxy-revalidate value is set in the Cache-Control header.
- isPublic() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Returns whether the public value is set in the Cache-Control header.
- isRedirectable(String) - Method in class org.apache.hc.client5.http.impl.LaxRedirectStrategy
- isRedirectAllowed(HttpHost, HttpHost, HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.DefaultRedirectStrategy
- isRedirectAllowed(HttpHost, HttpHost, HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.LaxRedirectStrategy
- isRedirectAllowed(HttpHost, HttpHost, HttpRequest, HttpContext) - Method in interface org.apache.hc.client5.http.protocol.RedirectStrategy
-
Determines if the given redirect should be executed or the redirect response should be returned to the caller without further processing.
- isRedirected(HttpRequest, HttpResponse, HttpContext) - Method in class org.apache.hc.client5.http.impl.DefaultRedirectStrategy
- isRedirected(HttpRequest, HttpResponse, HttpContext) - Method in class org.apache.hc.client5.http.impl.LaxRedirectStrategy
- 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.async.methods.DeflatingAsyncEntityProducer
- isRepeatable() - Method in class org.apache.hc.client5.http.async.methods.DeflatingBrotliEntityProducer
- isRepeatable() - Method in class org.apache.hc.client5.http.async.methods.DeflatingGzipEntityProducer
- isRepeatable() - Method in class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer
- 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
- isResponseCacheable(ResponseCacheControl, HttpRequest, HttpResponse) - Method in class org.apache.hc.client5.http.impl.cache.ResponseCachingPolicy
-
Determine if the
HttpResponsegotten from the origin is a cacheable response. - isResponseNoCache(ResponseCacheControl, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker
-
Determines if the given
HttpCacheEntryrequires revalidation based on the presence of theno-cachedirective in the Cache-Control header. - 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.
- isResponseReady(HttpHost, CredentialsProvider, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.ScramScheme
-
Allow response when: - INIT (preemptive client-first) — only if creds have been prepared - ANNOUNCED (401 without data) - SERVER_FIRST_RCVD (ready to send client-final)
- isResponseTooBig(EntityDetails) - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- isRunning() - Method in class org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase
- isRunning() - Method in class org.apache.hc.client5.http.impl.IdleConnectionEvictor
- isSameAuthority(HttpHost, HttpHost) - Method in class org.apache.hc.client5.http.impl.DefaultRedirectStrategy
- isSameOrigin(URI, URI) - Static method in class org.apache.hc.client5.http.impl.cache.CacheSupport
- 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
- isSessionBased() - Method in enum org.apache.hc.client5.http.impl.auth.DigestScheme.DigestAlgorithm
-
Checks if the algorithm is session-based.
- 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
- isStaleIfErrorEnabled() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Returns a boolean value indicating whether the stale-if-error cache directive is enabled.
- 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
- isSuitableIfError(RequestCacheControl, ResponseCacheControl, HttpCacheEntry, Instant) - Method in class org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker
- isText() - Method in class org.apache.hc.client5.http.async.methods.SimpleBody
-
Tests whether the body is currently cached as a String.
- 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
- isUndefined() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Returns the 'immutable' Cache-Control directive status.
- isUnknownStatusCode(int) - Static method in class org.apache.hc.client5.http.impl.cache.ResponseCachingPolicy
- 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
-
Deprecated.
- isWeakETagOnPutDeleteAllowed() - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
Deprecated.Do not use.
- iterations - Variable in class org.apache.hc.client5.http.impl.auth.ScramScheme
- iterator() - Method in class org.apache.hc.client5.http.entity.mime.Header
J
- JDK - Enum constant in enum org.apache.hc.client5.http.socket.UnixDomainSocketFactory.Implementation
- JDK_UNIX_SOCKET_ADDRESS_CLASS - Static variable in class org.apache.hc.client5.http.socket.UnixDomainSocketFactory
- Jep380SocketChannelAdapter - Class in org.apache.hc.client5.http.socket
- Jep380SocketChannelAdapter(SocketChannel) - Constructor for class org.apache.hc.client5.http.socket.Jep380SocketChannelAdapter
- Jep380SocketChannelAdapter(SocketChannel, Jep380SocketChannelImplAdapter) - Constructor for class org.apache.hc.client5.http.socket.Jep380SocketChannelAdapter
- Jep380SocketChannelImplAdapter - Class in org.apache.hc.client5.http.socket
- Jep380SocketChannelImplAdapter(SocketChannel) - Constructor for class org.apache.hc.client5.http.socket.Jep380SocketChannelImplAdapter
- Jep380SocketChannelImplAdapter.InputStreamAdapter - Class in org.apache.hc.client5.http.socket
- Jep380SocketChannelImplAdapter.OutputStreamAdapter - Class in org.apache.hc.client5.http.socket
- 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
- JUNIXSOCKET - Enum constant in enum org.apache.hc.client5.http.socket.UnixDomainSocketFactory.Implementation
- JUNIXSOCKET_ADDRESS_CLASS - Static variable in class org.apache.hc.client5.http.socket.UnixDomainSocketFactory
- JUNIXSOCKET_SOCKET_CLASS - Static variable in class org.apache.hc.client5.http.socket.UnixDomainSocketFactory
K
- 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 - Variable in class org.apache.hc.client5.http.socket.Jep380SocketChannelImplAdapter.InputStreamAdapter
- key - Variable in class org.apache.hc.client5.http.socket.Jep380SocketChannelImplAdapter.OutputStreamAdapter
- 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
-
Deprecated.Use
HttpHeaders - lastModifiedRef - Variable in class org.apache.hc.client5.http.cache.HttpCacheEntry
- 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
- 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.
- LAX_PROTO_DELIMITER - Static variable in class org.apache.hc.client5.http.impl.ProtocolSwitchStrategy
- LaxExpiresHandler - Class in org.apache.hc.client5.http.impl.cookie
-
Cookie
expiresattribute 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-ageattribute handler conformant to the more relaxed interpretation of HTTP state management. - LaxMaxAgeHandler() - Constructor for class org.apache.hc.client5.http.impl.cookie.LaxMaxAgeHandler
- LaxRedirectStrategy - Class in org.apache.hc.client5.http.impl
-
A lax implementation of the
RedirectStrategythat automatically handles HTTP redirects for HEAD, GET, POST, and DELETE requests based on the response status code. - LaxRedirectStrategy() - Constructor for class org.apache.hc.client5.http.impl.LaxRedirectStrategy
- 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
-
Deprecated.Use
TlsSocketStrategy. - 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
-
Deprecated.Superseded by
DecompressingEntity. - LazyDecompressingInputStream(InputStream, InputStreamFactory) - Constructor for class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
-
Deprecated.
- LazyDecompressingInputStream(InputStream, IOFunction) - Constructor for class org.apache.hc.client5.http.entity.compress.DecompressingEntity.LazyDecompressingInputStream
- lease() - Method in class org.apache.hc.client5.http.impl.nio.H2SharingConnPool.PerRoutePool
- 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) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- lease(String, HttpRoute, Object, Timeout, FutureCallback) - Method in interface org.apache.hc.client5.http.nio.AsyncClientConnectionManager
-
Returns a
Futureobject which can be used to obtain anAsyncConnectionEndpointor 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
LeaseRequestobject which can be used to obtain aConnectionEndpointto cancel the request by callingCancellable.cancel(). - lease(HttpHost, FutureCallback) - Method in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient
- lease(HttpHost, HttpContext, FutureCallback) - Method in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient
- lease(T, Object, Timeout, FutureCallback) - Method in class org.apache.hc.client5.http.impl.nio.H2SharingConnPool
- leased - Variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- leaseEndpoint(HttpHost, Timeout, Timeout, HttpClientContext, FutureCallback) - 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
ConnectionEndpointwhose 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) - Constructor for class org.apache.hc.client5.http.entity.mime.LegacyMultipart
- len - Variable in class org.apache.hc.client5.http.impl.cache.FileResource
- 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, Http1Config) - Constructor for class org.apache.hc.client5.http.impl.io.LenientHttpResponseParser
-
Creates new instance of DefaultHttpResponseParser.
- level - Variable in class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer
- LinearBackoffManager - Class in org.apache.hc.client5.http.impl.classic
-
An implementation of
BackoffManagerthat uses a linear backoff strategy to adjust the maximum number of connections per route in anPoolingHttpClientConnectionManager. - LinearBackoffManager(ConnPoolControl) - Constructor for class org.apache.hc.client5.http.impl.classic.LinearBackoffManager
-
Constructs a new LinearBackoffManager with the specified connection pool control.
- LinearBackoffManager(ConnPoolControl, 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.
- lineFormatter - Variable in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
- lineParser - Variable in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
- lineParser - Variable in class org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory
- listen(int) - Method in class org.apache.hc.client5.http.socket.Jep380SocketChannelImplAdapter
- listener - Variable in class org.apache.hc.client5.http.impl.async.EarlyHintsAsyncExec
- 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
- lock - Variable in class org.apache.hc.client5.http.cookie.BasicCookieStore
- lock - Variable in class org.apache.hc.client5.http.impl.cache.BasicHttpCacheStorage
- lock - Variable in class org.apache.hc.client5.http.impl.cache.CacheRevalidatorBase
- lock - Variable in class org.apache.hc.client5.http.impl.cache.ManagedHttpCacheStorage
- lock - Variable in class org.apache.hc.client5.http.impl.cookie.IgnoreCookieSpecFactory
- lock - Variable in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory
- lock - Variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- lock - Variable in class org.apache.hc.client5.http.impl.nio.H2SharingConnPool.PerRoutePool
- lock - Static variable in class org.apache.hc.client5.http.psl.PublicSuffixMatcherLoader
- LOCK - Static variable in class org.apache.hc.client5.http.fluent.Executor
- 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 - Static variable in class org.apache.hc.client5.http.async.methods.IgnoreCompleteExceptionFutureCallback
- LOG - Static variable in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-
The logger for this class.
- 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.AuthenticationHandler
- 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.NTLMScheme
-
Deprecated.
- LOG - Static variable in class org.apache.hc.client5.http.impl.auth.ScramScheme
- 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.CacheControlHeaderParser
-
The logger for this class.
- 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.CacheValidityPolicy
- 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.DefaultAsyncCacheRevalidator
- 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.HttpByteArrayCacheEntrySerializer
- 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.cookie.PublicSuffixDomainFilter
- 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.DefaultAsyncClientConnectionOperator
- 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.H2SharingConnPool
- 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.RequestUpgrade
- 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.socket.UnixDomainSocketFactory
- 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
-
Deprecated.
- 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
-
Delegates
InputStreamcalls and logs to aWire. - 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
- LoggingSocketHolder(SSLSocket, Socket, String, Logger) - Constructor for class org.apache.hc.client5.http.impl.io.LoggingSocketHolder
- lookup(ProtocolVersion) - Method in class org.apache.hc.client5.http.impl.cache.ViaCacheGenerator
- LZ4_BLOCK - Enum constant in enum org.apache.hc.client5.http.entity.compress.ContentCoding
-
Block LZ4 compression format.
- LZ4_FRAMED - Enum constant in enum org.apache.hc.client5.http.entity.compress.ContentCoding
-
Framed LZ4 compression format.
- LZMA - Enum constant in enum org.apache.hc.client5.http.entity.compress.ContentCoding
-
LZMA compression format.
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
-
Deprecated.Do not use.
- makeHttpResponseParser() - Method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
-
Deprecated.Do not use.
- makeHttpResponseWriter(SessionOutputBuffer) - Method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
-
Deprecated.Do not use.
- makeRandomChallenge(Random) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.Calculate a challenge block
- 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
nulldetail 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
nulldetail 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
-
HttpCacheStorageimplementation 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
ManagedHttpClientConnectioninstances. - ManagedHttpClientConnectionFactory() - Constructor for class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
- ManagedHttpClientConnectionFactory(Http1Config, CharCodingConfig, HttpMessageParserFactory) - Constructor for class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
- ManagedHttpClientConnectionFactory(Http1Config, CharCodingConfig, HttpMessageWriterFactory, HttpMessageParserFactory) - Constructor for class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
- ManagedHttpClientConnectionFactory(Http1Config, CharCodingConfig, HttpMessageWriterFactory, HttpMessageParserFactory, ContentLengthStrategy, ContentLengthStrategy) - Constructor for class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
- ManagedHttpClientConnectionFactory(Http1Config, CharCodingConfig, HttpMessageWriterFactory, HttpMessageParserFactory, 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.impl.cache.InternalCacheStorage
- map - Variable in class org.apache.hc.client5.http.schedule.ConcurrentCountMap
- mark(int) - Method in class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
-
Deprecated.
- 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.LazyDecompressingInputStream
-
Deprecated.
- 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
- match(HttpHost, HttpRequest) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- match(HttpHost, HttpRequest) - Method in interface org.apache.hc.client5.http.impl.cache.HttpCache
-
Returns a result with either a fully matching
HttpCacheEntrya partial match with a list of known variants or null if no match could be found. - match(HttpHost, HttpRequest, FutureCallback) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- match(HttpHost, HttpRequest, FutureCallback) - Method in interface org.apache.hc.client5.http.impl.cache.HttpAsyncCache
-
Returns a result with either a fully matching
HttpCacheEntrya partial match with a list of known variants or null if no match could be found. - matchCN(String, X509Certificate, PublicSuffixMatcher) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- matchCredentials(Map, AuthScope) - Static method in class org.apache.hc.client5.http.impl.auth.CredentialsMatcher
-
Find matching
credentialsfor the given authentication scope. - matchDNSName(String, List, 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
- matchedRules(String) - Method in class org.apache.hc.client5.http.ssl.SpkiPinningClientTlsStrategy
- matches(String) - Method in class org.apache.hc.client5.http.psl.PublicSuffixMatcher
-
Tests whether the given domain matches any of the entries from the public suffix list.
- matches(String) - Method in class org.apache.hc.client5.http.ssl.SpkiPinningClientTlsStrategy.Rule
- 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, PublicSuffixMatcher, boolean) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- matchingKey - Variable in class org.apache.hc.client5.http.psl.PublicSuffixMatcher.DomainRootInfo
- matchIPAddress(String, List) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- matchIPv6Address(String, List) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- MAX_AGE - Static variable in class org.apache.hc.client5.http.impl.cache.CacheSupport
- 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_CODEC_LIST_LEN - Static variable in class org.apache.hc.client5.http.impl.ContentCodingSupport
- MAX_FORWARDS - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-
Deprecated.Use
HttpHeaders - 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
- maxAge - Variable in class org.apache.hc.client5.http.cache.RequestCacheControl.Builder
- maxAge - Variable in class org.apache.hc.client5.http.cache.RequestCacheControl
- maxAge - Variable in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- maxAge - Variable in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
The max-age directive value.
- 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
- maxCodecListLen - Variable in class org.apache.hc.client5.http.impl.async.ContentCompressionAsyncExec
- maxCodecListLen - Variable in class org.apache.hc.client5.http.impl.classic.ContentCompressionExec
- 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
- 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
- maxIterationsAllowed - Variable in class org.apache.hc.client5.http.impl.auth.ScramScheme
- 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
- 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
- maxStale - Variable in class org.apache.hc.client5.http.cache.RequestCacheControl.Builder
- maxStale - Variable in class org.apache.hc.client5.http.cache.RequestCacheControl
- 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
- 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.
- MD5 - Enum constant in enum org.apache.hc.client5.http.impl.auth.DigestScheme.DigestAlgorithm
-
MD5 digest algorithm.
- MD5_SESS - Enum constant in enum org.apache.hc.client5.http.impl.auth.DigestScheme.DigestAlgorithm
-
MD5 digest algorithm with session-based variant.
- mergeHeaders(HttpCacheEntry, HttpResponse) - Method in class org.apache.hc.client5.http.cache.HttpCacheEntryFactory
- 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.
- messageMultiplexing - Variable in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
- method - Variable in class org.apache.hc.client5.http.cache.HttpCacheEntry
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.classic.methods.HttpDelete
-
The method name "DELETE".
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.classic.methods.HttpGet
-
The method name "GET".
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.classic.methods.HttpHead
-
The method name "HEAD".
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.classic.methods.HttpOptions
-
The method name "OPTIONS".
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.classic.methods.HttpPatch
-
The method name "PATCH".
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.classic.methods.HttpPost
-
The method name "POST".
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.classic.methods.HttpPut
-
The method name "PUT".
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.classic.methods.HttpTrace
-
The method name "TRACE".
- 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
-
Constructs a new instance.
- MimeField(String, String, List) - Constructor for class org.apache.hc.client5.http.entity.mime.MimeField
-
Constructs a new instance.
- MimeField(MimeField) - Constructor for class org.apache.hc.client5.http.entity.mime.MimeField
-
Constructs a new instance by copying another's properties.
- minFresh - Variable in class org.apache.hc.client5.http.cache.RequestCacheControl.Builder
- minFresh - Variable in class org.apache.hc.client5.http.cache.RequestCacheControl
- 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
- minIterationsRequired - Variable in class org.apache.hc.client5.http.impl.auth.ScramScheme
- MISMATCH - Enum constant in enum org.apache.hc.client5.http.impl.cache.CacheSuitability
- 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.FormBodyPartBuilder
-
The multipart mode determining how filenames are encoded in the
Content-Dispositionheader, defaults toHttpMultipartMode.STRICT. - mode - Variable in class org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart
- 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_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
- MultipartEntityBuilder - Class in org.apache.hc.client5.http.entity.mime
-
Builder for multipart
HttpEntitys. - 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
MultipartParts. - 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 - Variable in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- mustRevalidate - Variable in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Indicates whether the Cache-Control header includes the "must-revalidate" directive.
- mustUnderstand - Variable in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- mustUnderstand - Variable in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Indicates whether the Cache-Control header includes the "must-understand" directive.
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.auth.ScramScheme.SimplePrincipal
- 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, List) - Method in class org.apache.hc.client5.http.impl.cache.CachingExec
- negotiateResponseFromVariants(HttpHost, HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback, Collection) - 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
- neverCache1_1ResponsesWithQueryString - 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
- neverCacheHTTP11ResponsesWithQuery - Variable in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
- neverCacheHTTP11ResponsesWithQuery - Variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
-
A constant indicating whether HTTP/1.1 responses with a query string should never be cached.
- newBuilder(SSLContext) - Static method in class org.apache.hc.client5.http.ssl.SpkiPinningClientTlsStrategy
-
Create a new builder.
- 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(CloseableHttpAsyncClient) - Static method in class org.apache.hc.client5.http.fluent.Executor
-
This feature is considered experimental and may be discontinued in the future.
- 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
- nextNonce - Variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Stores the
nextnoncevalue provided by the server in an HTTP response. - NextNonceInterceptor - Class in org.apache.hc.client5.http.protocol
-
NextNonceInterceptoris an HTTP response interceptor that extracts thenextnonceparameter from theAuthentication-Infoheader of an HTTP response. - NextNonceInterceptor() - Constructor for class org.apache.hc.client5.http.protocol.NextNonceInterceptor
- nextSelector() - Method in class org.apache.hc.client5.http.impl.routing.DistributedProxySelector
-
Retrieves the next available
ProxySelectorin 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_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.
- noCache - Variable in class org.apache.hc.client5.http.cache.RequestCacheControl.Builder
- noCache - Variable in class org.apache.hc.client5.http.cache.RequestCacheControl
- noCache - Variable in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- noCache - Variable in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
The isNoCache flag indicates whether the Cache-Control header includes the no-cache directive.
- noCacheFields - Variable in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- noCacheFields - Variable in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
A set of field names specified in the "no-cache" directive of the Cache-Control header.
- NON_VALUE - Static variable in class org.apache.hc.client5.http.cache.HttpCacheEntry
- nonCancellable() - Static method in class org.apache.hc.client5.http.impl.Operations
-
Creates a
Cancellableoperation handle for an ongoing process or operation that cannot be cancelled. - NONE - Enum constant in enum org.apache.hc.client5.http.socket.UnixDomainSocketFactory.Implementation
- nonRetriableIOExceptionClasses - Variable in class org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy
-
Derived
IOExceptionswhich 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
-
HttpCacheEntrySerializerthat usesHttpCacheStorageEntryas 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
UserTokenHandlerthat 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.impl.cache.CacheKeyGenerator
-
Lenient URI parser that normalizes valid
URIs and returnsnullfor malformed URIs. - 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.CacheKeyGenerator
-
Returns normalized representation of the request URI optimized for use as a cache key.
- normalize(URI) - Static method in class org.apache.hc.client5.http.impl.cache.HttpCacheSupport
-
Deprecated.
- normalize(HttpHost, SchemePortResolver) - Static method in class org.apache.hc.client5.http.routing.RoutingSupport
- normalizeElements(Iterator, Consumer) - Static method in class org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
- normalizeElements(MessageHeaders, String, Consumer) - Static method in class org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
- 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
-
Deprecated.Lenient URI parser that normalizes valid
URIs and returnsnullfor malformed URIs. - normalizeRequestPath(String) - Static method in class org.apache.hc.client5.http.protocol.RequestAddCookies
- normalizeSyntax(URI) - Static method in class org.apache.hc.client5.http.utils.URIUtils
-
Removes dot segments and performs Syntax-Based Normalization.
- normalizeUnicode(String) - Static method in class org.apache.hc.client5.http.utils.DnsUtils
-
Decodes to Unicode and normalizes the given DNS name.
- noStore - Variable in class org.apache.hc.client5.http.cache.RequestCacheControl.Builder
- noStore - Variable in class org.apache.hc.client5.http.cache.RequestCacheControl
- noStore - Variable in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- noStore - Variable in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
The isNoStore flag indicates whether the Cache-Control header includes the no-store directive.
- nounceCount - Variable in class org.apache.hc.client5.http.impl.auth.DigestScheme
- nowrapHint - Variable in class org.apache.hc.client5.http.async.methods.InflatingAsyncDataConsumer
- 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
ConnectionBackoffStrategythat 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.
- OffLockDisposalCallback<T> - Class in org.apache.hc.client5.http.impl.io
- OffLockDisposalCallback(DisposalCallback) - Constructor for class org.apache.hc.client5.http.impl.io.OffLockDisposalCallback
- offLockDisposalEnabled - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- offLockDisposer - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- onAfterSocketConnect(HttpContext, HttpHost) - Method in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
- onAfterSocketConnect(HttpContext, HttpHost) - Method in class org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator
- onAfterTlsHandshake(HttpContext, HttpHost) - Method in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
- onAfterTlsHandshake(HttpContext, HttpHost) - Method in class org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator
- onBeforeSocketConnect(HttpContext, HttpHost) - Method in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
- onBeforeSocketConnect(HttpContext, HttpHost) - Method in class org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator
- onBeforeTlsHandshake(HttpContext, HttpHost) - Method in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
- onBeforeTlsHandshake(HttpContext, HttpHost) - Method in class org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator
- ONE_MINUTE - Static variable in class org.apache.hc.client5.http.impl.IdleConnectionEvictor
- ONE_SECOND - Static variable in class org.apache.hc.client5.http.impl.IdleConnectionEvictor
- onEarlyHints(HttpResponse, HttpContext) - Method in interface org.apache.hc.client5.http.EarlyHintsListener
-
Called for each received
103 Early Hintsinformational response. - onlyIfCached - Variable in class org.apache.hc.client5.http.cache.RequestCacheControl.Builder
- onlyIfCached - Variable in class org.apache.hc.client5.http.cache.RequestCacheControl
- 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
-
Deprecated.Use
CompletedFuture. - operationTimeout - Variable in class org.apache.hc.client5.http.impl.compat.ClassicToAsyncAdaptor
- 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.Creates a new OPTIONS
BasicHttpRequest. - 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.Constructs a new
"OPTIONS"HttpUriRequest initialized with the given URI. - 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.Creates a new OPTIONS
BasicHttpRequest. - 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.Constructs a new
"OPTIONS"HttpUriRequest initialized with the given URI. - 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.Creates a new OPTIONS
BasicHttpRequest. - 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
-
Deprecated.Use
Method - 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.compress - package org.apache.hc.client5.http.entity.compress
- 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.compat - package org.apache.hc.client5.http.impl.compat
- 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.http.validator - package org.apache.hc.client5.http.validator
- 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
- out - Variable in class org.apache.hc.client5.http.async.methods.InflatingAsyncDataConsumer
- out - Variable in class org.apache.hc.client5.http.async.methods.InflatingGzipDataConsumer
- out - Variable in class org.apache.hc.client5.http.impl.io.LoggingOutputStream
- OUT - Static variable in class org.apache.hc.client5.http.async.methods.InflatingGzipDataConsumer
- OUT_BUF - Static variable in class org.apache.hc.client5.http.async.methods.DeflatingAsyncEntityProducer
-
outbound staging buffer
- OUT_BUF - Static variable in class org.apache.hc.client5.http.async.methods.DeflatingGzipEntityProducer
- OUT_BUF - Static variable in class org.apache.hc.client5.http.async.methods.InflatingZstdDataConsumer
- OUT_BUF_DEFAULT - Static variable in class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer
- outBuf - Variable in class org.apache.hc.client5.http.async.methods.DeflatingGzipEntityProducer
- outBuf - Variable in class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer
-
Current output buffer owned by zstd; replaced when it overflows or flushes.
- outCap - Variable in class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer
- outDirect - Variable in class org.apache.hc.client5.http.async.methods.InflatingZstdDataConsumer
- outer - Variable in class org.apache.hc.client5.http.async.methods.DeflatingAsyncEntityProducer.InnerChannel
- 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
- OutputStreamAdapter() - Constructor for class org.apache.hc.client5.http.socket.Jep380SocketChannelImplAdapter.OutputStreamAdapter
P
- PACK200 - Enum constant in enum org.apache.hc.client5.http.entity.compress.ContentCoding
-
Pack200 compression format.
- 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.http.impl.auth.BasicScheme.State
- params - Variable in class org.apache.hc.client5.http.impl.auth.BearerScheme.State
- parse(Reader) - Method in class org.apache.hc.client5.http.psl.PublicSuffixListParser
-
Parses the public suffix list format.
- parse(CharSequence, Tokenizer.Cursor) - Static method in class org.apache.hc.client5.http.validator.ETag
- parse(String) - Method in class org.apache.hc.client5.http.ssl.DistinguishedNameParser
- parse(String) - Static method in class org.apache.hc.client5.http.validator.ETag
- parse(Iterator, BiConsumer) - Method in class org.apache.hc.client5.http.impl.cache.CacheControlHeaderParser
- 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
AuthChallengeelements. - parse(HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CacheControlHeaderParser
- parse(SetCookie, String) - Method in interface org.apache.hc.client5.http.cookie.CookieAttributeHandler
-
Parse the given cookie attribute value and processChallenge the corresponding
Cookieproperty. - 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(Header) - Static method in class org.apache.hc.client5.http.validator.ETag
- 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(HttpRequest) - Method in class org.apache.hc.client5.http.impl.cache.CacheControlHeaderParser
- parse(HttpResponse) - Method in class org.apache.hc.client5.http.impl.cache.CacheControlHeaderParser
- parse(CharArrayBuffer, Tokenizer.Cursor) - Method in class org.apache.hc.client5.http.ssl.DistinguishedNameParser
- parseAttrs(String) - Static method in class org.apache.hc.client5.http.impl.auth.ScramScheme
- 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
- parseContentCodecs(EntityDetails) - Static method in class org.apache.hc.client5.http.impl.ContentCodingSupport
- 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.
- parseFQDN(CharSequence) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- parseHeader(Header, ProtocolSwitchStrategy.HeaderConsumer) - Method in class org.apache.hc.client5.http.impl.ProtocolSwitchStrategy
- parseHeaderElements(CharSequence, ParserCursor, ProtocolSwitchStrategy.HeaderConsumer) - Method in class org.apache.hc.client5.http.impl.ProtocolSwitchStrategy
- parseHeaders(HttpMessage, String, ProtocolSwitchStrategy.HeaderConsumer) - Method in class org.apache.hc.client5.http.impl.ProtocolSwitchStrategy
- parseNextNonce(CharSequence, ParserCursor) - Method in class org.apache.hc.client5.http.protocol.NextNonceInterceptor
-
Parses the
Authentication-Infoheader content represented by aCharArrayBufferto extract thenextnonceparameter. - parseParameter(CharArrayBuffer, Tokenizer.Cursor) - Method in class org.apache.hc.client5.http.ssl.DistinguishedNameParser
- parsePin(String) - Static method in class org.apache.hc.client5.http.ssl.SpkiPinningClientTlsStrategy.Builder
- parseProtocolVersion(CharSequence, ParserCursor) - Method in class org.apache.hc.client5.http.impl.ProtocolSwitchStrategy
- parser - Variable in class org.apache.hc.client5.http.impl.auth.AuthenticationHandler
- parseRequest(Iterator) - Method in class org.apache.hc.client5.http.impl.cache.CacheControlHeaderParser
-
Parses the specified request header and returns a new
RequestCacheControlinstance containing the relevant caching directives. - parseResponse(Iterator) - Method in class org.apache.hc.client5.http.impl.cache.CacheControlHeaderParser
-
Parses the specified response header and returns a new
ResponseCacheControlinstance containing the relevant caching directives. - parseSeconds(String, String) - Static method in class org.apache.hc.client5.http.impl.cache.CacheControlHeaderParser
- 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, Tokenizer.Delimiter) - Method in class org.apache.hc.client5.http.ssl.DistinguishedNameParser
- parseValue(CharArrayBuffer, Tokenizer.Cursor, Tokenizer.Delimiter) - 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.
- password - Variable in class org.apache.hc.client5.http.impl.auth.ScramScheme
- 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.Creates a new PATCH
BasicHttpRequest. - 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.Constructs a new
"PATCH"HttpUriRequest initialized with the given URI. - 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.Creates a new PATCH
BasicHttpRequest. - 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.Constructs a new
"PATCH"HttpUriRequest initialized with the given URI. - 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.Creates a new PATCH
BasicHttpRequest. - 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 - Variable in class org.apache.hc.client5.http.entity.mime.PathBody
- PATH_ATTR - Static variable in interface org.apache.hc.client5.http.cookie.Cookie
- PathBody - Class in org.apache.hc.client5.http.entity.mime
-
Binary body part backed by an NIO
Path. - PathBody(Path) - Constructor for class org.apache.hc.client5.http.entity.mime.PathBody
-
Constructs a new instance for a given Path.
- PathBody(Path, ContentType) - Constructor for class org.apache.hc.client5.http.entity.mime.PathBody
-
Constructs a new instance for a given Path.
- PathBody(Path, ContentType, String) - Constructor for class org.apache.hc.client5.http.entity.mime.PathBody
-
Constructs a new instance for a given Path.
- 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 - Variable in class org.apache.hc.client5.http.ssl.SpkiPinningClientTlsStrategy.Rule
- 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
-
Deprecated.
- pause(TimeValue) - Static method in class org.apache.hc.client5.http.impl.classic.HttpRequestRetryExec
- peerPinsForLog(byte[][]) - Static method in class org.apache.hc.client5.http.ssl.SpkiPinningClientTlsStrategy
- pending - Variable in class org.apache.hc.client5.http.async.methods.DeflatingAsyncEntityProducer
-
holds compressed bytes not yet sent downstream
- pending - Variable in class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer
-
Pending compressed output buffers, ready to write (pos=0..limit).
- pendingOut - Variable in class org.apache.hc.client5.http.async.methods.DeflatingBrotliEntityProducer
- pendingRequest - Variable in class org.apache.hc.client5.http.impl.cache.CacheRevalidatorBase
- pendingTrailers - Variable in class org.apache.hc.client5.http.async.methods.DeflatingBrotliEntityProducer
- perRouteCache - Variable in class org.apache.hc.client5.http.impl.nio.H2SharingConnPool
- PerRoutePool() - Constructor for class org.apache.hc.client5.http.impl.nio.H2SharingConnPool.PerRoutePool
- PIN_PREFIX - Static variable in class org.apache.hc.client5.http.ssl.SpkiPinningClientTlsStrategy
- pins - Variable in class org.apache.hc.client5.http.ssl.SpkiPinningClientTlsStrategy.Rule
- PLAIN - Enum constant in enum org.apache.hc.client5.http.RouteInfo.LayerType
- PLAIN - Enum constant in enum org.apache.hc.client5.http.RouteInfo.TunnelType
- PLAIN_SOCKET_FACTORY - Static variable in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
- PlainConnectionSocketFactory - Class in org.apache.hc.client5.http.socket
-
Deprecated.Use
DetachedSocketFactory. Please note this interface is considered internal. - PlainConnectionSocketFactory() - Constructor for class org.apache.hc.client5.http.socket.PlainConnectionSocketFactory
-
Deprecated.
- 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.H2SharingConnPool
- 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
-
PoolingAsyncClientConnectionManagermaintains a pool of non-blockingHttpConnections and is able to service connection requests from multiple execution threads. - PoolingAsyncClientConnectionManager() - Constructor for class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- PoolingAsyncClientConnectionManager(AsyncClientConnectionOperator, PoolConcurrencyPolicy, PoolReusePolicy, TimeValue, boolean) - Constructor for class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- PoolingAsyncClientConnectionManager(Lookup) - Constructor for class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- PoolingAsyncClientConnectionManager(Lookup, PoolConcurrencyPolicy, PoolReusePolicy, TimeValue) - Constructor for class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- PoolingAsyncClientConnectionManager(Lookup, PoolConcurrencyPolicy, PoolReusePolicy, TimeValue, SchemePortResolver, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- PoolingAsyncClientConnectionManager(Lookup, PoolConcurrencyPolicy, TimeValue) - Constructor for class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- PoolingAsyncClientConnectionManager(ManagedConnPool, 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
PoolingAsyncClientConnectionManagerinstances. - PoolingAsyncClientConnectionManagerBuilder() - Constructor for class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
- PoolingHttpClientConnectionManager - Class in org.apache.hc.client5.http.impl.io
-
PoolingHttpClientConnectionManagermaintains a pool ofManagedHttpClientConnections 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, HttpConnectionFactory) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- PoolingHttpClientConnectionManager(HttpClientConnectionOperator, PoolConcurrencyPolicy, PoolReusePolicy, TimeValue, HttpConnectionFactory) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- PoolingHttpClientConnectionManager(HttpClientConnectionOperator, PoolConcurrencyPolicy, PoolReusePolicy, TimeValue, HttpConnectionFactory, boolean) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- PoolingHttpClientConnectionManager(Registry) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
Deprecated.
- PoolingHttpClientConnectionManager(Registry, HttpConnectionFactory) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
Deprecated.
- PoolingHttpClientConnectionManager(Registry, PoolConcurrencyPolicy, PoolReusePolicy, TimeValue) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
Deprecated.
- PoolingHttpClientConnectionManager(Registry, PoolConcurrencyPolicy, PoolReusePolicy, TimeValue, SchemePortResolver, DnsResolver, HttpConnectionFactory) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
Deprecated.
- PoolingHttpClientConnectionManager(Registry, PoolConcurrencyPolicy, PoolReusePolicy, TimeValue, HttpConnectionFactory) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
Deprecated.
- PoolingHttpClientConnectionManager(Registry, PoolConcurrencyPolicy, TimeValue, HttpConnectionFactory) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
Deprecated.
- PoolingHttpClientConnectionManager.InternalConnectionEndpoint - Class in org.apache.hc.client5.http.impl.io
- PoolingHttpClientConnectionManagerBuilder - Class in org.apache.hc.client5.http.impl.io
-
Builder for
PoolingHttpClientConnectionManagerinstances. - 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
- 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.Creates a new POST
BasicHttpRequest. - 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.Constructs a new
"POST"HttpUriRequest initialized with the given URI. - 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.Creates a new POST
BasicHttpRequest. - 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.Constructs a new
"POST"HttpUriRequest initialized with the given URI. - 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.Creates a new POST
BasicHttpRequest. - post(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- POST_METHOD - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-
Deprecated.Use
Method - PRAGMA - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-
Deprecated.Use
HttpHeaders - 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.AbstractClientContextBuilder
- preemptiveAuth(HttpHost, AuthScheme) - Method in class org.apache.hc.client5.http.cache.CacheContextBuilder
- preemptiveAuth(HttpHost, AuthScheme) - Method in class org.apache.hc.client5.http.ContextBuilder
- preemptiveBasicAuth(HttpHost, UsernamePasswordCredentials) - Method in class org.apache.hc.client5.http.AbstractClientContextBuilder
- preemptiveBasicAuth(HttpHost, UsernamePasswordCredentials) - Method in class org.apache.hc.client5.http.cache.CacheContextBuilder
- 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
-
Deprecated.Performs any custom initialization for a newly created SSLSocket (before the SSL handshake happens).
- prepAsQueryString(String) - Method in class org.apache.hc.client5.http.impl.auth.SaslPrep
- prepAsStoredString(String) - Method in class org.apache.hc.client5.http.impl.auth.SaslPrep
-
Apply SASLPrep and return the result.
- 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
- principal - Variable in class org.apache.hc.client5.http.impl.auth.ScramScheme
- priorityHeaderDisabled - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- priorityHeaderDisabled - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
- PRIVATE - Enum constant in enum org.apache.hc.client5.http.psl.DomainType
- PRIVATE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-
Deprecated.
- 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.
- proceedConnected(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.async.AsyncConnectExec
- proceedToNextHop(AsyncConnectExec.State, HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.async.AsyncConnectExec
- process(String, String, HttpContext) - Method in interface org.apache.hc.client5.http.impl.auth.ScramExtension
-
Process an extension attribute.
- process(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.impl.cache.RequestViaCache
- process(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.protocol.H2RequestPriority
- 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(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.protocol.RequestIfRange
-
Processes the given request to ensure it adheres to the RFC guidelines for the 'If-Range' header.
- process(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.protocol.RequestUpgrade
- process(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.protocol.RequestValidateTrace
-
Processes an incoming HTTP request.
- process(HttpResponse, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.impl.cache.ResponseCacheConformance
- process(HttpResponse, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.impl.cache.ResponseViaCache
- process(HttpResponse, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.protocol.NextNonceInterceptor
-
Processes the HTTP response and extracts the
nextnonceparameter from theAuthentication-Infoheader if available, storing it in the providedcontext. - 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.
- processChallenge(AuthChallenge, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.ScramScheme
-
Legacy entry point: wraps
AuthenticationExceptionasMalformedChallengeException. - processChallenge(HttpHost, boolean, AuthChallenge, HttpContext) - Method in interface org.apache.hc.client5.http.auth.AuthScheme
-
Processes the given auth challenge.
- processChallenge(HttpHost, boolean, AuthChallenge, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.ScramScheme
-
Handles 401 challenges (with/without
data) and final responses carryingAuthentication-Info(any status code). - processCookies(String, Iterator, CookieSpec, CookieOrigin, CookieStore) - Method in class org.apache.hc.client5.http.protocol.ResponseProcessCookies
- produce(DataStreamChannel) - Method in class org.apache.hc.client5.http.async.methods.DeflatingAsyncEntityProducer
- produce(DataStreamChannel) - Method in class org.apache.hc.client5.http.async.methods.DeflatingBrotliEntityProducer
- produce(DataStreamChannel) - Method in class org.apache.hc.client5.http.async.methods.DeflatingGzipEntityProducer
- produce(DataStreamChannel) - Method in class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer
- produce(DataStreamChannel) - Method in class org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler
- 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 - Variable in class org.apache.hc.client5.http.EndpointInfo
- PROTOCOL - Enum constant in enum org.apache.hc.client5.http.impl.ChainElement
- PROTOCOL_VERSION_PARSER - Static variable in class org.apache.hc.client5.http.impl.ProtocolSwitchStrategy
- 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
- protocolSwitchStrategy - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncMainClientExec
- protocolSwitchStrategy - Variable in class org.apache.hc.client5.http.impl.classic.MainClientExec
- ProtocolSwitchStrategy - Class in org.apache.hc.client5.http.impl
-
Protocol switch handler.
- ProtocolSwitchStrategy() - Constructor for class org.apache.hc.client5.http.impl.ProtocolSwitchStrategy
- ProtocolSwitchStrategy.HeaderConsumer - Interface in org.apache.hc.client5.http.impl
- protocolUpgradeEnabled - Variable in class org.apache.hc.client5.http.config.RequestConfig.Builder
- protocolUpgradeEnabled - Variable in class org.apache.hc.client5.http.config.RequestConfig
- 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
-
Deprecated.Use
HttpHeaders - 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, 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 - Variable in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- proxyRevalidate - Variable in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Indicates whether the Cache-Control header includes the "proxy-revalidate" directive.
- 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
-
Deprecated.
- PUBLIC_SUFFIX_LIST - Static variable in class org.apache.hc.client5.http.psl.PublicSuffixMatcherLoader
- PublicSuffixDomainFilter - Class in org.apache.hc.client5.http.impl.cookie
-
Wraps a
CookieAttributeHandlerand 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, List) - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixList
- PublicSuffixList(DomainType, List, List) - 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, Collection) - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixMatcher
- PublicSuffixMatcher(Collection) - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixMatcher
- PublicSuffixMatcher(DomainType, Collection, Collection) - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixMatcher
- PublicSuffixMatcher.DomainRootInfo - Class in org.apache.hc.client5.http.psl
- PublicSuffixMatcherLoader - Class in org.apache.hc.client5.http.psl
-
PublicSuffixMatcherloader. - PublicSuffixMatcherLoader() - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixMatcherLoader
- pump() - Method in class org.apache.hc.client5.http.async.methods.InflatingBrotliDataConsumer
- 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
- pushRouter(RequestRouter) - Static method in class org.apache.hc.client5.http.impl.async.HttpAsyncClients
-
Creates
HandlerFactorybacked by a pushRequestRouter. - 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.Creates a new PUT
BasicHttpRequest. - 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.Constructs a new
"PUT"HttpUriRequest initialized with the given URI. - put(String) - Static method in class org.apache.hc.client5.http.fluent.Request
- put(String, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.InternalCacheStorage
- put(URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.Creates a new PUT
BasicHttpRequest. - 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.Constructs a new
"PUT"HttpUriRequest initialized with the given URI. - 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.Creates a new PUT
BasicHttpRequest. - 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
-
Deprecated.Use
Method - 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) - Method in interface org.apache.hc.client5.http.cache.HttpAsyncCacheStorage
-
Store a given cache entry under the given key.
- putEntry(String, HttpCacheEntry, FutureCallback) - Method in class org.apache.hc.client5.http.cache.HttpAsyncCacheStorageAdaptor
- putEntry(String, HttpCacheEntry, FutureCallback) - 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
- quoteParam(String) - Static method in class org.apache.hc.client5.http.impl.auth.ScramScheme
R
- random - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Deprecated.
- RANGE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-
Deprecated.Use
HttpHeaders - 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.compress.DecompressingEntity.LazyDecompressingInputStream
- read() - Method in class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
-
Deprecated.
- read() - Method in class org.apache.hc.client5.http.impl.io.LoggingInputStream
- read() - Method in class org.apache.hc.client5.http.socket.Jep380SocketChannelImplAdapter.InputStreamAdapter
- read(byte[]) - Method in class org.apache.hc.client5.http.entity.compress.DecompressingEntity.LazyDecompressingInputStream
- read(byte[]) - Method in class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
-
Deprecated.
- read(byte[]) - Method in class org.apache.hc.client5.http.impl.io.LoggingInputStream
- read(byte[]) - Method in class org.apache.hc.client5.http.socket.Jep380SocketChannelImplAdapter.InputStreamAdapter
- read(byte[], int, int) - Method in class org.apache.hc.client5.http.entity.compress.DecompressingEntity.LazyDecompressingInputStream
- read(byte[], int, int) - Method in class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
-
Deprecated.
- read(byte[], int, int) - Method in class org.apache.hc.client5.http.impl.io.LoggingInputStream
- read(byte[], int, int) - Method in class org.apache.hc.client5.http.socket.Jep380SocketChannelImplAdapter.InputStreamAdapter
- 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.DigestScheme
- 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
- realm - Variable in class org.apache.hc.client5.http.impl.auth.ScramScheme
- reasonPhrase - Variable in exception class org.apache.hc.client5.http.HttpResponseException
- 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
-
Deprecated.Use getter methods
- REDIRECT_METHODS - Static variable in class org.apache.hc.client5.http.impl.LaxRedirectStrategy
- 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
nulldetail 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
- redirectLocations - Variable in class org.apache.hc.client5.http.impl.async.AsyncRedirectExec.State
- redirectLocations - Variable in class org.apache.hc.client5.http.protocol.HttpClientContext
- RedirectLocations - Class in org.apache.hc.client5.http.protocol
-
This class represents a collection of
URIs used as redirect locations. - RedirectLocations() - Constructor for class org.apache.hc.client5.http.protocol.RedirectLocations
-
Constructs a new instance.
- 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) - Method in class org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase
-
Deprecated.Use
RequestRouterat the construction time - register(String, String, Supplier) - Method in class org.apache.hc.client5.http.impl.async.AsyncPushConsumerRegistry
- register(String, String, Supplier) - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
-
Deprecated.Use
RequestRouterat the construction time - register(String, Supplier) - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
-
Deprecated.Use
RequestRouterat the construction time - REGISTRY - Static variable in class org.apache.hc.client5.http.entity.compress.ContentCodecRegistry
- 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.
- release(PoolEntry, boolean) - Method in class org.apache.hc.client5.http.impl.nio.H2SharingConnPool.PerRoutePool
- release(PoolEntry, boolean) - Method in class org.apache.hc.client5.http.impl.nio.H2SharingConnPool
- 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.async.methods.DeflatingGzipEntityProducer
- released - Variable in class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer
- 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.DeflatingAsyncEntityProducer
- releaseResources() - Method in class org.apache.hc.client5.http.async.methods.DeflatingBrotliEntityProducer
- releaseResources() - Method in class org.apache.hc.client5.http.async.methods.DeflatingGzipEntityProducer
- releaseResources() - Method in class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer
- releaseResources() - Method in class org.apache.hc.client5.http.async.methods.InflatingAsyncDataConsumer
- releaseResources() - Method in class org.apache.hc.client5.http.async.methods.InflatingBrotliDataConsumer
- releaseResources() - Method in class org.apache.hc.client5.http.async.methods.InflatingGzipDataConsumer
- releaseResources() - Method in class org.apache.hc.client5.http.async.methods.InflatingZstdDataConsumer
- 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
- remove(String) - Method in class org.apache.hc.client5.http.impl.cache.InternalCacheStorage
- 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.cache.HttpCacheContext.Delegate
- removeAttribute(String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- removeAttribute(String) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- 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) - 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) - Method in class org.apache.hc.client5.http.cache.HttpAsyncCacheStorageAdaptor
- removeEntry(String, FutureCallback) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
- 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
- removeInternal(String) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- removeInternal(String) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- 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_CACHE_CONTROL - Static variable in class org.apache.hc.client5.http.cache.HttpCacheContext
- REQUEST_CONFIG - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Deprecated.Use getter methods
- 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
CookieStoreto the request being executed and generates correspondingCookierequest 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.
- requestCacheControl - Variable in class org.apache.hc.client5.http.cache.HttpCacheContext
- RequestCacheControl - Class in org.apache.hc.client5.http.cache
-
Represents the value of the Cache-Control header in an HTTP request containing cache control directives.
- RequestCacheControl(long, long, long, boolean, boolean, boolean, long) - Constructor for class org.apache.hc.client5.http.cache.RequestCacheControl
- RequestCacheControl.Builder - Class in org.apache.hc.client5.http.cache
- RequestClientConnControl - Class in org.apache.hc.client5.http.protocol
-
This protocol interceptor is responsible for adding the
Connectionheader to the outgoing requests, which is essential for managing persistence ofHTTP/1.0connections. - RequestClientConnControl() - Constructor for class org.apache.hc.client5.http.protocol.RequestClientConnControl
- requestConfig - 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 - Variable in class org.apache.hc.client5.http.protocol.HttpClientContext
- 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, Collection, Timeout, Timeout, Timeout, TimeValue, boolean, boolean, boolean, Path, PriorityValue) - Constructor for class org.apache.hc.client5.http.config.RequestConfig
- RequestConfig.Builder - Class in org.apache.hc.client5.http.config
- 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) - 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.
- 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
Expectheader. - 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
- requestHeaderIterator() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
- requestHeaderIterator(String) - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
- requestHeaders - Variable in class org.apache.hc.client5.http.cache.HttpCacheEntry
- requestHeaders() - Method in class org.apache.hc.client5.http.cache.HttpCacheEntry
- requestHeadersMatch(HttpRequest, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker
- RequestIfRange - Class in org.apache.hc.client5.http.protocol
-
The
RequestIfRangeinterceptor ensures that the request adheres to the RFC guidelines for the 'If-Range' header. - RequestIfRange() - Constructor for class org.apache.hc.client5.http.protocol.RequestIfRange
- 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
- requestMethodMatch(HttpRequest, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker
- requestOutput() - Method in class org.apache.hc.client5.http.async.methods.DeflatingAsyncEntityProducer.InnerChannel
- requestOutput() - Method in class org.apache.hc.client5.http.async.methods.DeflatingGzipEntityProducer.InnerChannel
- requestOutput() - Method in class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer.Inner
- requests - Variable in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- RequestSupport - Class in org.apache.hc.client5.http.impl
-
Protocol support methods.
- RequestSupport() - Constructor for class org.apache.hc.client5.http.impl.RequestSupport
- RequestUpgrade - Class in org.apache.hc.client5.http.protocol
- RequestUpgrade() - Constructor for class org.apache.hc.client5.http.protocol.RequestUpgrade
- requestURI - Variable in class org.apache.hc.client5.http.cache.HttpCacheEntry
- requestUriMatch(HttpRequest, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker
- RequestValidateTrace - Class in org.apache.hc.client5.http.protocol
-
RequestTraceInterceptor
- RequestValidateTrace() - Constructor for class org.apache.hc.client5.http.protocol.RequestValidateTrace
-
Default constructor.
- RequestViaCache - Class in org.apache.hc.client5.http.impl.cache
-
This response interceptor adds VIA header to all outgoing request messages dispatched through the caching layer.
- RequestViaCache() - Constructor for class org.apache.hc.client5.http.impl.cache.RequestViaCache
- 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) - 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.LazyDecompressingInputStream
-
Deprecated.
- 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.cache.HttpCacheContext.Delegate
- 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, int) - Method in interface org.apache.hc.client5.http.DnsResolver
-
Returns a list of
InetSocketAddressfor the given host with the given port. - 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, 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) - 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
-
Deprecated.
- 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
- resolveDomainRoot(String, DomainType) - Method in class org.apache.hc.client5.http.psl.PublicSuffixMatcher
- 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) - 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.BasicHttpAsyncCache
- resourceFactory - Variable in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- 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
Resourceinstances 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) - 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.async.AsyncConnectExec.State
- response - Variable in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- response - Variable in exception class org.apache.hc.client5.http.impl.TunnelRefusedException
-
Deprecated.
- 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
- RESPONSE_CACHE_CONTROL - Static variable in class org.apache.hc.client5.http.cache.HttpCacheContext
- responseCache - Variable in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec
- responseCache - Variable in class org.apache.hc.client5.http.impl.cache.CachingExec
- ResponseCacheConformance - Class in org.apache.hc.client5.http.impl.cache
-
This response interceptor removes common Content- headers from the 304 response messages based on the provision of the HTTP specification that 304 status code represents a confirmation that the requested resource content has not changed since its retrieval or the last update and adds Date header if it is not present in the response message..
- ResponseCacheConformance() - Constructor for class org.apache.hc.client5.http.impl.cache.ResponseCacheConformance
- responseCacheControl - Variable in class org.apache.hc.client5.http.cache.HttpCacheContext
- ResponseCacheControl - Class in org.apache.hc.client5.http.cache
-
Represents the value of the Cache-Control header in an HTTP response, which indicate whether and for how long the response can be cached by the client and intermediary proxies.
- ResponseCacheControl(long, long, boolean, boolean, boolean, boolean, boolean, boolean, long, long, Set, boolean, boolean) - Constructor for class org.apache.hc.client5.http.cache.ResponseCacheControl
-
Creates a new instance of
CacheControlwith the specified values. - ResponseCacheControl.Builder - Class in org.apache.hc.client5.http.cache
- responseCachingPolicy - Variable in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- ResponseCachingPolicy - Class in org.apache.hc.client5.http.impl.cache
- ResponseCachingPolicy(boolean, boolean, boolean) - Constructor for class org.apache.hc.client5.http.impl.cache.ResponseCachingPolicy
-
Constructs a new ResponseCachingPolicy with the specified cache policy settings and stale-if-error support.
- responseDate - Variable in class org.apache.hc.client5.http.cache.HttpCacheEntry
- responseDate - Variable in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.BackendResponseHandler
- 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
- responseHeaders() - Method 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
- responseIsStillFresh(Instant, Duration) - Method in class org.apache.hc.client5.http.impl.cache.ResponseCachingPolicy
-
Determines if an HttpResponse is still fresh based on its Date header and calculated freshness lifetime.
- 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) - 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
CookieStorewith data contained in response cookies received in the given the HTTP response. - ResponseProcessCookies() - Constructor for class org.apache.hc.client5.http.protocol.ResponseProcessCookies
- responseShouldContainEntity(HttpRequest, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.CachedHttpResponseGenerator
- responseStatus - Variable in class org.apache.hc.client5.http.cache.HttpCacheContext
- 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
- ResponseViaCache - Class in org.apache.hc.client5.http.impl.cache
-
This response interceptor adds VIA header to all incoming response messages dispatched through the caching layer.
- ResponseViaCache() - Constructor for class org.apache.hc.client5.http.impl.cache.ResponseViaCache
- restore(String) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
- restore(String, FutureCallback) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
- restore(BasicScheme.State) - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
- restore(BearerScheme.State) - Method in class org.apache.hc.client5.http.impl.auth.BearerScheme
- restore(T) - Method in interface org.apache.hc.client5.http.impl.StateHolder
- RestrictedObjectInputStream(InputStream) - Constructor for class org.apache.hc.client5.http.impl.cache.ByteArrayCacheEntrySerializer.RestrictedObjectInputStream
-
Deprecated.
- result - Variable in class org.apache.hc.client5.http.impl.Operations.CompletedFuture
-
Deprecated.
- 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.classic.InternalExecRuntime
- ReUseData(Object, TimeValue) - Constructor for class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime.ReUseData
- reuseDataRef - Variable in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- 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
- 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(ResponseCacheControl, CacheHit, HttpHost, ClassicHttpRequest, ExecChain.Scope, ExecChain) - Method in class org.apache.hc.client5.http.impl.cache.CachingExec
- revalidateCacheEntry(ResponseCacheControl, CacheHit, HttpHost, HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec
- revalidateCacheEntryWithFallback(RequestCacheControl, ResponseCacheControl, CacheHit, HttpHost, ClassicHttpRequest, ExecChain.Scope, ExecChain) - Method in class org.apache.hc.client5.http.impl.cache.CachingExec
- revalidateCacheEntryWithFallback(RequestCacheControl, ResponseCacheControl, CacheHit, HttpHost, HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec
- revalidateCacheEntryWithoutFallback(ResponseCacheControl, CacheHit, HttpHost, ClassicHttpRequest, ExecChain.Scope, ExecChain) - Method in class org.apache.hc.client5.http.impl.cache.CachingExec
- revalidateCacheEntryWithoutFallback(ResponseCacheControl, CacheHit, HttpHost, HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec
- REVALIDATION_REQUIRED - Enum constant in enum org.apache.hc.client5.http.impl.cache.CacheSuitability
- 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. - 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
-
CookieSpecFactoryimplementation 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
CookieSpecimplementation 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
CookieSpecimplementation 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
- RND_GEN - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Deprecated.Secure random generator
- root - Variable in class org.apache.hc.client5.http.impl.cache.CacheMatch
- root - Variable in class org.apache.hc.client5.http.psl.PublicSuffixMatcher.DomainRootInfo
- rootKey - Variable in class org.apache.hc.client5.http.impl.cache.CacheHit
- 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.async.InternalH2AsyncExecRuntime.Endpoint
- 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
- route - Variable in class org.apache.hc.client5.http.protocol.HttpClientContext
- 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.
- RouteTracker(HttpHost, InetAddress, Path) - 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
- Rule(String, Set) - Constructor for class org.apache.hc.client5.http.ssl.SpkiPinningClientTlsStrategy.Rule
- rules - Variable in class org.apache.hc.client5.http.psl.PublicSuffixList
- rules - Variable in class org.apache.hc.client5.http.psl.PublicSuffixMatcher
- rules - Variable in class org.apache.hc.client5.http.ssl.SpkiPinningClientTlsStrategy.Builder
- rules - Variable in class org.apache.hc.client5.http.ssl.SpkiPinningClientTlsStrategy
- 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
- runtimeAvailable(ContentCoding) - Static method in class org.apache.hc.client5.http.entity.compress.CommonsCompressCodecFactory
-
Best-effort availability probe for optional Commons-Compress codecs.
S
- salt - Variable in class org.apache.hc.client5.http.impl.auth.ScramScheme
- sameNamedEndpoint(NamedEndpoint, NamedEndpoint) - Static method in class org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner
- SaslPrep - Class in org.apache.hc.client5.http.impl.auth
- SaslPrep() - Constructor for class org.apache.hc.client5.http.impl.auth.SaslPrep
- SaslPrep.CharClass - Class in org.apache.hc.client5.http.impl.auth
- saslProhibited - Variable in class org.apache.hc.client5.http.impl.auth.SaslPrep
-
rfc4013 2.3.
- saveContent(File) - Method in class org.apache.hc.client5.http.fluent.Response
- schedule(int) - Method in class org.apache.hc.client5.http.impl.schedule.ExponentialBackOffSchedulingStrategy
- schedule(int) - Method in class org.apache.hc.client5.http.impl.schedule.ImmediateSchedulingStrategy
- schedule(int) - Method in interface org.apache.hc.client5.http.schedule.SchedulingStrategy
-
Schedules execution time for an operation.
- 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.AbstractClientContextBuilder
- 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.DefaultRedirectStrategy
- 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
- SCRAM_SHA_256 - Static variable in class org.apache.hc.client5.http.auth.StandardAuthScheme
-
SCRAM with SHA-256 as defined by RFC 7804 / RFC 7677.
- ScramException - Exception Class in org.apache.hc.client5.http.impl
-
Represents an exception that occurs during SCRAM (Salted Challenge Response Authentication Mechanism) authentication.
- ScramException() - Constructor for exception class org.apache.hc.client5.http.impl.ScramException
-
Constructs a new
ScramExceptionwithnullas its detail message. - ScramException(String) - Constructor for exception class org.apache.hc.client5.http.impl.ScramException
-
Constructs a new
ScramExceptionwith the specified detail message. - ScramException(String, Throwable) - Constructor for exception class org.apache.hc.client5.http.impl.ScramException
-
Constructs a new
ScramExceptionwith the specified detail message and cause. - ScramExtension - Interface in org.apache.hc.client5.http.impl.auth
-
Extension hook for optional SCRAM attributes.
- ScramScheme - Class in org.apache.hc.client5.http.impl.auth
-
Strict HTTP SCRAM client implementing
SCRAM-SHA-256per RFC 7804 with SCRAM core per RFC 5802/7677. - ScramScheme() - Constructor for class org.apache.hc.client5.http.impl.auth.ScramScheme
-
Default policy: warn if
i < 4096, no hard enforcement; SHA-256 only. - ScramScheme(int, int, int, SecureRandom) - Constructor for class org.apache.hc.client5.http.impl.auth.ScramScheme
-
Constructor with custom iteration policy.
- ScramScheme(int, int, SecureRandom) - Constructor for class org.apache.hc.client5.http.impl.auth.ScramScheme
-
Constructor with custom iteration policy.
- ScramScheme.SimplePrincipal - Class in org.apache.hc.client5.http.impl.auth
- ScramScheme.State - Enum in org.apache.hc.client5.http.impl.auth
- ScramSchemeFactory - Class in org.apache.hc.client5.http.impl.auth
-
Factory for creating instances of
ScramScheme. - ScramSchemeFactory() - Constructor for class org.apache.hc.client5.http.impl.auth.ScramSchemeFactory
- 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
- secureRandom - Variable in class org.apache.hc.client5.http.impl.auth.ScramScheme
- Security Warning - Section in class org.apache.hc.client5.http.ssl.TrustAllStrategy
- Security Warning - Section in class org.apache.hc.client5.http.ssl.TrustSelfSignedStrategy
- sel - Variable in class org.apache.hc.client5.http.socket.Jep380SocketChannelImplAdapter.InputStreamAdapter
- sel - Variable in class org.apache.hc.client5.http.socket.Jep380SocketChannelImplAdapter.OutputStreamAdapter
- select(URI) - Method in class org.apache.hc.client5.http.impl.routing.DistributedProxySelector
-
Selects a list of proxies for the given
URIby delegating to the currentProxySelectoror the next availableProxySelectorin 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
AuthSchemeand clears auth options. - select(ChallengeType, Map, HttpContext) - Method in interface org.apache.hc.client5.http.AuthenticationStrategy
-
Returns an list of
AuthSchemes to handle the givenAuthChallenges in their order of preference. - select(ChallengeType, Map, 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
ProxySelectorinstances to be used by the DistributedProxySelector for selecting proxies. - sendUrgentData(int) - Method in class org.apache.hc.client5.http.socket.Jep380SocketChannelImplAdapter
- 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
-
Deprecated.
- serialize(HttpCacheStorageEntry) - Method in class org.apache.hc.client5.http.impl.cache.HttpByteArrayCacheEntrySerializer
-
Serializes an HttpCacheStorageEntry object into a byte array using an HTTP-like format.
- 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.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.ScramException
- serialVersionUID - Static variable in exception class org.apache.hc.client5.http.impl.TunnelRefusedException
-
Deprecated.
- 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.
- SERVER_FIRST_RCVD - Enum constant in enum org.apache.hc.client5.http.impl.auth.ScramScheme.State
- serverFirstRaw - Variable in class org.apache.hc.client5.http.impl.auth.ScramScheme
- serverNonce - Variable in class org.apache.hc.client5.http.impl.auth.ScramScheme
- 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
- sessionBased - Variable in enum org.apache.hc.client5.http.impl.auth.DigestScheme.DigestAlgorithm
- sessionKey - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
-
Deprecated.
- sessionPool - Variable in class org.apache.hc.client5.http.impl.async.InternalH2ConnPool
- SessionPool(ConnectionInitiator, Resolver, TlsStrategy) - Constructor for class org.apache.hc.client5.http.impl.async.InternalH2ConnPool.SessionPool
- 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
-
Deprecated.Has no effect. Do not use.
- setAsynchronousWorkers(int) - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
-
Sets the maximum number of threads to allow for background revalidations due to the
stale-while-revalidatedirective. - setAttribute(String, Object) - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- setAttribute(String, Object) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- setAttribute(String, String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- setAuthCache(AuthCache) - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- setAuthCache(AuthCache) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- 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.cache.HttpCacheContext.Delegate
- 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) - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- setAuthSchemeRegistry(Lookup) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- setAuthSchemeRegistry(Lookup) - 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
-
Sets
BackoffManagerinstance. - 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
-
Sets the message body and content type.
- 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
-
Sets the body.
- setBody(String, ContentType) - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
-
Sets the message body and content type.
- 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
-
Sets the body.
- setBody(SimpleBody) - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
-
Sets the message body and content type.
- 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
-
Sets the body.
- 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
-
Sets a custom boundary string for the multipart entity.
- 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
- setCacheControl(RequestCacheControl) - Method in class org.apache.hc.client5.http.cache.CacheContextBuilder
- 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
- setCacheEntry(HttpCacheEntry) - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- setCacheEntry(HttpCacheEntry) - Method in class org.apache.hc.client5.http.cache.HttpCacheContext
- setCachePrivate(boolean) - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- setCachePublic(boolean) - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- setCacheResponseStatus(CacheResponseStatus) - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- setCacheResponseStatus(CacheResponseStatus) - Method in class org.apache.hc.client5.http.cache.HttpCacheContext
- setCharCodingConfig(CharCodingConfig) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Sets
CharCodingConfigconfiguration. - setCharCodingConfig(CharCodingConfig) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Sets
CharCodingConfigconfiguration. - setCharset(Charset) - Method in class org.apache.hc.client5.http.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
-
Sets enabled ciphers.
- setCiphers(String...) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
-
Deprecated.Sets 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
-
Sets the request configuration.
- setConfig(RequestConfig) - Method in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
-
Sets the request configuration.
- setConnectionBackoffStrategy(ConnectionBackoffStrategy) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Sets
ConnectionBackoffStrategyinstance. - setConnectionConfig(ConnectionConfig) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- setConnectionConfigResolver(Resolver) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
Sets
ResolverofConnectionConfigon a per route basis. - setConnectionConfigResolver(Resolver) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Sets
ResolverofConnectionConfigon a per route basis. - setConnectionConfigResolver(Resolver) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-
Sets
ResolverofConnectionConfigon a per route basis. - setConnectionConfigResolver(Resolver) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
-
Sets
ResolverofConnectionConfigon a per route basis. - setConnectionConfigResolver(Resolver) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Sets
ResolverforConnectionConfigon a per host basis. - setConnectionConfigResolver(Resolver) - Method in class org.apache.hc.client5.http.impl.async.InternalH2ConnPool
- setConnectionConfigResolver(Resolver) - Method in class org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient
-
Sets
ResolverforConnectionConfigon a per host basis. - setConnectionFactory(HttpConnectionFactory) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Sets
HttpConnectionFactoryinstance. - setConnectionKeepAlive(TimeValue) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Determines the default of value of connection keep-alive time period when not explicitly communicated by the origin server with a
Keep-Aliveresponse header. - setConnectionManager(HttpClientConnectionManager) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Sets
HttpClientConnectionManagerinstance. - setConnectionManager(AsyncClientConnectionManager) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Sets
AsyncClientConnectionManagerinstance. - 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
-
Sets
ConnectionReuseStrategyinstance. - setConnectionReuseStrategy(ConnectionReuseStrategy) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Sets
ConnectionReuseStrategyinstance. - 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
-
Sets the timeout until a new connection is fully established.
- 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
-
Sets 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
-
Sets
PoolReusePolicyvalue. - setConnPoolPolicy(PoolReusePolicy) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
-
Sets
PoolReusePolicyvalue. - setContentCompressionEnabled(boolean) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Determines whether the target server is requested to compress content.
- setContentDecoderMap(LinkedHashMap) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Replaces the current decoder registry with
contentDecoderMap. - setContentDecoderRegistry(LinkedHashMap) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Sets a map of
InputStreamFactorys 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
ContentTypeof the entity. - setContentType(ContentType) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- SetCookie - Interface in org.apache.hc.client5.http.cookie
-
This interface represents a
Set-Cookieresponse header sent by the origin server to the HTTP agent in order to maintain a conversational state. - setCookieOrigin(CookieOrigin) - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- setCookieOrigin(CookieOrigin) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- setCookieOrigin(CookieOrigin) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- 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.
- setCookieSpec(CookieSpec) - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- setCookieSpec(CookieSpec) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- setCookieSpec(CookieSpec) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- setCookieSpecRegistry(Lookup) - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- setCookieSpecRegistry(Lookup) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- setCookieSpecRegistry(Lookup) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- setCookieStore(CookieStore) - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- setCookieStore(CookieStore) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- 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
credentialsfor 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.cache.HttpCacheContext.Delegate
- setCredentialsProvider(CredentialsProvider) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- 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) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Sets default
AuthSchemeregistry which will be used for request execution if not explicitly set in the client execution context. - setDefaultAuthSchemeRegistry(Lookup) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Sets default
AuthSchemeregistry which will be used for request execution if not explicitly set in the client execution context. - setDefaultAuthSchemeRegistry(Lookup) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Sets default
AuthSchemeregistry 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
-
Sets the same
ConnectionConfigfor all hosts. - setDefaultConnectionConfig(ConnectionConfig) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
Sets the same
ConnectionConfigfor all routes - setDefaultConnectionConfig(ConnectionConfig) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Sets the same
ConnectionConfigfor all routes. - setDefaultConnectionConfig(ConnectionConfig) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-
Sets the same
ConnectionConfigfor all routes - setDefaultConnectionConfig(ConnectionConfig) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
-
Sets the same
ConnectionConfigfor all routes. - setDefaultCookieSpecRegistry(Lookup) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Sets default
CookieSpecregistry which will be used for request execution if not explicitly set in the client execution context. - setDefaultCookieSpecRegistry(Lookup) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Sets default
CookieSpecregistry which will be used for request execution if not explicitly set in the client execution context. - setDefaultCookieSpecRegistry(Lookup) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Sets default
CookieSpecregistry 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
-
Sets default
CookieStoreinstance 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
-
Sets default
CookieStoreinstance 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
-
Sets default
CookieStoreinstance 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
-
Sets default
CredentialsProviderinstance 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
-
Sets default
CredentialsProviderinstance 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
-
Sets default
CredentialsProviderinstance which will be used for request execution if not explicitly set in the client execution context. - setDefaultHeaders(Collection) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Sets default request header values.
- setDefaultHeaders(Collection) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Sets default request header values.
- setDefaultHeaders(Collection) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Sets 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.H2SharingConnPool
- 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
-
Sets default
RequestConfiginstance 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
-
Sets default
RequestConfiginstance 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
-
Sets default
RequestConfiginstance 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
SocketConfigfor all routes - setDefaultSocketConfig(SocketConfig) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Sets the same
SocketConfigfor all routes. - setDefaultTlsConfig(TlsConfig) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
Sets the same
ConnectionConfigfor all hosts - setDefaultTlsConfig(TlsConfig) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Sets the same
TlsConfigfor all hosts. - setDefaultTlsConfig(TlsConfig) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-
Sets the same
ConnectionConfigfor all hosts - setDefaultTlsConfig(TlsConfig) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
-
Sets the same
TlsConfigfor 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
-
Sets
DnsResolverinstance. - setDnsResolver(DnsResolver) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Sets
DnsResolverinstance. - setDnsResolver(DnsResolver) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
-
Sets
DnsResolverinstance. - 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.
- setEarlyHintsListener(EarlyHintsListener) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Registers a global
EarlyHintsListenerthat will be notified when the client receives103 Early Hintsinformational responses for any request executed by the built client. - setEndpointDetails(EndpointDetails) - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- setEndpointDetails(EndpointDetails) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- 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.cache.HttpCacheContext.Delegate
- setExchangeId(String) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- 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
H2Configconfiguration. - setH2Config(H2Config) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Sets
H2Configconfiguration. - setH2Priority(PriorityValue) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Sets HTTP/2+ request priority.
- 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.
- setHostnameVerificationPolicy(HostnameVerificationPolicy) - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
-
Deprecated.Use #setHostVerificationPolicy
- setHostnameVerifier(HostnameVerifier) - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
-
Sets
HostnameVerifierinstance. - setHostnameVerifier(HostnameVerifier) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
-
Deprecated.Sets
HostnameVerifierinstance. - setHostVerificationPolicy(HostnameVerificationPolicy) - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
-
Sets
HostnameVerificationPolicyvalue. - setHttp1Config(Http1Config) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Sets
Http1Configconfiguration. - setHttpCacheInvalidator(HttpAsyncCacheInvalidator) - Method in class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
-
Deprecated.Do not use.
- setHttpCacheInvalidator(HttpAsyncCacheInvalidator) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
-
Deprecated.Do not use.
- setHttpCacheInvalidator(HttpCacheInvalidator) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder
-
Deprecated.Do not use.
- 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.
- setIdleTimeout(long, TimeUnit) - Method in class org.apache.hc.client5.http.config.ConnectionConfig.Builder
-
Sets the maximum period of idleness for a connection.
- setIdleTimeout(Timeout) - Method in class org.apache.hc.client5.http.config.ConnectionConfig.Builder
-
Determines the maximum period of idleness for a connection.
- 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.
- setImmutable(boolean) - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- setIOReactorConfig(IOReactorConfig) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Sets
IOReactorConfigconfiguration. - setIOReactorConfig(IOReactorConfig) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Sets
IOReactorConfigconfiguration. - setIoReactorExceptionCallback(Callback) - 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) - 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) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Sets the
IOSessionDecoratorthat will be use with the client's IOReactor. - setIoSessionDecorator(Decorator) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Sets the
IOSessionDecoratorthat will be use with the client's IOReactor. - setIOSessionListener(IOSessionListener) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Sets
IOSessionListenerlistener. - setIOSessionListener(IOSessionListener) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Sets
IOSessionListenerlistener. - setKeepAliveStrategy(ConnectionKeepAliveStrategy) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Sets
ConnectionKeepAliveStrategyinstance. - setKeepAliveStrategy(ConnectionKeepAliveStrategy) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Sets
ConnectionKeepAliveStrategyinstance. - 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
- setMaxAge(long) - Method in class org.apache.hc.client5.http.cache.RequestCacheControl.Builder
- setMaxAge(long) - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- 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
-
Sets maximum connection per route value.
- setMaxConnPerRoute(int) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
-
Sets maximum connection per route value.
- setMaxConnTotal(int) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Sets maximum total connection value.
- setMaxConnTotal(int) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
-
Sets 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
- setMaxPerRoute(T, int) - Method in class org.apache.hc.client5.http.impl.nio.H2SharingConnPool
- setMaxRedirects(int) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Returns the maximum number of redirects to be followed.
- setMaxStale(long) - Method in class org.apache.hc.client5.http.cache.RequestCacheControl.Builder
- 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.H2SharingConnPool
- 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
- setMessageMultiplexing(boolean) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
-
Use experimental connections pool implementation that acts as a caching facade in front of a standard connection pool and shares already leased connections to multiplex message exchanges over active HTTP/2 connections.
- setMimeSubtype(String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- setMinFresh(long) - Method in class org.apache.hc.client5.http.cache.RequestCacheControl.Builder
- setMode(HttpMultipartMode) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- setMustRevalidate(boolean) - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- setMustUnderstand(boolean) - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- 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.
- setNeverCacheHTTP11ResponsesWithQueryString(boolean) - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
-
Sets the flag indicating whether HTTP/1.1 responses with a query string should never be cached.
- setNextNonce(String) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Sets the
nextnoncevalue directly as an instance attribute. - setNoCache(boolean) - Method in class org.apache.hc.client5.http.cache.RequestCacheControl.Builder
- setNoCache(boolean) - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- setNoCacheFields(String...) - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- setNoCacheFields(Set) - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- setNoStore(boolean) - Method in class org.apache.hc.client5.http.cache.RequestCacheControl.Builder
- setNoStore(boolean) - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- setOffLockDisposalEnabled(boolean) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Enable/disable off-lock disposal.
- setOnlyIfCached(boolean) - Method in class org.apache.hc.client5.http.cache.RequestCacheControl.Builder
- setOption(int, Object) - Method in class org.apache.hc.client5.http.socket.Jep380SocketChannelImplAdapter
- setOptions(Queue) - Method in class org.apache.hc.client5.http.auth.AuthExchange
-
Updates the auth state with a queue of auth options.
- setParameters(List) - 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
-
Sets
PoolConcurrencyPolicyvalue. - setPoolConcurrencyPolicy(PoolConcurrencyPolicy) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
-
Sets
PoolConcurrencyPolicyvalue. - setProtocolUpgradeEnabled(boolean) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Determines whether the client server should automatically attempt to upgrade to a safer or a newer version of the protocol, whenever possible.
- setProtocolVersion(ProtocolVersion) - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- setProtocolVersion(ProtocolVersion) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- setProxy(HttpHost) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Returns HTTP proxy to be used for request execution.
- setProxy(HttpHost) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Sets default proxy value.
- setProxy(HttpHost) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Sets default proxy value.
- setProxyAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Sets
AuthenticationStrategyinstance for proxy authentication. - setProxyAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Sets
AuthenticationStrategyinstance for proxy authentication. - setProxyAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Sets
AuthenticationStrategyinstance for proxy authentication. - setProxyPreferredAuthSchemes(Collection) - 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.
- setProxyRevalidate(boolean) - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- setProxySelector(ProxySelector) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Sets the
ProxySelectorthat 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
ProxySelectorthat 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
- setRedirectLocations(RedirectLocations) - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- setRedirectLocations(RedirectLocations) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- setRedirectLocations(RedirectLocations) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- 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
-
Sets
RedirectStrategyinstance. - setRedirectStrategy(RedirectStrategy) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Sets
RedirectStrategyinstance. - setRedirectStrategy(RedirectStrategy) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Sets
RedirectStrategyinstance. - setRequest(HttpRequest) - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- setRequest(HttpRequest) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- setRequestCacheControl(RequestCacheControl) - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- setRequestCacheControl(RequestCacheControl) - Method in class org.apache.hc.client5.http.cache.HttpCacheContext
- setRequestConfig(RequestConfig) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- setRequestConfig(RequestConfig) - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- setRequestConfig(RequestConfig) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- 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
-
Sets
HttpRequestExecutorinstance. - setResourceFactory(ResourceFactory) - Method in class org.apache.hc.client5.http.impl.cache.CachingH2AsyncClientBuilder
- setResourceFactory(ResourceFactory) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpAsyncClientBuilder
- setResourceFactory(ResourceFactory) - Method in class org.apache.hc.client5.http.impl.cache.CachingHttpClientBuilder
- setResponse(HttpResponse) - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- setResponse(HttpResponse) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- setResponseCacheControl(ResponseCacheControl) - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- setResponseCacheControl(ResponseCacheControl) - Method in class org.apache.hc.client5.http.cache.HttpCacheContext
- 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
-
Sets
HttpRequestRetryStrategyinstance. - setRetryStrategy(HttpRequestRetryStrategy) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Sets
HttpRequestRetryStrategyinstance. - setRetryStrategy(HttpRequestRetryStrategy) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Sets
HttpRequestRetryStrategyinstance. - setRoute(HttpRoute) - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- setRoute(HttpRoute) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- setRoute(HttpRoute) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- setRoutePlanner(HttpRoutePlanner) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Sets
HttpRoutePlannerinstance. - setRoutePlanner(HttpRoutePlanner) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Sets
HttpRoutePlannerinstance. - setRoutePlanner(HttpRoutePlanner) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Sets
HttpRoutePlannerinstance. - 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
-
Sets
SchemePortResolverinstance. - setSchemePortResolver(SchemePortResolver) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Sets
SchemePortResolverinstance. - setSchemePortResolver(SchemePortResolver) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Sets
SchemePortResolverinstance. - setSchemePortResolver(SchemePortResolver) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Sets
SchemePortResolverinstance. - setSchemePortResolver(SchemePortResolver) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
-
Sets
SchemePortResolverinstance. - 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.
- setSharedMaxAge(long) - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- setSocketConfig(SocketConfig) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- setSocketConfigResolver(Resolver) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
Sets
ResolverofSocketConfigon a per route basis. - setSocketConfigResolver(Resolver) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Sets
ResolverofSocketConfigon a per route basis. - setSocketTimeout(int, TimeUnit) - Method in class org.apache.hc.client5.http.config.ConnectionConfig.Builder
-
Sets the default socket timeout value for I/O operations on connections created by this configuration.
- setSocketTimeout(Timeout) - Method in class org.apache.hc.client5.http.config.ConnectionConfig.Builder
-
Sets the default socket timeout value for I/O operations on connections created by this configuration.
- 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.
- setSoTimeout(int) - Method in class org.apache.hc.client5.http.socket.Jep380SocketChannelAdapter
- setSslBufferMode(SSLBufferMode) - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
-
Sets
SSLBufferModevalue. - setSslContext(SSLContext) - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
-
Sets
SSLContextinstance. - setSslContext(SSLContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
-
Deprecated.Sets
SSLContextinstance. - setSSLSession(SSLSession) - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- setSSLSession(SSLSession) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- setSSLSocketFactory(LayeredConnectionSocketFactory) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- setStaleIfError(long) - Method in class org.apache.hc.client5.http.cache.RequestCacheControl.Builder
- setStaleIfError(long) - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- setStaleIfErrorEnabled(boolean) - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
-
Enables or disables the stale-if-error cache directive.
- setStaleWhileRevalidate(long) - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- 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
-
Sets
AuthenticationStrategyinstance for target host authentication. - setTargetAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Sets
AuthenticationStrategyinstance for target host authentication. - setTargetAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Sets
AuthenticationStrategyinstance for target host authentication. - setTargetPreferredAuthSchemes(Collection) - 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
-
Sets
ThreadFactoryinstance. - setThreadFactory(ThreadFactory) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Sets
ThreadFactoryinstance. - setTimeToLive(long, TimeUnit) - Method in class org.apache.hc.client5.http.config.ConnectionConfig.Builder
-
Sets the total span of time connections can be kept alive or execute requests.
- 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) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
Sets
ResolverofTlsConfigon a per host basis. - setTlsConfigResolver(Resolver) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Sets
ResolverofTlsConfigon a per host basis. - setTlsConfigResolver(Resolver) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-
Sets
ResolverofTlsConfigon a per host basis. - setTlsConfigResolver(Resolver) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
-
Sets
ResolverofTlsConfigon a per host basis. - setTlsDetailsFactory(Factory) - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
-
Deprecated.Do not use. This method has no effect.
- setTlsSocketStrategy(TlsSocketStrategy) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Sets
TlsSocketStrategyinstance. - setTlsStrategy(TlsStrategy) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Sets
TlsStrategyinstance. - setTlsStrategy(TlsStrategy) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManagerBuilder
-
Sets
TlsStrategyinstance for TLS connections. - setTlsVersions(String...) - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
-
Sets enabled
TLSversions. - setTlsVersions(String...) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
-
Deprecated.Sets enabled
TLSversions. - setTlsVersions(TLS...) - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
-
Sets enabled
TLSversions. - setTlsVersions(TLS...) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
-
Deprecated.Sets enabled
TLSversions. - setUnixDomainSocket(Path) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Sets the Unix Domain Socket path to use for the connection.
- 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
-
Sets
User-Agentvalue. - setUserAgent(String) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientBuilder
-
Sets
User-Agentvalue. - setUserAgent(String) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Sets
User-Agentvalue. - setUserToken(Object) - Method in class org.apache.hc.client5.http.cache.HttpCacheContext.Delegate
- setUserToken(Object) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- 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
-
Sets
UserTokenHandlerinstance. - setUserTokenHandler(UserTokenHandler) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Sets
UserTokenHandlerinstance. - setValidateAfterInactivity(long, TimeUnit) - Method in class org.apache.hc.client5.http.config.ConnectionConfig.Builder
-
Sets the 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.config.ConnectionConfig.Builder
-
Sets the 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.async.InternalH2ConnPool
- 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
TlsConfigand connection manager methods - setWeakETagOnPutDeleteAllowed(boolean) - Method in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
-
Deprecated.No longer applicable. Do not use.
- SHA_256 - Enum constant in enum org.apache.hc.client5.http.impl.auth.DigestScheme.DigestAlgorithm
-
SHA-256 digest algorithm.
- SHA_256_SESS - Enum constant in enum org.apache.hc.client5.http.impl.auth.DigestScheme.DigestAlgorithm
-
SHA-256 digest algorithm with session-based variant.
- SHA_512_256 - Enum constant in enum org.apache.hc.client5.http.impl.auth.DigestScheme.DigestAlgorithm
-
SHA-512/256 digest algorithm.
- SHA_512_256_SESS - Enum constant in enum org.apache.hc.client5.http.impl.auth.DigestScheme.DigestAlgorithm
-
SHA-512/256 digest algorithm with session-based variant.
- sha256(byte[]) - Static method in class org.apache.hc.client5.http.impl.auth.ScramScheme
- SHA256_LEN - Static variable in class org.apache.hc.client5.http.ssl.SpkiPinningClientTlsStrategy
- shared - Variable in class org.apache.hc.client5.http.impl.cache.CacheValidityPolicy
- 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
AtomicIntegerrepresenting the shared index across all threads for maintaining the current position in the list of ProxySelectors, ensuring proper distribution ofProxySelectorusage. - sharedMaxAge - Variable in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- sharedMaxAge - Variable in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
The shared-max-age directive value.
- shouldBackoff(Throwable) - Method in interface org.apache.hc.client5.http.classic.ConnectionBackoffStrategy
-
Determines whether seeing the given
Throwableas a result of request execution should result in a backoff signal. - shouldBackoff(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
HttpResponseas 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
- shouldSendNotModifiedResponse(HttpRequest, HttpCacheEntry, Instant) - 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
- sid - Variable in class org.apache.hc.client5.http.impl.auth.ScramScheme
- 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
-
Constructs a new request message with the given method and request path.
- SimpleHttpRequest(String, String, URIAuthority, String) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
-
Constructs a new request message with the given method, scheme, authority, and request path.
- SimpleHttpRequest(String, URI) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
-
Constructs a new request message with the given method, and request URI.
- SimpleHttpRequest(String, HttpHost, String) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
-
Constructs a new request message with the given method, host, and request path.
- SimpleHttpRequest(Method, URI) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
-
Constructs a new request message with the given method, and request URI.
- SimpleHttpRequest(Method, HttpHost, String) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
-
Constructs a new request message with the given method, host, and request path.
- 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
- SimplePrincipal(String) - Constructor for class org.apache.hc.client5.http.impl.auth.ScramScheme.SimplePrincipal
- SimpleRequestBuilder - Class in org.apache.hc.client5.http.async.methods
-
Builder for
SimpleHttpRequestinstances. - 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
SimpleHttpRequestinstance. - SimpleRequestProducer(SimpleHttpRequest, AsyncEntityProducer) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleRequestProducer
- SimpleResponseBuilder - Class in org.apache.hc.client5.http.async.methods
-
Builds
SimpleHttpResponseinstances. - 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
SimpleHttpResponseinstance based on events of an incoming data stream. - SimpleResponseConsumer(AsyncEntityConsumer) - 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.compress.DecompressingEntity.LazyDecompressingInputStream
- skip(long) - Method in class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
-
Deprecated.
- 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
- 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
-
Deprecated.
- 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
- soTimeoutMs - Variable in class org.apache.hc.client5.http.socket.Jep380SocketChannelImplAdapter
- 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
- SpkiPinningClientTlsStrategy - Class in org.apache.hc.client5.http.ssl
-
SPKI pinning decorator for client-side TLS.
- SpkiPinningClientTlsStrategy(SSLContext, List) - Constructor for class org.apache.hc.client5.http.ssl.SpkiPinningClientTlsStrategy
- SpkiPinningClientTlsStrategy.Builder - Class in org.apache.hc.client5.http.ssl
-
Builder for
SpkiPinningClientTlsStrategy. - SpkiPinningClientTlsStrategy.ByteArrayKey - Class in org.apache.hc.client5.http.ssl
-
Byte-array key with constant-time equality for use in sets/maps.
- SpkiPinningClientTlsStrategy.Rule - Class in org.apache.hc.client5.http.ssl
-
Match rule for a host or single-label wildcard.
- 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.
- 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
-
Deprecated.
- SSLConnectionSocketFactory(SSLContext) - Constructor for class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
Deprecated.
- SSLConnectionSocketFactory(SSLContext, String[], String[], HostnameVerifier) - Constructor for class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
Deprecated.
- SSLConnectionSocketFactory(SSLContext, HostnameVerifier) - Constructor for class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
Deprecated.
- SSLConnectionSocketFactory(SSLSocketFactory, String[], String[], HostnameVerifier) - Constructor for class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
Deprecated.
- SSLConnectionSocketFactory(SSLSocketFactory, HostnameVerifier) - Constructor for class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
Deprecated.
- SSLConnectionSocketFactoryBuilder - Class in org.apache.hc.client5.http.ssl
-
Deprecated.
- SSLConnectionSocketFactoryBuilder() - Constructor for class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
-
Deprecated.
- 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.SpkiPinningClientTlsStrategy.Builder
- sslContext - Variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
-
Deprecated.
- sslSession - Variable in class org.apache.hc.client5.http.EndpointInfo
- STALE - Enum constant in enum org.apache.hc.client5.http.impl.cache.CacheSuitability
- STALE_IF_ERROR - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-
Deprecated.
- STALE_WHILE_REVALIDATE - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-
Deprecated.
- STALE_WHILE_REVALIDATED - Enum constant in enum org.apache.hc.client5.http.impl.cache.CacheSuitability
- staleifError - Variable in class org.apache.hc.client5.http.impl.cache.CachedResponseSuitabilityChecker
- staleIfError - Variable in class org.apache.hc.client5.http.cache.RequestCacheControl.Builder
- staleIfError - Variable in class org.apache.hc.client5.http.cache.RequestCacheControl
- staleIfError - Variable in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- staleIfError - Variable in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
The number of seconds that a cached stale response MAY be used to satisfy the request, regardless of other freshness information..
- staleIfErrorAppliesTo(int) - Method in class org.apache.hc.client5.http.impl.cache.CachingExecBase
- staleIfErrorEnabled - Variable in class org.apache.hc.client5.http.impl.cache.CacheConfig.Builder
- staleIfErrorEnabled - Variable in class org.apache.hc.client5.http.impl.cache.CacheConfig
- staleWhileRevalidate - Variable in class org.apache.hc.client5.http.cache.ResponseCacheControl.Builder
- staleWhileRevalidate - Variable in class org.apache.hc.client5.http.cache.ResponseCacheControl
-
The number of seconds that a stale response is considered fresh for the purpose of serving a response while a revalidation request is made to the origin server.
- 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) - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- state - Variable in class org.apache.hc.client5.http.async.methods.DeflatingBrotliEntityProducer
- state - Variable in class org.apache.hc.client5.http.auth.AuthExchange
- state - Variable in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime.ReUseData
- state - Variable in class org.apache.hc.client5.http.impl.auth.BasicAuthCache.AuthData
- 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.auth.ScramScheme
- 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.async.methods.DeflatingBrotliEntityProducer.State
- 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() - Constructor for enum org.apache.hc.client5.http.impl.auth.ScramScheme.State
- State(Map, BearerToken) - Constructor for class org.apache.hc.client5.http.impl.auth.BearerScheme.State
- State(Map, UsernamePasswordCredentials) - Constructor for class org.apache.hc.client5.http.impl.auth.BasicScheme.State
- State(HttpRoute) - Constructor for class org.apache.hc.client5.http.impl.async.AsyncConnectExec.State
- StateHolder<T> - Interface in org.apache.hc.client5.http.impl
- 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.http.impl.async.AsyncHttpRequestRetryExec.State
- 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() - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
- store() - Method in class org.apache.hc.client5.http.impl.auth.BearerScheme
- store() - Method in interface org.apache.hc.client5.http.impl.StateHolder
- store(String, String, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- store(String, String, HttpCacheEntry, FutureCallback) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- store(String, T) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
- store(String, T, FutureCallback) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
- store(HttpHost, HttpRequest, HttpResponse, ByteArrayBuffer, Instant, Instant) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- store(HttpHost, HttpRequest, HttpResponse, ByteArrayBuffer, Instant, Instant) - Method in interface org.apache.hc.client5.http.impl.cache.HttpCache
-
Stores
HttpRequest/HttpResponseexchange details in the cache. - store(HttpHost, HttpRequest, HttpResponse, ByteArrayBuffer, Instant, Instant, FutureCallback) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- store(HttpHost, HttpRequest, HttpResponse, ByteArrayBuffer, Instant, Instant, FutureCallback) - Method in interface org.apache.hc.client5.http.impl.cache.HttpAsyncCache
-
Stores
HttpRequest/HttpResponseexchange details in the cache. - storeFromNegotiated(CacheHit, HttpHost, HttpRequest, HttpResponse, Instant, Instant) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- storeFromNegotiated(CacheHit, HttpHost, HttpRequest, HttpResponse, Instant, Instant) - Method in interface org.apache.hc.client5.http.impl.cache.HttpCache
- storeFromNegotiated(CacheHit, HttpHost, HttpRequest, HttpResponse, Instant, Instant, FutureCallback) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- storeFromNegotiated(CacheHit, HttpHost, HttpRequest, HttpResponse, Instant, Instant, FutureCallback) - Method in interface org.apache.hc.client5.http.impl.cache.HttpAsyncCache
- storeInternal(String, HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- storeInternal(String, HttpCacheEntry, FutureCallback) - 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.
- 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) - Method in class org.apache.hc.client5.http.async.methods.InflatingAsyncDataConsumer
- streamEnd(List) - Method in class org.apache.hc.client5.http.async.methods.InflatingBrotliDataConsumer
- streamEnd(List) - Method in class org.apache.hc.client5.http.async.methods.InflatingGzipDataConsumer
- streamEnd(List) - Method in class org.apache.hc.client5.http.async.methods.InflatingZstdDataConsumer
- streamEnd(List) - Method in class org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler
- streamEnd(List) - Method in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.CachingAsyncDataConsumer
- STREAMING - Enum constant in enum org.apache.hc.client5.http.async.methods.DeflatingBrotliEntityProducer.State
- 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
- stringToB64(String) - Static method in class org.apache.hc.client5.http.impl.auth.ScramScheme
- 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
- 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.
- STRONG - Enum constant in enum org.apache.hc.client5.http.validator.ValidatorType
- strongCompare(ETag, ETag) - Static method in class org.apache.hc.client5.http.validator.ETag
- 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 - 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
- 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
-
Deprecated.
- 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
-
Deprecated.
- supports(String) - Method in interface org.apache.hc.client5.http.impl.auth.ScramExtension
-
Whether this extension supports the given attribute name.
- SUPPORTS_KEEPALIVE_OPTIONS - Static variable in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
- switchProtocol(String, FutureCallback) - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- switchProtocol(String, FutureCallback) - Method in interface org.apache.hc.client5.http.nio.ManagedAsyncClientConnection
-
Switches this I/O session to the application protocol with the given ID.
- switchProtocol(HttpMessage) - Method in class org.apache.hc.client5.http.impl.ProtocolSwitchStrategy
- 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
CredentialsStorebacked 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
-
HttpRoutePlannerimplementation 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
-
Deprecated.
T
- tail - Variable in class org.apache.hc.client5.http.ssl.SpkiPinningClientTlsStrategy.Rule
- 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.
- targetName - Variable in class org.apache.hc.client5.http.HttpRoute
-
The target name, if different from the target host,
nullotherwise. - 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_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.DefaultClientTlsStrategy
-
Deprecated.To be removed.
- tlsSocketStrategy - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- TlsSocketStrategy - Interface in org.apache.hc.client5.http.ssl
-
TLS protocol upgrade strategy for blocking
Sockets. - tlsSocketStrategyLookup - Variable in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
- tlsStrategy - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- tlsStrategy - Variable in class org.apache.hc.client5.http.impl.async.InternalH2ConnPool.SessionPool
- 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
-
Deprecated.
- 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
- toEscapedString(X500Principal) - Method in class org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy
-
Converts an X500Principal to a cleaned string by escaping control characters.
- 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 enum org.apache.hc.client5.http.entity.compress.ContentCoding
- token - Variable in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-
Deprecated.
- token() - Method in enum org.apache.hc.client5.http.entity.compress.ContentCoding
-
Returns the standard IANA token string for this content-coding.
- TOKEN_DELIMS - Static variable in class org.apache.hc.client5.http.impl.cache.CacheControlHeaderParser
-
The set of characters that can delimit a token in the header.
- TOKEN_DELIMS - Static variable in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- TOKEN_DELIMS - Static variable in class org.apache.hc.client5.http.protocol.NextNonceInterceptor
- TOKEN_GENERATED - Enum constant in enum org.apache.hc.client5.http.impl.auth.GGSSchemeBase.State
-
Deprecated.
- TOKEN_LOOKUP - Static variable in enum org.apache.hc.client5.http.entity.compress.ContentCoding
- TOKENIZER - Static variable in class org.apache.hc.client5.http.impl.ProtocolSwitchStrategy
- tokenParser - Variable in class org.apache.hc.client5.http.impl.auth.AuthChallengeParser
- tokenParser - Variable in class org.apache.hc.client5.http.impl.cache.CacheControlHeaderParser
-
The token parser used to extract values from the header.
- tokenParser - Variable in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- tokenParser - Variable in class org.apache.hc.client5.http.protocol.NextNonceInterceptor
- tokenParser - Variable in class org.apache.hc.client5.http.ssl.DistinguishedNameParser
- toParamMap(List) - Static method in class org.apache.hc.client5.http.impl.auth.ScramScheme
- 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.HttpCacheContext.Delegate
- 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.cache.RequestCacheControl
- toString() - Method in class org.apache.hc.client5.http.cache.ResponseCacheControl
- 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.EndpointInfo
- 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.State
- toString() - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
- toString() - Method in class org.apache.hc.client5.http.impl.auth.BearerScheme.State
- 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.ScramScheme.SimplePrincipal
- 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.CacheHit
- toString() - Method in class org.apache.hc.client5.http.impl.cache.CacheMatch
- toString() - Method in class org.apache.hc.client5.http.impl.cache.FileResource
- toString() - Method in class org.apache.hc.client5.http.impl.cache.HeapResource
- 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.impl.nio.H2SharingConnPool
- toString() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext.Delegate
- 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.http.validator.ETag
- 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.Creates a new TRACE
BasicHttpRequest. - 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.Constructs a new
"TRACE"HttpUriRequest initialized with the given URI. - 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.Creates a new TRACE
BasicHttpRequest. - 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.Constructs a new
"TRACE"HttpUriRequest initialized with the given URI. - 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.Creates a new TRACE
BasicHttpRequest. - 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
-
Deprecated.Use
Method - track(PoolEntry) - Method in class org.apache.hc.client5.http.impl.nio.H2SharingConnPool.PerRoutePool
- tracker - Variable in class org.apache.hc.client5.http.impl.async.AsyncConnectExec.State
- triggerCachedResponse(HttpCacheEntry) - Method in class org.apache.hc.client5.http.impl.cache.AsyncCachingExec.BackendResponseHandler
- 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
SSLContextBuilderloadTrustMaterialmethods. - 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
-
Deprecated.Do not use/
- TunnelRefusedException(String, String) - Constructor for exception class org.apache.hc.client5.http.impl.TunnelRefusedException
-
Deprecated.Do not use.
- TunnelRefusedException(HttpResponse) - Constructor for exception class org.apache.hc.client5.http.impl.TunnelRefusedException
-
Deprecated.
- 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
- tupleCount - Variable in class org.apache.hc.client5.http.impl.auth.SaslPrep.CharClass
- tupleStart - Variable in class org.apache.hc.client5.http.impl.auth.SaslPrep.CharClass
- 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 - Variable in class org.apache.hc.client5.http.validator.ETag
- 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
- UNCHALLENGED - Enum constant in enum org.apache.hc.client5.http.auth.AuthExchange.State
- uncompressed - Variable in class org.apache.hc.client5.http.async.methods.DeflatingGzipEntityProducer
- undefined - Variable in class org.apache.hc.client5.http.cache.ResponseCacheControl
- understoodStatusCode(int) - Method in class org.apache.hc.client5.http.impl.cache.ResponseCachingPolicy
-
Understood status codes include: - All 2xx (Successful) status codes (200-299) - All 3xx (Redirection) status codes (300-399) - All 4xx (Client Error) status codes up to 417 and 421 - All 5xx (Server Error) status codes up to 505
- 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
- unixDomainSocket - Variable in class org.apache.hc.client5.http.config.RequestConfig.Builder
- unixDomainSocket - Variable in class org.apache.hc.client5.http.config.RequestConfig
- unixDomainSocket - Variable in class org.apache.hc.client5.http.HttpRoute
-
The path to the UDS to connect to, if any.
- unixDomainSocket - Variable in class org.apache.hc.client5.http.RouteTracker
-
The Unix domain socket to connect through, if any.
- unixDomainSocketFactory - Variable in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
- UnixDomainSocketFactory - Class in org.apache.hc.client5.http.socket
-
A factory for Unix domain sockets.
- UnixDomainSocketFactory() - Constructor for class org.apache.hc.client5.http.socket.UnixDomainSocketFactory
- UnixDomainSocketFactory.Implementation - Enum in org.apache.hc.client5.http.socket
- UNKNOWN - Enum constant in enum org.apache.hc.client5.http.impl.auth.DigestScheme.QualityOfProtection
- UNKNOWN - Enum constant in enum org.apache.hc.client5.http.psl.DomainType
- 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
nulldetail 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.
- unwrap(ContentCoding, HttpEntity) - Static method in class org.apache.hc.client5.http.entity.compress.ContentCodecRegistry
- 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
- update(CacheHit, HttpHost, HttpRequest, HttpResponse, Instant, Instant) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- update(CacheHit, HttpHost, HttpRequest, HttpResponse, Instant, Instant) - Method in interface org.apache.hc.client5.http.impl.cache.HttpCache
-
Updates
HttpCacheEntryusing details from a 304HttpResponseand updates the root entry if the given cache entry represents a variant. - update(CacheHit, HttpHost, HttpRequest, HttpResponse, Instant, Instant, FutureCallback) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- update(CacheHit, HttpHost, HttpRequest, HttpResponse, Instant, Instant, FutureCallback) - Method in interface org.apache.hc.client5.http.impl.cache.HttpAsyncCache
-
Updates
HttpCacheEntryusing details from a 304HttpResponseand updates the root entry if the given cache entry represents a variant. - updateAuthState(HttpHost, ChallengeType, HttpResponse, AuthenticationStrategy, AuthExchange, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.HttpAuthenticator
-
Deprecated.
- updateCache(HttpHost, String, AuthScheme, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.auth.AuthCacheKeeper
- updateCapacity(CapacityChannel) - Method in class org.apache.hc.client5.http.async.methods.InflatingAsyncDataConsumer
- updateCapacity(CapacityChannel) - Method in class org.apache.hc.client5.http.async.methods.InflatingBrotliDataConsumer
- updateCapacity(CapacityChannel) - Method in class org.apache.hc.client5.http.async.methods.InflatingGzipDataConsumer
- updateCapacity(CapacityChannel) - Method in class org.apache.hc.client5.http.async.methods.InflatingZstdDataConsumer
- 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
- updateCAS(String, CAS, T) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingCacheStorage
- updateCAS(String, CAS, T, FutureCallback) - 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) - 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) - Method in class org.apache.hc.client5.http.cache.HttpAsyncCacheStorageAdaptor
- updateEntry(String, HttpCacheCASOperation, FutureCallback) - Method in class org.apache.hc.client5.http.impl.cache.AbstractSerializingAsyncCacheStorage
- updateInternal(String, HttpCacheCASOperation) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpCache
- updateInternal(String, HttpCacheCASOperation, FutureCallback) - Method in class org.apache.hc.client5.http.impl.cache.BasicHttpAsyncCache
- 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
- updateReadTime() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- updateWriteTime() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- upgrade(Socket, String, int, Object, HttpContext) - Method in class org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy
- upgrade(Socket, String, int, Object, HttpContext) - Method in interface org.apache.hc.client5.http.ssl.TlsSocketStrategy
-
Upgrades the given plain socket and executes the TLS handshake over it.
- 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, 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(ManagedHttpClientConnection, HttpHost, NamedEndpoint, Object, HttpContext) - Method in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
- upgrade(ManagedHttpClientConnection, HttpHost, NamedEndpoint, 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(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) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- upgrade(AsyncConnectionEndpoint, Object, HttpContext, FutureCallback) - 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, NamedEndpoint, Object, HttpContext, FutureCallback) - Method in class org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator
- upgrade(ManagedAsyncClientConnection, HttpHost, NamedEndpoint, Object, HttpContext, FutureCallback) - 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) - Method in class org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy
- UPGRADE_TOKEN_DELIMITER - Static variable in class org.apache.hc.client5.http.impl.ProtocolSwitchStrategy
- 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) - 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) - Method in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- upgradeTls(HttpClientContext, FutureCallback) - Method in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- upgradeToTls(ManagedHttpClientConnection, HttpHost, NamedEndpoint, Timeout, Object, HttpContext, TlsSocketStrategy, Socket) - Method in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
- upstream - Variable in class org.apache.hc.client5.http.async.methods.DeflatingBrotliEntityProducer
- upstreamEnded - Variable in class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer
- 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) - Constructor for class org.apache.hc.client5.http.entity.UrlEncodedFormEntity
-
Constructs a new
UrlEncodedFormEntitywith the list of parameters with the default encoding ofContentType.APPLICATION_FORM_URLENCODED - UrlEncodedFormEntity(Iterable, Charset) - Constructor for class org.apache.hc.client5.http.entity.UrlEncodedFormEntity
-
Constructs a new
UrlEncodedFormEntitywith the list of parameters in the specified encoding. - UrlEncodedFormEntity(List) - Constructor for class org.apache.hc.client5.http.entity.UrlEncodedFormEntity
-
Constructs a new
UrlEncodedFormEntitywith 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.AbstractClientContextBuilder
- useAuthCache(AuthCache) - Method in class org.apache.hc.client5.http.cache.CacheContextBuilder
- useAuthCache(AuthCache) - Method in class org.apache.hc.client5.http.ContextBuilder
- useAuthSchemeRegistry(Lookup) - Method in class org.apache.hc.client5.http.AbstractClientContextBuilder
- useAuthSchemeRegistry(Lookup) - Method in class org.apache.hc.client5.http.cache.CacheContextBuilder
- useAuthSchemeRegistry(Lookup) - 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) - Method in class org.apache.hc.client5.http.AbstractClientContextBuilder
- useCookieSpecRegistry(Lookup) - Method in class org.apache.hc.client5.http.cache.CacheContextBuilder
- useCookieSpecRegistry(Lookup) - Method in class org.apache.hc.client5.http.ContextBuilder
- useCookieStore(CookieStore) - Method in class org.apache.hc.client5.http.AbstractClientContextBuilder
- useCookieStore(CookieStore) - Method in class org.apache.hc.client5.http.cache.CacheContextBuilder
- useCookieStore(CookieStore) - Method in class org.apache.hc.client5.http.ContextBuilder
- useCredentialsProvider(CredentialsProvider) - Method in class org.apache.hc.client5.http.AbstractClientContextBuilder
- useCredentialsProvider(CredentialsProvider) - Method in class org.apache.hc.client5.http.cache.CacheContextBuilder
- 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.CacheValidityPolicy
- 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
-
Deprecated.Use getter methods
- 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.
- userhashSupported - Variable in class org.apache.hc.client5.http.impl.auth.DigestScheme
-
Flag indicating whether username hashing is supported.
- username - Variable in class org.apache.hc.client5.http.auth.BasicUserPrincipal
- username - Variable in class org.apache.hc.client5.http.auth.NTUserPrincipal
- username - Variable in class org.apache.hc.client5.http.impl.auth.ScramScheme
- UsernamePasswordCredentials - Class in org.apache.hc.client5.http.auth
-
Simple
Credentialsrepresentation 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.
- userToken - Variable in class org.apache.hc.client5.http.protocol.HttpClientContext
- 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
-
Deprecated.Use system properties when creating and configuring default implementations.
V
- v - Variable in class org.apache.hc.client5.http.ssl.SpkiPinningClientTlsStrategy.ByteArrayKey
- validate() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- validate(Collection, int) - Static method in class org.apache.hc.client5.http.impl.ContentCodingSupport
- 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
- validateAfterInactivity - Variable in class org.apache.hc.client5.http.impl.async.InternalH2ConnPool.SessionPool
- 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.
- validatePassword() - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
- validateSession(IOSession, Callback) - Method in class org.apache.hc.client5.http.impl.async.InternalH2ConnPool.SessionPool
- validateSignature(byte[], byte[]) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
-
Deprecated.
- validateUdsArguments() - Method in class org.apache.hc.client5.http.HttpRoute
- validateUsername() - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
- ValidatorType - Enum in org.apache.hc.client5.http.validator
- ValidatorType() - Constructor for enum org.apache.hc.client5.http.validator.ValidatorType
- validDuration - Variable in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime.ReUseData
- 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 - Variable in class org.apache.hc.client5.http.validator.ETag
- VALUE_DELIMS - Static variable in class org.apache.hc.client5.http.impl.cache.CacheControlHeaderParser
-
The set of characters that can delimit a value in the header.
- VALUE_DELIMS - Static variable in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- VALUE_DELIMS - Static variable in class org.apache.hc.client5.http.protocol.NextNonceInterceptor
- valueOf(String) - Static method in enum org.apache.hc.client5.http.async.methods.DeflatingBrotliEntityProducer.State
-
Returns the enum constant of this type with the specified name.
- 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.compress.ContentCoding
-
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.DigestAlgorithm
-
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.auth.ScramScheme.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.impl.cache.CacheSuitability
-
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.socket.UnixDomainSocketFactory.Implementation
-
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.http.ssl.HostnameVerificationPolicy
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.validator.ValidatorType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.hc.client5.http.async.methods.DeflatingBrotliEntityProducer.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.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.compress.ContentCoding
-
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.DigestAlgorithm
-
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.auth.ScramScheme.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.impl.cache.CacheSuitability
-
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.socket.UnixDomainSocketFactory.Implementation
-
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.http.ssl.HostnameVerificationPolicy
-
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.validator.ValidatorType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- variantKey - Variable in class org.apache.hc.client5.http.impl.cache.CacheHit
- variantNames(MessageHeaders) - Static method in class org.apache.hc.client5.http.impl.cache.CacheKeyGenerator
-
Returns all variant names contained in VARY headers of the given message.
- variants - Variable in class org.apache.hc.client5.http.cache.HttpCacheEntry
- VARY - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-
Deprecated.Use
HttpHeaders - verify(String) - Method in class org.apache.hc.client5.http.psl.PublicSuffixMatcher
-
Verifies if the given domain does not represent a public domain root and is allowed to set cookies, have an identity represented by a certificate, etc.
- 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
X509Certificateand 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
- verifyHost(String) - Method in class org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter
- verifyHostname(SSLSocket, String) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
Deprecated.
- verifyInternal(String) - Method in class org.apache.hc.client5.http.psl.PublicSuffixMatcher
- verifyRTL(String) - Method in class org.apache.hc.client5.http.impl.auth.SaslPrep
- 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.SpkiPinningClientTlsStrategy
-
Invoked after the default trust and hostname checks.
- verifySession(String, SSLSession) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
Deprecated.
- verifySession(String, SSLSession, HostnameVerifier) - Method in class org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy
- verifySession(String, SSLSession, HostnameVerifier) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
Deprecated.
- version(HttpVersion) - Method in class org.apache.hc.client5.http.fluent.Request
-
/ HTTP protocol parameter operations
- versionPolicy - Variable in class org.apache.hc.client5.http.config.TlsConfig.Builder
- VIA - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-
Deprecated.Use
HttpHeaders - ViaCacheGenerator - Class in org.apache.hc.client5.http.impl.cache
- ViaCacheGenerator() - Constructor for class org.apache.hc.client5.http.impl.cache.ViaCacheGenerator
- viaProxy(String) - Method in class org.apache.hc.client5.http.fluent.Request
- viaProxy(HttpHost) - Method in class org.apache.hc.client5.http.fluent.Request
-
/ HTTP connection route operations
W
- WARNING - Static variable in class org.apache.hc.client5.http.cache.HeaderConstants
-
Deprecated.Use
HttpHeaders - warnMinIterations - Variable in class org.apache.hc.client5.http.impl.auth.ScramScheme
- WEAK - Enum constant in enum org.apache.hc.client5.http.validator.ValidatorType
- WEAK_CIPHER_SUITE_PATTERNS - Static variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
Deprecated.
- WEAK_CIPHERS - Static variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
Deprecated.
- WEAK_KEY_EXCHANGES - Static variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
Deprecated.
- weakCompare(ETag, ETag) - Static method in class org.apache.hc.client5.http.validator.ETag
- wildcard - Variable in class org.apache.hc.client5.http.ssl.SpkiPinningClientTlsStrategy.Rule
- 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
- 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
- wrap(ContentCoding, HttpEntity) - Static method in class org.apache.hc.client5.http.entity.compress.ContentCodecRegistry
- wrapEntityDetails(EntityDetails) - Static method in class org.apache.hc.client5.http.impl.async.ContentCompressionAsyncExec
- wrapperStream - Variable in class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
-
Deprecated.
- 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[]) - Method in class org.apache.hc.client5.http.socket.Jep380SocketChannelImplAdapter.OutputStreamAdapter
- 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(byte[], int, int) - Method in class org.apache.hc.client5.http.socket.Jep380SocketChannelImplAdapter.OutputStreamAdapter
- 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(int) - Method in class org.apache.hc.client5.http.socket.Jep380SocketChannelImplAdapter.OutputStreamAdapter
- write(ByteBuffer) - Method in class org.apache.hc.client5.http.async.methods.DeflatingAsyncEntityProducer.InnerChannel
- write(ByteBuffer) - Method in class org.apache.hc.client5.http.async.methods.DeflatingGzipEntityProducer.InnerChannel
- write(ByteBuffer) - Method in class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer.Inner
- 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
- writeObject(ObjectOutputStream) - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- writeTo(OutputStream) - Method in class org.apache.hc.client5.http.entity.compress.CompressingEntity
- writeTo(OutputStream) - Method in class org.apache.hc.client5.http.entity.compress.DecompressingEntity
-
Streams the decoded bytes directly to
out. - writeTo(OutputStream) - Method in class org.apache.hc.client5.http.entity.DecompressingEntity
-
Deprecated.
- writeTo(OutputStream) - Method in class org.apache.hc.client5.http.entity.DeflateCompressingEntity
- 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.PathBody
- 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
- 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
-
Deprecated.Use
HttpHeaders
X
- X_GZIP - Enum constant in enum org.apache.hc.client5.http.entity.compress.ContentCoding
-
Legacy alias for GZIP.
- xor(byte[], byte[]) - Static method in class org.apache.hc.client5.http.impl.auth.ScramScheme
- XZ - Enum constant in enum org.apache.hc.client5.http.entity.compress.ContentCoding
-
XZ compression format.
Y
- YEAR_PATTERN - Static variable in class org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler
Z
- zero(byte[]) - Static method in class org.apache.hc.client5.http.impl.auth.ScramScheme
- zeroAndClearExpectedV() - Method in class org.apache.hc.client5.http.impl.auth.ScramScheme
- ZSTD - Enum constant in enum org.apache.hc.client5.http.entity.compress.ContentCoding
-
Zstandard compression format.
- ZSTD - Static variable in class org.apache.hc.client5.http.impl.ZstdRuntime
- ZstdRuntime - Class in org.apache.hc.client5.http.impl
-
Utility to detect availability of the Zstandard JNI runtime on the classpath.
- ZstdRuntime() - Constructor for class org.apache.hc.client5.http.impl.ZstdRuntime
- zstream - Variable in class org.apache.hc.client5.http.async.methods.DeflatingZstdEntityProducer
-
Zstd compressor stream.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form