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
- a1 - Variable in class org.apache.hc.client5.http.impl.auth.DigestScheme
- a2 - Variable in class org.apache.hc.client5.http.impl.auth.DigestScheme
- abort() - Method in interface org.apache.hc.client5.http.classic.methods.HttpUriRequest
-
Aborts execution of the request.
- abort() - Method in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
- AbstractBinPushConsumer - Class in org.apache.hc.client5.http.async.methods
-
Abstract push response consumer that processes response body data as an octet stream.
- AbstractBinPushConsumer() - Constructor for class org.apache.hc.client5.http.async.methods.AbstractBinPushConsumer
- AbstractBinResponseConsumer<T> - Class in org.apache.hc.client5.http.async.methods
-
Abstract response consumer that processes response body data as an octet stream.
- AbstractBinResponseConsumer() - Constructor for class org.apache.hc.client5.http.async.methods.AbstractBinResponseConsumer
- AbstractCharPushConsumer - Class in org.apache.hc.client5.http.async.methods
-
Abstract push response consumer that processes response body data as a character stream.
- AbstractCharPushConsumer() - Constructor for class org.apache.hc.client5.http.async.methods.AbstractCharPushConsumer
- AbstractCharResponseConsumer<T> - Class in org.apache.hc.client5.http.async.methods
-
Abstract response consumer that processes response body data as a character stream.
- AbstractCharResponseConsumer() - Constructor for class org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer
- AbstractClientTlsStrategy - Class in org.apache.hc.client5.http.ssl
- AbstractClientTlsStrategy(SSLContext, String[], String[], SSLBufferMode, HostnameVerifier) - Constructor for class org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy
- AbstractContentBody - Class in org.apache.hc.client5.http.entity.mime
- AbstractContentBody(ContentType) - Constructor for class org.apache.hc.client5.http.entity.mime.AbstractContentBody
- AbstractCookieAttributeHandler - Class in org.apache.hc.client5.http.impl.cookie
- AbstractCookieAttributeHandler() - Constructor for class org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler
- AbstractCookieSpec - Class in org.apache.hc.client5.http.impl.cookie
-
Abstract cookie specification which can delegate the job of parsing, validation or matching cookie attributes to a number of arbitrary
CookieAttributeHandlers. - AbstractCookieSpec() - Constructor for class org.apache.hc.client5.http.impl.cookie.AbstractCookieSpec
-
Default constructor
- AbstractCookieSpec(HashMap<String, CookieAttributeHandler>) - Constructor for class org.apache.hc.client5.http.impl.cookie.AbstractCookieSpec
- AbstractCookieSpec(CommonCookieAttributeHandler...) - Constructor for class org.apache.hc.client5.http.impl.cookie.AbstractCookieSpec
- 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.
- acceptEncoding - Variable in class org.apache.hc.client5.http.impl.classic.ContentCompressionExec
- acquireEndpoint(String, HttpRoute, Object, HttpClientContext) - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
-
Acquires a connection endpoint.
- acquireEndpoint(String, HttpRoute, Object, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- acquireEndpoint(String, HttpRoute, Object, HttpClientContext, FutureCallback<AsyncExecRuntime>) - Method in interface org.apache.hc.client5.http.async.AsyncExecRuntime
-
Initiates operation to acquire a connection endpoint.
- acquireEndpoint(String, HttpRoute, Object, HttpClientContext, FutureCallback<AsyncExecRuntime>) - Method in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- acquireEndpoint(String, HttpRoute, Object, HttpClientContext, FutureCallback<AsyncExecRuntime>) - Method in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- activate() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- activate() - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- activate() - Method in interface org.apache.hc.client5.http.io.ManagedHttpClientConnection
-
Restores the connection from idle mode.
- activate() - Method in interface org.apache.hc.client5.http.nio.ManagedAsyncClientConnection
-
Restores the connection from idle mode.
- activeConnections - Variable in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- adapt(ClassicHttpResponse) - Static method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- adapt(HttpContext) - Static method in class org.apache.hc.client5.http.protocol.HttpClientContext
- add(String, String) - Method in class org.apache.hc.client5.http.fluent.Form
- add(String, InetAddress...) - Method in class org.apache.hc.client5.http.impl.InMemoryDnsResolver
-
Associates the given array of IP addresses to the given host in this DNS overrider.
- add(URI) - Method in class org.apache.hc.client5.http.protocol.RedirectLocations
-
Adds a new URI to the collection.
- addAuthResponse(HttpHost, ChallengeType, HttpRequest, AuthExchange, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.HttpAuthenticator
-
Generates a response to the authentication challenge based on the actual
AuthExchangestate and adds it to the givenHttpRequestmessage . - addBinaryBody(String, byte[]) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- addBinaryBody(String, byte[], ContentType, String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- addBinaryBody(String, File) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- addBinaryBody(String, File, ContentType, String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- addBinaryBody(String, InputStream) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- addBinaryBody(String, InputStream, ContentType, String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- addByte(byte) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Adds the given byte to the response.
- addBytes(byte[]) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
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.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. - 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, 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, 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, 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, ExecChainHandler) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Add an interceptor to the tail of the processing list.
- addField(String, String) - Method in class org.apache.hc.client5.http.entity.mime.FormBodyPart
- addField(String, String) - Method in class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
- addField(String, String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartPart
- addField(String, String, List<NameValuePair>) - Method in class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
- addField(MimeField) - Method in class org.apache.hc.client5.http.entity.mime.Header
- addField(MimeField) - Method in class org.apache.hc.client5.http.entity.mime.MultipartPart
- addGssMicAvsToTargetInfo(byte[], Certificate) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
-
Add GSS channel binding hash and MIC flag to the targetInfo.
- addHeader(String, Object) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- addHeader(String, String) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- addHeader(String, String) - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
- addHeader(String, String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartPartBuilder
- addHeader(String, String) - Method in class org.apache.hc.client5.http.fluent.Request
- addHeader(String, String, List<NameValuePair>) - Method in class org.apache.hc.client5.http.entity.mime.MultipartPartBuilder
- addHeader(Header) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- addHeader(Header) - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
- addHeader(Header) - Method in class org.apache.hc.client5.http.fluent.Request
- addHeader(Header) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- addParameter(String, String) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- addParameter(NameValuePair) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- 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
- 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.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.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.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.classic.HttpClientBuilder
-
Adds this protocol interceptor to the tail of the protocol processing list.
- addTextBody(String, String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- addTextBody(String, String, ContentType) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- addULong(int) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Adds a ULong to the response
- addUShort(int) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Adds a USHORT to the response
- advanceMessageSequence() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
- 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.classic.HttpClientBuilder.ExecInterceptorEntry.Position
- AIMDBackoffManager - Class in org.apache.hc.client5.http.impl.classic
-
The
AIMDBackoffManagerapplies an additive increase, multiplicative decrease (AIMD) to managing a dynamic limit to the number of connections allowed to a given host. - AIMDBackoffManager(ConnPoolControl<HttpRoute>) - Constructor for class org.apache.hc.client5.http.impl.classic.AIMDBackoffManager
-
Creates an
AIMDBackoffManagerto manage per-host connection pool sizes represented by the givenConnPoolControl. - AIMDBackoffManager(ConnPoolControl<HttpRoute>, Clock) - Constructor for class org.apache.hc.client5.http.impl.classic.AIMDBackoffManager
- all - Variable in class org.apache.hc.client5.http.protocol.RedirectLocations
- ALWAYSENCODECHARS - Static variable in class org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart.PercentCodec
- append(byte[]) - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
- append(byte[], int, int) - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
- append(char) - Method in class org.apache.hc.client5.http.impl.async.LogAppendable
- append(char[]) - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
- append(char[], int, int) - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
- append(CharSequence) - Method in class org.apache.hc.client5.http.impl.async.LogAppendable
- append(CharSequence, int, int) - Method in class org.apache.hc.client5.http.impl.async.LogAppendable
- append(String) - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
- append(CharBuffer) - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
- applyParameters(SSLEngine, SSLParameters, String[]) - Method in class org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy
- applyParameters(SSLEngine, SSLParameters, String[]) - Method in class org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy
- asBytes() - Method in class org.apache.hc.client5.http.fluent.Content
- assertNotConsumed() - Method in class org.apache.hc.client5.http.fluent.Response
- asStream() - Method in class org.apache.hc.client5.http.fluent.Content
- asString() - Method in class org.apache.hc.client5.http.fluent.Content
- asString(Charset) - Method in class org.apache.hc.client5.http.fluent.Content
- Async - Class in org.apache.hc.client5.http.fluent
-
Asynchronous executor for
Requests. - Async() - Constructor for class org.apache.hc.client5.http.fluent.Async
- Async.ExecRunnable<T> - Class in org.apache.hc.client5.http.fluent
- AsyncClientConnectionManager - Interface in org.apache.hc.client5.http.nio
-
Represents a manager of persistent non-blocking client connections.
- AsyncClientConnectionOperator - Interface in org.apache.hc.client5.http.nio
-
Connection operator that performs connection connect and upgrade operations.
- AsyncConnectExec - Class in org.apache.hc.client5.http.impl.async
-
Request execution handler in the asynchronous request execution chain that is responsible for establishing connection to the target origin server as specified by the current connection route.
- AsyncConnectExec(HttpProcessor, AuthenticationStrategy) - Constructor for class org.apache.hc.client5.http.impl.async.AsyncConnectExec
- 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 - Interface in org.apache.hc.client5.http.async
-
AsyncExecCallback methods represent response processing events in the client side request execution chain.
- AsyncExecChain - Interface in org.apache.hc.client5.http.async
-
Represents a single element in the client side asynchronous request execution chain.
- AsyncExecChain.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.
- 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(HttpProcessor, AuthenticationStrategy, AuthenticationStrategy) - 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
- 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
- auth(HttpHost, Credentials) - Method in class org.apache.hc.client5.http.fluent.Executor
- AUTH_CACHE - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Attribute name of a
AuthCacheobject that represents the auth scheme cache. - AUTH_EXCHANGE_MAP - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Attribute name of a map containing actual
AuthExchanges keyed by their respectiveHttpHost. - authCache - Variable in class org.apache.hc.client5.http.fluent.Executor
- AuthCache - Interface in org.apache.hc.client5.http.auth
-
This interface represents an cache of
AuthSchemestate information that can be re-used for preemptive authentication by subsequent requests. - authCachingDisabled - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- authCachingDisabled - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- AuthChallenge - Class in org.apache.hc.client5.http.auth
-
This class represents an authentication challenge consisting of a auth scheme and either a single parameter or a list of name / value pairs.
- AuthChallenge(ChallengeType, String, String, List<? extends NameValuePair>) - Constructor for class org.apache.hc.client5.http.auth.AuthChallenge
- AuthChallenge(ChallengeType, String, NameValuePair...) - Constructor for class org.apache.hc.client5.http.auth.AuthChallenge
- AuthChallengeParser - Class in org.apache.hc.client5.http.impl.auth
-
Authentication challenge parser.
- AuthChallengeParser() - Constructor for class org.apache.hc.client5.http.impl.auth.AuthChallengeParser
- AuthChallengeParser.ChallengeInt - Class in org.apache.hc.client5.http.impl.auth
- 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 in org.apache.hc.client5.http.auth
-
Signals a failure in authentication process
- AuthenticationException() - Constructor for exception org.apache.hc.client5.http.auth.AuthenticationException
-
Creates a new AuthenticationException with a
nulldetail message. - AuthenticationException(String) - Constructor for exception org.apache.hc.client5.http.auth.AuthenticationException
-
Creates a new AuthenticationException with the specified message.
- AuthenticationException(String, Throwable) - Constructor for exception org.apache.hc.client5.http.auth.AuthenticationException
-
Creates a new AuthenticationException with the specified detail message and cause.
- AuthenticationStrategy - Interface in org.apache.hc.client5.http
-
Strategy to select auth schemes in order of preference based on auth challenges presented by the opposite endpoint (target server or a proxy).
- authenticator - 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
- authOptions - Variable in class org.apache.hc.client5.http.auth.AuthExchange
- 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
-
Attribute name of a
Lookupobject that represents the actualAuthSchemeFactoryregistry. - AuthSchemeFactory - Interface in org.apache.hc.client5.http.auth
-
Factory for
AuthSchemeimplementations. - authSchemeRegistry - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 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
- 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. - AuthSupport - Class in org.apache.hc.client5.http.impl
-
Authentication support methods.
- AuthSupport() - Constructor for class org.apache.hc.client5.http.impl.AuthSupport
- automaticRetriesDisabled - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- automaticRetriesDisabled - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- available() - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
-
Get available.
- available() - Method in class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
- available() - Method in class org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler
- available() - Method in class org.apache.hc.client5.http.impl.io.LoggingInputStream
- 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.IdleConnectionEvictor
B
- B - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.MD4
- BACK_OFF - Enum constant in enum org.apache.hc.client5.http.impl.ChainElement
- 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.AIMDBackoffManager
- backoffFactor - Variable in class org.apache.hc.client5.http.impl.classic.AIMDBackoffManager
- 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.
- 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
- base64codec - Variable in class org.apache.hc.client5.http.impl.auth.BasicScheme
- BASIC - Static variable in class org.apache.hc.client5.http.auth.StandardAuthScheme
-
Basic authentication scheme as defined in RFC 2617 (considered inherently insecure without transport encryption, 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.
- 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
- BasicHttpClientConnectionManager - Class in org.apache.hc.client5.http.impl.io
-
A connection manager for a single connection.
- BasicHttpClientConnectionManager() - Constructor for class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- BasicHttpClientConnectionManager(HttpClientConnectionOperator, HttpConnectionFactory<ManagedHttpClientConnection>) - Constructor for class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- BasicHttpClientConnectionManager(Lookup<ConnectionSocketFactory>) - Constructor for class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- BasicHttpClientConnectionManager(Lookup<ConnectionSocketFactory>, HttpConnectionFactory<ManagedHttpClientConnection>) - Constructor for class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- BasicHttpClientConnectionManager(Lookup<ConnectionSocketFactory>, HttpConnectionFactory<ManagedHttpClientConnection>, SchemePortResolver, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- BasicHttpClientConnectionManager.InternalConnectionEndpoint - Class in org.apache.hc.client5.http.impl.io
- BasicHttpClientResponseHandler - Class in org.apache.hc.client5.http.impl.classic
-
A
HttpClientResponseHandlerthat returns the response body as a String for successful (2xx) responses. - BasicHttpClientResponseHandler() - Constructor for class org.apache.hc.client5.http.impl.classic.BasicHttpClientResponseHandler
- BasicHttpRequests - Class in org.apache.hc.client5.http.async.methods
-
Deprecated.
- BasicHttpRequests() - Constructor for class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- BasicMaxAgeHandler - Class in org.apache.hc.client5.http.impl.cookie
-
Cookie
max-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 as defined in RFC 2617.
- BasicScheme() - Constructor for class org.apache.hc.client5.http.impl.auth.BasicScheme
- BasicScheme(Charset) - Constructor for class org.apache.hc.client5.http.impl.auth.BasicScheme
- BasicSchemeFactory - Class in org.apache.hc.client5.http.impl.auth
-
AuthSchemeFactoryimplementation that creates and initializesBasicSchemeinstances. - BasicSchemeFactory() - Constructor for class org.apache.hc.client5.http.impl.auth.BasicSchemeFactory
- BasicSchemeFactory(Charset) - Constructor for class org.apache.hc.client5.http.impl.auth.BasicSchemeFactory
- BasicSecureHandler - Class in org.apache.hc.client5.http.impl.cookie
-
Cookie
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
- 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.classic.HttpClientBuilder.ExecInterceptorEntry.Position
- binary - Variable in class org.apache.hc.client5.http.entity.EntityBuilder
- bind(Socket) - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- bind(Socket) - Method in interface org.apache.hc.client5.http.io.ManagedHttpClientConnection
-
Binds this connection to the given socket.
- bind(SocketHolder) - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- BLANK - Static variable in class org.apache.hc.client5.http.impl.auth.AuthChallengeParser
- body - Variable in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
- body - Variable in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
- body - Variable in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- body - Variable in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
- body - Variable in class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
- body - Variable in class org.apache.hc.client5.http.entity.mime.MultipartPart
- body - Variable in class org.apache.hc.client5.http.entity.mime.MultipartPartBuilder
- body(HttpEntity) - Method in class org.apache.hc.client5.http.fluent.Request
- bodyAsBytes - Variable in class org.apache.hc.client5.http.async.methods.SimpleBody
- bodyAsText - Variable in class org.apache.hc.client5.http.async.methods.SimpleBody
- bodyByteArray(byte[]) - Method in class org.apache.hc.client5.http.fluent.Request
- bodyByteArray(byte[], int, int) - Method in class org.apache.hc.client5.http.fluent.Request
- bodyByteArray(byte[], int, int, ContentType) - Method in class org.apache.hc.client5.http.fluent.Request
- bodyByteArray(byte[], ContentType) - Method in class org.apache.hc.client5.http.fluent.Request
- bodyFile(File, ContentType) - Method in class org.apache.hc.client5.http.fluent.Request
- bodyForm(Iterable<? extends NameValuePair>) - Method in class org.apache.hc.client5.http.fluent.Request
- bodyForm(Iterable<? extends NameValuePair>, Charset) - Method in class org.apache.hc.client5.http.fluent.Request
- bodyForm(NameValuePair...) - Method in class org.apache.hc.client5.http.fluent.Request
- bodyStream(InputStream) - Method in class org.apache.hc.client5.http.fluent.Request
- bodyStream(InputStream, ContentType) - Method in class org.apache.hc.client5.http.fluent.Request
- bodyString(String, ContentType) - Method in class org.apache.hc.client5.http.fluent.Request
- boundary - Variable in class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
- boundary - Variable in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- 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
-
Default buffer size.
- 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
- build() - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
- build() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Creates 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.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.ssl.ClientTlsStrategyBuilder
- build() - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
- buildEntity() - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- builder() - Static method in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
-
Create a new
ManagedHttpClientConnectionFactory.Builder. - Builder() - Constructor for class org.apache.hc.client5.http.auth.KerberosConfig.Builder
- Builder() - Constructor for class org.apache.hc.client5.http.config.RequestConfig.Builder
- Builder() - Constructor for class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory.Builder
- buildMessage() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
- buildMessage() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type1Message
-
Getting the response involves building the message before returning it
- buildMessage() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
-
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
- 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, 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
C
- C - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.MD4
- CACHE_CONTROL - Static variable in class org.apache.hc.client5.http.fluent.HttpHeader
- CACHING - Enum constant in enum org.apache.hc.client5.http.impl.ChainElement
- 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.IgnoreCompleteExceptonFutureCallback
- callback - Variable in class org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable
- cancel() - Method in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
- cancel() - Method in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient.ScheduledRequestExecution
- cancel() - Method in class org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler
- cancel() - Method in class org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable
- cancel() - Method in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- cancel(boolean) - Method in class org.apache.hc.client5.http.impl.classic.HttpRequestFutureTask
- cancel(boolean) - Method in class org.apache.hc.client5.http.impl.Operations.CompletedFuture
- cancellable(Future<?>) - Static method in class org.apache.hc.client5.http.impl.Operations
-
Creates a
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.IgnoreCompleteExceptonFutureCallback
- cap - Variable in class org.apache.hc.client5.http.impl.classic.AIMDBackoffManager
- 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
- 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
- challenge - Variable in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
- challenge - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
- challenge - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type2Message
- challenge - Variable in class org.apache.hc.client5.http.impl.auth.NTLMScheme
- CHALLENGE_RECEIVED - Enum constant in enum org.apache.hc.client5.http.impl.auth.GGSSchemeBase.State
- CHALLENGE_RECEIVED - Enum constant in enum org.apache.hc.client5.http.impl.auth.NTLMScheme.State
- challenged - Variable in class org.apache.hc.client5.http.impl.async.AsyncConnectExec.State
- CHALLENGED - Enum constant in enum org.apache.hc.client5.http.auth.AuthExchange.State
- ChallengeInt(String) - Constructor for class org.apache.hc.client5.http.impl.auth.AuthChallengeParser.ChallengeInt
- challengeType - Variable in class org.apache.hc.client5.http.auth.AuthChallenge
- ChallengeType - Enum in org.apache.hc.client5.http.auth
-
Challenge type (TARGET or PROXY)
- ChallengeType() - Constructor for enum org.apache.hc.client5.http.auth.ChallengeType
- channel() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- charCodingConfig - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- charCodingConfig - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientEventHandlerFactory
- charCodingConfig - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientEventHandlerFactory
- 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.BasicScheme
- charset - Variable in class org.apache.hc.client5.http.impl.auth.BasicSchemeFactory
- charset - Variable in class org.apache.hc.client5.http.impl.auth.DigestSchemeFactory
- charset(Charset) - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
- charsetEncoder - Variable in class org.apache.hc.client5.http.utils.ByteArrayBuilder
- checkExpiry() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- chooseProxy(List<Proxy>) - Method in class org.apache.hc.client5.http.impl.routing.SystemDefaultRoutePlanner
- chunked - Variable in class org.apache.hc.client5.http.entity.EntityBuilder
- chunked() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Makes entity chunk coded.
- CipherGen(Random, long, String, String, char[], byte[], String, byte[]) - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
- 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
- ciphers - Variable in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
- ciphers - Variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
- CircularRedirectException - Exception in org.apache.hc.client5.http
-
Signals a circular redirect
- CircularRedirectException() - Constructor for exception org.apache.hc.client5.http.CircularRedirectException
-
Creates a new CircularRedirectException with a
nulldetail message. - CircularRedirectException(String) - Constructor for exception org.apache.hc.client5.http.CircularRedirectException
-
Creates a new CircularRedirectException with the specified detail message.
- CircularRedirectException(String, Throwable) - Constructor for exception org.apache.hc.client5.http.CircularRedirectException
-
Creates a new CircularRedirectException with the specified detail message and cause.
- circularRedirectsAllowed - Variable in class org.apache.hc.client5.http.config.RequestConfig.Builder
- circularRedirectsAllowed - Variable in class org.apache.hc.client5.http.config.RequestConfig
- ClassicHttpRequests - Class in org.apache.hc.client5.http.classic.methods
-
Deprecated.Use
ClassicRequestBuilder - ClassicHttpRequests() - Constructor for class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.
- ClassicRequestCopier - Class in org.apache.hc.client5.http.impl.classic
-
Deprecated.Use
ClassicRequestBuilder - ClassicRequestCopier() - Constructor for class org.apache.hc.client5.http.impl.classic.ClassicRequestCopier
-
Deprecated.
- cleanup() - Method in class org.apache.hc.client5.http.impl.classic.ResponseEntityProxy
- clear() - Method in interface org.apache.hc.client5.http.auth.AuthCache
- clear() - Method in interface org.apache.hc.client5.http.auth.CredentialsStore
-
Clears all credentials.
- clear() - Method in class org.apache.hc.client5.http.cookie.BasicCookieStore
-
Clears all cookies.
- clear() - Method in interface org.apache.hc.client5.http.cookie.CookieStore
-
Clears all cookies.
- clear() - Method in class org.apache.hc.client5.http.impl.auth.BasicAuthCache
- clear() - Method in class org.apache.hc.client5.http.impl.auth.BasicCredentialsProvider
- clear() - Method in class org.apache.hc.client5.http.impl.auth.SystemDefaultCredentialsProvider
- clear() - Method in class org.apache.hc.client5.http.protocol.RedirectLocations
- clearAuth() - Method in class org.apache.hc.client5.http.fluent.Executor
- clearCache(HttpHost, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.auth.HttpAuthenticator
- 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(Date) - Method in class org.apache.hc.client5.http.cookie.BasicCookieStore
- clearExpired(Date) - Method in interface org.apache.hc.client5.http.cookie.CookieStore
- clearThreadLocal() - Static method in class org.apache.hc.client5.http.utils.DateUtils
-
Clears thread-local variable containing
DateFormatcache. - clearThreadLocal() - Static method in class org.apache.hc.client5.http.utils.DateUtils.DateFormatHolder
- CLIENT - Enum constant in enum org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Mode
- CLIENT - Static variable in class org.apache.hc.client5.http.fluent.Executor
- clientChallenge - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
- clientChallenge2 - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
- clientContext - Variable in class org.apache.hc.client5.http.async.AsyncExecChain.Scope
- clientContext - Variable in class org.apache.hc.client5.http.classic.ExecChain.Scope
- ClientProtocolException - Exception in org.apache.hc.client5.http
-
Signals an error in the HTTP protocol.
- ClientProtocolException() - Constructor for exception org.apache.hc.client5.http.ClientProtocolException
- ClientProtocolException(String) - Constructor for exception org.apache.hc.client5.http.ClientProtocolException
- ClientProtocolException(String, Throwable) - Constructor for exception org.apache.hc.client5.http.ClientProtocolException
- ClientProtocolException(Throwable) - Constructor for exception org.apache.hc.client5.http.ClientProtocolException
- ClientTlsStrategyBuilder - Class in org.apache.hc.client5.http.ssl
-
Builder for client
TlsStrategyinstances. - ClientTlsStrategyBuilder() - Constructor for class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
- clock - Variable in class org.apache.hc.client5.http.impl.classic.AIMDBackoffManager
- Clock - Interface in org.apache.hc.client5.http.impl.classic
- clone() - Method in class org.apache.hc.client5.http.auth.KerberosConfig
- clone() - Method in class org.apache.hc.client5.http.config.RequestConfig
- clone() - Method in class org.apache.hc.client5.http.HttpRoute
- clone() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- clone() - Method in class org.apache.hc.client5.http.RouteTracker
- close() - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
-
Close.
- close() - Method in class org.apache.hc.client5.http.entity.DeflateInputStream.DeflateStream
- close() - Method in class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
- close() - Method in class org.apache.hc.client5.http.entity.mime.MultipartFormEntity
- close() - Method in class org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase
- close() - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.IdleConnectionEvictor
- close() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- close() - Method in class org.apache.hc.client5.http.impl.auth.HttpEntityDigester
- 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.io.BasicHttpClientConnectionManager
- close() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager.InternalConnectionEndpoint
- close() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- close() - Method in class org.apache.hc.client5.http.impl.io.LoggingInputStream
- close() - Method in class org.apache.hc.client5.http.impl.io.LoggingOutputStream
- close() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- close() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.InternalConnectionEndpoint
- close() - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- close() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- close() - Method in class org.apache.hc.client5.http.nio.AsyncConnectionEndpoint
- close(CloseMode) - Method in class org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase
- close(CloseMode) - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- close(CloseMode) - Method in class org.apache.hc.client5.http.impl.classic.InternalHttpClient
- close(CloseMode) - Method in class org.apache.hc.client5.http.impl.classic.MinimalHttpClient
- close(CloseMode) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- close(CloseMode) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager.InternalConnectionEndpoint
- close(CloseMode) - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- close(CloseMode) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- close(CloseMode) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.InternalConnectionEndpoint
- close(CloseMode) - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- close(CloseMode) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- close(CloseMode) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager.InternalConnectionEndpoint
- 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, ExecRuntime) - Constructor for class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- closeables - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- closeables - Variable in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- closeables - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- closeables - Variable in class org.apache.hc.client5.http.impl.classic.InternalHttpClient
- closeConnection(CloseMode) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- closed - Variable in class org.apache.hc.client5.http.entity.DeflateInputStream.DeflateStream
- closed - Variable in class org.apache.hc.client5.http.impl.auth.HttpEntityDigester
- closed - Variable in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionService
- closed - Variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- closed - Variable in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- closed - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- closed - Variable in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- closed - Variable in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- closeEndpoint(InternalH2AsyncExecRuntime.Endpoint) - Method in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- closeExpired() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- closeExpired() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- closeExpired() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- closeIdle(TimeValue) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- closeIdle(TimeValue) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- closeIdle(TimeValue) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- cnonce - Variable in class org.apache.hc.client5.http.impl.auth.DigestScheme
- 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
- 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. - 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
- 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.DigestScheme
- COMPLETE - Static variable in interface org.apache.hc.client5.http.routing.HttpRouteDirector
-
Indicates that the route is complete.
- completed() - Method in interface org.apache.hc.client5.http.async.AsyncExecCallback
-
Triggered to signal completion of the message exchange.
- completed() - Method in class org.apache.hc.client5.http.async.methods.AbstractBinResponseConsumer
- completed() - Method in class org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer
- completed(T) - Method in class org.apache.hc.client5.http.async.methods.IgnoreCompleteExceptonFutureCallback
- CompletedFuture(T) - Constructor for class org.apache.hc.client5.http.impl.Operations.CompletedFuture
- COMPRESS - Enum constant in enum org.apache.hc.client5.http.impl.ChainElement
- computeMic - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
- computeSignature(byte[]) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
- concurrentExec - Variable in class org.apache.hc.client5.http.fluent.Async
- config - Variable in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
- config - Variable in class org.apache.hc.client5.http.impl.auth.KerberosSchemeFactory
- config - Variable in class org.apache.hc.client5.http.impl.auth.SPNegoSchemeFactory
- Configurable - Interface in org.apache.hc.client5.http.config
-
Configuration interface for HTTP requests.
- ConfigurableHttpRequest - Class in org.apache.hc.client5.http.async.methods
-
HTTP request message with a custom configuration.
- ConfigurableHttpRequest(String, String) - Constructor for class org.apache.hc.client5.http.async.methods.ConfigurableHttpRequest
- ConfigurableHttpRequest(String, String, URIAuthority, String) - Constructor for class org.apache.hc.client5.http.async.methods.ConfigurableHttpRequest
- ConfigurableHttpRequest(String, URI) - Constructor for class org.apache.hc.client5.http.async.methods.ConfigurableHttpRequest
- ConfigurableHttpRequest(String, HttpHost, String) - Constructor for class org.apache.hc.client5.http.async.methods.ConfigurableHttpRequest
- conn - Variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- 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(AsyncConnectionEndpoint, ConnectionInitiator, Timeout, Object, HttpContext, FutureCallback<AsyncConnectionEndpoint>) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- connect(AsyncConnectionEndpoint, ConnectionInitiator, Timeout, Object, HttpContext, FutureCallback<AsyncConnectionEndpoint>) - Method in interface org.apache.hc.client5.http.nio.AsyncClientConnectionManager
-
Connects the endpoint to the initial hop (connection target in case of a direct route or to the first proxy hop in case of a route via a proxy or multiple proxies).
- connect(NamedEndpoint, SocketAddress, SocketAddress, Timeout, Object, FutureCallback<IOSession>) - Method in class org.apache.hc.client5.http.impl.nio.MultihomeConnectionInitiator
- connect(NamedEndpoint, SocketAddress, Timeout, Object, FutureCallback<IOSession>) - Method in class org.apache.hc.client5.http.impl.nio.MultihomeConnectionInitiator
- connect(ConnectionInitiator, HttpHost, SocketAddress, Timeout, Object, FutureCallback<ManagedAsyncClientConnection>) - Method in class org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator
- connect(ConnectionInitiator, HttpHost, SocketAddress, Timeout, Object, FutureCallback<ManagedAsyncClientConnection>) - Method in interface org.apache.hc.client5.http.nio.AsyncClientConnectionOperator
-
Initiates operation to create a connection to the remote endpoint using the provided
ConnectionInitiator. - connect(ConnectionInitiator, NamedEndpoint, SocketAddress, SocketAddress, Timeout, Object, FutureCallback<IOSession>) - Method in class org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester
- connect(ConnectionInitiator, NamedEndpoint, SocketAddress, Timeout, Object, FutureCallback<IOSession>) - Method in class org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester
- CONNECT - Enum constant in enum org.apache.hc.client5.http.impl.ChainElement
- CONNECT_PROXY - Static variable in interface org.apache.hc.client5.http.routing.HttpRouteDirector
-
Step: open connection to proxy.
- CONNECT_TARGET - Static variable in interface org.apache.hc.client5.http.routing.HttpRouteDirector
-
Step: open connection to target.
- connected - Variable in class org.apache.hc.client5.http.RouteTracker
-
Whether the first hop of the route is established.
- connectEndpoint(ConnectionEndpoint, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- connectEndpoint(HttpClientContext) - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
-
Connect the local endpoint to the initial hop (connection target in case of a direct route or to the first proxy hop in case of a route via a proxy or multiple proxies).
- connectEndpoint(HttpClientContext) - Method in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- connectEndpoint(HttpClientContext, FutureCallback<AsyncExecRuntime>) - Method in interface org.apache.hc.client5.http.async.AsyncExecRuntime
-
Initiates operation to connect the local endpoint to the initial hop (connection target in case of a direct route or to the first proxy hop in case of a route via a proxy or multiple proxies).
- connectEndpoint(HttpClientContext, FutureCallback<AsyncExecRuntime>) - Method in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- connectEndpoint(HttpClientContext, FutureCallback<AsyncExecRuntime>) - Method in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- ConnectExceptionSupport - Class in org.apache.hc.client5.http
-
Connect exception support methods.
- ConnectExceptionSupport() - Constructor for class org.apache.hc.client5.http.ConnectExceptionSupport
- ConnectExec - Class in org.apache.hc.client5.http.impl.classic
-
Request execution handler in the classic request execution chain that is responsible for establishing connection to the target origin server as specified by the current connection route.
- ConnectExec(ConnectionReuseStrategy, HttpProcessor, AuthenticationStrategy) - Constructor for class org.apache.hc.client5.http.impl.classic.ConnectExec
- 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. - connectionEndpoint - Variable in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient.InternalAsyncClientEndpoint
- ConnectionEndpoint - Class in org.apache.hc.client5.http.io
-
Client endpoint leased from a connection manager.
- ConnectionEndpoint() - Constructor for class org.apache.hc.client5.http.io.ConnectionEndpoint
- connectionFactory - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- connectionInitiator - Variable in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- connectionInitiator - Variable in class org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient
- connectionInitiator - Variable in class org.apache.hc.client5.http.impl.nio.MultihomeConnectionInitiator
- connectionKeepAlive - Variable in class org.apache.hc.client5.http.config.RequestConfig.Builder
- connectionKeepAlive - Variable in class org.apache.hc.client5.http.config.RequestConfig
- ConnectionKeepAliveStrategy - Interface in org.apache.hc.client5.http
-
Interface for deciding how long a connection can remain idle before being reused.
- connectionManager - Variable in class org.apache.hc.client5.http.impl.classic.MainClientExec
- connectionOperator - Variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- connectionOperator - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- connectionOperator - Variable in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- connectionRequestTimeout - Variable in class org.apache.hc.client5.http.config.RequestConfig.Builder
- connectionRequestTimeout - Variable in class org.apache.hc.client5.http.config.RequestConfig
- ConnectionShutdownException - Exception in org.apache.hc.client5.http.impl
-
Signals that the connection has been shut down or released back to the the connection pool
- ConnectionShutdownException() - Constructor for exception org.apache.hc.client5.http.impl.ConnectionShutdownException
-
Creates a new ConnectionShutdownException with a
nulldetail message. - ConnectionSocketFactory - Interface in org.apache.hc.client5.http.socket
-
A factory for creating and connecting connection sockets.
- connectionStateDisabled - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- connectProxy(HttpHost, boolean) - Method in class org.apache.hc.client5.http.RouteTracker
-
Tracks connecting to the first proxy.
- connectSocket(TimeValue, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in interface org.apache.hc.client5.http.socket.ConnectionSocketFactory
-
Connects the socket to the target host with the given resolved remote address.
- connectSocket(TimeValue, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in class org.apache.hc.client5.http.socket.PlainConnectionSocketFactory
- connectSocket(TimeValue, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- connectTarget(boolean) - Method in class org.apache.hc.client5.http.RouteTracker
-
Tracks connecting to the target.
- connectTimeout - Variable in class org.apache.hc.client5.http.config.RequestConfig.Builder
- connectTimeout - Variable in class org.apache.hc.client5.http.config.RequestConfig
- connectTimeout - Variable in class org.apache.hc.client5.http.fluent.Request
- connectTimeout(Timeout) - Method in class org.apache.hc.client5.http.fluent.Request
- ConnectTimeoutException - Exception in org.apache.hc.client5.http
-
A timeout while connecting to an HTTP server or waiting for an available connection from a connection manager.
- ConnectTimeoutException(String) - Constructor for exception org.apache.hc.client5.http.ConnectTimeoutException
-
Creates a ConnectTimeoutException with the specified detail message.
- ConnectTimeoutException(String, NamedEndpoint) - Constructor for exception org.apache.hc.client5.http.ConnectTimeoutException
- 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.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.classic.HttpClientBuilder
- connPerRoute - Variable in class org.apache.hc.client5.http.impl.classic.AIMDBackoffManager
- 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.impl.async.LoggingAsyncClientExchangeHandler
- 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<T>) - Method in class org.apache.hc.client5.http.async.methods.AbstractBinResponseConsumer
- consumeResponse(HttpResponse, EntityDetails, HttpContext, FutureCallback<T>) - Method in class org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer
- contains(URI) - Method in class org.apache.hc.client5.http.protocol.RedirectLocations
-
Test if the URI is present in the collection.
- containsAttribute(String) - Method in interface org.apache.hc.client5.http.cookie.Cookie
- containsAttribute(String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- containsChars(CharSequence, BitSet) - Method in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- containsHeader(String) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- containsSpecialChar(CharSequence) - Method in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- content - Variable in class org.apache.hc.client5.http.entity.DecompressingEntity
-
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_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
- contentCompressionDisabled - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- contentCompressionEnabled - Variable in class org.apache.hc.client5.http.config.RequestConfig.Builder
- contentCompressionEnabled - Variable in class org.apache.hc.client5.http.config.RequestConfig
- ContentCompressionExec - Class in org.apache.hc.client5.http.impl.classic
-
Request execution handler in the classic request execution chain that is responsible for automatic response content decompression.
- ContentCompressionExec() - Constructor for class org.apache.hc.client5.http.impl.classic.ContentCompressionExec
-
Handles
gzipanddeflatecompressed entities by using the following decoders: gzip - seeGZIPInputStreamdeflate - seeDeflateInputStream - ContentCompressionExec(boolean) - Constructor for class org.apache.hc.client5.http.impl.classic.ContentCompressionExec
- ContentCompressionExec(List<String>, Lookup<InputStreamFactory>, boolean) - Constructor for class org.apache.hc.client5.http.impl.classic.ContentCompressionExec
- contentDecoderMap - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- ContentDescriptor - Interface in org.apache.hc.client5.http.entity.mime
-
Represents common content properties.
- contentEncoding - Variable in class org.apache.hc.client5.http.entity.EntityBuilder
- contentLength - Variable in class org.apache.hc.client5.http.entity.mime.InputStreamBody
- contentLength - Variable in class org.apache.hc.client5.http.entity.mime.MultipartFormEntity
- ContentResponseHandler - Class in org.apache.hc.client5.http.fluent
- ContentResponseHandler() - Constructor for class org.apache.hc.client5.http.fluent.ContentResponseHandler
- contentType - Variable in class org.apache.hc.client5.http.async.methods.SimpleBody
- contentType - Variable in class org.apache.hc.client5.http.entity.EntityBuilder
- contentType - Variable in class org.apache.hc.client5.http.entity.mime.AbstractContentBody
- contentType - Variable in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- contentType - Variable in class org.apache.hc.client5.http.entity.mime.MultipartFormEntity
- context - Variable in class org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable
- convertDomain(String) - Static method in class org.apache.hc.client5.http.auth.NTCredentials
-
Convert domain to standard form
- convertHost(String) - Static method in class org.apache.hc.client5.http.auth.NTCredentials
-
Convert host to standard form
- Cookie - Interface in org.apache.hc.client5.http.cookie
-
Cookie interface represents a token or short packet of state information (also referred to as "magic-cookie") that the HTTP agent and the target server can exchange to maintain a session.
- COOKIE_ORIGIN - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Attribute name of a
CookieOriginobject that represents the actual details of the origin server. - COOKIE_SPEC - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Attribute name of a
CookieSpecobject that represents the actual cookie specification. - COOKIE_STORE - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Attribute name of a
CookieStoreobject that represents the actual cookie store. - CookieAttributeHandler - Interface in org.apache.hc.client5.http.cookie
-
This interface represents a cookie attribute handler responsible for parsing, validating, and matching a specific cookie attribute, such as path, domain, port, etc.
- cookieDomain - Variable in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Domain attribute.
- cookieExpiryDate - Variable in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Expiration
Date. - 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.classic.HttpClientBuilder
- CookieOrigin - Class in org.apache.hc.client5.http.cookie
-
CookieOrigin class encapsulates details of an origin server that are relevant when parsing, validating or matching HTTP cookies.
- CookieOrigin(String, int, String, boolean) - Constructor for class org.apache.hc.client5.http.cookie.CookieOrigin
- cookiePath - Variable in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Path attribute.
- CookiePathComparator - Class in org.apache.hc.client5.http.cookie
-
This cookie comparator ensures that multiple cookies satisfying a common criteria are ordered in the
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 in org.apache.hc.client5.http.cookie
-
Signals that a cookie violates a restriction imposed by the cookie specification.
- CookieRestrictionViolationException() - Constructor for exception org.apache.hc.client5.http.cookie.CookieRestrictionViolationException
-
Creates a new CookeFormatViolationException with a
nulldetail message. - CookieRestrictionViolationException(String) - Constructor for exception org.apache.hc.client5.http.cookie.CookieRestrictionViolationException
-
Creates a new CookeRestrictionViolationException with a specified message string.
- cookies - Variable in class org.apache.hc.client5.http.cookie.BasicCookieStore
- cookieSpec - Variable in class org.apache.hc.client5.http.config.RequestConfig.Builder
- cookieSpec - Variable in class org.apache.hc.client5.http.config.RequestConfig
- cookieSpec - Variable in class org.apache.hc.client5.http.impl.cookie.IgnoreCookieSpecFactory
- cookieSpec - Variable in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory
- CookieSpec - Interface in org.apache.hc.client5.http.cookie
-
Defines the cookie management specification.
- COOKIESPEC_REGISTRY - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Attribute name of a
Lookupobject that represents the actualCookieSpecFactoryregistry. - CookieSpecBase - Class in org.apache.hc.client5.http.impl.cookie
-
Cookie management functions shared by all specification.
- CookieSpecBase() - Constructor for class org.apache.hc.client5.http.impl.cookie.CookieSpecBase
- CookieSpecBase(HashMap<String, CookieAttributeHandler>) - Constructor for class org.apache.hc.client5.http.impl.cookie.CookieSpecBase
- CookieSpecBase(CommonCookieAttributeHandler...) - Constructor for class org.apache.hc.client5.http.impl.cookie.CookieSpecBase
- CookieSpecFactory - Interface in org.apache.hc.client5.http.cookie
-
Factory for
CookieSpecimplementations. - cookieSpecRegistry - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 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.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.InternalAbstractHttpAsyncClient
- cookieStore - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- cookieStore - Variable in class org.apache.hc.client5.http.impl.classic.InternalHttpClient
- CookieStore - Interface in org.apache.hc.client5.http.cookie
-
This interface represents an abstract store for
Cookieobjects. - coolDown - Variable in class org.apache.hc.client5.http.impl.classic.AIMDBackoffManager
- copy(SimpleHttpRequest) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- copy(SimpleHttpResponse) - Static method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
- copy(KerberosConfig) - Static method in class org.apache.hc.client5.http.auth.KerberosConfig
- copy(RequestConfig) - Static method in class org.apache.hc.client5.http.config.RequestConfig
- 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, BitSet, StringBuilder) - Method in class org.apache.hc.client5.http.ssl.DistinguishedNameParser.InternalTokenParser
- count - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.MD4
- count - Variable in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics.DurationCounter
- count() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics.DurationCounter
- COUNT - Static variable in class org.apache.hc.client5.http.impl.ExecSupport
- COUNT - Static variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- COUNT - Static variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- COUNT - Static variable in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- COUNTER - Static variable in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
- countHeaders(String) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- CR_LF - Static variable in class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
- create() - Static method in class org.apache.hc.client5.http.async.methods.SimpleResponseConsumer
- create() - Static method in class org.apache.hc.client5.http.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.classic.HttpClientBuilder
- create() - Static method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- create() - Static method in class org.apache.hc.client5.http.protocol.HttpClientContext
- create() - Static method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
- create() - Static method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
- create(byte[], ContentType) - Static method in class org.apache.hc.client5.http.async.methods.SimpleBody
- create(int) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
- create(int) - Static method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
- create(int, byte[]) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
- create(int, byte[], ContentType) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
- create(int, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
- create(int, String, ContentType) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
- create(InputStream) - Method in class org.apache.hc.client5.http.entity.DeflateInputStreamFactory
- create(InputStream) - Method in class org.apache.hc.client5.http.entity.GZIPInputStreamFactory
- create(InputStream) - Method in interface org.apache.hc.client5.http.entity.InputStreamFactory
- create(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- create(String, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.Creates a new BasicHttpRequest for the given
methodandStringURI. - create(String, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
- create(String, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.Creates a new BasicHttpRequest for the given
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
- 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
- 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, ContentType) - Static method in class org.apache.hc.client5.http.async.methods.SimpleBody
- create(String, URIAuthority, String) - Static method in class org.apache.hc.client5.http.utils.URIUtils
-
Deprecated.Use
URIBuilder. - create(SimpleHttpRequest) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestProducer
- create(ContentBody) - Static method in class org.apache.hc.client5.http.entity.mime.MultipartPartBuilder
- create(Http1Config) - Method in class org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory
- create(HttpHost, String) - Static method in class org.apache.hc.client5.http.utils.URIUtils
-
Deprecated.Use
URIBuilder. - create(Method) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- create(Method, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.Creates a request object of the exact subclass of
BasicHttpRequest. - create(Method, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.Creates a request object of the exact subclass of
SimpleHttpRequest. - create(Method, String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.Creates a new HttpUriRequest for the given
MethodandStringURI. - create(Method, URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.Creates a request object of the exact subclass of
BasicHttpRequest. - create(Method, URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
- create(Method, URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.Creates a request object of the exact subclass of
SimpleHttpRequest. - create(Method, URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.Creates a new HttpUriRequest for the given
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 request object of the exact subclass of
BasicHttpRequest. - create(Method, HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
- create(Method, HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.Creates a request object of the exact subclass of
SimpleHttpRequest. - create(HttpContext) - Method in interface org.apache.hc.client5.http.auth.AuthSchemeFactory
-
Creates an instance of
AuthScheme. - create(HttpContext) - Method in interface org.apache.hc.client5.http.cookie.CookieSpecFactory
-
Creates an instance of
CookieSpec. - create(HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.BasicSchemeFactory
- create(HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.DigestSchemeFactory
- create(HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.KerberosSchemeFactory
- create(HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.NTLMSchemeFactory
- create(HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.SPNegoSchemeFactory
- create(HttpContext) - Method in class org.apache.hc.client5.http.impl.cookie.IgnoreCookieSpecFactory
- create(HttpContext) - Method in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory
- createAsyncExecRuntime(HandlerFactory<AsyncPushConsumer>, HttpRoute) - Method in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- createAsyncExecRuntime(HandlerFactory<AsyncPushConsumer>, HttpRoute) - Method in class org.apache.hc.client5.http.impl.async.InternalH2AsyncClient
- createAsyncExecRuntime(HandlerFactory<AsyncPushConsumer>, HttpRoute) - 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
-
Creates the NTLMv2 blob from the given target information block and client challenge.
- createCnonce() - Static method in class org.apache.hc.client5.http.impl.auth.DigestScheme
-
Creates a random cnonce value based on the current time.
- createConnection(Socket) - Method in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
- createConnectTimeoutException(IOException, NamedEndpoint, InetAddress...) - Static method in class org.apache.hc.client5.http.ConnectExceptionSupport
- createContentInputStream(long, SessionInputBuffer, InputStream) - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- createContentOutputStream(long, SessionOutputBuffer, OutputStream, Supplier<List<? extends Header>>) - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- 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(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
-
Creates a DES encryption key from the given key material.
- createDigestResponse(HttpRequest) - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- createGSSContext(GSSManager, Oid, GSSName, GSSCredential) - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
- createHandler(ProtocolIOSession, Object) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientEventHandlerFactory
- createHandler(ProtocolIOSession, Object) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncClientEventHandlerFactory
- createHttpHostConnectException(IOException, NamedEndpoint, InetAddress...) - Static method in class org.apache.hc.client5.http.ConnectExceptionSupport
- createLayeredSocket(Socket, String, int, HttpContext) - Method in interface org.apache.hc.client5.http.socket.LayeredConnectionSocketFactory
-
Returns a socket connected to the given host that is layered over an existing socket.
- createLayeredSocket(Socket, String, int, HttpContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- 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
- 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.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. - createSocket(HttpContext) - Method in interface org.apache.hc.client5.http.socket.ConnectionSocketFactory
-
Creates new, unconnected socket.
- createSocket(HttpContext) - Method in class org.apache.hc.client5.http.socket.PlainConnectionSocketFactory
- createSocket(HttpContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- createSystem() - Static method in class org.apache.hc.client5.http.impl.classic.HttpClients
-
Creates
CloseableHttpClientinstance with default configuration based on system properties. - createTlsDetails(SSLEngine) - Method in class org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy
- createTlsDetails(SSLEngine) - Method in class org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy
- createTunnel(AsyncConnectExec.State, HttpHost, HttpHost, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.async.AsyncConnectExec
- createTunnelToProxy(HttpRoute, int, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.classic.ConnectExec
-
Creates a tunnel to an intermediate proxy.
- createTunnelToTarget(String, HttpRoute, HttpRequest, ExecRuntime, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.classic.ConnectExec
-
Creates a tunnel to the target server.
- creationDate - Variable in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- credentials - Variable in class org.apache.hc.client5.http.impl.auth.NTLMScheme
- Credentials - Interface in org.apache.hc.client5.http.auth
-
This interface represents a set of credentials consisting of a security principal and a secret (password) that can be used to establish user identity
- credentialsProvider - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- credentialsProvider - Variable in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- credentialsProvider - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- credentialsProvider - Variable in class org.apache.hc.client5.http.impl.classic.InternalHttpClient
- CredentialsProvider - Interface in org.apache.hc.client5.http.auth
-
Provider of authentication credentials.
- 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
- CREDS_PROVIDER - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Attribute name of a
CredentialsProviderobject that represents the actual credentials provider. - cumulativeDuration - Variable in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics.DurationCounter
- currentEntityProducer - Variable in class org.apache.hc.client5.http.impl.async.AsyncRedirectExec.State
- currentOutputPosition - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
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
- currentTime - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
- custom() - Static method in class org.apache.hc.client5.http.auth.KerberosConfig
- custom() - Static method in class org.apache.hc.client5.http.config.RequestConfig
- custom() - Static method in class org.apache.hc.client5.http.impl.classic.HttpClients
-
Creates builder object for construction of custom
CloseableHttpClientinstances. - customizeExecChain(NamedElementChain<AsyncExecChainHandler>) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Request exec chain customization and extension.
- customizeExecChain(NamedElementChain<ExecChainHandler>) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Request exec chain customization and extension.
D
- D - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.MD4
- data - Variable in class org.apache.hc.client5.http.entity.mime.ByteArrayBody
-
The contents of the file contained in this part.
- data(ByteBuffer, boolean) - Method in class org.apache.hc.client5.http.async.methods.SimpleAsyncEntityConsumer
- dataBuffer - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.MD4
- 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
- DATE_LOCALE - Static variable in class org.apache.hc.client5.http.fluent.Request
- DATE_PATTERNS - Static variable in class org.apache.hc.client5.http.impl.cookie.RFC6265StrictSpec
- DateFormatHolder() - Constructor for class org.apache.hc.client5.http.utils.DateUtils.DateFormatHolder
- dateFormatter - Variable in class org.apache.hc.client5.http.fluent.Request
- datePatterns - Variable in class org.apache.hc.client5.http.impl.cookie.BasicExpiresHandler
-
Valid date patterns
- 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.
- DateUtils.DateFormatHolder - Class in org.apache.hc.client5.http.utils
-
A factory for
SimpleDateFormats. - DAY_OF_MONTH_PATTERN - Static variable in class org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler
- decode(byte[]) - Method in class org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart.PercentCodec
- decoderRegistry - Variable in class org.apache.hc.client5.http.impl.classic.ContentCompressionExec
- DecompressingEntity - Class in org.apache.hc.client5.http.entity
-
Common base class for decompressing
HttpEntityimplementations. - DecompressingEntity(HttpEntity, InputStreamFactory) - Constructor for class org.apache.hc.client5.http.entity.DecompressingEntity
-
Creates a new
DecompressingEntity. - decorate(CommonCookieAttributeHandler, PublicSuffixMatcher) - Static method in class org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter
- decorate(IOSession) - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSessionDecorator
- decrypt(byte[]) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
- decryptAndVerifySignedMessage(byte[]) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
- DEFAULT - Enum constant in enum org.apache.hc.client5.http.auth.KerberosConfig.Option
- DEFAULT - Static variable in class org.apache.hc.client5.http.auth.KerberosConfig
- DEFAULT - Static variable in class org.apache.hc.client5.http.config.RequestConfig
- DEFAULT - Static variable in class org.apache.hc.client5.http.impl.auth.KerberosSchemeFactory
-
Singleton instance for the default configuration.
- DEFAULT - Static variable in class org.apache.hc.client5.http.impl.auth.SPNegoSchemeFactory
-
Singleton instance for the default configuration.
- DEFAULT_CHARSET - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
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.RequestConfig
- DEFAULT_CONNECTION_REQUEST_TIMEOUT - Static variable in class org.apache.hc.client5.http.config.RequestConfig
- DEFAULT_INSTANCE - Static variable in class org.apache.hc.client5.http.psl.PublicSuffixMatcherLoader
- DEFAULT_LOGGER - Static variable in class org.apache.hc.client5.http.impl.auth.HttpAuthenticator
- 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_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_PATTERNS - Static variable in class org.apache.hc.client5.http.utils.DateUtils
- DEFAULT_SCHEME_PRIORITY - Static variable in class org.apache.hc.client5.http.impl.DefaultAuthenticationStrategy
- DEFAULT_TWO_DIGIT_YEAR_START - Static variable in class org.apache.hc.client5.http.utils.DateUtils
- DefaultAsyncClientConnectionOperator - Class in org.apache.hc.client5.http.impl.nio
- DefaultAsyncClientConnectionOperator(Lookup<TlsStrategy>, SchemePortResolver, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator
- DefaultAuthenticationStrategy - Class in org.apache.hc.client5.http.impl
-
Default implementation of
AuthenticationStrategy - DefaultAuthenticationStrategy() - Constructor for class org.apache.hc.client5.http.impl.DefaultAuthenticationStrategy
- DefaultBackoffStrategy - Class in org.apache.hc.client5.http.impl.classic
-
This
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
- defaultCharset - Variable in class org.apache.hc.client5.http.impl.auth.DigestScheme
- DefaultClientConnectionReuseStrategy - Class in org.apache.hc.client5.http.impl
- DefaultClientConnectionReuseStrategy() - Constructor for class org.apache.hc.client5.http.impl.DefaultClientConnectionReuseStrategy
- DefaultClientTlsStrategy - Class in org.apache.hc.client5.http.ssl
-
TLS upgrade strategy for non-blocking client connections.
- DefaultClientTlsStrategy(SSLContext) - Constructor for class org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy
- DefaultClientTlsStrategy(SSLContext, String[], String[], SSLBufferMode, HostnameVerifier) - Constructor for class org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy
- DefaultClientTlsStrategy(SSLContext, String[], String[], SSLBufferMode, HostnameVerifier, Factory<SSLEngine, TlsDetails>) - Constructor for class org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy
- DefaultClientTlsStrategy(SSLContext, HostnameVerifier) - Constructor for class org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy
- defaultConfig - Variable in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- defaultConfig - Variable in class org.apache.hc.client5.http.impl.classic.InternalHttpClient
- DefaultConnectionKeepAliveStrategy - Class in org.apache.hc.client5.http.impl
-
Default implementation of a strategy deciding duration that a connection can remain idle.
- DefaultConnectionKeepAliveStrategy() - Constructor for class org.apache.hc.client5.http.impl.DefaultConnectionKeepAliveStrategy
- defaultHeaders - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- defaultHeaders - Variable in class org.apache.hc.client5.http.impl.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
- DefaultHostnameVerifier(PublicSuffixMatcher) - Constructor for class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- DefaultHostnameVerifier.HostNameType - Enum in org.apache.hc.client5.http.ssl
- DefaultHttpClientConnectionOperator - Class in org.apache.hc.client5.http.impl.io
-
Default implementation of
HttpClientConnectionOperatorused as default in Http client, when no instance provided by user toBasicHttpClientConnectionManagerorPoolingHttpClientConnectionManagerconstructor. - DefaultHttpClientConnectionOperator(Lookup<ConnectionSocketFactory>, SchemePortResolver, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
- DefaultHttpRequestRetryStrategy - Class in org.apache.hc.client5.http.impl
-
Default implementation of the
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<Class<? extends IOException>>, Collection<Integer>) - Constructor for class org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy
- DefaultHttpResponseParserFactory - Class in org.apache.hc.client5.http.impl.io
-
Default factory for response message parsers.
- DefaultHttpResponseParserFactory() - Constructor for class org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory
- DefaultHttpResponseParserFactory(HttpResponseFactory<ClassicHttpResponse>) - Constructor for class org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory
- DefaultHttpResponseParserFactory(LineParser, HttpResponseFactory<ClassicHttpResponse>) - Constructor for class org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory
- DefaultManagedAsyncClientConnection - Class in org.apache.hc.client5.http.impl.nio
- DefaultManagedAsyncClientConnection(IOSession) - Constructor for class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- DefaultManagedHttpClientConnection - Class in org.apache.hc.client5.http.impl.io
- DefaultManagedHttpClientConnection(String) - Constructor for class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- DefaultManagedHttpClientConnection(String, CharsetDecoder, CharsetEncoder, Http1Config, ContentLengthStrategy, ContentLengthStrategy, HttpMessageWriterFactory<ClassicHttpRequest>, HttpMessageParserFactory<ClassicHttpResponse>) - Constructor for class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- DefaultManagedHttpClientConnection(String, CharsetDecoder, CharsetEncoder, Http1Config, ContentLengthStrategy, ContentLengthStrategy, ResponseOutOfOrderStrategy, HttpMessageWriterFactory<ClassicHttpRequest>, HttpMessageParserFactory<ClassicHttpResponse>) - Constructor for class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- DefaultProxyRoutePlanner - Class in org.apache.hc.client5.http.impl.routing
-
Implementation of an
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
- defaultRequestConfig - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 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
- defaultSocketConfig - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- defaultSocketConfig - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- defaultUserAgentDisabled - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- DefaultUserTokenHandler - Class in org.apache.hc.client5.http.impl
-
Default implementation of
UserTokenHandler. - DefaultUserTokenHandler() - Constructor for class org.apache.hc.client5.http.impl.DefaultUserTokenHandler
- DeflateDecompressingEntity - Class in org.apache.hc.client5.http.entity
-
HttpEntityWrapperresponsible for handling deflate Content Coded responses. - DeflateDecompressingEntity(HttpEntity) - Constructor for class org.apache.hc.client5.http.entity.DeflateDecompressingEntity
-
Creates a new
DeflateDecompressingEntitywhich will wrap the specifiedHttpEntity. - DeflateInputStream - Class in org.apache.hc.client5.http.entity
-
Deflate input stream.
- DeflateInputStream(InputStream) - Constructor for class org.apache.hc.client5.http.entity.DeflateInputStream
- DeflateInputStream.DeflateStream - Class in org.apache.hc.client5.http.entity
- DeflateInputStreamFactory - Class in org.apache.hc.client5.http.entity
-
InputStreamFactoryfor handling Deflate Content Coded responses. - DeflateInputStreamFactory() - Constructor for class org.apache.hc.client5.http.entity.DeflateInputStreamFactory
- DeflateStream(InputStream, Inflater) - Constructor for class org.apache.hc.client5.http.entity.DeflateInputStream.DeflateStream
- delay - Variable in class org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec.State
- delay - Variable in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient.ScheduledRequestExecution
- delete() - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- delete(String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- delete(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- delete(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- delete(String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.
- delete(String) - Static method in class org.apache.hc.client5.http.fluent.Request
- delete(URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- delete(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- delete(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- delete(URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.
- delete(URI) - Static method in class org.apache.hc.client5.http.fluent.Request
- delete(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- delete(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- 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
- detach() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager.InternalConnectionEndpoint
- detach() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.InternalConnectionEndpoint
- detach() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager.InternalConnectionEndpoint
- determineHost(HttpRequest) - Static method in class org.apache.hc.client5.http.routing.RoutingSupport
- determineHostFormat(String) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- determineLocalAddress(HttpHost, HttpContext) - Method in class org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner
-
This implementation returns null.
- determineProxy(HttpHost, HttpContext) - Method in class org.apache.hc.client5.http.impl.routing.DefaultProxyRoutePlanner
- determineProxy(HttpHost, HttpContext) - Method in class org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner
-
This implementation returns null.
- determineProxy(HttpHost, HttpContext) - Method in class org.apache.hc.client5.http.impl.routing.SystemDefaultRoutePlanner
- determineRoute(HttpHost, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- determineRoute(HttpHost, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.async.InternalH2AsyncClient
- determineRoute(HttpHost, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncClient
- determineRoute(HttpHost, HttpContext) - Method in class org.apache.hc.client5.http.impl.classic.InternalHttpClient
- determineRoute(HttpHost, HttpContext) - Method in class org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner
- determineRoute(HttpHost, HttpContext) - Method in interface org.apache.hc.client5.http.routing.HttpRoutePlanner
-
Determines the route for the given host.
- determineTarget(ClassicHttpRequest) - Static method in class org.apache.hc.client5.http.impl.classic.CloseableHttpClient
- digest - Variable in class org.apache.hc.client5.http.impl.auth.HttpEntityDigester
- digest(SimpleHttpRequest) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- digest(SimpleHttpResponse) - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
- digest(HttpRequest) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- DIGEST - Static variable in class org.apache.hc.client5.http.auth.StandardAuthScheme
-
Digest authentication scheme as defined in RFC 2617.
- 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 as defined in RFC 2617.
- DigestScheme() - Constructor for class org.apache.hc.client5.http.impl.auth.DigestScheme
- DigestScheme(Charset) - Constructor for class org.apache.hc.client5.http.impl.auth.DigestScheme
- DigestSchemeFactory - Class in org.apache.hc.client5.http.impl.auth
-
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
- digit16(byte) - Static method in class org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart
-
Returns the numeric value of the character
bin radix 16. - 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
- 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.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.classic.HttpClientBuilder
-
Disables automatic request recovery and re-execution.
- disableConnectionState() - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Disables connection state tracking.
- disableContentCompression() - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Disables automatic content decompression.
- disableCookieManagement() - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Disables state (cookie) management.
- disableCookieManagement() - Method in class org.apache.hc.client5.http.impl.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.classic.HttpClientBuilder
-
Disables automatic redirect handling.
- 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.classic.ExecRuntime
-
Disconnects the local endpoint from the initial hop in the connection route.
- disconnectEndpoint() - Method in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- dispose() - Method in class org.apache.hc.client5.http.fluent.Response
- 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
- 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
- dnsResolver - Variable in class org.apache.hc.client5.http.impl.auth.KerberosSchemeFactory
- dnsResolver - Variable in class org.apache.hc.client5.http.impl.auth.SPNegoSchemeFactory
- 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 - Interface in org.apache.hc.client5.http
-
Users may implement this interface to override the normal DNS lookup offered by the OS.
- DnsUtils - Class in org.apache.hc.client5.http.utils
-
A collection of utilities relating to Domain Name System.
- DnsUtils() - Constructor for class org.apache.hc.client5.http.utils.DnsUtils
- doAppend(CharBuffer) - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
- doExecute(HttpHost, ClassicHttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpClient
- doExecute(HttpHost, ClassicHttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.classic.InternalHttpClient
- doExecute(HttpHost, ClassicHttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.classic.MinimalHttpClient
- doExecute(HttpHost, AsyncRequestProducer, AsyncResponseConsumer<T>, HandlerFactory<AsyncPushConsumer>, HttpContext, FutureCallback<T>) - Method in class org.apache.hc.client5.http.impl.async.AbstractMinimalHttpAsyncClientBase
- doExecute(HttpHost, AsyncRequestProducer, AsyncResponseConsumer<T>, HandlerFactory<AsyncPushConsumer>, HttpContext, FutureCallback<T>) - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
- doExecute(HttpHost, AsyncRequestProducer, AsyncResponseConsumer<T>, HandlerFactory<AsyncPushConsumer>, HttpContext, FutureCallback<T>) - Method in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- domain - Variable in class org.apache.hc.client5.http.auth.NTUserPrincipal
- domain - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
- 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
- domainBytes - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
- domainMatch(String, String) - Static method in class org.apache.hc.client5.http.impl.cookie.BasicDomainHandler
- DomainType - Enum in org.apache.hc.client5.http.psl
-
Domain types differentiated by Mozilla Public Suffix List.
- DomainType() - Constructor for enum org.apache.hc.client5.http.psl.DomainType
- doWriteTo(OutputStream, boolean) - Method in class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
- DQUOTE_CHAR - Static variable in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- DurationCounter() - Constructor for class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics.DurationCounter
E
- EMPTY_NAME_VALUE_ARRAY - Static variable in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-
An empty immutable
NameValuePairarray. - EMPTY_STRING_ARRAY - Static variable in class org.apache.hc.client5.http.impl.classic.ContentCompressionExec
-
An empty immutable
Stringarray. - ENABLE - Enum constant in enum org.apache.hc.client5.http.auth.KerberosConfig.Option
- encode(byte[]) - Method in class org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart.PercentCodec
-
Percent-Encoding implementation based on RFC 3986
- encode(ByteBuffer, CharBuffer, CharsetEncoder) - Static method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
- encode(Charset, String) - Static method in class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
- encodeLong(byte[], int, int) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- encodeLong(int) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- encrypt(byte[]) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
- ended - Variable in class org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable
- endedTime() - Method in class org.apache.hc.client5.http.impl.classic.HttpRequestFutureTask
- Endpoint(HttpHost, IOSession) - Constructor for class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime.Endpoint
- endpointRef - Variable in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- endpointRef - Variable in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- engine - Variable in class org.apache.hc.client5.http.impl.auth.NTLMScheme
- 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
- 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
- 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
- EntityBuilder - Class in org.apache.hc.client5.http.entity
-
Builder for
HttpEntityinstances. - EntityBuilder() - Constructor for class org.apache.hc.client5.http.entity.EntityBuilder
- entityProducer - Variable in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient.ScheduledRequestExecution
- eofDetected(InputStream) - Method in class org.apache.hc.client5.http.impl.classic.ResponseEntityProxy
- EQUAL_CHAR - Static variable in class org.apache.hc.client5.http.impl.auth.AuthChallengeParser
- EQUAL_CHAR - Static variable in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- EQUAL_OR_COMMA_OR_PLUS - Static variable in class org.apache.hc.client5.http.ssl.DistinguishedNameParser
- equals(Object) - Method in class org.apache.hc.client5.http.auth.AuthScope
- equals(Object) - Method in class org.apache.hc.client5.http.auth.BasicUserPrincipal
- equals(Object) - Method in class org.apache.hc.client5.http.auth.NTCredentials
- equals(Object) - Method in class org.apache.hc.client5.http.auth.NTUserPrincipal
- equals(Object) - Method in class org.apache.hc.client5.http.auth.UsernamePasswordCredentials
- equals(Object) - Method in class org.apache.hc.client5.http.HttpRoute
-
Compares this route to another.
- equals(Object) - Method in class org.apache.hc.client5.http.RouteTracker
-
Compares this tracked route to another.
- ESCAPE_CHAR - Static variable in class org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart.PercentCodec
- ESCAPE_CHAR - Static variable in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- evictExpiredConnections - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 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.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.classic.HttpClientBuilder
-
Makes this instance of HttpClient proactively evict idle connections from the connection pool using a background thread.
- exceptions - Variable in class org.apache.hc.client5.http.psl.PublicSuffixList
- exceptions - Variable in class org.apache.hc.client5.http.psl.PublicSuffixMatcher
- EXCHANGE_ID - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Attribute name of a
Stringobject that represents the ID of the current message exchange. - exchangeHandlerFactory - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientEventHandlerFactory
- exchangeHandlerFactory - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientEventHandlerFactory
- exchangeId - Variable in class org.apache.hc.client5.http.async.AsyncExecChain.Scope
- exchangeId - Variable in class org.apache.hc.client5.http.classic.ExecChain.Scope
- exchangeId - Variable in class org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler
- execChain - Variable in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- execChain - Variable in class org.apache.hc.client5.http.impl.classic.InternalHttpClient
- ExecChain - Interface in org.apache.hc.client5.http.classic
-
Represents a single element in the client side classic request execution chain.
- ExecChain.Scope - Class in org.apache.hc.client5.http.classic
- ExecChainElement - Class in org.apache.hc.client5.http.impl.classic
- ExecChainElement(ExecChainHandler, ExecChainElement) - Constructor for class org.apache.hc.client5.http.impl.classic.ExecChainElement
- ExecChainHandler - Interface in org.apache.hc.client5.http.classic
-
Abstract request execution handler in a classic client side request execution chain.
- execCount - Variable in class org.apache.hc.client5.http.async.AsyncExecChain.Scope
- ExecInterceptorEntry(H2AsyncClientBuilder.ExecInterceptorEntry.Position, String, AsyncExecChainHandler, String) - Constructor for class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.ExecInterceptorEntry
- ExecInterceptorEntry(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.classic.HttpClientBuilder
- ExecRunnable(BasicFuture<T>, Request, Executor, HttpClientResponseHandler<T>) - Constructor for class org.apache.hc.client5.http.fluent.Async.ExecRunnable
- execRuntime - Variable in class org.apache.hc.client5.http.async.AsyncExecChain.Scope
- execRuntime - Variable in class org.apache.hc.client5.http.classic.ExecChain.Scope
- execRuntime - Variable in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- execRuntime - Variable in class org.apache.hc.client5.http.impl.classic.ResponseEntityProxy
- ExecRuntime - Interface in org.apache.hc.client5.http.classic
-
Execution runtime that provides access to the underlying connection endpoint and helps manager its life cycle.
- ExecSupport - Class in org.apache.hc.client5.http.impl
-
Request execution support methods.
- ExecSupport() - Constructor for class org.apache.hc.client5.http.impl.ExecSupport
- execute() - Method in class org.apache.hc.client5.http.fluent.Request
- execute(Exception) - Method in class org.apache.hc.client5.http.impl.async.LoggingExceptionCallback
- execute(String, ClassicHttpRequest, HttpClientContext) - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
-
Executes HTTP request using the given context.
- execute(String, ClassicHttpRequest, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- execute(String, ClassicHttpRequest, HttpRequestExecutor, HttpContext) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager.InternalConnectionEndpoint
- execute(String, ClassicHttpRequest, HttpRequestExecutor, HttpContext) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.InternalConnectionEndpoint
- execute(String, ClassicHttpRequest, HttpRequestExecutor, HttpContext) - Method in class org.apache.hc.client5.http.io.ConnectionEndpoint
-
Executes HTTP request using the provided request executor.
- execute(String, AsyncClientExchangeHandler, HttpClientContext) - Method in interface org.apache.hc.client5.http.async.AsyncExecRuntime
-
Initiates a message exchange using the given handler.
- execute(String, AsyncClientExchangeHandler, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- execute(String, AsyncClientExchangeHandler, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- execute(String, AsyncClientExchangeHandler, HandlerFactory<AsyncPushConsumer>, HttpContext) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager.InternalConnectionEndpoint
- execute(String, AsyncClientExchangeHandler, HandlerFactory<AsyncPushConsumer>, HttpContext) - Method in class org.apache.hc.client5.http.nio.AsyncConnectionEndpoint
-
Initiates a message exchange using the given handler.
- execute(String, AsyncClientExchangeHandler, HttpContext) - Method in class org.apache.hc.client5.http.nio.AsyncConnectionEndpoint
-
Initiates a message exchange using the given handler.
- execute(String, AsyncRequestProducer, AsyncResponseConsumer<T>, FutureCallback<T>) - Method in class org.apache.hc.client5.http.nio.AsyncConnectionEndpoint
-
Initiates message exchange using the given request producer and response consumer.
- execute(String, AsyncRequestProducer, AsyncResponseConsumer<T>, HandlerFactory<AsyncPushConsumer>, FutureCallback<T>) - Method in class org.apache.hc.client5.http.nio.AsyncConnectionEndpoint
-
Initiates message exchange using the given request producer and response consumer.
- execute(String, AsyncRequestProducer, AsyncResponseConsumer<T>, HandlerFactory<AsyncPushConsumer>, HttpContext, FutureCallback<T>) - Method in class org.apache.hc.client5.http.nio.AsyncConnectionEndpoint
-
Initiates message exchange using the given request producer and response consumer.
- execute(String, AsyncRequestProducer, AsyncResponseConsumer<T>, HttpContext, FutureCallback<T>) - Method in class org.apache.hc.client5.http.nio.AsyncConnectionEndpoint
-
Initiates message exchange using the given request producer and response consumer.
- execute(SimpleHttpRequest, FutureCallback<SimpleHttpResponse>) - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
- execute(SimpleHttpRequest, HttpContext, FutureCallback<SimpleHttpResponse>) - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
- execute(Request) - Method in class org.apache.hc.client5.http.fluent.Async
- execute(Request) - Method in class org.apache.hc.client5.http.fluent.Executor
-
Executes the request.
- execute(Request, FutureCallback<Content>) - Method in class org.apache.hc.client5.http.fluent.Async
- execute(Request, HttpClientResponseHandler<T>) - Method in class org.apache.hc.client5.http.fluent.Async
- execute(Request, HttpClientResponseHandler<T>, FutureCallback<T>) - Method in class org.apache.hc.client5.http.fluent.Async
- execute(CloseableHttpClient) - Method in class org.apache.hc.client5.http.fluent.Request
- execute(ClassicHttpRequest) - Method in interface org.apache.hc.client5.http.classic.HttpClient
-
Executes HTTP request using the default context.
- execute(ClassicHttpRequest) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpClient
- 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.classic.BackoffStrategyExec
- execute(ClassicHttpRequest, ExecChain.Scope, ExecChain) - Method in class org.apache.hc.client5.http.impl.classic.ConnectExec
- execute(ClassicHttpRequest, ExecChain.Scope, ExecChain) - Method in class org.apache.hc.client5.http.impl.classic.ContentCompressionExec
- execute(ClassicHttpRequest, ExecChain.Scope, ExecChain) - Method in class org.apache.hc.client5.http.impl.classic.HttpRequestRetryExec
- execute(ClassicHttpRequest, ExecChain.Scope, ExecChain) - Method in class org.apache.hc.client5.http.impl.classic.MainClientExec
- execute(ClassicHttpRequest, ExecChain.Scope, ExecChain) - Method in class org.apache.hc.client5.http.impl.classic.ProtocolExec
- execute(ClassicHttpRequest, ExecChain.Scope, ExecChain) - Method in class org.apache.hc.client5.http.impl.classic.RedirectExec
- execute(ClassicHttpRequest, HttpClientResponseHandler<? extends T>) - Method in interface org.apache.hc.client5.http.classic.HttpClient
-
Executes HTTP request using the default context and processes the response using the given response handler.
- execute(ClassicHttpRequest, HttpClientResponseHandler<? extends T>) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpClient
-
Executes a request using the default context and processes the response using the given response handler.
- execute(ClassicHttpRequest, HttpContext) - Method in interface org.apache.hc.client5.http.classic.HttpClient
-
Executes HTTP request using the given context.
- execute(ClassicHttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpClient
- execute(ClassicHttpRequest, HttpContext, HttpClientResponseHandler<? extends T>) - Method in interface org.apache.hc.client5.http.classic.HttpClient
-
Executes HTTP request using the given context and processes the response using the given response handler.
- execute(ClassicHttpRequest, HttpContext, HttpClientResponseHandler<? extends T>) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpClient
-
Executes a request using the default context and processes the response using the given response handler.
- execute(ClassicHttpRequest, HttpContext, HttpClientResponseHandler<T>) - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionService
-
Schedule a request for execution.
- execute(ClassicHttpRequest, HttpContext, HttpClientResponseHandler<T>, FutureCallback<T>) - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionService
-
Schedule a request for execution.
- execute(HttpHost, ClassicHttpRequest) - Method in interface org.apache.hc.client5.http.classic.HttpClient
-
Executes HTTP request using the default context.
- execute(HttpHost, ClassicHttpRequest) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpClient
- execute(HttpHost, ClassicHttpRequest, HttpClientResponseHandler<? extends T>) - Method in interface org.apache.hc.client5.http.classic.HttpClient
-
Executes HTTP request to the target using the default context and processes the response using the given response handler.
- execute(HttpHost, ClassicHttpRequest, HttpClientResponseHandler<? extends T>) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpClient
-
Executes a request using the default context and processes the response using the given response handler.
- execute(HttpHost, ClassicHttpRequest, HttpContext) - Method in interface org.apache.hc.client5.http.classic.HttpClient
-
Executes HTTP request using the given context.
- execute(HttpHost, ClassicHttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpClient
- execute(HttpHost, ClassicHttpRequest, HttpContext, HttpClientResponseHandler<? extends T>) - Method in interface org.apache.hc.client5.http.classic.HttpClient
-
Executes HTTP request to the target using the given context and processes the response using the given response handler.
- execute(HttpHost, ClassicHttpRequest, HttpContext, HttpClientResponseHandler<? extends T>) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpClient
-
Executes a request using the default context and processes the response using the given response handler.
- execute(HttpHost, AsyncRequestProducer, AsyncResponseConsumer<T>, HandlerFactory<AsyncPushConsumer>, HttpContext, FutureCallback<T>) - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
- execute(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.async.AsyncExecChainElement
- execute(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in interface org.apache.hc.client5.http.async.AsyncExecChainHandler
-
Executes the actual HTTP request.
- execute(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.async.AsyncConnectExec
- execute(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec
- execute(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.async.AsyncProtocolExec
- execute(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.async.AsyncRedirectExec
- execute(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncMainClientExec
- execute(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.async.HttpAsyncMainClientExec
- execute(AsyncClientExchangeHandler) - Method in class org.apache.hc.client5.http.impl.async.AbstractMinimalHttpAsyncClientBase
- execute(AsyncClientExchangeHandler, HandlerFactory<AsyncPushConsumer>, HttpContext) - Method in class org.apache.hc.client5.http.impl.async.AbstractMinimalHttpAsyncClientBase
- execute(AsyncClientExchangeHandler, HandlerFactory<AsyncPushConsumer>, HttpContext) - Method in class org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient
- execute(AsyncClientExchangeHandler, HandlerFactory<AsyncPushConsumer>, HttpContext) - Method in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient
- execute(AsyncClientExchangeHandler, HandlerFactory<AsyncPushConsumer>, HttpContext) - Method in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient.InternalAsyncClientEndpoint
- execute(AsyncRequestProducer, AsyncResponseConsumer<T>, FutureCallback<T>) - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
- execute(AsyncRequestProducer, AsyncResponseConsumer<T>, HandlerFactory<AsyncPushConsumer>, HttpContext, FutureCallback<T>) - Method in interface org.apache.hc.client5.http.async.HttpAsyncClient
-
Initiates asynchronous HTTP request execution using the given context.
- execute(AsyncRequestProducer, AsyncResponseConsumer<T>, HandlerFactory<AsyncPushConsumer>, HttpContext, FutureCallback<T>) - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
- execute(AsyncRequestProducer, AsyncResponseConsumer<T>, HttpContext, FutureCallback<T>) - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
- executeImmediate(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- executeScheduled(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, 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 - 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.classic.HttpClientBuilder.ExecInterceptorEntry
- expectContinueEnabled - Variable in class org.apache.hc.client5.http.config.RequestConfig.Builder
- expectContinueEnabled - Variable in class org.apache.hc.client5.http.config.RequestConfig
- EXPIRES_ATTR - Static variable in interface org.apache.hc.client5.http.cookie.Cookie
- expiry - Variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- exportedSessionKey - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
- EXTENDED - Enum constant in enum org.apache.hc.client5.http.entity.mime.HttpMultipartMode
-
Extended MIME specification conformance.
- extractCN(String) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- extractFromAuthority(String, URIAuthority, CredentialsStore) - Static method in class org.apache.hc.client5.http.impl.AuthSupport
- extractHost(URI) - Static method in class org.apache.hc.client5.http.utils.URIUtils
-
Extracts target host from the given
URI.
F
- F(int, int, int) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- 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.IgnoreCompleteExceptonFutureCallback
- failed(Exception) - Method in class org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler
- FAILED - Enum constant in enum org.apache.hc.client5.http.impl.auth.GGSSchemeBase.State
- FAILED - Enum constant in enum org.apache.hc.client5.http.impl.auth.NTLMScheme.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
- FIELD_PARAM_FILENAME - Static variable in class org.apache.hc.client5.http.entity.mime.MimeConsts
- FIELD_PARAM_NAME - Static variable in class org.apache.hc.client5.http.entity.mime.MimeConsts
- FIELD_SEP - Static variable in class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
- fieldMap - Variable in class org.apache.hc.client5.http.entity.mime.Header
- fields - Variable in class org.apache.hc.client5.http.entity.mime.Header
- file - Variable in class org.apache.hc.client5.http.entity.EntityBuilder
- file - Variable in class org.apache.hc.client5.http.entity.mime.FileBody
- FileBody - Class in org.apache.hc.client5.http.entity.mime
-
Binary body part backed by a file.
- FileBody(File) - Constructor for class org.apache.hc.client5.http.entity.mime.FileBody
- FileBody(File, ContentType) - Constructor for class org.apache.hc.client5.http.entity.mime.FileBody
- FileBody(File, ContentType, String) - Constructor for class org.apache.hc.client5.http.entity.mime.FileBody
- filename - Variable in class org.apache.hc.client5.http.entity.mime.ByteArrayBody
-
The name of the file contained in this part.
- filename - Variable in class org.apache.hc.client5.http.entity.mime.FileBody
- filename - Variable in class org.apache.hc.client5.http.entity.mime.InputStreamBody
- findAttribHandler(String) - Method in class org.apache.hc.client5.http.impl.cookie.AbstractCookieSpec
-
Finds an attribute handler
CookieAttributeHandlerfor the given attribute. - findEntry(Map<String, DomainType>, String) - Static method in class org.apache.hc.client5.http.psl.PublicSuffixMatcher
- FIRST - Enum constant in enum org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.ExecInterceptorEntry.Position
- FIRST - Enum constant in enum org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.RequestInterceptorEntry.Position
- FIRST - Enum constant in enum org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.ResponseInterceptorEntry.Position
- FIRST - Enum constant in enum org.apache.hc.client5.http.impl.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.
- FLAG_DOMAIN_PRESENT - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- FLAG_REQUEST_128BIT_KEY_EXCH - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- FLAG_REQUEST_56BIT_ENCRYPTION - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- FLAG_REQUEST_ALWAYS_SIGN - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- FLAG_REQUEST_EXPLICIT_KEY_EXCH - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- FLAG_REQUEST_LAN_MANAGER_KEY - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- FLAG_REQUEST_NTLM2_SESSION - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- FLAG_REQUEST_NTLMv1 - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- FLAG_REQUEST_OEM_ENCODING - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- FLAG_REQUEST_SEAL - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- FLAG_REQUEST_SIGN - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- FLAG_REQUEST_TARGET - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- FLAG_REQUEST_UNICODE_ENCODING - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- FLAG_REQUEST_VERSION - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- FLAG_TARGETINFO_PRESENT - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- FLAG_WORKSTATION_PRESENT - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- flags - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type1Message
- flags - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type2Message
- FLOW_CTRL_LOG - Static variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientEventHandlerFactory
- FLOW_CTRL_LOG - Static variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientEventHandlerFactory
- flush() - Method in class org.apache.hc.client5.http.impl.async.LogAppendable
- flush() - Method in class org.apache.hc.client5.http.impl.io.LoggingOutputStream
- flush() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- fork() - Method in interface org.apache.hc.client5.http.async.AsyncExecRuntime
-
Forks this runtime for parallel execution.
- fork() - Method in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- fork() - Method in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- fork(CancellableDependency) - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
-
Forks this runtime for parallel execution.
- fork(CancellableDependency) - Method in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- form() - Static method in class org.apache.hc.client5.http.fluent.Form
- Form - Class in org.apache.hc.client5.http.fluent
-
HTTP form used by the fluent facade.
- Form() - Constructor for class org.apache.hc.client5.http.fluent.Form
- formatCookie(Cookie) - Static method in class org.apache.hc.client5.http.protocol.ResponseProcessCookies
- formatCookies(List<Cookie>) - Method in interface org.apache.hc.client5.http.cookie.CookieSpec
-
Create
"Cookie"headers for an array of Cookies. - formatCookies(List<Cookie>) - Method in class org.apache.hc.client5.http.impl.cookie.IgnoreSpecSpec
- formatCookies(List<Cookie>) - Method in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- formatDate(Date) - Static method in class org.apache.hc.client5.http.utils.DateUtils
-
Formats the given date according to the RFC 1123 pattern.
- formatDate(Date, String) - Static method in class org.apache.hc.client5.http.utils.DateUtils
-
Formats the given date according to the specified pattern.
- formatFor(String) - Static method in class org.apache.hc.client5.http.utils.DateUtils.DateFormatHolder
-
creates a
SimpleDateFormatfor the requested format string. - formatHex(byte[]) - Static method in class org.apache.hc.client5.http.impl.auth.DigestScheme
-
Encodes the 128 bit (16 bytes) MD5 digest into a 32 characters long
Stringaccording to RFC 2617. - 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
- formatStats(HttpRoute, Object, ConnPoolControl<HttpRoute>) - Static method in class org.apache.hc.client5.http.impl.ConnPoolSupport
- 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) - Constructor for class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
- FRAME_LOG - Static variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientEventHandlerFactory
- FRAME_LOG - Static variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientEventHandlerFactory
- FRAME_PAYLOAD_LOG - Static variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientEventHandlerFactory
- FRAME_PAYLOAD_LOG - Static variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientEventHandlerFactory
- 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
- generateAuthResponse(HttpHost, HttpRequest, HttpContext) - Method in interface org.apache.hc.client5.http.auth.AuthScheme
-
Generates an authorization response based on the current state.
- generateAuthResponse(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
- generateAuthResponse(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- generateAuthResponse(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
- generateAuthResponse(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.NTLMScheme
- generateBoundary() - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- generateContent() - Method in class org.apache.hc.client5.http.async.methods.SimpleAsyncEntityConsumer
- generateGSSToken(byte[], Oid, String, String) - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
- generateToken(byte[], String, String) - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
- generateToken(byte[], String, String) - Method in class org.apache.hc.client5.http.impl.auth.KerberosScheme
- generateToken(byte[], String, String) - Method in class org.apache.hc.client5.http.impl.auth.SPNegoScheme
- generateType1Msg(String, String) - Method in interface org.apache.hc.client5.http.impl.auth.NTLMEngine
-
Generates a Type1 message given the domain and workstation.
- generateType1Msg(String, String) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- generateType3Msg(String, char[], String, String, String) - Method in interface org.apache.hc.client5.http.impl.auth.NTLMEngine
-
Generates a Type3 message given the user credentials and the authentication challenge.
- generateType3Msg(String, char[], String, String, String) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- get() - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- get() - Method in class org.apache.hc.client5.http.impl.Operations.CompletedFuture
- get(int) - Method in class org.apache.hc.client5.http.protocol.RedirectLocations
-
Returns the URI at the specified position in this list.
- get(long, TimeUnit) - Method in class org.apache.hc.client5.http.impl.Operations.CompletedFuture
- get(String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- get(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- get(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- get(String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.
- get(String) - Static method in class org.apache.hc.client5.http.fluent.Request
- get(URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- get(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- get(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- get(URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.
- get(URI) - Static method in class org.apache.hc.client5.http.fluent.Request
- get(HttpHost) - Method in interface org.apache.hc.client5.http.auth.AuthCache
- get(HttpHost) - Method in class org.apache.hc.client5.http.impl.auth.BasicAuthCache
- get(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- get(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- get(HttpRequest) - Method in class org.apache.hc.client5.http.impl.async.AsyncPushConsumerRegistry
- get(Timeout) - Method in interface org.apache.hc.client5.http.io.LeaseRequest
-
Returns
ConnectionEndpointwithin a given time. - 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
- 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
- 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 interface org.apache.hc.client5.http.cookie.Cookie
- getAttribute(String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- getAttributeName() - Method in interface org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.BasicDomainHandler
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.BasicExpiresHandler
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.BasicMaxAgeHandler
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.BasicPathHandler
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.BasicSecureHandler
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.LaxMaxAgeHandler
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter
- getAuthCache() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- getAuthExchange(HttpHost) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- getAuthExchanges() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- getAuthOptions() - Method in class org.apache.hc.client5.http.auth.AuthExchange
-
Returns available auth options.
- getAuthPrincipal(AuthExchange) - Static method in class org.apache.hc.client5.http.impl.DefaultUserTokenHandler
- getAuthScheme() - Method in class org.apache.hc.client5.http.auth.AuthExchange
-
Returns actual
AuthScheme. - getAuthSchemeRegistry() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- getBackedOffPoolSize(int) - Method in class org.apache.hc.client5.http.impl.classic.AIMDBackoffManager
- getBinary() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Returns entity content as a byte array if set using
EntityBuilder.setBinary(byte[])method. - getBody() - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
- getBody() - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
- getBody() - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- getBody() - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
- getBody() - Method in class org.apache.hc.client5.http.entity.mime.MimeField
- getBody() - Method in class org.apache.hc.client5.http.entity.mime.MultipartPart
- getBodyBytes() - Method in class org.apache.hc.client5.http.async.methods.SimpleBody
- getBodyBytes() - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
- getBodyBytes() - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
- getBodyText() - Method in class org.apache.hc.client5.http.async.methods.SimpleBody
- getBodyText() - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
- getBodyText() - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
- getBytes() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
- getChallenge() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type2Message
-
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
-
Find the character set based on the flags.
- getClientChallenge() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Calculate and return client challenge
- getClientChallenge2() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Calculate and return second client challenge
- getCnonce() - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- getCode() - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- getConfig() - Method in class org.apache.hc.client5.http.async.methods.ConfigurableHttpRequest
- getConfig() - Method in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
- getConfig() - Method in interface org.apache.hc.client5.http.config.Configurable
-
Returns actual request configuration.
- getConfig() - Method in class org.apache.hc.client5.http.impl.classic.InternalHttpClient
- getConnection() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager.InternalConnectionEndpoint
- getConnection(HttpRoute, Object) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- 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.RequestConfig
- getContent() - Method in class org.apache.hc.client5.http.entity.DecompressingEntity
- getContent() - Method in class org.apache.hc.client5.http.entity.GzipCompressingEntity
- getContent() - Method in class org.apache.hc.client5.http.entity.mime.MultipartFormEntity
- getContent() - Method in class org.apache.hc.client5.http.impl.classic.RequestEntityProxy
- getContent() - Method in class org.apache.hc.client5.http.impl.classic.ResponseEntityProxy
- getContentEncoding() - Method in class org.apache.hc.client5.http.entity.DecompressingEntity
- getContentEncoding() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Returns content encoding of the entity, if set.
- getContentEncoding() - Method in class org.apache.hc.client5.http.entity.GzipCompressingEntity
- getContentEncoding() - Method in class org.apache.hc.client5.http.entity.mime.MultipartFormEntity
- getContentEncoding() - Method in class org.apache.hc.client5.http.impl.classic.RequestEntityProxy
- getContentLength() - Method in class org.apache.hc.client5.http.entity.DecompressingEntity
- getContentLength() - Method in class org.apache.hc.client5.http.entity.GzipCompressingEntity
- getContentLength() - Method in class org.apache.hc.client5.http.entity.mime.ByteArrayBody
- getContentLength() - Method in interface org.apache.hc.client5.http.entity.mime.ContentDescriptor
-
Returns the body descriptors content-length.
- getContentLength() - Method in class org.apache.hc.client5.http.entity.mime.FileBody
- getContentLength() - Method in class org.apache.hc.client5.http.entity.mime.InputStreamBody
- getContentLength() - Method in class org.apache.hc.client5.http.entity.mime.MultipartFormEntity
- getContentLength() - Method in class org.apache.hc.client5.http.entity.mime.StringBody
- getContentLength() - Method in class org.apache.hc.client5.http.impl.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.SimpleBody
- getContentType() - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
- getContentType() - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
- getContentType() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Returns
ContentTypeof the entity, if set. - getContentType() - Method in class org.apache.hc.client5.http.entity.mime.AbstractContentBody
- getContentType() - Method in class org.apache.hc.client5.http.entity.mime.MultipartFormEntity
- getContentType() - Method in class org.apache.hc.client5.http.impl.classic.RequestEntityProxy
- getCookieOrigin() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- getCookies() - Method in class org.apache.hc.client5.http.cookie.BasicCookieStore
-
Returns an immutable array of
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.config.RequestConfig
- getCookieSpec() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- getCookieSpecRegistry() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- getCookieStore() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- getCreationDate() - Method in interface org.apache.hc.client5.http.cookie.Cookie
-
Returns creation time of the cookie.
- getCreationDate() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- getCredentials(AuthScope, HttpContext) - Method in interface org.apache.hc.client5.http.auth.CredentialsProvider
-
Returns
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.SystemDefaultCredentialsProvider
- getCredentialsProvider() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- 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
- getDateFormat() - Method in class org.apache.hc.client5.http.fluent.Request
- getDecompressingStream() - Method in class org.apache.hc.client5.http.entity.DecompressingEntity
- getDefault() - Static method in class org.apache.hc.client5.http.psl.PublicSuffixMatcherLoader
- getDefault() - Static method in class org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy
- getDefaultDomain(CookieOrigin) - Static method in class org.apache.hc.client5.http.impl.cookie.CookieSpecBase
- getDefaultDomain(CookieOrigin) - Static method in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- getDefaultFlags() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type1Message
- getDefaultHostnameVerifier() - Static method in class org.apache.hc.client5.http.ssl.HttpsSupport
- getDefaultMaxPerRoute() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- getDefaultMaxPerRoute() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- getDefaultPath(CookieOrigin) - Static method in class org.apache.hc.client5.http.impl.cookie.CookieSpecBase
- getDefaultPath(CookieOrigin) - Static method in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- getDefaultRegistry() - Static method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- getDefaultSocketConfig() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- getDigest() - Method in class org.apache.hc.client5.http.impl.auth.HttpEntityDigester
- getDomain() - Method in class org.apache.hc.client5.http.auth.NTCredentials
-
Retrieves the name to authenticate with.
- getDomain() - Method in class org.apache.hc.client5.http.auth.NTUserPrincipal
- getDomain() - Method in interface org.apache.hc.client5.http.cookie.Cookie
-
Returns domain attribute of the cookie.
- getDomain() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Returns domain attribute of the cookie.
- getDomainRoot(String) - Method in class org.apache.hc.client5.http.psl.PublicSuffixMatcher
-
Returns registrable part of the domain for the given domain name or
nullif given domain represents a public suffix. - getDomainRoot(String, DomainType) - Method in class org.apache.hc.client5.http.psl.PublicSuffixMatcher
-
Returns registrable part of the domain for the given domain name or
nullif given domain represents a public suffix. - getEncryptedRandomSessionKey() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
- getEnded() - Method in class org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable
- getEndpointDetails() - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- getEndpointDetails() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- getEntity() - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- getEventMask() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- getExceptions() - Method in class org.apache.hc.client5.http.psl.PublicSuffixList
- getExchangeId() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- getExpiryDate() - Method in interface org.apache.hc.client5.http.cookie.Cookie
-
Returns the expiration
Dateof the cookie, ornullif none exists. - getExpiryDate() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Returns the expiration
Dateof the cookie, ornullif none exists. - getExportedSessionKey() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
- 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
-
Returns entity content as a
Fileif set usingEntityBuilder.setFile(java.io.File)method. - getFile() - Method in class org.apache.hc.client5.http.entity.mime.FileBody
- getFilename() - Method in class org.apache.hc.client5.http.entity.mime.ByteArrayBody
- getFilename() - Method in interface org.apache.hc.client5.http.entity.mime.ContentBody
- getFilename() - Method in class org.apache.hc.client5.http.entity.mime.FileBody
- getFilename() - Method in class org.apache.hc.client5.http.entity.mime.InputStreamBody
- getFilename() - Method in class org.apache.hc.client5.http.entity.mime.StringBody
- getFirstHeader(String) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- getFlags() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type2Message
-
Retrieve the response flags
- getGSSCredential() - Method in class org.apache.hc.client5.http.auth.KerberosCredentials
- getHandler() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- getHeader() - Method in class org.apache.hc.client5.http.entity.mime.MultipartPart
- getHeader(String) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- getHeaders() - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- getHeaders(String) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- getHopCount() - Method in class org.apache.hc.client5.http.HttpRoute
- getHopCount() - Method in interface org.apache.hc.client5.http.RouteInfo
-
Obtains the number of hops in this route.
- getHopCount() - Method in class org.apache.hc.client5.http.RouteTracker
- getHopTarget(int) - Method in class org.apache.hc.client5.http.HttpRoute
- getHopTarget(int) - Method in interface org.apache.hc.client5.http.RouteInfo
-
Obtains the target of a hop in this route.
- getHopTarget(int) - Method in class org.apache.hc.client5.http.RouteTracker
- getHost() - Method in class org.apache.hc.client5.http.auth.AuthScope
- getHost() - Method in exception org.apache.hc.client5.http.ConnectTimeoutException
- getHost() - Method in class org.apache.hc.client5.http.cookie.CookieOrigin
- getHost() - Method in exception org.apache.hc.client5.http.HttpHostConnectException
- getHttpRoute() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- getId() - Method in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime.Endpoint
- getId() - Method in class org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler
- getId() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- getId() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- getId() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.InternalConnectionEndpoint
- getId() - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- getId() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager.InternalConnectionEndpoint
- getId(Object) - Static method in class org.apache.hc.client5.http.impl.ConnPoolSupport
- 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(Socket) - Method in class org.apache.hc.client5.http.impl.io.LoggingSocketHolder
- getInstance() - Static method in class org.apache.hc.client5.http.entity.DeflateInputStreamFactory
-
Gets the singleton instance.
- getInstance() - Static method in class org.apache.hc.client5.http.entity.GZIPInputStreamFactory
-
Gets the singleton instance.
- getKeepAliveDuration(HttpResponse, HttpContext) - Method in interface org.apache.hc.client5.http.ConnectionKeepAliveStrategy
-
Returns the duration of time which this connection can be safely kept idle.
- getKeepAliveDuration(HttpResponse, HttpContext) - Method in class org.apache.hc.client5.http.impl.DefaultConnectionKeepAliveStrategy
- getLanManagerSessionKey() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
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.impl.classic.CloseableHttpResponse
- getLastReadTime() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- getLastUpdate(Map<HttpRoute, Long>, HttpRoute) - Method in class org.apache.hc.client5.http.impl.classic.AIMDBackoffManager
- 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
-
Calculate and return LM2 session response
- getLMHash() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Calculate and return the LMHash
- getLMResponse() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Calculate and return the LMResponse
- getLMUserSessionKey() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Get LMUserSessionKey
- getLMv2Hash() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Calculate the LMv2 hash
- getLMv2Response() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
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(HttpRequest, HttpResponse, HttpContext) - Method in class org.apache.hc.client5.http.impl.DefaultRedirectStrategy
- getLocationURI(HttpRequest, HttpResponse, HttpContext) - Method in interface org.apache.hc.client5.http.protocol.RedirectStrategy
- getLock() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- getLookup(String) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- getManager() - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
- getMaxPerRoute(HttpRoute) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- getMaxPerRoute(HttpRoute) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- getMaxRedirects() - Method in class org.apache.hc.client5.http.config.RequestConfig
- getMaxTotal() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- getMaxTotal() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- getMD5() - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- 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
-
Get the message length
- getMethod() - Method in class org.apache.hc.client5.http.classic.methods.HttpOptions
- getMimeType() - Method in class org.apache.hc.client5.http.entity.mime.AbstractContentBody
- getMimeType() - Method in interface org.apache.hc.client5.http.entity.mime.ContentDescriptor
-
Returns the body descriptors MIME type.
- getMultipart() - Method in class org.apache.hc.client5.http.entity.mime.MultipartFormEntity
- getName() - Method in interface org.apache.hc.client5.http.auth.AuthScheme
-
Returns textual designation of the given authentication scheme.
- getName() - Method in class org.apache.hc.client5.http.auth.BasicUserPrincipal
- getName() - Method in class org.apache.hc.client5.http.auth.NTUserPrincipal
- getName() - Method in interface org.apache.hc.client5.http.cookie.Cookie
-
Returns the name.
- getName() - Method in class org.apache.hc.client5.http.entity.mime.FormBodyPart
- getName() - Method in class org.apache.hc.client5.http.entity.mime.MimeField
- getName() - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
- getName() - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- getName() - Method in class org.apache.hc.client5.http.impl.auth.KerberosScheme
- getName() - Method in class org.apache.hc.client5.http.impl.auth.NTLMScheme
- getName() - Method in class org.apache.hc.client5.http.impl.auth.SPNegoScheme
- getName() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Returns the name.
- getNetbiosDomain() - Method in class org.apache.hc.client5.http.auth.NTCredentials
-
Retrieves the netbios domain to authenticate with.
- getNextExchangeId() - Static method in class org.apache.hc.client5.http.impl.ExecSupport
- getNextExecNumber() - Static method in class org.apache.hc.client5.http.impl.ExecSupport
- getNonce() - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- getNounceCount() - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- getNTLM2SessionResponse() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Get NTLM2SessionResponse
- getNTLM2SessionResponseUserSessionKey() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Get NTLM2SessionResponseUserSessionKey
- getNTLMHash() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Calculate and return the NTLMHash
- getNTLMResponse() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Calculate and return the NTLMResponse
- getNTLMUserSessionKey() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Get NTLMUserSessionKey
- getNTLMv2Blob() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Calculate the NTLMv2Blob
- getNTLMv2Hash() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Calculate the NTLMv2 hash
- getNTLMv2Response() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Calculate the NTLMv2Response
- getNTLMv2UserSessionKey() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
GetNTLMv2UserSessionKey
- getNullTerminatedAsciiString(String) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- 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
-
Grab the current digest.
- getOutput() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.MD4
- getOutputStream(Socket) - Method in class org.apache.hc.client5.http.impl.io.LoggingSocketHolder
- getParameters() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Returns entity content as a parameter list if set using
EntityBuilder.setParameters(java.util.List)orEntityBuilder.setParameters(NameValuePair...)methods. - getParameters() - Method in class org.apache.hc.client5.http.entity.mime.MimeField
- 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 interface org.apache.hc.client5.http.auth.Credentials
- getPassword() - Method in class org.apache.hc.client5.http.auth.KerberosCredentials
- getPassword() - Method in class org.apache.hc.client5.http.auth.NTCredentials
- getPassword() - Method in class org.apache.hc.client5.http.auth.UsernamePasswordCredentials
- getPath() - Method in interface org.apache.hc.client5.http.cookie.Cookie
-
Returns the path attribute of the cookie.
- getPath() - Method in class org.apache.hc.client5.http.cookie.CookieOrigin
- getPath() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Returns the path attribute of the cookie
- getPathLength(Cookie) - Method in class org.apache.hc.client5.http.cookie.CookiePriorityComparator
- getPatternMatcher(String) - Method in class org.apache.hc.client5.http.impl.async.AsyncPushConsumerRegistry
- getPoolEntry() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.InternalConnectionEndpoint
- getPoolEntry() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager.InternalConnectionEndpoint
- getPort() - Method in class org.apache.hc.client5.http.auth.AuthScope
- getPort() - Method in class org.apache.hc.client5.http.cookie.CookieOrigin
- getPreambleLength() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
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.DigestScheme
- getPrincipal() - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
- getPrincipal() - Method in class org.apache.hc.client5.http.impl.auth.NTLMScheme
- 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
- getProtocol() - Method in class org.apache.hc.client5.http.auth.AuthScope
- getProtocolVersion() - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- getProtocolVersion() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- getProxy() - Method in class org.apache.hc.client5.http.config.RequestConfig
- getProxyCredentials(String, AuthScope) - Static method in class org.apache.hc.client5.http.impl.auth.SystemDefaultCredentialsProvider
- getProxyHost() - Method in class org.apache.hc.client5.http.HttpRoute
- getProxyHost() - Method in interface org.apache.hc.client5.http.RouteInfo
-
Obtains the first proxy host.
- getProxyHost() - Method in class org.apache.hc.client5.http.RouteTracker
- getProxyPreferredAuthSchemes() - Method in class org.apache.hc.client5.http.config.RequestConfig
- getReader() - Method in class org.apache.hc.client5.http.entity.mime.StringBody
- getRealm() - Method in interface org.apache.hc.client5.http.auth.AuthScheme
-
Returns authentication realm.
- getRealm() - Method in class org.apache.hc.client5.http.auth.AuthScope
- getRealm() - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
- getRealm() - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- getRealm() - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
- getRealm() - Method in class org.apache.hc.client5.http.impl.auth.NTLMScheme
- getReasonPhrase() - Method in exception org.apache.hc.client5.http.HttpResponseException
- getReasonPhrase() - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- getRedirectLocations() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- getRemoteAddress() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- getRemoteAddress() - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- getRemoteAddress() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- getRequest() - Method in class org.apache.hc.client5.http.fluent.Request
- getRequestAverageDuration() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- getRequestConfig() - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- getRequestConfig() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- getRequestCount() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- getRequestDelegCreds() - Method in class org.apache.hc.client5.http.auth.KerberosConfig
- getRequests() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- getRequestUri(HttpRequest) - Static method in class org.apache.hc.client5.http.impl.ProtocolSupport
- getResponse() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Returns the response that has been generated after shrinking the array if required and base64 encodes the response.
- getResponseFor(String, String, char[], String, String) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
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
-
Returns the response for the given message.
- getResponseMessage() - Method in exception org.apache.hc.client5.http.impl.TunnelRefusedException
- getResponseTimeout() - Method in class org.apache.hc.client5.http.config.RequestConfig
- getRetryInterval(HttpResponse, int, HttpContext) - Method in interface org.apache.hc.client5.http.HttpRequestRetryStrategy
-
Determines the retry interval between subsequent retries.
- getRetryInterval(HttpResponse, int, HttpContext) - Method in class org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy
- getRoute() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- getRoute() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager.InternalConnectionEndpoint
- getRoutes() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- getRoutes() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- getRules() - Method in class org.apache.hc.client5.http.psl.PublicSuffixList
- getScheduled() - Method in class org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable
- getScheduledConnectionCount() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- getScheduledConnections() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- getSchemeName() - Method in class org.apache.hc.client5.http.auth.AuthChallenge
- getSchemeName() - Method in class org.apache.hc.client5.http.auth.AuthScope
- getSealingKey() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
- getSecondaryKey() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Calculate and return random secondary key
- getSerializable() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Returns entity content as a
Serializableif set usingEntityBuilder.setSerializable(java.io.Serializable)method. - getSigningKey() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
- getSocket() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- getSocket() - Method in interface org.apache.hc.client5.http.io.ManagedHttpClientConnection
-
Returns the underlying socket.
- getSocketConfig() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- getSocketFactory() - Static method in class org.apache.hc.client5.http.socket.PlainConnectionSocketFactory
- getSocketFactory() - Static method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
Obtains default SSL socket factory with an SSL context based on the standard JSSE trust material (
cacertsfile in the security properties directory). - getSocketFactoryRegistry(HttpContext) - Method in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
- getSocketHolder() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- getSocketTimeout() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- getSocketTimeout() - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- getSocketTimeout() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- getSSLSession() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- getSSLSession() - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- getSSLSession() - Method in interface org.apache.hc.client5.http.io.ManagedHttpClientConnection
-
Obtains the SSL session of the underlying connection, if any.
- getStarted() - Method in class org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable
- getState() - Method in class org.apache.hc.client5.http.auth.AuthExchange
- getState() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- getStats(HttpRoute) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- getStats(HttpRoute) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- getStatus() - Method in class org.apache.hc.client5.http.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 org.apache.hc.client5.http.HttpResponseException
- getStream() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Returns entity content as a
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
- 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
- getSystemCipherSuits() - Static method in class org.apache.hc.client5.http.ssl.HttpsSupport
- getSystemCreds(String, AuthScope, Authenticator.RequestorType, HttpClientContext) - Static method in class org.apache.hc.client5.http.impl.auth.SystemDefaultCredentialsProvider
- getSystemDefault() - Static method in class org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy
- getSystemProtocols() - Static method in class org.apache.hc.client5.http.ssl.HttpsSupport
- getSystemSocketFactory() - Static method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
Obtains default SSL socket factory with an SSL context based on system properties as described in Java™ Secure Socket Extension (JSSE) Reference Guide.
- getTarget() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type2Message
-
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
-
Retrieve the target info
- getTargetPreferredAuthSchemes() - Method in class org.apache.hc.client5.http.config.RequestConfig
- getTaskAverageDuration() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- getTaskCount() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- getTasks() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- getText() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Returns entity content as a string if set using
EntityBuilder.setText(String)method. - getTimestamp() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
-
Calculate a timestamp
- getTlsDetails() - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- getTotalLength() - Method in class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
-
Determines the total length of the multipart content (content length of individual parts plus that of extra elements required to delimit the parts from one another).
- getTotalStats() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- getTotalStats() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- getTrailerNames() - Method in class org.apache.hc.client5.http.entity.mime.MultipartFormEntity
- getTrailerNames() - Method in class org.apache.hc.client5.http.impl.classic.RequestEntityProxy
- getTrailers() - Method in class org.apache.hc.client5.http.entity.mime.MultipartFormEntity
- getTrailers() - Method in class org.apache.hc.client5.http.impl.classic.RequestEntityProxy
- getTrailers() - Method in class org.apache.hc.client5.http.impl.classic.ResponseEntityProxy
- getTunnelType() - Method in class org.apache.hc.client5.http.HttpRoute
- getTunnelType() - Method in interface org.apache.hc.client5.http.RouteInfo
-
Obtains the tunnel type of this route.
- getTunnelType() - Method in class org.apache.hc.client5.http.RouteTracker
- getType() - Method in class org.apache.hc.client5.http.fluent.Content
- getType() - Method in class org.apache.hc.client5.http.psl.PublicSuffixList
- getType() - Method in class org.apache.hc.client5.http.ssl.SubjectName
- getType1Message(String, String) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
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
-
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
-
Creates the type 3 message using the given server nonce.
- getUseCanonicalHostname() - Method in class org.apache.hc.client5.http.auth.KerberosConfig
- getUsername() - Method in class org.apache.hc.client5.http.auth.NTUserPrincipal
- getUserName() - Method in class org.apache.hc.client5.http.auth.NTCredentials
- getUserName() - Method in class org.apache.hc.client5.http.auth.UsernamePasswordCredentials
- getUserPrincipal() - Method in interface org.apache.hc.client5.http.auth.Credentials
- getUserPrincipal() - Method in class org.apache.hc.client5.http.auth.KerberosCredentials
- getUserPrincipal() - Method in class org.apache.hc.client5.http.auth.NTCredentials
- getUserPrincipal() - Method in class org.apache.hc.client5.http.auth.UsernamePasswordCredentials
- getUserToken() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- getUserToken(Class<T>) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- getUserToken(HttpRoute, 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.impl.io.BasicHttpClientConnectionManager
- getValidateAfterInactivity() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- getValidateAfterInactivity() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- getValidatedConnection() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager.InternalConnectionEndpoint
- getValidatedPoolEntry() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.InternalConnectionEndpoint
- getValidatedPoolEntry() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager.InternalConnectionEndpoint
- getValue() - Method in class org.apache.hc.client5.http.auth.AuthChallenge
- getValue() - Method in interface org.apache.hc.client5.http.cookie.Cookie
-
Returns the value.
- getValue() - Method in class org.apache.hc.client5.http.entity.mime.MimeField
- getValue() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Returns the value.
- getValue() - Method in class org.apache.hc.client5.http.ssl.SubjectName
- getVersion() - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- getWorkstation() - Method in class org.apache.hc.client5.http.auth.NTCredentials
-
Retrieves the netbios workstation name of the computer originating the request.
- GGSSchemeBase - Class in org.apache.hc.client5.http.impl.auth
-
Common behavior for
GSSbased authentication schemes. - GGSSchemeBase() - Constructor for class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
- GGSSchemeBase(KerberosConfig) - Constructor for class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
- GGSSchemeBase(KerberosConfig, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
- GGSSchemeBase.State - Enum in org.apache.hc.client5.http.impl.auth
- GMT - Static variable in class org.apache.hc.client5.http.utils.DateUtils
- gssCredential - Variable in class org.apache.hc.client5.http.auth.KerberosCredentials
-
GSSCredential
- gssCredential - Variable in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
- GZIP_CODEC - Static variable in class org.apache.hc.client5.http.entity.GzipCompressingEntity
- gzipCompressed - Variable in class org.apache.hc.client5.http.entity.EntityBuilder
- gzipCompressed() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Makes entity GZIP compressed.
- GzipCompressingEntity - Class in org.apache.hc.client5.http.entity
-
Wrapping entity that compresses content when
writing. - GzipCompressingEntity(HttpEntity) - Constructor for class org.apache.hc.client5.http.entity.GzipCompressingEntity
- GzipDecompressingEntity - Class in org.apache.hc.client5.http.entity
-
HttpEntityWrapperfor handling gzip Content Coded responses. - GzipDecompressingEntity(HttpEntity) - Constructor for class org.apache.hc.client5.http.entity.GzipDecompressingEntity
-
Creates a new
GzipDecompressingEntitywhich will wrap the specifiedHttpEntity. - GZIPInputStreamFactory - Class in org.apache.hc.client5.http.entity
-
InputStreamFactoryfor handling GZIPContent Coded responses. - GZIPInputStreamFactory() - Constructor for class org.apache.hc.client5.http.entity.GZIPInputStreamFactory
H
- H(int, int, int) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- h1Config - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientEventHandlerFactory
- 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
- H2AsyncClientEventHandlerFactory - Class in org.apache.hc.client5.http.impl.async
- H2AsyncClientEventHandlerFactory(HttpProcessor, HandlerFactory<AsyncPushConsumer>, H2Config, CharCodingConfig) - Constructor for class org.apache.hc.client5.http.impl.async.H2AsyncClientEventHandlerFactory
- H2AsyncMainClientExec - Class in org.apache.hc.client5.http.impl.async
-
Usually the last HTTP/2 request execution handler in the asynchronous request execution chain that is responsible for execution of request / response exchanges with the opposite endpoint.
- H2AsyncMainClientExec() - Constructor for class org.apache.hc.client5.http.impl.async.H2AsyncMainClientExec
- h2Config - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- h2Config - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientEventHandlerFactory
- h2Config - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientEventHandlerFactory
- Handle(byte[], NTLMEngineImpl.Mode, boolean) - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
- handleAsIdempotent(HttpRequest) - Method in class org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy
- handleEntity(HttpEntity) - Method in class org.apache.hc.client5.http.fluent.ContentResponseHandler
- handleEntity(HttpEntity) - Method in class org.apache.hc.client5.http.impl.classic.AbstractHttpClientResponseHandler
-
Handle the response entity and transform it into the actual response object.
- handleEntity(HttpEntity) - Method in class org.apache.hc.client5.http.impl.classic.BasicHttpClientResponseHandler
-
Returns the entity as a body as a String.
- handleInformationResponse(HttpResponse) - Method in interface org.apache.hc.client5.http.async.AsyncExecCallback
-
Triggered to signal receipt of an intermediate response message.
- 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.impl.classic.AbstractHttpClientResponseHandler
-
Read the entity from the response body and pass it to the entity handler method if the response was successful (a 2xx status code).
- handleResponse(ClassicHttpResponse) - Method in class org.apache.hc.client5.http.impl.classic.BasicHttpClientResponseHandler
- handleResponse(HttpResponse, EntityDetails) - Method in interface org.apache.hc.client5.http.async.AsyncExecCallback
-
Triggered to signal receipt of a response message head sent by the server in response to the request being executed.
- handleResponse(HttpClientResponseHandler<T>) - 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
- 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
- hashCode() - Method in class org.apache.hc.client5.http.auth.AuthScope
- hashCode() - Method in class org.apache.hc.client5.http.auth.BasicUserPrincipal
- hashCode() - Method in class org.apache.hc.client5.http.auth.NTCredentials
- hashCode() - Method in class org.apache.hc.client5.http.auth.NTUserPrincipal
- hashCode() - Method in class org.apache.hc.client5.http.auth.UsernamePasswordCredentials
- hashCode() - Method in class org.apache.hc.client5.http.HttpRoute
-
Generates a hash code for this route.
- hashCode() - Method in class org.apache.hc.client5.http.RouteTracker
-
Generates a hash code for this tracked route.
- head() - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- head(String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- head(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- head(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- head(String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.
- head(String) - Static method in class org.apache.hc.client5.http.fluent.Request
- head(URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- head(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- head(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- head(URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.
- head(URI) - Static method in class org.apache.hc.client5.http.fluent.Request
- head(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- head(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- 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.H2AsyncClientEventHandlerFactory
- HEADER_LOG - Static variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientEventHandlerFactory
- HEADER_LOG - Static variable in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- headerIterator() - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- headerIterator(String) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- HEXADECIMAL - Static variable in class org.apache.hc.client5.http.impl.auth.DigestScheme
-
Hexa values used when creating 32 character long digest in HTTP DigestScheme in case of authentication.
- hexDigit(int) - Static method in class org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart
-
Returns the upper case hex digit of the lower 4 bits of the int.
- hmacMD5(byte[], byte[]) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Calculates HMAC-MD5
- HMACMD5(byte[]) - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.HMACMD5
- host - Variable in class org.apache.hc.client5.http.auth.AuthScope
- host - Variable in class org.apache.hc.client5.http.cookie.CookieOrigin
- hostBytes - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type1Message
- hostBytes - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
- 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
- hostnameVerifier - Variable in class org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy
- hostnameVerifier - Variable in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
- hostnameVerifier - Variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- hostnameVerifier - Variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
- HTTP_ROUTE - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Attribute name of a
RouteInfoobject that represents the actual connection route. - http1Config - Variable in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory.Builder
- http1Config(Http1Config) - Method in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory.Builder
- http1ConnectionReuseStrategy - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientEventHandlerFactory
- http1RequestWriterFactory - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientEventHandlerFactory
- http1ResponseParserFactory - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientEventHandlerFactory
- HttpAsyncClient - Interface in org.apache.hc.client5.http.async
-
This interface represents only the most basic contract for HTTP request execution.
- HttpAsyncClientEventHandlerFactory - Class in org.apache.hc.client5.http.impl.async
- HttpAsyncClientEventHandlerFactory(HttpProcessor, HandlerFactory<AsyncPushConsumer>, HttpVersionPolicy, H2Config, Http1Config, CharCodingConfig, ConnectionReuseStrategy) - Constructor for class org.apache.hc.client5.http.impl.async.HttpAsyncClientEventHandlerFactory
- 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(ConnectionKeepAliveStrategy, UserTokenHandler) - Constructor for class org.apache.hc.client5.http.impl.async.HttpAsyncMainClientExec
- HttpAuthenticator - Class in org.apache.hc.client5.http.impl.auth
-
Utility class that implements commons aspects of the client side HTTP authentication.
- HttpAuthenticator() - Constructor for class org.apache.hc.client5.http.impl.auth.HttpAuthenticator
- HttpAuthenticator(Logger) - Constructor for class org.apache.hc.client5.http.impl.auth.HttpAuthenticator
- 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
-
Adaptor class that provides convenience type safe setters and getters for common
HttpContextattributes used in the course of HTTP request execution. - HttpClientContext() - Constructor for class org.apache.hc.client5.http.protocol.HttpClientContext
- HttpClientContext(HttpContext) - Constructor for class org.apache.hc.client5.http.protocol.HttpClientContext
- HttpClientHostnameVerifier - Interface in org.apache.hc.client5.http.ssl
-
Extended
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
- HttpDelete - Class in org.apache.hc.client5.http.classic.methods
-
HTTP DELETE method.
- HttpDelete(String) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpDelete
-
Creates a new instance initialized with the given URI.
- HttpDelete(URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpDelete
-
Creates a new instance initialized with the given URI.
- HttpEntityDigester - Class in org.apache.hc.client5.http.impl.auth
- HttpEntityDigester(MessageDigest) - Constructor for class org.apache.hc.client5.http.impl.auth.HttpEntityDigester
- HttpGet - Class in org.apache.hc.client5.http.classic.methods
-
HTTP GET method.
- HttpGet(String) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpGet
-
Creates a new instance initialized with the given URI.
- HttpGet(URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpGet
-
Creates a new instance initialized with the given URI.
- HttpHead - Class in org.apache.hc.client5.http.classic.methods
-
HTTP HEAD method.
- HttpHead(String) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpHead
- HttpHead(URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpHead
-
Creates a new instance initialized with the given URI.
- HttpHeader - Class in org.apache.hc.client5.http.fluent
- HttpHeader() - Constructor for class org.apache.hc.client5.http.fluent.HttpHeader
- HttpHostConnectException - Exception in org.apache.hc.client5.http
-
A
ConnectExceptionthat specifies theNamedEndpointthat was being connected to. - HttpHostConnectException(String) - Constructor for exception org.apache.hc.client5.http.HttpHostConnectException
-
Creates a HttpHostConnectException with the specified detail message.
- HttpHostConnectException(String, NamedEndpoint) - Constructor for exception org.apache.hc.client5.http.HttpHostConnectException
- HttpMultipartMode - Enum in org.apache.hc.client5.http.entity.mime
-
MIME compliance mode.
- HttpMultipartMode() - Constructor for enum org.apache.hc.client5.http.entity.mime.HttpMultipartMode
- HttpOptions - Class in org.apache.hc.client5.http.classic.methods
-
HTTP OPTIONS method.
- HttpOptions(String) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpOptions
-
Creates a new instance initialized with the given URI.
- HttpOptions(URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpOptions
-
Creates a new instance initialized with the given URI.
- HttpPatch - Class in org.apache.hc.client5.http.classic.methods
-
HTTP PATCH method.
- HttpPatch(String) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpPatch
-
Creates a new instance initialized with the given URI.
- HttpPatch(URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpPatch
-
Creates a new instance initialized with the given URI.
- HttpPost - Class in org.apache.hc.client5.http.classic.methods
-
HTTP POST method.
- HttpPost(String) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpPost
-
Creates a new instance initialized with the given URI.
- HttpPost(URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpPost
-
Creates a new instance initialized with the given URI.
- httpProcessor - Variable in class org.apache.hc.client5.http.impl.async.AsyncProtocolExec
- httpProcessor - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientEventHandlerFactory
- httpProcessor - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientEventHandlerFactory
- httpProcessor - Variable in class org.apache.hc.client5.http.impl.classic.MinimalHttpClient
- httpProcessor - Variable in class org.apache.hc.client5.http.impl.classic.ProtocolExec
- httpProcessor - Variable in class org.apache.hc.client5.http.impl.classic.ProxyClient
- HttpPut - Class in org.apache.hc.client5.http.classic.methods
-
HTTP PUT method.
- HttpPut(String) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpPut
-
Creates a new instance initialized with the given URI.
- HttpPut(URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpPut
-
Creates a new instance initialized with the given URI.
- HttpRequestFutureTask<V> - Class in org.apache.hc.client5.http.impl.classic
- HttpRequestFutureTask(ClassicHttpRequest, HttpRequestTaskCallable<V>) - Constructor for class org.apache.hc.client5.http.impl.classic.HttpRequestFutureTask
- HttpRequestRetryExec - Class in org.apache.hc.client5.http.impl.classic
-
Request executor in the request execution chain that is responsible for making a decision whether a request that failed due to an I/O exception or received a specific response from the target server should be re-executed.
- HttpRequestRetryExec(HttpRequestRetryStrategy) - Constructor for class org.apache.hc.client5.http.impl.classic.HttpRequestRetryExec
- HttpRequestRetryStrategy - Interface in org.apache.hc.client5.http
-
Strategy interface that allows API users to plug in their own logic to control whether or not a retry should automatically be done, how many times it should be done and so on.
- HttpRequestTaskCallable<V> - Class in org.apache.hc.client5.http.impl.classic
- HttpRequestTaskCallable(HttpClient, ClassicHttpRequest, HttpContext, HttpClientResponseHandler<V>, FutureCallback<V>, FutureRequestExecutionMetrics) - Constructor for class org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable
- HttpResponseException - Exception in org.apache.hc.client5.http
-
Signals a non 2xx HTTP response.
- HttpResponseException(int, String) - Constructor for exception org.apache.hc.client5.http.HttpResponseException
- HttpRFC6532Multipart - Class in org.apache.hc.client5.http.entity.mime
- HttpRFC6532Multipart(Charset, String, List<MultipartPart>) - Constructor for class org.apache.hc.client5.http.entity.mime.HttpRFC6532Multipart
- HttpRFC7578Multipart - Class in org.apache.hc.client5.http.entity.mime
- HttpRFC7578Multipart(Charset, String, List<MultipartPart>) - Constructor for class org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart
- HttpRFC7578Multipart.PercentCodec - Class in org.apache.hc.client5.http.entity.mime
- HttpRoute - Class in org.apache.hc.client5.http
-
Connection route definition for HTTP requests.
- HttpRoute(HttpHost) - Constructor for class org.apache.hc.client5.http.HttpRoute
-
Creates a new direct insecure route.
- HttpRoute(HttpHost, InetAddress, boolean) - Constructor for class org.apache.hc.client5.http.HttpRoute
-
Creates a new direct route.
- HttpRoute(HttpHost, InetAddress, List<HttpHost>, boolean, RouteInfo.TunnelType, RouteInfo.LayerType) - Constructor for class org.apache.hc.client5.http.HttpRoute
- HttpRoute(HttpHost, InetAddress, HttpHost[], boolean, RouteInfo.TunnelType, RouteInfo.LayerType) - Constructor for class org.apache.hc.client5.http.HttpRoute
-
Creates a new route with all attributes specified explicitly.
- HttpRoute(HttpHost, InetAddress, HttpHost, boolean) - Constructor for class org.apache.hc.client5.http.HttpRoute
-
Creates a new route through a proxy.
- HttpRoute(HttpHost, InetAddress, HttpHost, boolean, RouteInfo.TunnelType, RouteInfo.LayerType) - Constructor for class org.apache.hc.client5.http.HttpRoute
-
Creates a new route with at most one proxy.
- HttpRoute(HttpHost, HttpHost) - Constructor for class org.apache.hc.client5.http.HttpRoute
-
Creates a new plain route through a proxy.
- HttpRouteDirector - Interface in org.apache.hc.client5.http.routing
-
Provides directions on establishing a route.
- HttpRoutePlanner - Interface in org.apache.hc.client5.http.routing
-
Encapsulates logic to compute a
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<MultipartPart>) - Constructor for class org.apache.hc.client5.http.entity.mime.HttpStrictMultipart
- HttpTrace - Class in org.apache.hc.client5.http.classic.methods
-
HTTP TRACE method.
- HttpTrace(String) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpTrace
-
Creates a new instance initialized with the given URI.
- HttpTrace(URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpTrace
-
Creates a new instance initialized with the given URI.
- HttpUriRequest - Interface in org.apache.hc.client5.http.classic.methods
-
Extended version of the
ClassicHttpRequestinterface that provides convenience methods to access request properties such as request URI and method type. - HttpUriRequestBase - Class in org.apache.hc.client5.http.classic.methods
- HttpUriRequestBase(String, URI) - Constructor for class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
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(H2ConnPool, TimeValue) - Constructor for class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.IdleConnectionEvictor
- IdleConnectionEvictor(ConnPoolControl<?>, ThreadFactory, TimeValue, TimeValue) - Constructor for class org.apache.hc.client5.http.impl.IdleConnectionEvictor
- IdleConnectionEvictor(ConnPoolControl<?>, TimeValue) - Constructor for class org.apache.hc.client5.http.impl.IdleConnectionEvictor
- IdleConnectionEvictor(ConnPoolControl<?>, TimeValue, TimeValue) - Constructor for class org.apache.hc.client5.http.impl.IdleConnectionEvictor
- IE_MEDIUM_SECURITY - Enum constant in enum org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory.CompatibilityLevel
- IF_MODIFIED_SINCE - Static variable in class org.apache.hc.client5.http.fluent.HttpHeader
- 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.
- IgnoreCompleteExceptonFutureCallback<T> - Class in org.apache.hc.client5.http.async.methods
- IgnoreCompleteExceptonFutureCallback(FutureCallback<T>) - Constructor for class org.apache.hc.client5.http.async.methods.IgnoreCompleteExceptonFutureCallback
- IgnoreCookieSpecFactory - Class in org.apache.hc.client5.http.impl.cookie
-
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
- ignoreUnknown - Variable in class org.apache.hc.client5.http.impl.classic.ContentCompressionExec
- in - Variable in class org.apache.hc.client5.http.entity.mime.InputStreamBody
- in - Variable in class org.apache.hc.client5.http.impl.io.LoggingInputStream
- incomingContentLengthStrategy - Variable in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory.Builder
- incomingContentLengthStrategy(ContentLengthStrategy) - Method in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory.Builder
- incomingContentStrategy - Variable in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
- increment(long) - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics.DurationCounter
- incrementRequestCount() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- incrementResponseCount() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- informationResponse(HttpResponse, HttpContext) - Method in class org.apache.hc.client5.http.async.methods.AbstractBinResponseConsumer
- informationResponse(HttpResponse, HttpContext) - Method in class org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer
- informationResponse(HttpResponse, HttpContext) - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseConsumer
- initCipher() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
- initializeEngine(SSLEngine) - Method in class org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy
- initiateShutdown() - Method in class org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase
- initiateShutdown() - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
- initPreemptive(Credentials) - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
- initPreemptive(Credentials, String, String) - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- initWrapper() - Method in class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
- InMemoryDnsResolver - Class in org.apache.hc.client5.http.impl
-
In-memory
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.
- input(byte[]) - Method in class org.apache.hc.client5.http.impl.Wire
- input(byte[], int, int) - Method in class org.apache.hc.client5.http.impl.Wire
- input(int) - Method in class org.apache.hc.client5.http.impl.Wire
- input(String) - Method in class org.apache.hc.client5.http.impl.Wire
- input(ByteBuffer) - Method in class org.apache.hc.client5.http.impl.Wire
- InputStreamBody - Class in org.apache.hc.client5.http.entity.mime
-
Binary body part backed by an input stream.
- InputStreamBody(InputStream, String) - Constructor for class org.apache.hc.client5.http.entity.mime.InputStreamBody
- InputStreamBody(InputStream, ContentType) - Constructor for class org.apache.hc.client5.http.entity.mime.InputStreamBody
- InputStreamBody(InputStream, ContentType, String) - Constructor for class org.apache.hc.client5.http.entity.mime.InputStreamBody
- InputStreamBody(InputStream, ContentType, String, long) - Constructor for class org.apache.hc.client5.http.entity.mime.InputStreamBody
- inputStreamFactory - Variable in class org.apache.hc.client5.http.entity.DecompressingEntity
- inputStreamFactory - Variable in class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
- InputStreamFactory - Interface in org.apache.hc.client5.http.entity
-
Factory for decorated
InputStreams. - INSTANCE - Static variable in class org.apache.hc.client5.http.cookie.CookiePathComparator
- INSTANCE - Static variable in class org.apache.hc.client5.http.cookie.CookiePriorityComparator
- INSTANCE - Static variable in class org.apache.hc.client5.http.entity.DeflateInputStreamFactory
-
Singleton instance.
- INSTANCE - Static variable in class org.apache.hc.client5.http.entity.GZIPInputStreamFactory
-
Singleton instance.
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.async.LoggingExceptionCallback
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.async.LoggingIOSessionDecorator
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.auth.AuthChallengeParser
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.auth.BasicSchemeFactory
-
Singleton instance with a null Charset.
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.auth.DigestSchemeFactory
-
Singleton instance.
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMSchemeFactory
-
Singleton instance.
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.classic.ClassicRequestCopier
-
Deprecated.
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.DefaultAuthenticationStrategy
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.DefaultClientConnectionReuseStrategy
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.DefaultConnectionKeepAliveStrategy
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.DefaultRedirectStrategy
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.DefaultSchemePortResolver
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.DefaultUserTokenHandler
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.NoopUserTokenHandler
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.RequestCopier
-
Deprecated.
- INSTANCE - Static variable in class org.apache.hc.client5.http.socket.PlainConnectionSocketFactory
- INSTANCE - Static variable in class org.apache.hc.client5.http.ssl.DistinguishedNameParser
- INSTANCE - Static variable in class org.apache.hc.client5.http.ssl.NoopHostnameVerifier
- INSTANCE - Static variable in class org.apache.hc.client5.http.ssl.TrustAllStrategy
- INSTANCE - Static variable in class org.apache.hc.client5.http.ssl.TrustSelfSignedStrategy
- INSTANCE - Static variable in class org.apache.hc.client5.http.SystemDefaultDnsResolver
- interceptor - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.ExecInterceptorEntry
- interceptor - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.RequestInterceptorEntry
- interceptor - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.ResponseInterceptorEntry
- interceptor - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder.ExecInterceptorEntry
- interceptor - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder.RequestInterceptorEntry
- interceptor - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder.ResponseInterceptorEntry
- internal - Variable in class org.apache.hc.client5.http.impl.auth.SystemDefaultCredentialsProvider
- InternalAbstractHttpAsyncClient - Class in org.apache.hc.client5.http.impl.async
- InternalAbstractHttpAsyncClient(DefaultConnectingIOReactor, AsyncPushConsumerRegistry, ThreadFactory, AsyncExecChainElement, Lookup<CookieSpecFactory>, Lookup<AuthSchemeFactory>, CookieStore, CredentialsProvider, RequestConfig, List<Closeable>) - Constructor for class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- InternalAbstractHttpAsyncClient.ScheduledRequestExecution - Class in org.apache.hc.client5.http.impl.async
- InternalAsyncClientEndpoint(AsyncConnectionEndpoint) - Constructor for class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient.InternalAsyncClientEndpoint
- internalClose(CloseMode) - Method in class org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase
- internalClose(CloseMode) - Method in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- InternalConnectionEndpoint(HttpRoute, ManagedHttpClientConnection) - Constructor for class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager.InternalConnectionEndpoint
- InternalConnectionEndpoint(PoolEntry<HttpRoute, ManagedHttpClientConnection>) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.InternalConnectionEndpoint
- InternalConnectionEndpoint(PoolEntry<HttpRoute, ManagedAsyncClientConnection>) - Constructor for class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager.InternalConnectionEndpoint
- InternalExecRuntime - Class in org.apache.hc.client5.http.impl.classic
- InternalExecRuntime(Logger, HttpClientConnectionManager, HttpRequestExecutor, CancellableDependency) - Constructor for class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- internalExecute(AtomicBoolean, HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.async.AsyncProtocolExec
- 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
- InternalH2AsyncClient - Class in org.apache.hc.client5.http.impl.async
-
Internal implementation of HTTP/2 only
CloseableHttpAsyncClient. - InternalH2AsyncClient(DefaultConnectingIOReactor, AsyncExecChainElement, AsyncPushConsumerRegistry, ThreadFactory, H2ConnPool, HttpRoutePlanner, Lookup<CookieSpecFactory>, Lookup<AuthSchemeFactory>, CookieStore, CredentialsProvider, RequestConfig, List<Closeable>) - Constructor for class org.apache.hc.client5.http.impl.async.InternalH2AsyncClient
- InternalH2AsyncExecRuntime - Class in org.apache.hc.client5.http.impl.async
- InternalH2AsyncExecRuntime(Logger, H2ConnPool, HandlerFactory<AsyncPushConsumer>) - Constructor for class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- InternalH2AsyncExecRuntime.Endpoint - 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, HttpVersionPolicy, Lookup<CookieSpecFactory>, Lookup<AuthSchemeFactory>, CookieStore, CredentialsProvider, RequestConfig, List<Closeable>) - Constructor for class org.apache.hc.client5.http.impl.async.InternalHttpAsyncClient
- InternalHttpAsyncExecRuntime - Class in org.apache.hc.client5.http.impl.async
- InternalHttpAsyncExecRuntime(Logger, AsyncClientConnectionManager, ConnectionInitiator, HandlerFactory<AsyncPushConsumer>, HttpVersionPolicy) - Constructor for class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- InternalHttpClient - Class in org.apache.hc.client5.http.impl.classic
-
Internal implementation of
CloseableHttpClient. - InternalHttpClient(HttpClientConnectionManager, HttpRequestExecutor, ExecChainElement, HttpRoutePlanner, Lookup<CookieSpecFactory>, Lookup<AuthSchemeFactory>, CookieStore, CredentialsProvider, RequestConfig, List<Closeable>) - Constructor for class org.apache.hc.client5.http.impl.classic.InternalHttpClient
- InternalTokenParser() - Constructor for class org.apache.hc.client5.http.ssl.DistinguishedNameParser.InternalTokenParser
- InvalidCredentialsException - Exception in org.apache.hc.client5.http.auth
-
Authentication credentials required to respond to a authentication challenge are invalid
- InvalidCredentialsException() - Constructor for exception org.apache.hc.client5.http.auth.InvalidCredentialsException
-
Creates a new InvalidCredentialsException with a
nulldetail message. - InvalidCredentialsException(String) - Constructor for exception org.apache.hc.client5.http.auth.InvalidCredentialsException
-
Creates a new InvalidCredentialsException with the specified message.
- InvalidCredentialsException(String, Throwable) - Constructor for exception org.apache.hc.client5.http.auth.InvalidCredentialsException
-
Creates a new InvalidCredentialsException with the specified detail message and cause.
- ioReactor - Variable in class org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase
- ioReactorConfig - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- ioSession - Variable in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- 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
- 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
- isAborted() - Method in interface org.apache.hc.client5.http.classic.methods.HttpUriRequest
-
Tests if the request execution has been aborted.
- isAborted() - Method in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
- isAfter(MessageHeaders, MessageHeaders, String) - Static method in class org.apache.hc.client5.http.utils.DateUtils
-
Tests if the first message is after (newer) than second one using the given message header for comparison.
- isAuthenticationEnabled() - Method in class org.apache.hc.client5.http.config.RequestConfig
- isBefore(MessageHeaders, MessageHeaders, String) - Static method in class org.apache.hc.client5.http.utils.DateUtils
-
Tests if the first message is before (older) than the second one using the given message header for comparison.
- isBytes() - Method in class org.apache.hc.client5.http.async.methods.SimpleBody
- isCancelled() - Method in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
- isCancelled() - Method in class org.apache.hc.client5.http.impl.Operations.CompletedFuture
- isChallengeComplete() - Method in interface org.apache.hc.client5.http.auth.AuthScheme
-
Authentication process may involve a series of challenge-response exchanges.
- isChallengeComplete() - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
- isChallengeComplete() - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- isChallengeComplete() - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
- isChallengeComplete() - Method in class org.apache.hc.client5.http.impl.auth.NTLMScheme
- isChallenged(HttpHost, ChallengeType, HttpResponse, AuthExchange, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.HttpAuthenticator
-
Determines whether the given response represents an authentication challenge.
- isChunked() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Returns
trueif entity is to be chunk coded,falseotherwise. - isChunked() - Method in class org.apache.hc.client5.http.entity.GzipCompressingEntity
- isChunked() - Method in class org.apache.hc.client5.http.entity.mime.MultipartFormEntity
- isChunked() - Method in class org.apache.hc.client5.http.impl.classic.RequestEntityProxy
- isCircularRedirectsAllowed() - Method in class org.apache.hc.client5.http.config.RequestConfig
- isConnected() - Method in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient.InternalAsyncClientEndpoint
- isConnected() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager.InternalConnectionEndpoint
- isConnected() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.InternalConnectionEndpoint
- isConnected() - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager.InternalConnectionEndpoint
- isConnected() - Method in class org.apache.hc.client5.http.io.ConnectionEndpoint
-
Determines if the connection to the remote endpoint is still open and valid.
- isConnected() - Method in class org.apache.hc.client5.http.nio.AsyncConnectionEndpoint
-
Determines if the connection to the remote endpoint is still open and valid.
- isConnected() - Method in class org.apache.hc.client5.http.RouteTracker
- isConnection - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
- isConnectionBased() - Method in class org.apache.hc.client5.http.auth.AuthExchange
-
Returns
trueif the actual authentication scheme is connection based. - isConnectionBased() - Method in interface org.apache.hc.client5.http.auth.AuthScheme
-
Determines if the authentication scheme is expected to provide an authorization response on a per connection basis instead of the standard per request basis
- isConnectionBased() - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
- isConnectionBased() - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- isConnectionBased() - Method in class org.apache.hc.client5.http.impl.auth.KerberosScheme
- isConnectionBased() - Method in class org.apache.hc.client5.http.impl.auth.NTLMScheme
- isConnectionBased() - Method in class org.apache.hc.client5.http.impl.auth.SPNegoScheme
- 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
- 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(Date) - Method in interface org.apache.hc.client5.http.cookie.Cookie
-
Returns true if this cookie has expired.
- isExpired(Date) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Returns true if this cookie has expired.
- isGzipCompressed() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Returns
trueif entity is to be GZIP compressed,falseotherwise. - isHardCancellationEnabled() - Method in class org.apache.hc.client5.http.config.RequestConfig
- 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
- 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. - isRedirected(HttpRequest, HttpResponse, HttpContext) - Method in class org.apache.hc.client5.http.impl.DefaultRedirectStrategy
- isRedirected(HttpRequest, HttpResponse, HttpContext) - Method in interface org.apache.hc.client5.http.protocol.RedirectStrategy
-
Determines if a request should be redirected to a new location given the response from the target server.
- isRedirectsEnabled() - Method in class org.apache.hc.client5.http.config.RequestConfig
- isReleased() - Method in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient.InternalAsyncClientEndpoint
- isRepeatable() - Method in class org.apache.hc.client5.http.entity.mime.MultipartFormEntity
- isRepeatable() - Method in class org.apache.hc.client5.http.impl.classic.RequestEntityProxy
- isRepeatable() - Method in class org.apache.hc.client5.http.impl.classic.ResponseEntityProxy
- isResponseReady(HttpHost, CredentialsProvider, HttpContext) - Method in interface org.apache.hc.client5.http.auth.AuthScheme
-
Determines whether or not an authorization response can be generated based on the actual authentication state.
- isResponseReady(HttpHost, CredentialsProvider, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
- isResponseReady(HttpHost, CredentialsProvider, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- isResponseReady(HttpHost, CredentialsProvider, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
- isResponseReady(HttpHost, CredentialsProvider, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.NTLMScheme
- isRunning() - Method in class org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase
- isRunning() - Method in class org.apache.hc.client5.http.impl.IdleConnectionEvictor
- 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
- isStale() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- isStreaming() - Method in class org.apache.hc.client5.http.entity.mime.MultipartFormEntity
- isStreaming() - Method in class org.apache.hc.client5.http.impl.classic.RequestEntityProxy
- isText() - Method in class org.apache.hc.client5.http.async.methods.SimpleBody
- isTrusted(X509Certificate[], String) - Method in class org.apache.hc.client5.http.ssl.TrustAllStrategy
- isTrusted(X509Certificate[], String) - Method in class org.apache.hc.client5.http.ssl.TrustSelfSignedStrategy
- isTunnelled() - Method in class org.apache.hc.client5.http.HttpRoute
- isTunnelled() - Method in interface org.apache.hc.client5.http.RouteInfo
-
Checks whether this route is tunnelled through a proxy.
- isTunnelled() - Method in class org.apache.hc.client5.http.RouteTracker
- 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
- iterator() - Method in class org.apache.hc.client5.http.entity.mime.Header
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.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
- KERBEROS - Static variable in class org.apache.hc.client5.http.auth.StandardAuthScheme
-
Kerberos authentication scheme as defined in RFC 4120 (considered to be the most secure among currently supported authentication schemes).
- KERBEROS_OID - Static variable in class org.apache.hc.client5.http.impl.auth.KerberosScheme
- KERBEROS_SCHEME - Static variable in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
- KerberosConfig - Class in org.apache.hc.client5.http.auth
-
Immutable class encapsulating Kerberos configuration options.
- KerberosConfig() - Constructor for class org.apache.hc.client5.http.auth.KerberosConfig
-
Intended for CDI compatibility
- KerberosConfig(KerberosConfig.Option, KerberosConfig.Option, KerberosConfig.Option) - Constructor for class org.apache.hc.client5.http.auth.KerberosConfig
- KerberosConfig.Builder - Class in org.apache.hc.client5.http.auth
- KerberosConfig.Option - Enum in org.apache.hc.client5.http.auth
- KerberosCredentials - Class in org.apache.hc.client5.http.auth
-
Kerberos specific
Credentialsrepresentation based onGSSCredential. - KerberosCredentials(GSSCredential) - Constructor for class org.apache.hc.client5.http.auth.KerberosCredentials
-
Constructor with GSSCredential argument
- KerberosScheme - Class in org.apache.hc.client5.http.impl.auth
-
Kerberos authentication scheme.
- KerberosScheme() - Constructor for class org.apache.hc.client5.http.impl.auth.KerberosScheme
- KerberosScheme(KerberosConfig, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.auth.KerberosScheme
- KerberosSchemeFactory - Class in org.apache.hc.client5.http.impl.auth
-
AuthSchemeFactoryimplementation that creates and initializesKerberosSchemeinstances. - KerberosSchemeFactory(KerberosConfig, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.auth.KerberosSchemeFactory
L
- lanManagerSessionKey - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
- 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.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
- lastNonce - Variable in class org.apache.hc.client5.http.impl.auth.DigestScheme
- lastRouteBackoffs - Variable in class org.apache.hc.client5.http.impl.classic.AIMDBackoffManager
- lastRouteProbes - Variable in class org.apache.hc.client5.http.impl.classic.AIMDBackoffManager
- 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
- LAYER_PROTOCOL - Static variable in interface org.apache.hc.client5.http.routing.HttpRouteDirector
-
Step: layer protocol (over tunnel).
- layered - Variable in class org.apache.hc.client5.http.HttpRoute
-
Whether the route is layered.
- layered - Variable in class org.apache.hc.client5.http.RouteTracker
-
Whether the route is layered over a tunnel.
- LAYERED - Enum constant in enum org.apache.hc.client5.http.RouteInfo.LayerType
- LayeredConnectionSocketFactory - Interface in org.apache.hc.client5.http.socket
-
Extended
ConnectionSocketFactoryinterface for layered sockets such as SSL/TLS. - layerProtocol(boolean) - Method in class org.apache.hc.client5.http.RouteTracker
-
Tracks layering a protocol.
- LayerType() - Constructor for enum org.apache.hc.client5.http.RouteInfo.LayerType
- LazyDecompressingInputStream - Class in org.apache.hc.client5.http.entity
-
Lazy init InputStream wrapper.
- LazyDecompressingInputStream(InputStream, InputStreamFactory) - Constructor for class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
- lease(String, HttpRoute, Object) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- lease(String, HttpRoute, Object) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- lease(String, HttpRoute, Object, Timeout, FutureCallback<AsyncConnectionEndpoint>) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- lease(String, HttpRoute, Object, Timeout, FutureCallback<AsyncConnectionEndpoint>) - Method in interface org.apache.hc.client5.http.nio.AsyncClientConnectionManager
-
Returns a
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<AsyncClientEndpoint>) - Method in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient
- lease(HttpHost, HttpContext, FutureCallback<AsyncClientEndpoint>) - Method in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient
- leased - Variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- leaseEndpoint(HttpHost, Timeout, Timeout, HttpClientContext, FutureCallback<AsyncConnectionEndpoint>) - Method in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient
- LeaseRequest - Interface in org.apache.hc.client5.http.io
-
Represents a request for a
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<MultipartPart>) - Constructor for class org.apache.hc.client5.http.entity.mime.LegacyMultipart
- LenientHttpResponseParser - Class in org.apache.hc.client5.http.impl.io
-
Lenient HTTP response parser implementation that can skip malformed data until a valid HTTP response message head is encountered.
- LenientHttpResponseParser(Http1Config) - Constructor for class org.apache.hc.client5.http.impl.io.LenientHttpResponseParser
-
Creates new instance of DefaultHttpResponseParser.
- LenientHttpResponseParser(LineParser, HttpResponseFactory<ClassicHttpResponse>, Http1Config) - Constructor for class org.apache.hc.client5.http.impl.io.LenientHttpResponseParser
-
Creates new instance of DefaultHttpResponseParser.
- lineParser - Variable in class org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory
- lm2SessionResponse - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
- lmHash - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
- lmHash(char[]) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Creates the LM Hash of the user's password.
- lmResp - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
- lmResponse - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
- lmResponse(byte[], byte[]) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
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
- lmv2Hash - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
- lmv2Hash(String, String, byte[]) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Creates the LMv2 Hash of the user's password.
- lmv2Response - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
- lmv2Response(byte[], byte[], byte[]) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
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
- 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
- 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.auth.HttpAuthenticator
- log - Variable in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- log - Variable in class org.apache.hc.client5.http.impl.Wire
- log - Variable in class org.apache.hc.client5.http.ssl.TlsSessionValidator
- LOG - Static variable in class org.apache.hc.client5.http.async.methods.IgnoreCompleteExceptonFutureCallback
- 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.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.DigestScheme
- LOG - Static variable in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
- LOG - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMScheme
- 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.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.MainClientExec
- LOG - Static variable in class org.apache.hc.client5.http.impl.classic.MinimalHttpClient
- LOG - Static variable in class org.apache.hc.client5.http.impl.classic.ProtocolExec
- LOG - Static variable in class org.apache.hc.client5.http.impl.classic.RedirectExec
- LOG - Static variable in class org.apache.hc.client5.http.impl.DefaultAuthenticationStrategy
- LOG - Static variable in class org.apache.hc.client5.http.impl.InMemoryDnsResolver
-
Logger associated to this class.
- LOG - Static variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- LOG - Static variable in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
- LOG - Static variable in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- LOG - Static variable in class org.apache.hc.client5.http.impl.io.LenientHttpResponseParser
- LOG - Static variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- LOG - Static variable in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- LOG - Static variable in class org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester
- LOG - Static variable in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- LOG - Static variable in class org.apache.hc.client5.http.protocol.RequestAddCookies
- LOG - Static variable in class org.apache.hc.client5.http.protocol.RequestAuthCache
- LOG - Static variable in class org.apache.hc.client5.http.protocol.RequestClientConnControl
- LOG - Static variable in class org.apache.hc.client5.http.protocol.ResponseProcessCookies
- LOG - Static variable in class org.apache.hc.client5.http.psl.PublicSuffixMatcherLoader
- LOG - Static variable in class org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy
- LOG - Static variable in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- LOG - Static variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- LogAppendable - Class in org.apache.hc.client5.http.impl.async
- LogAppendable(Logger, String) - Constructor for class org.apache.hc.client5.http.impl.async.LogAppendable
- logData(ByteBuffer, String) - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- LoggingAsyncClientExchangeHandler - Class in org.apache.hc.client5.http.impl.async
- LoggingAsyncClientExchangeHandler(Logger, String, AsyncClientExchangeHandler) - Constructor for class org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler
- LoggingExceptionCallback - Class in org.apache.hc.client5.http.impl.async
- LoggingExceptionCallback() - Constructor for class org.apache.hc.client5.http.impl.async.LoggingExceptionCallback
- LoggingInputStream - Class in org.apache.hc.client5.http.impl.io
- LoggingInputStream(InputStream, Wire) - Constructor for class org.apache.hc.client5.http.impl.io.LoggingInputStream
- LoggingIOSession - Class in org.apache.hc.client5.http.impl.async
- LoggingIOSession(IOSession, Logger, Logger) - Constructor for class org.apache.hc.client5.http.impl.async.LoggingIOSession
- LoggingIOSessionDecorator - Class in org.apache.hc.client5.http.impl.async
- LoggingIOSessionDecorator() - Constructor for class org.apache.hc.client5.http.impl.async.LoggingIOSessionDecorator
- LoggingOutputStream - Class in org.apache.hc.client5.http.impl.io
- LoggingOutputStream(OutputStream, Wire) - Constructor for class org.apache.hc.client5.http.impl.io.LoggingOutputStream
- LoggingSocketHolder - Class in org.apache.hc.client5.http.impl.io
- LoggingSocketHolder(Socket, String, Logger) - Constructor for class org.apache.hc.client5.http.impl.io.LoggingSocketHolder
M
- MAGIC_TLS_SERVER_ENDPOINT - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- 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, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, UserTokenHandler) - Constructor for class org.apache.hc.client5.http.impl.classic.MainClientExec
- makeRandomChallenge(Random) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Calculate a challenge block
- makeSecondaryKey(Random) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Calculate a 16-byte secondary key
- MalformedChallengeException - Exception in org.apache.hc.client5.http.auth
-
Signals that authentication challenge is in some way invalid or illegal in the given context
- MalformedChallengeException() - Constructor for exception org.apache.hc.client5.http.auth.MalformedChallengeException
-
Creates a new MalformedChallengeException with a
nulldetail message. - MalformedChallengeException(String) - Constructor for exception org.apache.hc.client5.http.auth.MalformedChallengeException
-
Creates a new MalformedChallengeException with the specified message.
- MalformedChallengeException(String, Throwable) - Constructor for exception org.apache.hc.client5.http.auth.MalformedChallengeException
-
Creates a new MalformedChallengeException with the specified detail message and cause.
- MalformedCookieException - Exception in org.apache.hc.client5.http.cookie
-
Signals that a cookie is in some way invalid or illegal in a given context
- MalformedCookieException() - Constructor for exception org.apache.hc.client5.http.cookie.MalformedCookieException
-
Creates a new MalformedCookieException with a
nulldetail message. - MalformedCookieException(String) - Constructor for exception org.apache.hc.client5.http.cookie.MalformedCookieException
-
Creates a new MalformedCookieException with a specified message string.
- MalformedCookieException(String, Throwable) - Constructor for exception org.apache.hc.client5.http.cookie.MalformedCookieException
-
Creates a new MalformedCookieException with the specified detail message and cause.
- ManagedAsyncClientConnection - Interface in org.apache.hc.client5.http.nio
-
Represents a managed asynchronous connection whose state and life cycle is managed by a connection manager.
- 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<ClassicHttpResponse>) - Constructor for class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
- ManagedHttpClientConnectionFactory(Http1Config, CharCodingConfig, HttpMessageWriterFactory<ClassicHttpRequest>, HttpMessageParserFactory<ClassicHttpResponse>) - Constructor for class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
- ManagedHttpClientConnectionFactory(Http1Config, CharCodingConfig, HttpMessageWriterFactory<ClassicHttpRequest>, HttpMessageParserFactory<ClassicHttpResponse>, ContentLengthStrategy, ContentLengthStrategy) - Constructor for class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
- ManagedHttpClientConnectionFactory(Http1Config, CharCodingConfig, HttpMessageWriterFactory<ClassicHttpRequest>, HttpMessageParserFactory<ClassicHttpResponse>, ContentLengthStrategy, ContentLengthStrategy, ResponseOutOfOrderStrategy) - Constructor for class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
- ManagedHttpClientConnectionFactory.Builder - Class in org.apache.hc.client5.http.impl.io
-
Builder for
ManagedHttpClientConnectionFactory. - manager - Variable in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncClient
- manager - Variable in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- manager - Variable in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient
- manager - Variable in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- map - Variable in class org.apache.hc.client5.http.impl.auth.BasicAuthCache
- mark(int) - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
-
Mark.
- mark(int) - Method in class org.apache.hc.client5.http.impl.io.LoggingInputStream
- markConnectionNonReusable() - Method in interface org.apache.hc.client5.http.async.AsyncExecRuntime
-
Marks the connection as non re-usable.
- markConnectionNonReusable() - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
-
Marks the connection as non re-usable.
- markConnectionNonReusable() - Method in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- markConnectionNonReusable() - Method in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- markConnectionNonReusable() - Method in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- markConnectionReusable(Object, TimeValue) - Method in interface org.apache.hc.client5.http.async.AsyncExecRuntime
-
Marks the connection as potentially re-usable for the given period of time and also marks it as stateful if the state representation is given.
- markConnectionReusable(Object, TimeValue) - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
-
Marks the connection as potentially re-usable for the given period of time and also marks it as stateful if the state representation is given.
- markConnectionReusable(Object, TimeValue) - Method in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- markConnectionReusable(Object, TimeValue) - Method in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- markConnectionReusable(Object, TimeValue) - Method in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- markSupported() - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
-
Check if mark is supported.
- markSupported() - Method in class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
- markSupported() - Method in class org.apache.hc.client5.http.impl.io.LoggingInputStream
- match(AuthScope) - Method in class org.apache.hc.client5.http.auth.AuthScope
-
Tests if the authentication scopes match.
- match(Cookie, CookieOrigin) - Method in interface org.apache.hc.client5.http.cookie.CookieAttributeHandler
-
Matches the given value (property of the destination host where request is being submitted) with the corresponding cookie attribute.
- match(Cookie, CookieOrigin) - Method in interface org.apache.hc.client5.http.cookie.CookieSpec
-
Determines if a Cookie matches the target location.
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.BasicDomainHandler
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.BasicPathHandler
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.BasicSecureHandler
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.CookieSpecBase
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.IgnoreSpecSpec
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter
-
Never matches if the cookie's domain is from the blacklist.
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- match(DomainType, DomainType) - Static method in class org.apache.hc.client5.http.psl.PublicSuffixMatcher
- matchCN(String, X509Certificate, PublicSuffixMatcher) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- matchCredentials(Map<AuthScope, Credentials>, AuthScope) - Static method in class org.apache.hc.client5.http.impl.auth.BasicCredentialsProvider
-
Find matching
credentialsfor the given authentication scope. - matchDNSName(String, List<SubjectName>, PublicSuffixMatcher) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- matchDomainRoot(String, String) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- matches(String) - Method in class org.apache.hc.client5.http.psl.PublicSuffixMatcher
-
Tests whether the given domain matches any of entry from the public suffix list.
- matches(String, DomainType) - Method in class org.apache.hc.client5.http.psl.PublicSuffixMatcher
-
Tests whether the given domain matches any of entry from the public suffix list.
- matchIdentity(String, String) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- matchIdentity(String, String, PublicSuffixMatcher) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- matchIdentity(String, String, PublicSuffixMatcher, DomainType) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- matchIdentity(String, String, PublicSuffixMatcher, DomainType, boolean) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- matchIdentityStrict(String, String) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- matchIdentityStrict(String, String, PublicSuffixMatcher) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- matchIdentityStrict(String, String, PublicSuffixMatcher, DomainType) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- matchIPAddress(String, List<SubjectName>) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- matchIPv6Address(String, List<SubjectName>) - Static method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- MAX_AGE_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_STRING_BUILDER_SIZE - Static variable in class org.apache.hc.client5.http.impl.Wire
- maxConnPerRoute - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- maxConnTotal - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- maxIdleTime - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- maxIdleTime - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- 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
- MD4() - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.MD4
- md5 - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.HMACMD5
- messageContents - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
The current response
- MessageCopier<T extends org.apache.hc.core5.http.HttpMessage> - Interface in org.apache.hc.client5.http.impl
-
Deprecated.Use message builders.
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.classic.methods.HttpDelete
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.classic.methods.HttpGet
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.classic.methods.HttpHead
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.classic.methods.HttpOptions
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.classic.methods.HttpPatch
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.classic.methods.HttpPost
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.classic.methods.HttpPut
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.classic.methods.HttpTrace
- metrics - Variable in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionService
- metrics - Variable in class org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable
- metrics() - Method in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionService
- MimeConsts - Class in org.apache.hc.client5.http.entity.mime
- MimeConsts() - Constructor for class org.apache.hc.client5.http.entity.mime.MimeConsts
- MimeField - Class in org.apache.hc.client5.http.entity.mime
-
Minimal MIME field.
- MimeField(String, String) - Constructor for class org.apache.hc.client5.http.entity.mime.MimeField
- MimeField(String, String, List<NameValuePair>) - Constructor for class org.apache.hc.client5.http.entity.mime.MimeField
- MimeField(MimeField) - Constructor for class org.apache.hc.client5.http.entity.mime.MimeField
- MinimalH2AsyncClient - Class in org.apache.hc.client5.http.impl.async
-
Minimal implementation of HTTP/2 only
CloseableHttpAsyncClient. - MinimalH2AsyncClient(IOEventHandlerFactory, AsyncPushConsumerRegistry, IOReactorConfig, ThreadFactory, ThreadFactory, DnsResolver, TlsStrategy) - Constructor for class org.apache.hc.client5.http.impl.async.MinimalH2AsyncClient
- MinimalHttpAsyncClient - Class in org.apache.hc.client5.http.impl.async
-
Minimal implementation of
CloseableHttpAsyncClient. - MinimalHttpAsyncClient(IOEventHandlerFactory, AsyncPushConsumerRegistry, HttpVersionPolicy, IOReactorConfig, ThreadFactory, ThreadFactory, AsyncClientConnectionManager, SchemePortResolver) - 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
- 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
- Mode() - Constructor for enum org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Mode
- 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
- MSG_TYPE1_GENERATED - Enum constant in enum org.apache.hc.client5.http.impl.auth.NTLMScheme.State
- MSG_TYPE2_RECEIVED - Enum constant in enum org.apache.hc.client5.http.impl.auth.NTLMScheme.State
- MSG_TYPE3_GENERATED - Enum constant in enum org.apache.hc.client5.http.impl.auth.NTLMScheme.State
- MSV_AV_CHANNEL_BINDINGS - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- MSV_AV_DNS_COMPUTER_NAME - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- MSV_AV_DNS_DOMAIN_NAME - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- MSV_AV_DNS_TREE_NAME - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- MSV_AV_EOL - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- MSV_AV_FLAGS - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- MSV_AV_FLAGS_ACCOUNT_AUTH_CONSTAINED - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- MSV_AV_FLAGS_MIC - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- MSV_AV_FLAGS_UNTRUSTED_TARGET_SPN - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- MSV_AV_NB_COMPUTER_NAME - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- MSV_AV_NB_DOMAIN_NAME - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- MSV_AV_SINGLE_HOST - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- MSV_AV_TARGET_NAME - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- MSV_AV_TIMESTAMP - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- MultihomeConnectionInitiator - Class in org.apache.hc.client5.http.impl.nio
-
Multi-home DNS aware implementation of
ConnectionInitiator. - MultihomeConnectionInitiator(ConnectionInitiator, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.nio.MultihomeConnectionInitiator
- MultihomeIOSessionRequester - Class in org.apache.hc.client5.http.impl.nio
- MultihomeIOSessionRequester(DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.nio.MultihomeIOSessionRequester
- multipart - Variable in class org.apache.hc.client5.http.entity.mime.MultipartFormEntity
- MULTIPART_CHARS - Static variable in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-
The pool of ASCII chars to be used for generating a multipart boundary.
- MultipartEntityBuilder - Class in org.apache.hc.client5.http.entity.mime
-
Builder for multipart
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
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.classic.HttpClientBuilder.ExecInterceptorEntry
- name - Variable in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Cookie name
- namedEndpoint - Variable in exception org.apache.hc.client5.http.ConnectTimeoutException
- namedEndpoint - Variable in exception org.apache.hc.client5.http.HttpHostConnectException
- needAuthentication(AuthExchange, AuthExchange, HttpRoute, ClassicHttpRequest, HttpResponse, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.classic.ProtocolExec
- needAuthentication(AuthExchange, AuthExchange, HttpRoute, HttpRequest, HttpResponse, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.async.AsyncProtocolExec
- needAuthentication(AuthExchange, HttpHost, HttpResponse, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.async.AsyncConnectExec
- netbiosDomain - Variable in class org.apache.hc.client5.http.auth.NTCredentials
-
The netbios domain the authentication request is against
- newInstance() - Static method in class org.apache.hc.client5.http.fluent.Async
- newInstance() - Static method in class org.apache.hc.client5.http.fluent.Executor
- newInstance(CloseableHttpClient) - Static method in class org.apache.hc.client5.http.fluent.Executor
- next - Variable in class org.apache.hc.client5.http.impl.async.AsyncExecChainElement
- next - Variable in class org.apache.hc.client5.http.impl.classic.ExecChainElement
- 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
- 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. - 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
- 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.utils.DnsUtils
- normalize(HttpHost, SchemePortResolver) - Static method in class org.apache.hc.client5.http.routing.RoutingSupport
- normalizePath(Cookie) - Method in class org.apache.hc.client5.http.cookie.CookiePathComparator
- normalizeSyntax(URI) - Static method in class org.apache.hc.client5.http.utils.URIUtils
-
Removes dot segments and performs Syntax-Based Normalization.
- nounceCount - Variable in class org.apache.hc.client5.http.impl.auth.DigestScheme
- NTCredentials - Class in org.apache.hc.client5.http.auth
-
Microsoft Windows specific
Credentialsrepresentation that includes Windows specific attributes such as name of the domain the user belongs to. - NTCredentials(String, char[], String, String) - Constructor for class org.apache.hc.client5.http.auth.NTCredentials
-
Constructor.
- NTCredentials(String, char[], String, String, String) - Constructor for class org.apache.hc.client5.http.auth.NTCredentials
-
Constructor.
- NTLM - Static variable in class org.apache.hc.client5.http.auth.StandardAuthScheme
-
The NTLM authentication scheme is a proprietary Microsoft Windows authentication protocol as defined in [MS-NLMP].
- ntlm2SessionResponse - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
- ntlm2SessionResponse(byte[], byte[], byte[]) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
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
- NTLMEngine - Interface in org.apache.hc.client5.http.impl.auth
-
Abstract NTLM authentication engine.
- NTLMEngineException - Exception in org.apache.hc.client5.http.impl.auth
-
Signals NTLM protocol failure.
- NTLMEngineException() - Constructor for exception org.apache.hc.client5.http.impl.auth.NTLMEngineException
- NTLMEngineException(String) - Constructor for exception org.apache.hc.client5.http.impl.auth.NTLMEngineException
-
Creates a new NTLMEngineException with the specified message.
- NTLMEngineException(String, Throwable) - Constructor for exception org.apache.hc.client5.http.impl.auth.NTLMEngineException
-
Creates a new NTLMEngineException with the specified detail message and cause.
- NTLMEngineImpl - Class in org.apache.hc.client5.http.impl.auth
-
Provides an implementation for NTLMv1, NTLMv2, and NTLM2 Session forms of the NTLM authentication protocol.
- NTLMEngineImpl() - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- NTLMEngineImpl.CipherGen - Class in org.apache.hc.client5.http.impl.auth
- NTLMEngineImpl.Handle - Class in org.apache.hc.client5.http.impl.auth
- NTLMEngineImpl.HMACMD5 - Class in org.apache.hc.client5.http.impl.auth
-
Cryptography support - HMACMD5 - algorithmically based on various web resources by Karl Wright
- NTLMEngineImpl.MD4 - Class in org.apache.hc.client5.http.impl.auth
-
Cryptography support - MD4.
- NTLMEngineImpl.Mode - Enum in org.apache.hc.client5.http.impl.auth
- NTLMEngineImpl.NTLMMessage - Class in org.apache.hc.client5.http.impl.auth
-
NTLM message generation, base class
- NTLMEngineImpl.Type1Message - Class in org.apache.hc.client5.http.impl.auth
-
Type 1 message assembly class
- NTLMEngineImpl.Type2Message - Class in org.apache.hc.client5.http.impl.auth
-
Type 2 message class
- NTLMEngineImpl.Type3Message - Class in org.apache.hc.client5.http.impl.auth
-
Type 3 message assembly class
- ntlmHash - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
- ntlmHash(char[]) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Creates the NTLM Hash of the user's password.
- NTLMMessage() - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
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
-
Constructor to use when message bytes are known
- NTLMMessage(String, int) - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Constructor taking a string
- ntlmResponse - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
- NTLMScheme - Class in org.apache.hc.client5.http.impl.auth
-
NTLM is a proprietary authentication scheme developed by Microsoft and optimized for Windows platforms.
- NTLMScheme() - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMScheme
- NTLMScheme(NTLMEngine) - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMScheme
- NTLMScheme.State - Enum in org.apache.hc.client5.http.impl.auth
- NTLMSchemeFactory - Class in org.apache.hc.client5.http.impl.auth
-
AuthSchemeFactoryimplementation that creates and initializesNTLMSchemeinstances configured to use the defaultNTLMEngineimplementation. - NTLMSchemeFactory() - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMSchemeFactory
- ntlmUserSessionKey - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
- ntlmv2Blob - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
- ntlmv2Hash - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
- ntlmv2Hash(String, String, byte[]) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Creates the NTLMv2 Hash of the user's password.
- ntlmv2Response - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
- ntlmv2UserSessionKey - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
- ntname - Variable in class org.apache.hc.client5.http.auth.NTUserPrincipal
- ntResp - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
- 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
O
- oddParity(byte[]) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Applies odd parity to the given byte array.
- 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
- Operations - Class in org.apache.hc.client5.http.impl
-
Common cancellable operations.
- Operations() - Constructor for class org.apache.hc.client5.http.impl.Operations
- Operations.CompletedFuture<T> - Class in org.apache.hc.client5.http.impl
-
This class represents a
Futurein the completed state with a fixed result. - Option() - Constructor for enum org.apache.hc.client5.http.auth.KerberosConfig.Option
- options() - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- options(String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- options(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- options(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- options(String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.
- options(String) - Static method in class org.apache.hc.client5.http.fluent.Request
- options(URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- options(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- options(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- options(URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.
- options(URI) - Static method in class org.apache.hc.client5.http.fluent.Request
- options(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- options(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- 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.classic - package org.apache.hc.client5.http.classic
-
HTTP client APIs based on the classic (blocking) I/O model.
- org.apache.hc.client5.http.classic.methods - package org.apache.hc.client5.http.classic.methods
-
Common HTTP methods and message handlers for the classic I/O model.
- org.apache.hc.client5.http.config - package org.apache.hc.client5.http.config
-
HTTP client configuration APIs.
- org.apache.hc.client5.http.cookie - package org.apache.hc.client5.http.cookie
-
Client HTTP state management APIs.
- org.apache.hc.client5.http.entity - package org.apache.hc.client5.http.entity
-
Client specific HTTP entity implementations.
- org.apache.hc.client5.http.entity.mime - package org.apache.hc.client5.http.entity.mime
-
MIME coded HTTP entity implementations.
- org.apache.hc.client5.http.fluent - package org.apache.hc.client5.http.fluent
-
Simple facade APIs for HttpClient based on the concept of a fluent interface.
- org.apache.hc.client5.http.impl - package org.apache.hc.client5.http.impl
- org.apache.hc.client5.http.impl.async - package org.apache.hc.client5.http.impl.async
-
Asynchronous HTTP client API implementation that supports both HTTP/2 and HTTP/1.1 transport.
- org.apache.hc.client5.http.impl.auth - package org.apache.hc.client5.http.impl.auth
-
Standard and common HTTP authentication schemes.
- org.apache.hc.client5.http.impl.classic - package org.apache.hc.client5.http.impl.classic
-
Classic HTTP client API implementation that supports HTTP/1.1 transport only.
- org.apache.hc.client5.http.impl.cookie - package org.apache.hc.client5.http.impl.cookie
-
Standard and common HTTP cookie management policies.
- org.apache.hc.client5.http.impl.io - package org.apache.hc.client5.http.impl.io
-
Client connection management functions based the classic connection management APIs.
- org.apache.hc.client5.http.impl.nio - package org.apache.hc.client5.http.impl.nio
-
Client connection management functions based the asynchronous connection management APIs.
- org.apache.hc.client5.http.impl.routing - package org.apache.hc.client5.http.impl.routing
-
Standard client connection routing API implementations.
- org.apache.hc.client5.http.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.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.
- 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.impl.io.LoggingOutputStream
- outgoingContentLengthStrategy - Variable in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory.Builder
- outgoingContentLengthStrategy(ContentLengthStrategy) - Method in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory.Builder
- outgoingContentStrategy - Variable in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
- output(byte[]) - Method in class org.apache.hc.client5.http.impl.Wire
- output(byte[], int, int) - Method in class org.apache.hc.client5.http.impl.Wire
- output(int) - Method in class org.apache.hc.client5.http.impl.Wire
- output(String) - Method in class org.apache.hc.client5.http.impl.Wire
- output(ByteBuffer) - Method in class org.apache.hc.client5.http.impl.Wire
P
- PARAM_DELIMITER - Static variable in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- parameters - Variable in class org.apache.hc.client5.http.entity.EntityBuilder
- parameters - Variable in class org.apache.hc.client5.http.entity.mime.MimeField
- paramMap - Variable in class org.apache.hc.client5.http.impl.auth.BasicScheme
- paramMap - Variable in class org.apache.hc.client5.http.impl.auth.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
- parse(Reader) - Method in class org.apache.hc.client5.http.psl.PublicSuffixListParser
-
Parses the public suffix list format.
- parse(String) - Method in class org.apache.hc.client5.http.ssl.DistinguishedNameParser
- parse(ChallengeType, CharSequence, ParserCursor) - Method in class org.apache.hc.client5.http.impl.auth.AuthChallengeParser
-
Parses the given sequence of characters into a list of
AuthChallengeelements. - 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.BasicMaxAgeHandler
- parse(SetCookie, String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicPathHandler
- parse(SetCookie, String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicSecureHandler
- parse(SetCookie, String) - Method in class org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler
- parse(SetCookie, String) - Method in class org.apache.hc.client5.http.impl.cookie.LaxMaxAgeHandler
- parse(SetCookie, String) - Method in class org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter
- parse(HeaderElement[], CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.CookieSpecBase
- parse(Header, CookieOrigin) - Method in interface org.apache.hc.client5.http.cookie.CookieSpec
-
Parse the
"Set-Cookie"Header into an array of Cookies. - parse(Header, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.IgnoreSpecSpec
- parse(Header, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- parse(CharArrayBuffer, Tokenizer.Cursor) - Method in class org.apache.hc.client5.http.ssl.DistinguishedNameParser
- parseByType(Reader) - Method in class org.apache.hc.client5.http.psl.PublicSuffixListParser
-
Parses the public suffix list format by domain type (currently supported ICANN and PRIVATE).
- parseChallenge(CharSequence, ParserCursor, AuthChallengeParser.ChallengeInt) - Method in class org.apache.hc.client5.http.impl.auth.AuthChallengeParser
- parseDate(String) - Static method in class org.apache.hc.client5.http.utils.DateUtils
-
Parses a date value.
- parseDate(String, String[]) - Static method in class org.apache.hc.client5.http.utils.DateUtils
-
Parses the date value using the given date formats.
- parseDate(String, String[], Date) - Static method in class org.apache.hc.client5.http.utils.DateUtils
-
Parses the date value using the given date formats.
- parseDate(MessageHeaders, String) - Static method in class org.apache.hc.client5.http.utils.DateUtils
-
Parses a date value from a header with the given name.
- parseParameter(CharArrayBuffer, Tokenizer.Cursor) - Method in class org.apache.hc.client5.http.ssl.DistinguishedNameParser
- parser - Variable in class org.apache.hc.client5.http.impl.auth.HttpAuthenticator
- parseToken(CharSequence, ParserCursor) - Method in class org.apache.hc.client5.http.impl.auth.AuthChallengeParser
- parseToken(CharArrayBuffer, Tokenizer.Cursor, BitSet) - Method in class org.apache.hc.client5.http.ssl.DistinguishedNameParser
- parseValue(CharArrayBuffer, Tokenizer.Cursor, BitSet) - Method in class org.apache.hc.client5.http.ssl.DistinguishedNameParser
- parts - Variable in class org.apache.hc.client5.http.entity.mime.HttpRFC6532Multipart
- parts - Variable in class org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart
- parts - Variable in class org.apache.hc.client5.http.entity.mime.HttpStrictMultipart
- parts - Variable in class org.apache.hc.client5.http.entity.mime.LegacyMultipart
- passivate() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- passivate() - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- passivate() - Method in interface org.apache.hc.client5.http.io.ManagedHttpClientConnection
-
Puts the connection into idle mode.
- passivate() - Method in interface org.apache.hc.client5.http.nio.ManagedAsyncClientConnection
-
Puts the connection into idle mode.
- password - Variable in class org.apache.hc.client5.http.auth.NTCredentials
-
Password
- password - Variable in class org.apache.hc.client5.http.auth.UsernamePasswordCredentials
- password - Variable in class org.apache.hc.client5.http.impl.auth.BasicScheme
- password - Variable in class org.apache.hc.client5.http.impl.auth.DigestScheme
- password - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
- patch() - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- patch(String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- patch(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- patch(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- patch(String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.
- patch(String) - Static method in class org.apache.hc.client5.http.fluent.Request
- patch(URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- patch(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- patch(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- patch(URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.
- patch(URI) - Static method in class org.apache.hc.client5.http.fluent.Request
- patch(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- patch(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- path - Variable in class org.apache.hc.client5.http.cookie.CookieOrigin
- PATH_ATTR - Static variable in interface org.apache.hc.client5.http.cookie.Cookie
- pathMatch(String, String) - Static method in class org.apache.hc.client5.http.impl.cookie.BasicPathHandler
- PATTERN_ASCTIME - Static variable in class org.apache.hc.client5.http.utils.DateUtils
-
Date format pattern used to parse HTTP date headers in ANSI C
asctime()format. - PATTERN_RFC1036 - Static variable in class org.apache.hc.client5.http.utils.DateUtils
-
Date format pattern used to parse HTTP date headers in RFC 1036 format.
- PATTERN_RFC1123 - Static variable in class org.apache.hc.client5.http.utils.DateUtils
-
Date format pattern used to parse HTTP date headers in RFC 1123 format.
- PERCENT_CODEC - Static variable in class org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart
- PercentCodec() - Constructor for class org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart.PercentCodec
- PLAIN - Enum constant in enum org.apache.hc.client5.http.RouteInfo.LayerType
- PLAIN - Enum constant in enum org.apache.hc.client5.http.RouteInfo.TunnelType
- PlainConnectionSocketFactory - Class in org.apache.hc.client5.http.socket
-
The default class for creating plain (unencrypted) sockets.
- PlainConnectionSocketFactory() - Constructor for class org.apache.hc.client5.http.socket.PlainConnectionSocketFactory
- poll() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- pool - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- pool - Variable in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- poolConcurrencyPolicy - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- 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) - Constructor for class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- PoolingAsyncClientConnectionManager(Lookup<TlsStrategy>) - Constructor for class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- PoolingAsyncClientConnectionManager(Lookup<TlsStrategy>, PoolConcurrencyPolicy, PoolReusePolicy, TimeValue) - Constructor for class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- PoolingAsyncClientConnectionManager(Lookup<TlsStrategy>, PoolConcurrencyPolicy, PoolReusePolicy, TimeValue, SchemePortResolver, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- PoolingAsyncClientConnectionManager(Lookup<TlsStrategy>, PoolConcurrencyPolicy, TimeValue) - Constructor for class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- PoolingAsyncClientConnectionManager(ManagedConnPool<HttpRoute, ManagedAsyncClientConnection>, AsyncClientConnectionOperator) - Constructor for class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- PoolingAsyncClientConnectionManager.InternalConnectionEndpoint - Class in org.apache.hc.client5.http.impl.nio
- PoolingHttpClientConnectionManager - Class in org.apache.hc.client5.http.impl.io
-
ClientConnectionPoolManagermaintains 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<HttpRoute, ManagedHttpClientConnection>, HttpConnectionFactory<ManagedHttpClientConnection>) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- PoolingHttpClientConnectionManager(HttpClientConnectionOperator, PoolConcurrencyPolicy, PoolReusePolicy, TimeValue, HttpConnectionFactory<ManagedHttpClientConnection>) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, HttpConnectionFactory<ManagedHttpClientConnection>) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, PoolConcurrencyPolicy, PoolReusePolicy, TimeValue) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, PoolConcurrencyPolicy, PoolReusePolicy, TimeValue, SchemePortResolver, DnsResolver, HttpConnectionFactory<ManagedHttpClientConnection>) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, PoolConcurrencyPolicy, PoolReusePolicy, TimeValue, HttpConnectionFactory<ManagedHttpClientConnection>) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, PoolConcurrencyPolicy, TimeValue, HttpConnectionFactory<ManagedHttpClientConnection>) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- PoolingHttpClientConnectionManager.InternalConnectionEndpoint - Class in org.apache.hc.client5.http.impl.io
- PoolingHttpClientConnectionManagerBuilder - Class in org.apache.hc.client5.http.impl.io
-
Builder for
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
- port - Variable in class org.apache.hc.client5.http.auth.AuthScope
- port - Variable in class org.apache.hc.client5.http.cookie.CookieOrigin
- 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.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.classic.HttpClientBuilder.ExecInterceptorEntry.Position
- Position() - Constructor for enum org.apache.hc.client5.http.impl.classic.HttpClientBuilder.RequestInterceptorEntry.Position
- Position() - Constructor for enum org.apache.hc.client5.http.impl.classic.HttpClientBuilder.ResponseInterceptorEntry.Position
- post() - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- post(String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- post(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- post(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- post(String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.
- post(String) - Static method in class org.apache.hc.client5.http.fluent.Request
- post(URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- post(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- post(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- post(URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.
- post(URI) - Static method in class org.apache.hc.client5.http.fluent.Request
- post(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- post(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- prefix - Variable in class org.apache.hc.client5.http.impl.async.LogAppendable
- prepareResponse(int, int) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Prepares the object to create a response of the given length.
- prepareSocket(SSLSocket) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
Performs any custom initialization for a newly created SSLSocket (before the SSL handshake happens).
- primary - Variable in class org.apache.hc.client5.http.impl.async.AsyncPushConsumerRegistry
- principal - Variable in class org.apache.hc.client5.http.auth.NTCredentials
-
The user principal
- principal - Variable in class org.apache.hc.client5.http.auth.UsernamePasswordCredentials
- PRIVATE - Enum constant in enum org.apache.hc.client5.http.psl.DomainType
- probe(HttpRoute) - Method in interface org.apache.hc.client5.http.classic.BackoffManager
-
Called when we have determined that the result of using a connection has succeeded and that we may probe for more connections.
- probe(HttpRoute) - Method in class org.apache.hc.client5.http.impl.classic.AIMDBackoffManager
- proceed(ClassicHttpRequest, ExecChain.Scope) - Method in interface org.apache.hc.client5.http.classic.ExecChain
- proceed(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecCallback) - Method in interface org.apache.hc.client5.http.async.AsyncExecChain
-
Proceeds to the next element in the request execution chain.
- proceedToNextHop(AsyncConnectExec.State, HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, AsyncExecChain, AsyncExecCallback) - Method in class org.apache.hc.client5.http.impl.async.AsyncConnectExec
- process(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.protocol.RequestAddCookies
- process(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.protocol.RequestAuthCache
- process(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.protocol.RequestClientConnControl
- process(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.protocol.RequestDefaultHeaders
- process(HttpRequest, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.protocol.RequestExpectContinue
- process(HttpResponse, EntityDetails, HttpContext) - Method in class org.apache.hc.client5.http.protocol.ResponseProcessCookies
- processBuffer() - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.MD4
- processChallenge(AuthChallenge, HttpContext) - Method in interface org.apache.hc.client5.http.auth.AuthScheme
-
Processes the given auth challenge.
- processChallenge(AuthChallenge, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
- processChallenge(AuthChallenge, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- processChallenge(AuthChallenge, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
- processChallenge(AuthChallenge, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.NTLMScheme
- processCookies(String, Iterator<Header>, CookieSpec, CookieOrigin, CookieStore) - Method in class org.apache.hc.client5.http.protocol.ResponseProcessCookies
- produce(DataStreamChannel) - Method in class org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler
- produceRequest(RequestChannel, HttpContext) - Method in class org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler
- protocol - Variable in class org.apache.hc.client5.http.auth.AuthScope
- PROTOCOL - Enum constant in enum org.apache.hc.client5.http.impl.ChainElement
- ProtocolExec - Class in org.apache.hc.client5.http.impl.classic
-
Request execution handler in the classic request execution chain that is responsible for implementation of HTTP specification requirements.
- ProtocolExec(HttpProcessor, AuthenticationStrategy, AuthenticationStrategy) - Constructor for class org.apache.hc.client5.http.impl.classic.ProtocolExec
- ProtocolSupport - Class in org.apache.hc.client5.http.impl
-
Protocol support methods.
- ProtocolSupport() - Constructor for class org.apache.hc.client5.http.impl.ProtocolSupport
- proxiedStep(RouteInfo, RouteInfo) - Method in class org.apache.hc.client5.http.impl.routing.BasicRouteDirector
-
Determines the next step to establish a connection via proxy.
- proxy - 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.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
- 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.classic.ConnectExec
- proxyAuthStrategy - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- proxyAuthStrategy - Variable in class org.apache.hc.client5.http.impl.classic.ProtocolExec
- proxyAuthStrategy - Variable in class org.apache.hc.client5.http.impl.classic.ProxyClient
- proxyChain - Variable in class org.apache.hc.client5.http.HttpRoute
-
The proxy servers, if any.
- proxyChain - Variable in class org.apache.hc.client5.http.RouteTracker
-
The proxy chain, if any.
- ProxyClient - Class in org.apache.hc.client5.http.impl.classic
-
ProxyClient can be used to establish a tunnel via an HTTP/1.1 proxy.
- ProxyClient() - Constructor for class org.apache.hc.client5.http.impl.classic.ProxyClient
- ProxyClient(RequestConfig) - Constructor for class org.apache.hc.client5.http.impl.classic.ProxyClient
- ProxyClient(HttpConnectionFactory<ManagedHttpClientConnection>, Http1Config, CharCodingConfig, RequestConfig) - Constructor for class org.apache.hc.client5.http.impl.classic.ProxyClient
- proxyHttpProcessor - Variable in class org.apache.hc.client5.http.impl.async.AsyncConnectExec
- proxyHttpProcessor - Variable in class org.apache.hc.client5.http.impl.classic.ConnectExec
- proxyPreferredAuthSchemes - Variable in class org.apache.hc.client5.http.config.RequestConfig.Builder
- proxyPreferredAuthSchemes - Variable in class org.apache.hc.client5.http.config.RequestConfig
- proxySelector - Variable in class org.apache.hc.client5.http.impl.routing.SystemDefaultRoutePlanner
- 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<String>, List<String>) - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixList
- PublicSuffixList(DomainType, List<String>, List<String>) - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixList
- PublicSuffixListParser - Class in org.apache.hc.client5.http.psl
-
Parses the list from publicsuffix.org and configures a PublicSuffixFilter.
- PublicSuffixListParser() - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixListParser
- publicSuffixMatcher - Variable in class org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter
- publicSuffixMatcher - Variable in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory
- publicSuffixMatcher - Variable in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
- PublicSuffixMatcher - Class in org.apache.hc.client5.http.psl
-
Utility class that can test if DNS names match the content of the Public Suffix List.
- PublicSuffixMatcher(Collection<String>, Collection<String>) - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixMatcher
- PublicSuffixMatcher(Collection<PublicSuffixList>) - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixMatcher
- PublicSuffixMatcher(DomainType, Collection<String>, Collection<String>) - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixMatcher
- PublicSuffixMatcherLoader - Class in org.apache.hc.client5.http.psl
-
PublicSuffixMatcherloader. - PublicSuffixMatcherLoader() - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixMatcherLoader
- pushConsumerRegistry - Variable in class org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase
- pushHandlerFactory - Variable in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- pushHandlerFactory - Variable in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- put() - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- put(String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- put(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- put(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- put(String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.
- put(String) - Static method in class org.apache.hc.client5.http.fluent.Request
- put(URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- put(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- put(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- put(URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.
- put(URI) - Static method in class org.apache.hc.client5.http.fluent.Request
- put(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- put(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- put(HttpHost, AuthScheme) - Method in interface org.apache.hc.client5.http.auth.AuthCache
- put(HttpHost, AuthScheme) - Method in class org.apache.hc.client5.http.impl.auth.BasicAuthCache
Q
- QOP_AUTH - Static variable in class org.apache.hc.client5.http.impl.auth.DigestScheme
- QOP_AUTH_INT - Static variable in class org.apache.hc.client5.http.impl.auth.DigestScheme
- QOP_MISSING - Static variable in class org.apache.hc.client5.http.impl.auth.DigestScheme
- QOP_UNKNOWN - Static variable in class org.apache.hc.client5.http.impl.auth.DigestScheme
R
- RADIX - Static variable in class org.apache.hc.client5.http.entity.mime.HttpRFC7578Multipart
-
Radix used in encoding and decoding.
- random - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
- raw - Variable in class org.apache.hc.client5.http.fluent.Content
- rc4 - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
- RC4(byte[], byte[]) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Calculates RC4
- read() - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
-
Read a byte.
- read() - Method in class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
- read() - Method in class org.apache.hc.client5.http.impl.io.LoggingInputStream
- read(byte[]) - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
-
Read lots of bytes.
- read(byte[]) - Method in class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
- read(byte[]) - Method in class org.apache.hc.client5.http.impl.io.LoggingInputStream
- read(byte[], int, int) - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
-
Read lots of specific bytes.
- read(byte[], int, int) - Method in class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
- read(byte[], int, int) - Method in class org.apache.hc.client5.http.impl.io.LoggingInputStream
- read(ByteBuffer) - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- readByte(int) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
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
-
Read a bunch of bytes from a position in the message buffer
- readObject(ObjectInputStream) - Method in class org.apache.hc.client5.http.cookie.BasicCookieStore
- readObject(ObjectInputStream) - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
- readObject(ObjectInputStream) - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- readObjectNoData() - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
- readSecurityBuffer(byte[], int) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- readSecurityBuffer(int) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
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
- readULong(int) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
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
- readUShort(int) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Read a ushort from a position within the message buffer
- READY - Enum constant in enum org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase.Status
- realm - Variable in class org.apache.hc.client5.http.auth.AuthScope
- reasonPhrase - Variable in exception 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
-
Attribute name of a
RedirectLocationsobject that represents a collection of all redirect locations received in the process of request execution. - redirectCount - Variable in class org.apache.hc.client5.http.impl.async.AsyncRedirectExec.State
- RedirectException - Exception in org.apache.hc.client5.http
-
Signals violation of HTTP specification caused by an invalid redirect
- RedirectException() - Constructor for exception org.apache.hc.client5.http.RedirectException
-
Creates a new RedirectException with a
nulldetail message. - RedirectException(String) - Constructor for exception org.apache.hc.client5.http.RedirectException
-
Creates a new RedirectException with the specified detail message.
- RedirectException(String, Throwable) - Constructor for exception org.apache.hc.client5.http.RedirectException
-
Creates a new RedirectException with the specified detail message and cause.
- RedirectExec - Class in org.apache.hc.client5.http.impl.classic
-
Request execution handler in the classic request execution chain responsible for handling of request redirects.
- RedirectExec(HttpRoutePlanner, RedirectStrategy) - Constructor for class org.apache.hc.client5.http.impl.classic.RedirectExec
- redirectHandlingDisabled - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- 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 - 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
- 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.classic.HttpClientBuilder
- redirectStrategy - Variable in class org.apache.hc.client5.http.impl.classic.RedirectExec
- RedirectStrategy - Interface in org.apache.hc.client5.http.protocol
-
A strategy for determining if an HTTP request should be redirected to a new location in response to an HTTP response received from the target server.
- redirectURI - Variable in class org.apache.hc.client5.http.impl.async.AsyncRedirectExec.State
- register(String, String, Supplier<AsyncPushConsumer>) - Method in class org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase
- register(String, String, Supplier<AsyncPushConsumer>) - Method in class org.apache.hc.client5.http.impl.async.AsyncPushConsumerRegistry
- register(String, String, Supplier<AsyncPushConsumer>) - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
- register(String, Supplier<AsyncPushConsumer>) - Method in class org.apache.hc.client5.http.impl.async.CloseableHttpAsyncClient
- RELAXED - Enum constant in enum org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory.CompatibilityLevel
- RELAXED - Static variable in class org.apache.hc.client5.http.cookie.StandardCookieSpec
-
The RFC 6265 compliant policy (interoperability profile).
- release(ConnectionEndpoint, Object, TimeValue) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- release(ConnectionEndpoint, Object, TimeValue) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- release(ConnectionEndpoint, Object, TimeValue) - Method in interface org.apache.hc.client5.http.io.HttpClientConnectionManager
-
Releases the endpoint back to the manager making it potentially re-usable by other consumers.
- release(AsyncConnectionEndpoint, Object, TimeValue) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- release(AsyncConnectionEndpoint, Object, TimeValue) - Method in interface org.apache.hc.client5.http.nio.AsyncClientConnectionManager
-
Releases the endpoint back to the manager making it potentially re-usable by other consumers.
- releaseAndDiscard() - Method in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient.InternalAsyncClientEndpoint
- releaseAndReuse() - Method in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient.InternalAsyncClientEndpoint
- releaseConnection() - Method in class org.apache.hc.client5.http.impl.classic.ResponseEntityProxy
- released - Variable in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient.InternalAsyncClientEndpoint
- releaseEndpoint() - Method in interface org.apache.hc.client5.http.async.AsyncExecRuntime
-
Releases the acquired endpoint potentially making it available for re-use.
- releaseEndpoint() - Method in interface org.apache.hc.client5.http.classic.ExecRuntime
-
Releases the acquired endpoint potentially making it available for re-use.
- releaseEndpoint() - Method in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- releaseEndpoint() - Method in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- releaseEndpoint() - Method in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- releaseResources() - Method in class org.apache.hc.client5.http.async.methods.SimpleAsyncEntityConsumer
- releaseResources() - Method in class org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler
- remove(HttpHost) - Method in interface org.apache.hc.client5.http.auth.AuthCache
- remove(HttpHost) - Method in class org.apache.hc.client5.http.impl.auth.BasicAuthCache
- removeAttribute(String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- 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
- 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.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, 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.classic.HttpRequestFutureTask
- request - Variable in class org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable
- Request - Class in org.apache.hc.client5.http.fluent
-
HTTP request used by the fluent facade.
- Request(ClassicHttpRequest) - Constructor for class org.apache.hc.client5.http.fluent.Request
- REQUEST_CONFIG - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Attribute name of a
RequestConfigobject that represents the actual request configuration. - RequestAbortedException - Exception in org.apache.hc.client5.http.impl.classic
-
Signals that the request has been aborted.
- RequestAbortedException(String) - Constructor for exception org.apache.hc.client5.http.impl.classic.RequestAbortedException
- RequestAbortedException(String, Throwable) - Constructor for exception org.apache.hc.client5.http.impl.classic.RequestAbortedException
- RequestAddCookies - Class in org.apache.hc.client5.http.protocol
-
Request interceptor that matches cookies available in the current
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
-
Request interceptor that can preemptively authenticate against known hosts, if there is a cached
AuthSchemeinstance in the localAuthCacheassociated with the given target or proxy host. - RequestAuthCache() - Constructor for class org.apache.hc.client5.http.protocol.RequestAuthCache
- RequestClientConnControl - Class in org.apache.hc.client5.http.protocol
-
This protocol interceptor is responsible for adding the
Connectionheader to the outgoing requests, which is essential for managing persistence ofHTTP/1.0connections. - RequestClientConnControl() - Constructor for class org.apache.hc.client5.http.protocol.RequestClientConnControl
- requestConfig - Variable in class org.apache.hc.client5.http.async.methods.ConfigurableHttpRequest
- requestConfig - Variable in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- requestConfig - Variable in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
- requestConfig - Variable in class org.apache.hc.client5.http.impl.classic.ProxyClient
- RequestConfig - Class in org.apache.hc.client5.http.config
-
Immutable class encapsulating request configuration items.
- RequestConfig() - Constructor for class org.apache.hc.client5.http.config.RequestConfig
-
Intended for CDI compatibility
- RequestConfig(boolean, HttpHost, String, boolean, boolean, int, boolean, Collection<String>, Collection<String>, Timeout, Timeout, Timeout, TimeValue, boolean, boolean) - Constructor for class org.apache.hc.client5.http.config.RequestConfig
- RequestConfig.Builder - Class in org.apache.hc.client5.http.config
- RequestCopier - Class in org.apache.hc.client5.http.impl
-
Deprecated.Use
BasicRequestBuilder - RequestCopier() - Constructor for class org.apache.hc.client5.http.impl.RequestCopier
-
Deprecated.
- RequestDefaultHeaders - Class in org.apache.hc.client5.http.protocol
-
Request interceptor that adds default request headers.
- RequestDefaultHeaders() - Constructor for class org.apache.hc.client5.http.protocol.RequestDefaultHeaders
- RequestDefaultHeaders(Collection<? extends Header>) - Constructor for class org.apache.hc.client5.http.protocol.RequestDefaultHeaders
- requestDelegCreds - Variable in class org.apache.hc.client5.http.auth.KerberosConfig.Builder
- requestDelegCreds - Variable in class org.apache.hc.client5.http.auth.KerberosConfig
- 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 in org.apache.hc.client5.http.impl.classic
-
Signals that the request has been aborted or failed due to an expected condition.
- RequestFailedException(String) - Constructor for exception org.apache.hc.client5.http.impl.classic.RequestFailedException
- RequestFailedException(String, Throwable) - Constructor for exception org.apache.hc.client5.http.impl.classic.RequestFailedException
- RequestInterceptorEntry(H2AsyncClientBuilder.RequestInterceptorEntry.Position, HttpRequestInterceptor) - Constructor for class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.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.classic.HttpClientBuilder
- requests - Variable in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- requestWriterFactory - Variable in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory.Builder
- requestWriterFactory - Variable in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
- requestWriterFactory(HttpMessageWriterFactory<ClassicHttpRequest>) - Method in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory.Builder
- reroute - Variable in class org.apache.hc.client5.http.impl.async.AsyncRedirectExec.State
- reset() - Method in class org.apache.hc.client5.http.auth.AuthExchange
- reset() - Method in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
-
Resets internal state of the request making it reusable.
- reset() - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
-
Reset.
- reset() - Method in class org.apache.hc.client5.http.impl.io.LoggingInputStream
- reset() - Method in class org.apache.hc.client5.http.RouteTracker
- reset() - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
- resetAuthExchange(HttpHost, AuthScheme) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- 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(URI, String) - Static method in class org.apache.hc.client5.http.utils.URIUtils
-
Resolves a URI reference against a base URI.
- resolve(URI, URI) - Static method in class org.apache.hc.client5.http.utils.URIUtils
-
Resolves a URI reference against a base URI.
- resolve(URI, HttpHost, List<URI>) - Static method in class org.apache.hc.client5.http.utils.URIUtils
-
Derives the interpreted (absolute) URI that was used to generate the last request.
- resolve(HttpHost) - Method in class org.apache.hc.client5.http.impl.DefaultSchemePortResolver
- resolve(HttpHost) - Method in interface org.apache.hc.client5.http.SchemePortResolver
-
Returns the actual port for the host based on the protocol scheme.
- resolveAuthTarget(HttpRequest, HttpRoute) - Static method in class org.apache.hc.client5.http.impl.AuthSupport
- resolveCanonicalHostname(String) - Method in interface org.apache.hc.client5.http.DnsResolver
-
Gets the fully qualified domain name for given host name.
- resolveCanonicalHostname(String) - Method in class org.apache.hc.client5.http.impl.InMemoryDnsResolver
- resolveCanonicalHostname(String) - Method in class org.apache.hc.client5.http.SystemDefaultDnsResolver
- response - Variable in class org.apache.hc.client5.http.fluent.Response
- response - Variable in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- Response - Class in org.apache.hc.client5.http.fluent
-
HTTP response used by the fluent facade.
- Response(ClassicHttpResponse) - Constructor for class org.apache.hc.client5.http.fluent.Response
- ResponseEntityProxy - Class in org.apache.hc.client5.http.impl.classic
- ResponseEntityProxy(HttpEntity, ExecRuntime) - Constructor for class org.apache.hc.client5.http.impl.classic.ResponseEntityProxy
- responseFactory - Variable in class org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory
- responseHandler - Variable in class org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable
- ResponseInterceptorEntry(H2AsyncClientBuilder.ResponseInterceptorEntry.Position, HttpResponseInterceptor) - Constructor for class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.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.classic.HttpClientBuilder
- responseMessage - Variable in exception org.apache.hc.client5.http.impl.TunnelRefusedException
- responseOutOfOrderStrategy - Variable in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory.Builder
- responseOutOfOrderStrategy - Variable in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
- responseOutOfOrderStrategy(ResponseOutOfOrderStrategy) - Method in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory.Builder
- responseParserFactory - Variable in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory.Builder
- responseParserFactory - Variable in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
- responseParserFactory(HttpMessageParserFactory<ClassicHttpResponse>) - Method in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory.Builder
- ResponseProcessCookies - Class in org.apache.hc.client5.http.protocol
-
Response interceptor that populates the current
CookieStorewith data contained in response cookies received in the given the HTTP response. - ResponseProcessCookies() - Constructor for class org.apache.hc.client5.http.protocol.ResponseProcessCookies
- 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
- result - Variable in class org.apache.hc.client5.http.impl.Operations.CompletedFuture
- resultCallback - Variable in class org.apache.hc.client5.http.async.methods.AbstractBinResponseConsumer
- resultCallback - Variable in class org.apache.hc.client5.http.async.methods.AbstractCharResponseConsumer
- retriableCodes - Variable in class org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy
-
HTTP status codes which shall be retried
- RETRY - Enum constant in enum org.apache.hc.client5.http.impl.ChainElement
- retrying - Variable in class org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec.State
- retryRequest(HttpRequest, IOException, int, HttpContext) - Method in interface org.apache.hc.client5.http.HttpRequestRetryStrategy
-
Determines if a method should be retried after an I/O exception occurred during execution.
- retryRequest(HttpRequest, IOException, int, HttpContext) - Method in class org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy
- retryRequest(HttpResponse, int, HttpContext) - Method in interface org.apache.hc.client5.http.HttpRequestRetryStrategy
-
Determines if a method should be retried given the response from the target server.
- retryRequest(HttpResponse, int, HttpContext) - Method in class org.apache.hc.client5.http.impl.DefaultHttpRequestRetryStrategy
- retryStrategy - Variable in class org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec
- retryStrategy - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- retryStrategy - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- retryStrategy - Variable in class org.apache.hc.client5.http.impl.classic.HttpRequestRetryExec
- returnContent() - Method in class org.apache.hc.client5.http.fluent.Response
- returnResponse() - Method in class org.apache.hc.client5.http.fluent.Response
- reusable - Variable in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime
- reusable - Variable in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- reusable - Variable in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- reuseStrategy - Variable in class org.apache.hc.client5.http.impl.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
- 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 C6265 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
-
Secure random generator
- rotintlft(int, int) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- round1(int[]) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.MD4
- round2(int[]) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.MD4
- round3(int[]) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.MD4
- route - Variable in class org.apache.hc.client5.http.async.AsyncExecChain.Scope
- route - Variable in class org.apache.hc.client5.http.classic.ExecChain.Scope
- route - Variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager.InternalConnectionEndpoint
- route - Variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- 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.InternalH2AsyncClient
- routePlanner - Variable in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncClient
- routePlanner - Variable in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
- routePlanner - Variable in class org.apache.hc.client5.http.impl.classic.InternalHttpClient
- routePlanner - Variable in class org.apache.hc.client5.http.impl.classic.RedirectExec
- RouteTracker - Class in org.apache.hc.client5.http
-
Helps tracking the steps in establishing a route.
- RouteTracker(HttpRoute) - Constructor for class org.apache.hc.client5.http.RouteTracker
-
Creates a new tracker for the given route.
- RouteTracker(HttpHost, InetAddress) - Constructor for class org.apache.hc.client5.http.RouteTracker
-
Creates a new route tracker.
- RoutingSupport - Class in org.apache.hc.client5.http.routing
- RoutingSupport() - Constructor for class org.apache.hc.client5.http.routing.RoutingSupport
- rules - Variable in class org.apache.hc.client5.http.psl.PublicSuffixList
- rules - Variable in class org.apache.hc.client5.http.psl.PublicSuffixMatcher
- run() - Method in class org.apache.hc.client5.http.fluent.Async.ExecRunnable
- run() - Method in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient.ScheduledRequestExecution
- RUNNING - Enum constant in enum org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase.Status
S
- saveContent(File) - Method in class org.apache.hc.client5.http.fluent.Response
- scheduled - Variable in class org.apache.hc.client5.http.impl.classic.HttpRequestTaskCallable
- scheduledConnections - Variable in class org.apache.hc.client5.http.impl.classic.FutureRequestExecutionMetrics
- scheduledExecutorService - Variable in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- ScheduledRequestExecution(HttpRequest, AsyncEntityProducer, AsyncExecChain.Scope, 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.
- scheduler - Variable in class org.apache.hc.client5.http.async.AsyncExecChain.Scope
- SCHEDULER_THREAD_FACTORY - Static variable in class org.apache.hc.client5.http.impl.async.InternalAbstractHttpAsyncClient
- 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.impl.async.H2AsyncClientBuilder
- schemePortResolver - Variable in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient
- 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.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.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(String, HttpRoute, ClassicHttpRequest, ExecRuntime, HttpClientContext) - Constructor for class org.apache.hc.client5.http.classic.ExecChain.Scope
- Scope(String, HttpRoute, HttpRequest, CancellableDependency, HttpClientContext, AsyncExecRuntime) - Constructor for class org.apache.hc.client5.http.async.AsyncExecChain.Scope
- Scope(String, HttpRoute, HttpRequest, CancellableDependency, HttpClientContext, AsyncExecRuntime, AsyncExecChain.Scheduler, AtomicInteger) - Constructor for class org.apache.hc.client5.http.async.AsyncExecChain.Scope
- SEAL_MAGIC_CLIENT - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- SEAL_MAGIC_SERVER - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- sealingKey - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
- secondaryKey - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
- 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
- select(AuthScheme) - Method in class org.apache.hc.client5.http.auth.AuthExchange
-
Resets the auth state with
AuthSchemeand clears auth options. - select(ChallengeType, Map<String, AuthChallenge>, 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<String, AuthChallenge>, HttpContext) - Method in class org.apache.hc.client5.http.impl.DefaultAuthenticationStrategy
- sequenceNumber - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
- serializable - Variable in class org.apache.hc.client5.http.entity.EntityBuilder
- 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 org.apache.hc.client5.http.auth.AuthenticationException
- serialVersionUID - Static variable in class org.apache.hc.client5.http.auth.BasicUserPrincipal
- serialVersionUID - Static variable in exception org.apache.hc.client5.http.auth.InvalidCredentialsException
- serialVersionUID - Static variable in class org.apache.hc.client5.http.auth.KerberosCredentials
- serialVersionUID - Static variable in exception org.apache.hc.client5.http.auth.MalformedChallengeException
- serialVersionUID - Static variable in class org.apache.hc.client5.http.auth.NTCredentials
- 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 exception 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 org.apache.hc.client5.http.ClientProtocolException
- serialVersionUID - Static variable in exception 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 org.apache.hc.client5.http.cookie.CookieRestrictionViolationException
- serialVersionUID - Static variable in exception org.apache.hc.client5.http.cookie.MalformedCookieException
- serialVersionUID - Static variable in exception org.apache.hc.client5.http.HttpHostConnectException
- serialVersionUID - Static variable in exception 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 org.apache.hc.client5.http.impl.auth.NTLMEngineException
- serialVersionUID - Static variable in exception org.apache.hc.client5.http.impl.auth.UnsupportedDigestAlgorithmException
- serialVersionUID - Static variable in exception org.apache.hc.client5.http.impl.classic.RequestAbortedException
- serialVersionUID - Static variable in exception org.apache.hc.client5.http.impl.classic.RequestFailedException
- serialVersionUID - Static variable in exception 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 org.apache.hc.client5.http.impl.TunnelRefusedException
- serialVersionUID - Static variable in exception org.apache.hc.client5.http.RedirectException
- serialVersionUID - Static variable in exception org.apache.hc.client5.http.UnsupportedSchemeException
- SERVER - Enum constant in enum org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Mode
- session - Variable in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime.Endpoint
- session - Variable in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- sessionKey - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
- 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
- setAttribute(String, String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- setAuthCache(AuthCache) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- setAuthenticationEnabled(boolean) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Determines whether authentication should be handled automatically.
- setAuthExchange(HttpHost, AuthExchange) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- setAuthority(URIAuthority) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- setAuthSchemeRegistry(Lookup<AuthSchemeFactory>) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- setBackoffFactor(double) - Method in class org.apache.hc.client5.http.impl.classic.AIMDBackoffManager
-
Sets the factor to use when backing off; the new per-host limit will be roughly the current max times this factor.
- setBackoffManager(BackoffManager) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns
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
- setBody(byte[], ContentType) - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
- setBody(byte[], ContentType) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- setBody(byte[], ContentType) - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
- setBody(String, ContentType) - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
- setBody(String, ContentType) - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
- setBody(String, ContentType) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- setBody(String, ContentType) - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
- setBody(SimpleBody) - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
- setBody(SimpleBody) - Method in class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
- setBody(SimpleBody) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- setBody(SimpleBody) - Method in class org.apache.hc.client5.http.async.methods.SimpleResponseBuilder
- setBody(ContentBody) - Method in class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
- setBody(ContentBody) - Method in class org.apache.hc.client5.http.entity.mime.MultipartPartBuilder
- setBoundary(String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- setCacheControl(String) - Method in class org.apache.hc.client5.http.fluent.Request
- setCharCodingConfig(CharCodingConfig) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
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
-
Assigns enabled ciphers.
- setCiphers(String...) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
-
Assigns enabled ciphers.
- setCircularRedirectsAllowed(boolean) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Determines whether circular redirects (redirects to the same location) should be allowed.
- setCode(int) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- setConfig(RequestConfig) - Method in class org.apache.hc.client5.http.async.methods.ConfigurableHttpRequest
- setConfig(RequestConfig) - Method in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
- setConnectionBackoffStrategy(ConnectionBackoffStrategy) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns
ConnectionBackoffStrategyinstance. - setConnectionFactory(HttpConnectionFactory<ManagedHttpClientConnection>) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Assigns
HttpConnectionFactoryinstance. - setConnectionKeepAlive(TimeValue) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Determines the default of value of connection keep-alive time period when not explicitly communicated by the origin server with a
Keep-Aliveresponse header. - setConnectionManager(HttpClientConnectionManager) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns
HttpClientConnectionManagerinstance. - 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.classic.HttpClientBuilder
-
Assigns
ConnectionReuseStrategyinstance. - setConnectionTimeToLive(TimeValue) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Sets maximum time to live for persistent connections
- setConnectTimeout(long, TimeUnit) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
- setConnectTimeout(Timeout) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Determines the timeout until a new connection is fully established.
- setConnPoolPolicy(PoolReusePolicy) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Assigns
PoolReusePolicyvalue. - setContentCompressionEnabled(boolean) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Determines whether the target server is requested to compress content.
- setContentDecoderRegistry(LinkedHashMap<String, InputStreamFactory>) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns a map of
InputStreamFactorys to be used for automatic content decompression. - setContentEncoding(String) - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Sets content encoding of the entity.
- setContentType(ContentType) - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Sets
ContentTypeof the entity. - setContentType(ContentType) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- SetCookie - Interface in org.apache.hc.client5.http.cookie
-
This interface represents a
Set-Cookieresponse header sent by the origin server to the HTTP agent in order to maintain a conversational state. - setCookieSpec(String) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Determines the name of the cookie specification to be used for HTTP state management.
- setCookieSpecRegistry(Lookup<CookieSpecFactory>) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- setCookieStore(CookieStore) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- setCoolDown(TimeValue) - Method in class org.apache.hc.client5.http.impl.classic.AIMDBackoffManager
-
Sets the amount of time to wait between adjustments in pool sizes for a given host, to allow enough time for the adjustments to take effect.
- setCreationDate(Date) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
- setCredentials(AuthScope, Credentials) - Method in interface org.apache.hc.client5.http.auth.CredentialsStore
-
Sets the
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.protocol.HttpClientContext
- setDate(Date) - Method in class org.apache.hc.client5.http.fluent.Request
- setDefaultAuthSchemeRegistry(Lookup<AuthSchemeFactory>) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Assigns default
AuthSchemeregistry which will be used for request execution if not explicitly set in the client execution context. - setDefaultAuthSchemeRegistry(Lookup<AuthSchemeFactory>) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns default
AuthSchemeregistry which will be used for request execution if not explicitly set in the client execution context. - setDefaultCookieSpecRegistry(Lookup<CookieSpecFactory>) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Assigns default
CookieSpecregistry which will be used for request execution if not explicitly set in the client execution context. - setDefaultCookieSpecRegistry(Lookup<CookieSpecFactory>) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns default
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
-
Assigns 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
-
Assigns 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
-
Assigns 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
-
Assigns default
CredentialsProviderinstance which will be used for request execution if not explicitly set in the client execution context. - setDefaultHeaders(Collection<? extends Header>) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Assigns default request header values.
- setDefaultHeaders(Collection<? extends Header>) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns default request header values.
- setDefaultKeepAlive(long, TimeUnit) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
- setDefaultMaxPerRoute(int) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- setDefaultMaxPerRoute(int) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- setDefaultRequestConfig(RequestConfig) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Assigns default
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
-
Assigns 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
- setDefaultSocketConfig(SocketConfig) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Assigns default
SocketConfig. - setDependency(Cancellable) - Method in class org.apache.hc.client5.http.classic.methods.HttpUriRequestBase
- setDnsResolver(DnsResolver) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Assigns
DnsResolverinstance. - setDnsResolver(DnsResolver) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Assigns
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.
- setEntity(HttpEntity) - Method in class org.apache.hc.client5.http.classic.methods.HttpTrace
- setEntity(HttpEntity) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- setEvent(int) - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- setEventMask(int) - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- setExchangeId(String) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- setExpectContinueEnabled(boolean) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Determines whether the 'Expect: 100-Continue' handshake is enabled for entity enclosing methods.
- setExpiryDate(Date) - Method in interface org.apache.hc.client5.http.cookie.SetCookie
-
Sets expiration date.
- setExpiryDate(Date) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Sets expiration date.
- setField(String, String) - Method in class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
- setField(MimeField) - Method in class org.apache.hc.client5.http.entity.mime.Header
- setFile(File) - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Sets entity content as a
File. - setH2Config(H2Config) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Sets
H2Configconfiguration. - setHardCancellationEnabled(boolean) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Determines whether request cancellation, such as through
Future#cancel(boolean), should kill the underlying connection. - setHeader(String, 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
- setHostnameVerifier(HostnameVerifier) - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
-
Assigns
HostnameVerifierinstance. - setHostnameVerifier(HostnameVerifier) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
-
Assigns
HostnameVerifierinstance. - setHttpHost(HttpHost) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- setIfModifiedSince(Date) - Method in class org.apache.hc.client5.http.fluent.Request
- setIfUnmodifiedSince(Date) - Method in class org.apache.hc.client5.http.fluent.Request
- setIOReactorConfig(IOReactorConfig) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Sets
IOReactorConfigconfiguration. - setKeepAliveStrategy(ConnectionKeepAliveStrategy) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns
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
- setMaxConnPerRoute(int) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Assigns maximum connection per route value.
- setMaxConnTotal(int) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Assigns maximum total connection value.
- setMaxPerRoute(HttpRoute, int) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- setMaxPerRoute(HttpRoute, int) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- setMaxRedirects(int) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Returns the maximum number of redirects to be followed.
- setMaxTotal(int) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- setMaxTotal(int) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- setMimeSubtype(String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- setMode(HttpMultipartMode) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
- setName(String) - Method in class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
- setOptions(Queue<AuthScheme>) - Method in class org.apache.hc.client5.http.auth.AuthExchange
-
Updates the auth state with a queue of auth options.
- setParameters(List<NameValuePair>) - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Sets entity content as a parameter list.
- setParameters(NameValuePair...) - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Sets entity content as a parameter list.
- setPath(String) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- setPath(String) - Method in interface org.apache.hc.client5.http.cookie.SetCookie
-
Sets the path attribute.
- setPath(String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Sets the path attribute.
- setPerHostConnectionCap(int) - Method in class org.apache.hc.client5.http.impl.classic.AIMDBackoffManager
-
Sets the absolute maximum per-host connection pool size to probe up to; defaults to 2 (the default per-host max).
- setPoolConcurrencyPolicy(PoolConcurrencyPolicy) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Assigns
PoolConcurrencyPolicyvalue. - 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.classic.HttpClientBuilder
-
Assigns default proxy value.
- setProxyAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Assigns
AuthenticationStrategyinstance for proxy authentication. - setProxyAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns
AuthenticationStrategyinstance for proxy authentication. - setProxyPreferredAuthSchemes(Collection<String>) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Determines the order of preference for supported authentication schemes by their names when authenticating with the proxy host.
- setReasonPhrase(String) - Method in class org.apache.hc.client5.http.impl.classic.CloseableHttpResponse
- setRedirectsEnabled(boolean) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Determines whether redirects should be handled automatically.
- setRedirectStrategy(RedirectStrategy) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Assigns
RedirectStrategyinstance. - setRedirectStrategy(RedirectStrategy) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns
RedirectStrategyinstance. - setRequestConfig(RequestConfig) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- setRequestConfig(RequestConfig) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- setRequestDelegCreds(KerberosConfig.Option) - Method in class org.apache.hc.client5.http.auth.KerberosConfig.Builder
- setRequestExecutor(HttpRequestExecutor) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns
HttpRequestExecutorinstance. - setResponseTimeout(long, TimeUnit) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
- setResponseTimeout(Timeout) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Determines the timeout until arrival of a response from the opposite endpoint.
- setRetryStrategy(HttpRequestRetryStrategy) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Assigns
HttpRequestRetryStrategyinstance. - setRetryStrategy(HttpRequestRetryStrategy) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns
HttpRequestRetryStrategyinstance. - setRoutePlanner(HttpRoutePlanner) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Assigns
HttpRoutePlannerinstance. - setRoutePlanner(HttpRoutePlanner) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns
HttpRoutePlannerinstance. - setScheme(String) - Method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- setSchemePortResolver(SchemePortResolver) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Assigns
SchemePortResolverinstance. - setSchemePortResolver(SchemePortResolver) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns
SchemePortResolverinstance. - setSchemePortResolver(SchemePortResolver) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Assigns
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. - setSocketConfig(SocketConfig) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- setSocketTimeout(Timeout) - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- setSocketTimeout(Timeout) - Method in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient.InternalAsyncClientEndpoint
- setSocketTimeout(Timeout) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager.InternalConnectionEndpoint
- setSocketTimeout(Timeout) - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- setSocketTimeout(Timeout) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager.InternalConnectionEndpoint
- setSocketTimeout(Timeout) - Method in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- setSocketTimeout(Timeout) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager.InternalConnectionEndpoint
- setSocketTimeout(Timeout) - Method in class org.apache.hc.client5.http.io.ConnectionEndpoint
-
Sets the socket timeout value.
- setSocketTimeout(Timeout) - Method in class org.apache.hc.client5.http.nio.AsyncConnectionEndpoint
-
Sets socket timeout.
- setSslBufferMode(SSLBufferMode) - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
-
Assigns
SSLBufferModevalue. - setSslContext(SSLContext) - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
-
Assigns
SSLContextinstance. - setSslContext(SSLContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
-
Assigns
SSLContextinstance. - setSSLSocketFactory(LayeredConnectionSocketFactory) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Assigns
LayeredConnectionSocketFactoryinstance. - 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 a
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
- setStripPort(KerberosConfig.Option) - Method in class org.apache.hc.client5.http.auth.KerberosConfig.Builder
- setTargetAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Assigns
AuthenticationStrategyinstance for target host authentication. - setTargetAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns
AuthenticationStrategyinstance for target host authentication. - setTargetPreferredAuthSchemes(Collection<String>) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
Determines the order of preference for supported authentication schemes by their names when authenticating with the target host.
- setText(String) - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Sets entity content as a string.
- setThreadFactory(ThreadFactory) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Assigns
ThreadFactoryinstance. - setTlsDetailsFactory(Factory<SSLEngine, TlsDetails>) - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
-
Assigns
TlsDetailsFactoryinstance. - setTlsStrategy(TlsStrategy) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Assigns
TlsStrategyinstance. - setTlsVersions(String...) - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
-
Assigns enabled
TLSversions. - setTlsVersions(String...) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
-
Assigns enabled
TLSversions. - setTlsVersions(TLS...) - Method in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
-
Assigns enabled
TLSversions. - setTlsVersions(TLS...) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
-
Assigns enabled
TLSversions. - 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
- setUseCanonicalHostname(KerberosConfig.Option) - Method in class org.apache.hc.client5.http.auth.KerberosConfig.Builder
- setUserAgent(String) - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
-
Assigns
User-Agentvalue. - setUserAgent(String) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns
User-Agentvalue. - setUserToken(Object) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
- setUserTokenHandler(UserTokenHandler) - Method in class org.apache.hc.client5.http.impl.classic.HttpClientBuilder
-
Assigns
UserTokenHandlerinstance. - setValidateAfterInactivity(TimeValue) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
-
Defines period of inactivity after which persistent connections must be re-validated prior to being
BasicHttpClientConnectionManager.lease(String, HttpRoute, Object)leased} to the consumer. - setValidateAfterInactivity(TimeValue) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
Defines period of inactivity after which persistent connections must be re-validated prior to being
PoolingHttpClientConnectionManager.lease(String, HttpRoute, Object)leased} to the consumer. - setValidateAfterInactivity(TimeValue) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
-
Sets period after inactivity after which persistent connections must be checked to ensure they are still valid.
- setValidateAfterInactivity(TimeValue) - Method in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
-
Defines period of inactivity after which persistent connections must be re-validated prior to being
PoolingAsyncClientConnectionManager.lease(String, HttpRoute, Object, Timeout, FutureCallback)leased} to the consumer. - 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
- 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
- shutdown() - Method in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder.IdleConnectionEvictor
- shutdown() - Method in class org.apache.hc.client5.http.impl.IdleConnectionEvictor
- SIGN_MAGIC_CLIENT - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- SIGN_MAGIC_SERVER - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- signAndEncryptMessage(byte[]) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
- SIGNATURE - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
The signature string as bytes in the default encoding
- signingKey - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
- SimpleAsyncEntityConsumer - Class in org.apache.hc.client5.http.async.methods
- SimpleAsyncEntityConsumer() - Constructor for class org.apache.hc.client5.http.async.methods.SimpleAsyncEntityConsumer
- SimpleBody - Class in org.apache.hc.client5.http.async.methods
-
Message body representation as a simple text string or an array of bytes.
- SimpleBody(byte[], String, ContentType) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleBody
- SimpleHttpRequest - Class in org.apache.hc.client5.http.async.methods
-
HTTP request that can enclose a body represented as a simple text string or an array of bytes.
- SimpleHttpRequest(String, String) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
- SimpleHttpRequest(String, String, URIAuthority, String) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
- SimpleHttpRequest(String, URI) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
- SimpleHttpRequest(String, HttpHost, String) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
- SimpleHttpRequest(Method, URI) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
- SimpleHttpRequest(Method, HttpHost, String) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleHttpRequest
- SimpleHttpRequests - Class in org.apache.hc.client5.http.async.methods
-
Deprecated.Use
SimpleRequestBuilder. - SimpleHttpRequests() - Constructor for class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- SimpleHttpResponse - Class in org.apache.hc.client5.http.async.methods
-
HTTP response that can enclose a body represented as a simple text string or an array of bytes.
- SimpleHttpResponse(int) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
- SimpleHttpResponse(int, String) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleHttpResponse
- 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
-
Builder for
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<byte[]>) - Constructor for class org.apache.hc.client5.http.async.methods.SimpleResponseConsumer
- size() - Method in class org.apache.hc.client5.http.protocol.RedirectLocations
-
Returns the number of elements in this list.
- skip(long) - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
-
Skip
- skip(long) - Method in class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
- skip(long) - Method in class org.apache.hc.client5.http.impl.io.LoggingInputStream
- skipDelims(CharSequence, Tokenizer.Cursor) - Method in class org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler
- SOCKET_FACTORY_REGISTRY - Static variable in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
- socketConfig - Variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- socketFactory - Variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- socketFactoryRegistry - Variable in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
- socketTimeout - Variable in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- socketTimeout - Variable in class org.apache.hc.client5.http.impl.nio.DefaultManagedAsyncClientConnection
- sourceStream - Variable in class org.apache.hc.client5.http.entity.DeflateInputStream
- SPACE - Static variable in class org.apache.hc.client5.http.impl.auth.AuthChallengeParser
- SPECIAL_CHARS - Static variable in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- split(String) - Static method in class org.apache.hc.client5.http.ssl.HttpsSupport
- SPNEGO - Static variable in class org.apache.hc.client5.http.auth.StandardAuthScheme
-
SPNEGO authentication scheme as defined in RFC 4559 and RFC 4178 (considered to be the most secure among currently supported authentication schemes if Kerberos is selected).
- SPNEGO_OID - Static variable in class org.apache.hc.client5.http.impl.auth.SPNegoScheme
- SPNegoScheme - Class in org.apache.hc.client5.http.impl.auth
-
SPNEGO (Simple and Protected GSSAPI Negotiation Mechanism) authentication scheme.
- SPNegoScheme() - Constructor for class org.apache.hc.client5.http.impl.auth.SPNegoScheme
- SPNegoScheme(KerberosConfig, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.auth.SPNegoScheme
- SPNegoSchemeFactory - Class in org.apache.hc.client5.http.impl.auth
-
AuthSchemeFactoryimplementation that creates and initializesSPNegoSchemeinstances. - SPNegoSchemeFactory(KerberosConfig, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.auth.SPNegoSchemeFactory
- sslBufferManagement - Variable in class org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy
- sslBufferMode - Variable in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
- SSLConnectionSocketFactory - Class in org.apache.hc.client5.http.ssl
-
Layered socket factory for TLS/SSL connections.
- SSLConnectionSocketFactory(SSLContext) - Constructor for class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- SSLConnectionSocketFactory(SSLContext, String[], String[], HostnameVerifier) - Constructor for class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- SSLConnectionSocketFactory(SSLContext, HostnameVerifier) - Constructor for class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- SSLConnectionSocketFactory(SSLSocketFactory, String[], String[], HostnameVerifier) - Constructor for class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- SSLConnectionSocketFactory(SSLSocketFactory, HostnameVerifier) - Constructor for class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- SSLConnectionSocketFactoryBuilder - Class in org.apache.hc.client5.http.ssl
-
Builder for
SSLConnectionSocketFactoryinstances. - SSLConnectionSocketFactoryBuilder() - Constructor for class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
- sslContext - Variable in class org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy
- sslContext - Variable in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
- sslContext - Variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
- sslSocketFactory - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- 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
- state - Variable in class org.apache.hc.client5.http.auth.AuthExchange
- state - Variable in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- state - Variable in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-
Authentication process state
- state - Variable in class org.apache.hc.client5.http.impl.auth.NTLMScheme
- state - Variable in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- state - Variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- State() - Constructor for enum org.apache.hc.client5.http.auth.AuthExchange.State
- State() - Constructor for class org.apache.hc.client5.http.impl.async.AsyncHttpRequestRetryExec.State
- State() - Constructor for class org.apache.hc.client5.http.impl.async.AsyncRedirectExec.State
- State() - Constructor for enum org.apache.hc.client5.http.impl.auth.GGSSchemeBase.State
- State() - Constructor for enum org.apache.hc.client5.http.impl.auth.NTLMScheme.State
- State(HttpRoute) - Constructor for class org.apache.hc.client5.http.impl.async.AsyncConnectExec.State
- status - Variable in class org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase
- Status() - Constructor for enum org.apache.hc.client5.http.impl.async.AbstractHttpAsyncClientBase.Status
- statusCode - Variable in exception org.apache.hc.client5.http.HttpResponseException
- stream - Variable in class org.apache.hc.client5.http.entity.EntityBuilder
- STREAM_LOG - Static variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientEventHandlerFactory
- streamAbort(InputStream) - Method in class org.apache.hc.client5.http.impl.classic.ResponseEntityProxy
- streamClosed(InputStream) - Method in class org.apache.hc.client5.http.impl.classic.ResponseEntityProxy
- streamEnd(List<? extends Header>) - Method in class org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler
- streamStart(ContentType) - Method in class org.apache.hc.client5.http.async.methods.SimpleAsyncEntityConsumer
- STRICT - Enum constant in enum org.apache.hc.client5.http.entity.mime.HttpMultipartMode
-
Strict MIME specification conformance.
- STRICT - Enum constant in enum org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory.CompatibilityLevel
- STRICT - Static variable in class org.apache.hc.client5.http.cookie.StandardCookieSpec
-
The RFC 6265 compliant policy (strict profile).
- StringBody - Class in org.apache.hc.client5.http.entity.mime
-
Text body part backed by a byte array.
- StringBody(String, ContentType) - Constructor for class org.apache.hc.client5.http.entity.mime.StringBody
- stripDotSuffix(String) - Static method in class org.apache.hc.client5.http.auth.NTCredentials
-
Strip dot suffix from a name
- stripPort - Variable in class org.apache.hc.client5.http.auth.KerberosConfig.Builder
- stripPort - Variable in class org.apache.hc.client5.http.auth.KerberosConfig
- 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
- supportedCipherSuites - Variable in class org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy
- supportedCipherSuites - Variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- supportedProtocols - Variable in class org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy
- supportedProtocols - Variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- 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.classic.HttpClientBuilder
- systemProperties - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- systemProperties - Variable in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
- systemProperties - Variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
T
- target - Variable in class org.apache.hc.client5.http.impl.async.InternalH2AsyncExecRuntime.Endpoint
- target - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
- target - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type2Message
- 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.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
- targetInformation - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
- 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.IdleConnectionEvictor
- THREADLOCAL_FORMATS - Static variable in class org.apache.hc.client5.http.utils.DateUtils.DateFormatHolder
- 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
- timestamp - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
- timeToLive - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- tlsDetailsFactory - Variable in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
- tlsDetailsFactory - Variable in class org.apache.hc.client5.http.ssl.DefaultClientTlsStrategy
- tlsSessionValidator - Variable in class org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy
- tlsSessionValidator - Variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- TlsSessionValidator - Class in org.apache.hc.client5.http.ssl
- TlsSessionValidator(Logger) - Constructor for class org.apache.hc.client5.http.ssl.TlsSessionValidator
- tlsStrategy - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- tlsStrategyLookup - Variable in class org.apache.hc.client5.http.impl.nio.DefaultAsyncClientConnectionOperator
- tlsVersions - Variable in class org.apache.hc.client5.http.ssl.ClientTlsStrategyBuilder
- tlsVersions - Variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
- toByteArray() - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
- toByteBuffer() - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
- token - Variable in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
- TOKEN_DELIMS - Static variable in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- TOKEN_GENERATED - Enum constant in enum org.apache.hc.client5.http.impl.auth.GGSSchemeBase.State
- tokenParser - Variable in class org.apache.hc.client5.http.impl.auth.AuthChallengeParser
- tokenParser - Variable in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- tokenParser - Variable in class org.apache.hc.client5.http.ssl.DistinguishedNameParser
- toNullSafeLowerCase(String) - Method in class org.apache.hc.client5.http.auth.AuthScope
- 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
- toString() - Method in class org.apache.hc.client5.http.auth.NTCredentials
- 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.classic.methods.HttpUriRequestBase
- toString() - Method in class org.apache.hc.client5.http.config.RequestConfig
- toString() - Method in class org.apache.hc.client5.http.cookie.BasicCookieStore
- toString() - Method in class org.apache.hc.client5.http.cookie.CookieOrigin
- toString() - Method in class org.apache.hc.client5.http.entity.mime.Header
- toString() - Method in class org.apache.hc.client5.http.entity.mime.MimeField
- toString() - Method in class org.apache.hc.client5.http.fluent.Content
- toString() - Method in class org.apache.hc.client5.http.fluent.Request
- toString() - Method in class org.apache.hc.client5.http.HttpRoute
-
Obtains a description of this route.
- toString() - Method in class org.apache.hc.client5.http.impl.async.AsyncExecChainElement
- toString() - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- toString() - Method in class org.apache.hc.client5.http.impl.auth.AuthChallengeParser.ChallengeInt
- toString() - Method in class org.apache.hc.client5.http.impl.auth.BasicAuthCache
- toString() - Method in class org.apache.hc.client5.http.impl.auth.BasicCredentialsProvider
- toString() - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
- toString() - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- toString() - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
- toString() - Method in class org.apache.hc.client5.http.impl.auth.NTLMScheme
- 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.cookie.BasicClientCookie
- toString() - Method in class org.apache.hc.client5.http.impl.cookie.RFC6265LaxSpec
- toString() - Method in class org.apache.hc.client5.http.impl.cookie.RFC6265StrictSpec
- toString() - Method in class org.apache.hc.client5.http.RouteTracker
-
Obtains a description of the tracked route.
- toString() - Method in class org.apache.hc.client5.http.ssl.NoopHostnameVerifier
- toString() - Method in class org.apache.hc.client5.http.ssl.SubjectName
- toString() - Method in class org.apache.hc.client5.http.utils.ByteArrayBuilder
- toString() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
- trace() - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- trace(String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- trace(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- trace(String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- trace(String) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.
- trace(String) - Static method in class org.apache.hc.client5.http.fluent.Request
- trace(URI) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- trace(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- trace(URI) - Static method in class org.apache.hc.client5.http.async.methods.SimpleRequestBuilder
- trace(URI) - Static method in class org.apache.hc.client5.http.classic.methods.ClassicHttpRequests
-
Deprecated.
- trace(URI) - Static method in class org.apache.hc.client5.http.fluent.Request
- trace(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.BasicHttpRequests
-
Deprecated.
- trace(HttpHost, String) - Static method in class org.apache.hc.client5.http.async.methods.SimpleHttpRequests
-
Deprecated.
- tracker - Variable in class org.apache.hc.client5.http.impl.async.AsyncConnectExec.State
- 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
-
A trust strategy that accepts self-signed certificates as trusted.
- TrustSelfSignedStrategy() - Constructor for class org.apache.hc.client5.http.ssl.TrustSelfSignedStrategy
- 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 in org.apache.hc.client5.http.impl
-
Signals that the tunnel request was rejected by the proxy host.
- TunnelRefusedException(String, String) - Constructor for exception org.apache.hc.client5.http.impl.TunnelRefusedException
- tunnelTarget(boolean) - Method in class org.apache.hc.client5.http.RouteTracker
-
Tracks tunnelling to the target.
- TunnelType() - Constructor for enum org.apache.hc.client5.http.RouteInfo.TunnelType
- TWO_HYPHENS - Static variable in class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
- type - Variable in class org.apache.hc.client5.http.fluent.Content
- type - Variable in class org.apache.hc.client5.http.psl.PublicSuffixList
- type - Variable in class org.apache.hc.client5.http.ssl.SubjectName
- TYPE_1_MESSAGE - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
- type1Message - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
- Type1Message() - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type1Message
- Type1Message(String, String) - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type1Message
- Type1Message(String, String, Integer) - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type1Message
- type2Flags - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
- type2Message - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
- Type2Message(byte[]) - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type2Message
- Type2Message(String) - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type2Message
- Type3Message(String, String, String, char[], byte[], int, String, byte[]) - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
-
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
-
Constructor.
- Type3Message(Random, long, String, String, String, char[], byte[], int, String, byte[]) - Constructor for class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Type3Message
-
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
-
Constructor.
U
- UNCHALLENGED - Enum constant in enum org.apache.hc.client5.http.auth.AuthExchange.State
- UNICODE_LITTLE_UNMARKED - Static variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
-
Unicode encoding
- UNINITIATED - Enum constant in enum org.apache.hc.client5.http.impl.auth.GGSSchemeBase.State
- UNINITIATED - Enum constant in enum org.apache.hc.client5.http.impl.auth.NTLMScheme.State
- unique - Variable in class org.apache.hc.client5.http.protocol.RedirectLocations
- 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 in org.apache.hc.client5.http.impl.auth
-
Authentication credentials required to respond to a authentication challenge are invalid
- UnsupportedDigestAlgorithmException() - Constructor for exception org.apache.hc.client5.http.impl.auth.UnsupportedDigestAlgorithmException
-
Creates a new UnsupportedDigestAlgorithmException with a
nulldetail message. - UnsupportedDigestAlgorithmException(String) - Constructor for exception org.apache.hc.client5.http.impl.auth.UnsupportedDigestAlgorithmException
-
Creates a new UnsupportedDigestAlgorithmException with the specified message.
- UnsupportedDigestAlgorithmException(String, Throwable) - Constructor for exception org.apache.hc.client5.http.impl.auth.UnsupportedDigestAlgorithmException
-
Creates a new UnsupportedDigestAlgorithmException with the specified detail message and cause.
- UnsupportedSchemeException - Exception in org.apache.hc.client5.http
-
Signals failure to establish connection using an unknown protocol scheme.
- UnsupportedSchemeException(String) - Constructor for exception org.apache.hc.client5.http.UnsupportedSchemeException
-
Creates a UnsupportedSchemeException with the specified detail message.
- update(byte[]) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.HMACMD5
-
Update by adding a complete array
- update(byte[]) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.MD4
- update(byte[], int, int) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.HMACMD5
-
Update the algorithm
- updateAuthState(HttpHost, ChallengeType, HttpResponse, AuthenticationStrategy, AuthExchange, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.HttpAuthenticator
-
Updates the
AuthExchangestate based on the challenge presented in the response message using the givenAuthenticationStrategy. - updateCache(HttpHost, AuthScheme, HttpClientContext) - Method in class org.apache.hc.client5.http.impl.auth.HttpAuthenticator
- updateCapacity(CapacityChannel) - Method in class org.apache.hc.client5.http.impl.async.LoggingAsyncClientExchangeHandler
- updated - Variable in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- 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(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(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(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(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
- 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
- URIUtils - Class in org.apache.hc.client5.http.utils
-
A collection of utilities for
URIs, to workaround bugs within the class or for ease-of-use features. - URIUtils() - Constructor for class org.apache.hc.client5.http.utils.URIUtils
-
This class should not be instantiated.
- UrlEncodedFormEntity - Class in org.apache.hc.client5.http.entity
-
An entity composed of a list of url-encoded pairs.
- UrlEncodedFormEntity(Iterable<? extends NameValuePair>) - Constructor for class org.apache.hc.client5.http.entity.UrlEncodedFormEntity
-
Constructs a new
UrlEncodedFormEntitywith the list of parameters with the default encoding ofContentType.APPLICATION_FORM_URLENCODED - UrlEncodedFormEntity(Iterable<? extends NameValuePair>, Charset) - Constructor for class org.apache.hc.client5.http.entity.UrlEncodedFormEntity
-
Constructs a new
UrlEncodedFormEntitywith the list of parameters in the specified encoding. - UrlEncodedFormEntity(List<? extends NameValuePair>) - Constructor for class org.apache.hc.client5.http.entity.UrlEncodedFormEntity
-
Constructs a new
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
- useCanonicalHostname - Variable in class org.apache.hc.client5.http.auth.KerberosConfig.Builder
- useCanonicalHostname - Variable in class org.apache.hc.client5.http.auth.KerberosConfig
- useExpectContinue - Variable in class org.apache.hc.client5.http.fluent.Request
- useExpectContinue() - Method in class org.apache.hc.client5.http.fluent.Request
- user - Variable in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.CipherGen
- USER_TOKEN - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
- userAgent - Variable in class org.apache.hc.client5.http.impl.async.H2AsyncClientBuilder
- userAgent - Variable in class org.apache.hc.client5.http.impl.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
- 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.BasicScheme
- username - Variable in class org.apache.hc.client5.http.impl.auth.DigestScheme
- 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.
- 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.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.ssl.ClientTlsStrategyBuilder
-
Use system properties when creating and configuring default implementations.
- useSystemProperties() - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactoryBuilder
-
Use system properties when creating and configuring default implementations.
- UTC - Static variable in class org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler
V
- validate() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
- validate(Cookie, CookieOrigin) - Method in interface org.apache.hc.client5.http.cookie.CookieAttributeHandler
-
Performs cookie validation for the given attribute value.
- validate(Cookie, CookieOrigin) - Method in interface org.apache.hc.client5.http.cookie.CookieSpec
-
Validate the cookie according to validation rules defined by the cookie specification.
- validate(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler
- validate(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.BasicDomainHandler
- validate(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.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.impl.io.BasicHttpClientConnectionManager
- validateAfterInactivity - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
- validateAfterInactivity - Variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManagerBuilder
- validateAfterInactivity - Variable in class org.apache.hc.client5.http.impl.nio.PoolingAsyncClientConnectionManager
- 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
- validateSignature(byte[], byte[]) - Method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl.Handle
- validDuration - Variable in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- validDuration - Variable in class org.apache.hc.client5.http.impl.classic.InternalExecRuntime
- value - Variable in class org.apache.hc.client5.http.auth.AuthChallenge
- value - Variable in class org.apache.hc.client5.http.entity.mime.MimeField
- value - Variable in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Cookie value
- value - Variable in class org.apache.hc.client5.http.ssl.SubjectName
- VALUE_DELIMS - Static variable in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
- valueOf(String) - Static method in enum org.apache.hc.client5.http.auth.AuthExchange.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.auth.ChallengeType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.auth.KerberosConfig.Option
-
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.auth.GGSSchemeBase.State
-
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
-
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
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.impl.ChainElement
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.impl.classic.HttpClientBuilder.ExecInterceptorEntry.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.impl.classic.HttpClientBuilder.RequestInterceptorEntry.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.impl.classic.HttpClientBuilder.ResponseInterceptorEntry.Position
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory.CompatibilityLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.psl.DomainType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.RouteInfo.LayerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.RouteInfo.TunnelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.hc.client5.http.ssl.DefaultHostnameVerifier.HostNameType
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.hc.client5.http.auth.AuthExchange.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.auth.ChallengeType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.auth.KerberosConfig.Option
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.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.auth.GGSSchemeBase.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.auth.NTLMEngineImpl.Mode
-
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
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.impl.ChainElement
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.impl.classic.HttpClientBuilder.ExecInterceptorEntry.Position
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.impl.classic.HttpClientBuilder.RequestInterceptorEntry.Position
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.impl.classic.HttpClientBuilder.ResponseInterceptorEntry.Position
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecFactory.CompatibilityLevel
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.psl.DomainType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.RouteInfo.LayerType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.RouteInfo.TunnelType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.hc.client5.http.ssl.DefaultHostnameVerifier.HostNameType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- 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
- verifyHostname(SSLSocket, String) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- verifySession(String, SSLSession) - Method in class org.apache.hc.client5.http.ssl.AbstractClientTlsStrategy
- verifySession(String, SSLSession) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- verifySession(String, SSLSession, HostnameVerifier) - Method in class org.apache.hc.client5.http.ssl.TlsSessionValidator
- version(HttpVersion) - Method in class org.apache.hc.client5.http.fluent.Request
- versionPolicy - Variable in class org.apache.hc.client5.http.impl.async.HttpAsyncClientEventHandlerFactory
- versionPolicy - Variable in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncClient
- versionPolicy - Variable in class org.apache.hc.client5.http.impl.async.InternalHttpAsyncExecRuntime
- versionPolicy - Variable in class org.apache.hc.client5.http.impl.async.MinimalHttpAsyncClient
- viaProxy(String) - Method in class org.apache.hc.client5.http.fluent.Request
- viaProxy(HttpHost) - Method in class org.apache.hc.client5.http.fluent.Request
W
- WEAK_CIPHER_SUITE_PATTERNS - Static variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- WEAK_CIPHERS - Static variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- WEAK_KEY_EXCHANGES - Static variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
- 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
-
The netbios hostname the authentication request is originating from.
- wrappedStream - Variable in class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
- wrapperStream - Variable in class org.apache.hc.client5.http.entity.LazyDecompressingInputStream
- write(byte[]) - Method in class org.apache.hc.client5.http.impl.io.LoggingOutputStream
- write(byte[], int, int) - Method in class org.apache.hc.client5.http.impl.auth.HttpEntityDigester
- write(byte[], int, int) - Method in class org.apache.hc.client5.http.impl.io.LoggingOutputStream
- write(int) - Method in class org.apache.hc.client5.http.impl.auth.HttpEntityDigester
- write(int) - Method in class org.apache.hc.client5.http.impl.io.LoggingOutputStream
- write(ByteBuffer) - Method in class org.apache.hc.client5.http.impl.async.LoggingIOSession
- writeBytes(String, OutputStream) - Static method in class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
- writeBytes(String, 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.BasicScheme
- writeObject(ObjectOutputStream) - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
- writeTo(OutputStream) - Method in class org.apache.hc.client5.http.entity.DecompressingEntity
- writeTo(OutputStream) - Method in class org.apache.hc.client5.http.entity.GzipCompressingEntity
- writeTo(OutputStream) - Method in class org.apache.hc.client5.http.entity.mime.AbstractMultipartFormat
-
Writes out the content in the multipart/form encoding.
- writeTo(OutputStream) - Method in class org.apache.hc.client5.http.entity.mime.ByteArrayBody
- writeTo(OutputStream) - Method in interface org.apache.hc.client5.http.entity.mime.ContentBody
- writeTo(OutputStream) - Method in class org.apache.hc.client5.http.entity.mime.FileBody
- writeTo(OutputStream) - Method in class org.apache.hc.client5.http.entity.mime.InputStreamBody
- writeTo(OutputStream) - Method in class org.apache.hc.client5.http.entity.mime.MultipartFormEntity
- writeTo(OutputStream) - Method in class org.apache.hc.client5.http.entity.mime.StringBody
- writeTo(OutputStream) - Method in class org.apache.hc.client5.http.impl.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
- writeUShort(byte[], int, int) - Static method in class org.apache.hc.client5.http.impl.auth.NTLMEngineImpl
Y
- YEAR_PATTERN - Static variable in class org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
BasicRequestBuilder.