- abort() - Method in class org.apache.hc.client5.http.methods.AbstractExecutionAwareRequest
-
- abort() - Method in class org.apache.hc.client5.http.methods.HttpRequestWrapper
-
- abort() - Method in interface org.apache.hc.client5.http.methods.HttpUriRequest
-
Aborts execution of the request.
- abortConnection() - Method in interface org.apache.hc.client5.http.io.ConnectionReleaseTrigger
-
Releases the connection without the option of keep-alive.
- abortConnection() - Method in class org.apache.hc.client5.http.io.EofSensorInputStream
-
Aborts this stream.
- 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
-
- AbstractExecutionAwareRequest - Class in org.apache.hc.client5.http.methods
-
- AbstractExecutionAwareRequest() - Constructor for class org.apache.hc.client5.http.methods.AbstractExecutionAwareRequest
-
- AbstractResponseHandler<T> - Class in org.apache.hc.client5.http.impl.sync
-
A generic
ResponseHandler that works with the response entity
for successful (2xx) responses.
- AbstractResponseHandler() - Constructor for class org.apache.hc.client5.http.impl.sync.AbstractResponseHandler
-
- adapt(HttpContext) - Static method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
- add(String, InetAddress...) - Method in class org.apache.hc.client5.http.impl.InMemoryDnsResolver
-
Associates the given array of IP addresses to the given host in this DNS overrider.
- add(URI) - Method in class org.apache.hc.client5.http.protocol.RedirectLocations
-
Adds a new URI to the collection.
- add(int, Object) - Method in class org.apache.hc.client5.http.protocol.RedirectLocations
-
Inserts the specified element at the specified position in this list
(must be a URI).
- addAuthResponse(HttpHost, ChallengeType, HttpRequest, AuthExchange, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.HttpAuthenticator
-
- addBinaryBody(String, byte[], ContentType, String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-
- addBinaryBody(String, byte[]) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-
- addBinaryBody(String, File, ContentType, String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-
- addBinaryBody(String, File) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-
- addBinaryBody(String, InputStream, ContentType, String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-
- addBinaryBody(String, InputStream) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-
- addCloseable(Closeable) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
For internal use.
- 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
-
- 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(MinimalField) - Method in class org.apache.hc.client5.http.entity.mime.Header
-
- addHeader(Header) - Method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- addHeader(String, String) - Method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- addInterceptorFirst(HttpResponseInterceptor) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
Adds this protocol interceptor to the head of the protocol processing list.
- addInterceptorFirst(HttpRequestInterceptor) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
Adds this protocol interceptor to the head of the protocol processing list.
- addInterceptorLast(HttpResponseInterceptor) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
Adds this protocol interceptor to the tail of the protocol processing list.
- addInterceptorLast(HttpRequestInterceptor) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
Adds this protocol interceptor to the tail of the protocol processing list.
- addParameter(NameValuePair) - Method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- addParameter(String, String) - Method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- addParameter(String, String) - Method in class org.apache.hc.client5.http.utils.URIBuilder
-
Adds parameter to URI query.
- addParameters(NameValuePair...) - Method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- addParameters(List<NameValuePair>) - Method in class org.apache.hc.client5.http.utils.URIBuilder
-
Adds URI query parameters.
- addPart(FormBodyPart) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-
- addPart(String, ContentBody) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-
- addTextBody(String, String, ContentType) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-
- addTextBody(String, String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-
- AIMDBackoffManager - Class in org.apache.hc.client5.http.impl.sync
-
The AIMDBackoffManager applies an additive increase,
multiplicative decrease (AIMD) to managing a dynamic limit to
the number of connections allowed to a given host.
- AIMDBackoffManager(ConnPoolControl<HttpRoute>) - Constructor for class org.apache.hc.client5.http.impl.sync.AIMDBackoffManager
-
Creates an AIMDBackoffManager to manage
per-host connection pool sizes represented by the
given ConnPoolControl.
- ANY - Static variable in class org.apache.hc.client5.http.auth.AuthScope
-
Default scope matching any host, port, realm and authentication scheme.
- ANY_HOST - Static variable in class org.apache.hc.client5.http.auth.AuthScope
-
The null value represents any host.
- ANY_PORT - Static variable in class org.apache.hc.client5.http.auth.AuthScope
-
The -1 value represents any port.
- ANY_REALM - Static variable in class org.apache.hc.client5.http.auth.AuthScope
-
The null value represents any realm.
- ANY_SCHEME - Static variable in class org.apache.hc.client5.http.auth.AuthScope
-
The null value represents any authentication scheme.
- append(byte[], int, int) - Method in class org.apache.hc.client5.http.auth.util.ByteArrayBuilder
-
- append(byte[]) - Method in class org.apache.hc.client5.http.auth.util.ByteArrayBuilder
-
- append(CharBuffer) - Method in class org.apache.hc.client5.http.auth.util.ByteArrayBuilder
-
- append(char[], int, int) - Method in class org.apache.hc.client5.http.auth.util.ByteArrayBuilder
-
- append(char[]) - Method in class org.apache.hc.client5.http.auth.util.ByteArrayBuilder
-
- append(String) - Method in class org.apache.hc.client5.http.auth.util.ByteArrayBuilder
-
- AUTH_CACHE - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Attribute name of a
AuthCache object
that represents the auth scheme cache.
- AUTH_EXCHANGE_MAP - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Attribute name of a map containing actual
AuthExchanges keyed by their respective
HttpHost.
- AuthCache - Interface in org.apache.hc.client5.http.auth
-
- 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(String, String, List<? extends NameValuePair>) - Constructor for class org.apache.hc.client5.http.auth.AuthChallenge
-
- AuthChallenge(String, NameValuePair...) - Constructor for class org.apache.hc.client5.http.auth.AuthChallenge
-
- AuthChallengeParser - Class in org.apache.hc.client5.http.impl.auth
-
- AuthChallengeParser() - Constructor for class org.apache.hc.client5.http.impl.auth.AuthChallengeParser
-
- AuthenticationException - Exception in org.apache.hc.client5.http.auth
-
Signals a failure in authentication process
- AuthenticationException() - Constructor for exception org.apache.hc.client5.http.auth.AuthenticationException
-
Creates a new AuthenticationException with a null detail message.
- AuthenticationException(String) - Constructor for exception org.apache.hc.client5.http.auth.AuthenticationException
-
Creates a new AuthenticationException with the specified message.
- AuthenticationException(String, Throwable) - Constructor for exception org.apache.hc.client5.http.auth.AuthenticationException
-
Creates a new AuthenticationException with the specified detail message and cause.
- AuthenticationStrategy - Interface in org.apache.hc.client5.http.protocol
-
Strategy to select auth schemes in order of preference based on auth challenges
presented by the opposite endpoint (target server or a proxy).
- AuthExchange - Class in org.apache.hc.client5.http.auth
-
This class represents the actual state of authentication handshake including the current
AuthScheme
used for request authorization as well as a collection of backup authentication options if available.
- AuthExchange() - Constructor for class org.apache.hc.client5.http.auth.AuthExchange
-
- AuthExchange.State - Enum in org.apache.hc.client5.http.auth
-
- 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
-
- AuthSchemeProvider - Interface in org.apache.hc.client5.http.auth
-
- AuthSchemes - Class in org.apache.hc.client5.http.config
-
Standard authentication schemes supported by HttpClient.
- AuthScope - Class in org.apache.hc.client5.http.auth
-
AuthScope represents an authentication scope consisting of a host name,
a port number, a realm name and an authentication scheme name.
- AuthScope(String, int, String, String) - Constructor for class org.apache.hc.client5.http.auth.AuthScope
-
Defines auth scope with the given host, port, realm, and
schemeName.
- AuthScope(HttpHost, String, String) - Constructor for class org.apache.hc.client5.http.auth.AuthScope
-
Defines auth scope for a specific host of origin.
- AuthScope(HttpHost) - Constructor for class org.apache.hc.client5.http.auth.AuthScope
-
Defines auth scope for a specific host of origin.
- AuthScope(String, int, String) - Constructor for class org.apache.hc.client5.http.auth.AuthScope
-
Defines auth scope with the given host, port and realm.
- AuthScope(String, int) - Constructor for class org.apache.hc.client5.http.auth.AuthScope
-
Defines auth scope with the given host and port.
- AuthScope(AuthScope) - Constructor for class org.apache.hc.client5.http.auth.AuthScope
-
Creates a copy of the given credentials scope.
- available() - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
-
Get available.
- available() - Method in class org.apache.hc.client5.http.io.EofSensorInputStream
-
- awaitTermination(long, TimeUnit) - Method in class org.apache.hc.client5.http.impl.sync.IdleConnectionEvictor
-
- cancel(boolean) - Method in class org.apache.hc.client5.http.impl.sync.HttpRequestFutureTask
-
- capacity() - Method in class org.apache.hc.client5.http.auth.util.ByteArrayBuilder
-
- ChallengeType - Enum in org.apache.hc.client5.http.auth
-
Challenge type (TARGET or PROXY)
- charset(Charset) - Method in class org.apache.hc.client5.http.auth.util.ByteArrayBuilder
-
- checkAbort() - Method in class org.apache.hc.client5.http.io.EofSensorInputStream
-
Detects stream abort and notifies the watcher.
- checkClose() - Method in class org.apache.hc.client5.http.io.EofSensorInputStream
-
Detects stream close and notifies the watcher.
- checkEOF(int) - Method in class org.apache.hc.client5.http.io.EofSensorInputStream
-
Detects EOF and notifies the watcher.
- chunked() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Makes entity chunk coded.
- CircularRedirectException - Exception in org.apache.hc.client5.http.protocol
-
Signals a circular redirect
- CircularRedirectException() - Constructor for exception org.apache.hc.client5.http.protocol.CircularRedirectException
-
Creates a new CircularRedirectException with a null detail message.
- CircularRedirectException(String) - Constructor for exception org.apache.hc.client5.http.protocol.CircularRedirectException
-
Creates a new CircularRedirectException with the specified detail message.
- CircularRedirectException(String, Throwable) - Constructor for exception org.apache.hc.client5.http.protocol.CircularRedirectException
-
Creates a new CircularRedirectException with the specified detail message and cause.
- 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.SystemDefaultCredentialsProvider
-
- clear() - Method in class org.apache.hc.client5.http.impl.sync.BasicCredentialsProvider
-
- clearExpired(Date) - Method in class org.apache.hc.client5.http.cookie.BasicCookieStore
-
Removes all of
cookies in this HTTP state
that have expired by the specified
date.
- clearExpired(Date) - Method in interface org.apache.hc.client5.http.cookie.CookieStore
-
Removes all of
Cookies in this store that have expired by
the specified
Date.
- clearParameters() - Method in class org.apache.hc.client5.http.utils.URIBuilder
-
Clears URI query parameters.
- clearThreadLocal() - Static method in class org.apache.hc.client5.http.utils.DateUtils
-
Clears thread-local variable containing
DateFormat cache.
- ClientExecChain - Interface in org.apache.hc.client5.http.impl.sync
-
This interface represents an element in the HTTP request execution chain.
- ClientProtocolException - Exception in org.apache.hc.client5.http.protocol
-
Signals an error in the HTTP protocol.
- ClientProtocolException() - Constructor for exception org.apache.hc.client5.http.protocol.ClientProtocolException
-
- ClientProtocolException(String) - Constructor for exception org.apache.hc.client5.http.protocol.ClientProtocolException
-
- ClientProtocolException(Throwable) - Constructor for exception org.apache.hc.client5.http.protocol.ClientProtocolException
-
- ClientProtocolException(String, Throwable) - Constructor for exception org.apache.hc.client5.http.protocol.ClientProtocolException
-
- 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.impl.io.BasicHttpClientConnectionManager
-
- close() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- close() - Method in class org.apache.hc.client5.http.impl.sync.FutureRequestExecutionService
-
- close() - Method in class org.apache.hc.client5.http.io.EofSensorInputStream
-
- CloseableHttpClient - Class in org.apache.hc.client5.http.impl.sync
-
- CloseableHttpClient() - Constructor for class org.apache.hc.client5.http.impl.sync.CloseableHttpClient
-
- CloseableHttpResponse - Interface in org.apache.hc.client5.http.methods
-
Extended version of the
HttpResponse interface that also extends
Closeable.
- closeExpiredConnections() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
-
- closeExpiredConnections() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- closeExpiredConnections() - Method in interface org.apache.hc.client5.http.io.HttpClientConnectionManager
-
Closes all expired connections in the pool.
- closeIdleConnections(long, TimeUnit) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
-
- closeIdleConnections(long, TimeUnit) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- closeIdleConnections(long, TimeUnit) - Method in interface org.apache.hc.client5.http.io.HttpClientConnectionManager
-
Closes idle connections in the pool.
- CommonCookieAttributeHandler - Interface in org.apache.hc.client5.http.cookie
-
- compare(Cookie, Cookie) - Method in class org.apache.hc.client5.http.cookie.CookieIdentityComparator
-
- compare(Cookie, Cookie) - Method in class org.apache.hc.client5.http.cookie.CookiePathComparator
-
- compare(Cookie, Cookie) - Method in class org.apache.hc.client5.http.cookie.CookiePriorityComparator
-
- COMPLETE - Static variable in interface org.apache.hc.client5.http.routing.HttpRouteDirector
-
Indicates that the route is complete.
- completed() - Method in class org.apache.hc.client5.http.methods.AbstractExecutionAwareRequest
-
- Configurable - Interface in org.apache.hc.client5.http.methods
-
Configuration interface for HTTP requests.
- connect(HttpClientConnection, HttpRoute, int, HttpContext) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
-
- connect(ManagedHttpClientConnection, HttpHost, InetSocketAddress, int, SocketConfig, HttpContext) - Method in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
-
- connect(HttpClientConnection, HttpRoute, int, HttpContext) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- connect(HttpClientConnection, HttpRoute, int, HttpContext) - Method in interface org.apache.hc.client5.http.io.HttpClientConnectionManager
-
Connects the underlying connection socket to the 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, int, SocketConfig, HttpContext) - Method in interface org.apache.hc.client5.http.io.HttpClientConnectionOperator
-
- 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.
- ConnectionBackoffStrategy - Interface in org.apache.hc.client5.http.sync
-
When managing a dynamic number of connections for a given route, this
strategy assesses whether a given request execution outcome should
result in a backoff signal or not, based on either examining the
Throwable that resulted or by examining the resulting
response (e.g.
- ConnectionKeepAliveStrategy - Interface in org.apache.hc.client5.http
-
Interface for deciding how long a connection can remain
idle before being reused.
- ConnectionPoolTimeoutException - Exception in org.apache.hc.client5.http
-
A timeout while waiting for an available connection
from a connection manager.
- ConnectionPoolTimeoutException() - Constructor for exception org.apache.hc.client5.http.ConnectionPoolTimeoutException
-
Creates a ConnectTimeoutException with a null detail message.
- ConnectionPoolTimeoutException(String) - Constructor for exception org.apache.hc.client5.http.ConnectionPoolTimeoutException
-
Creates a ConnectTimeoutException with the specified detail message.
- ConnectionReleaseTrigger - Interface in org.apache.hc.client5.http.io
-
Interface for releasing a connection.
- ConnectionRequest - Interface in org.apache.hc.client5.http.io
-
Represents a request for a HttpClientConnection whose life cycle
is managed by a connection manager.
- ConnectionShutdownException - Exception in org.apache.hc.client5.http.impl.io
-
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.io.ConnectionShutdownException
-
Creates a new ConnectionShutdownException with a null detail message.
- ConnectionSocketFactory - Interface in org.apache.hc.client5.http.socket
-
A factory for creating and connecting connection sockets.
- connectProxy(HttpHost, boolean) - Method in class org.apache.hc.client5.http.RouteTracker
-
Tracks connecting to the first proxy.
- connectSocket(int, 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(int, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in class org.apache.hc.client5.http.socket.PlainConnectionSocketFactory
-
- connectSocket(int, 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.
- ConnectTimeoutException - Exception in org.apache.hc.client5.http
-
A timeout while connecting to an HTTP server or waiting for an
available connection from an HttpConnectionManager.
- ConnectTimeoutException() - Constructor for exception org.apache.hc.client5.http.ConnectTimeoutException
-
Creates a ConnectTimeoutException with a null detail message.
- ConnectTimeoutException(String) - Constructor for exception org.apache.hc.client5.http.ConnectTimeoutException
-
Creates a ConnectTimeoutException with the specified detail message.
- ConnectTimeoutException(IOException, HttpHost, InetAddress...) - Constructor for exception org.apache.hc.client5.http.ConnectTimeoutException
-
Creates a ConnectTimeoutException based on original
IOException.
- contains(URI) - Method in class org.apache.hc.client5.http.protocol.RedirectLocations
-
Test if the URI is present in the collection.
- contains(Object) - Method in class org.apache.hc.client5.http.protocol.RedirectLocations
-
Returns true if this collection contains the specified element.
- 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
-
- CONTENT_DISPOSITION - Static variable in class org.apache.hc.client5.http.entity.mime.MIME
-
- CONTENT_TRANSFER_ENC - Static variable in class org.apache.hc.client5.http.entity.mime.MIME
-
- CONTENT_TYPE - Static variable in class org.apache.hc.client5.http.entity.mime.MIME
-
- CONTENT_TYPE - Static variable in class org.apache.hc.client5.http.utils.URLEncodedUtils
-
The default HTML form content type.
- ContentBody - Interface in org.apache.hc.client5.http.entity.mime
-
- ContentDescriptor - Interface in org.apache.hc.client5.http.entity.mime
-
Represents common content properties.
- Cookie - Interface in org.apache.hc.client5.http.cookie
-
Cookie interface represents a token or short packet of state information
(also referred to as "magic-cookie") that the HTTP agent and the target
server can exchange to maintain a session.
- COOKIE_ORIGIN - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Attribute name of a
CookieOrigin
object that represents the actual details of the origin server.
- COOKIE_SPEC - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Attribute name of a
CookieSpec
object that represents the actual cookie specification.
- COOKIE_STORE - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Attribute name of a
CookieStore
object that represents the actual cookie store.
- CookieAttributeHandler - Interface in org.apache.hc.client5.http.cookie
-
This interface represents a cookie attribute handler responsible
for parsing, validating, and matching a specific cookie attribute,
such as path, domain, port, etc.
- CookieIdentityComparator - Class in org.apache.hc.client5.http.cookie
-
This cookie comparator can be used to compare identity of cookies.
- CookieIdentityComparator() - Constructor for class org.apache.hc.client5.http.cookie.CookieIdentityComparator
-
- CookieOrigin - Class in org.apache.hc.client5.http.cookie
-
CookieOrigin class encapsulates details of an origin server that
are relevant when parsing, validating or matching HTTP cookies.
- CookieOrigin(String, int, String, boolean) - Constructor for class org.apache.hc.client5.http.cookie.CookieOrigin
-
- CookiePathComparator - Class in org.apache.hc.client5.http.cookie
-
This cookie comparator ensures that multiple cookies satisfying
a common criteria are ordered in the Cookie header such
that those with more specific Path attributes precede those with
less specific.
- CookiePathComparator() - Constructor for class org.apache.hc.client5.http.cookie.CookiePathComparator
-
- CookiePriorityComparator - Class in org.apache.hc.client5.http.cookie
-
This cookie comparator ensures that cookies with longer paths take precedence over
cookies with shorter path.
- CookiePriorityComparator() - Constructor for class org.apache.hc.client5.http.cookie.CookiePriorityComparator
-
- CookieRestrictionViolationException - Exception in org.apache.hc.client5.http.cookie
-
Signals that a cookie violates a restriction imposed by the cookie
specification.
- CookieRestrictionViolationException() - Constructor for exception org.apache.hc.client5.http.cookie.CookieRestrictionViolationException
-
Creates a new CookeFormatViolationException with a null detail
message.
- CookieRestrictionViolationException(String) - Constructor for exception org.apache.hc.client5.http.cookie.CookieRestrictionViolationException
-
Creates a new CookeRestrictionViolationException with a specified
message string.
- CookieSpec - Interface in org.apache.hc.client5.http.cookie
-
Defines the cookie management specification.
- COOKIESPEC_REGISTRY - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
- 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
-
- CookieSpecProvider - Interface in org.apache.hc.client5.http.cookie
-
- CookieSpecRegistries - Class in org.apache.hc.client5.http.impl.sync
-
- CookieSpecs - Class in org.apache.hc.client5.http.config
-
Standard cookie specifications supported by HttpClient.
- CookieStore - Interface in org.apache.hc.client5.http.cookie
-
This interface represents an abstract store for
Cookie
objects.
- copy(RequestConfig) - Static method in class org.apache.hc.client5.http.config.RequestConfig
-
- copy(HttpRequest) - Static method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- create(HttpContext) - Method in interface org.apache.hc.client5.http.auth.AuthSchemeProvider
-
- create(HttpContext) - Method in interface org.apache.hc.client5.http.cookie.CookieSpecProvider
-
- create() - Static method in class org.apache.hc.client5.http.entity.EntityBuilder
-
- create(InputStream) - Method in interface org.apache.hc.client5.http.entity.InputStreamFactory
-
- create(String, ContentBody) - Static method in class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
-
- create() - Static method in class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
-
- create() - Static method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-
- create(T, ConnectionConfig) - Method in interface org.apache.hc.client5.http.HttpConnectionFactory
-
- 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.IgnoreSpecProvider
-
- create(HttpContext) - Method in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecProvider
-
- create(MessageConstraints) - Method in class org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory
-
- create(HttpRoute, ConnectionConfig) - Method in class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
-
- create() - Static method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
- create(String) - Static method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- create() - Static method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
- createDefault() - Static method in class org.apache.hc.client5.http.impl.sync.CookieSpecRegistries
-
Creates the default registry, using the default public suffix matcher.
- createDefault(PublicSuffixMatcher) - Static method in class org.apache.hc.client5.http.impl.sync.CookieSpecRegistries
-
Creates the default registry with the provided public suffix matcher
- createDefault() - Static method in class org.apache.hc.client5.http.impl.sync.HttpClients
-
- createDefaultBuilder(PublicSuffixMatcher) - Static method in class org.apache.hc.client5.http.impl.sync.CookieSpecRegistries
-
Creates a builder containing the default registry entries, using the provided public suffix matcher.
- createDefaultBuilder() - Static method in class org.apache.hc.client5.http.impl.sync.CookieSpecRegistries
-
Creates a builder containing the default registry entries with the default public suffix matcher.
- createLayeredSocket(Socket, String, int, HttpContext) - Method in interface org.apache.hc.client5.http.socket.LayeredConnectionSocketFactory
-
Returns a socket connected to the given host that is layered over an
existing socket.
- createLayeredSocket(Socket, String, int, HttpContext) - Method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
- createLocationURI(String) - Method in class org.apache.hc.client5.http.impl.protocol.DefaultRedirectStrategy
-
- createMainExec(HttpRequestExecutor, HttpClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpProcessor, AuthenticationStrategy, AuthenticationStrategy, UserTokenHandler) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
- createMessage(CharArrayBuffer) - Method in class org.apache.hc.client5.http.impl.io.LenientHttpResponseParser
-
- createMinimal() - Static method in class org.apache.hc.client5.http.impl.sync.HttpClients
-
- createMinimal(HttpClientConnectionManager) - Static method in class org.apache.hc.client5.http.impl.sync.HttpClients
-
- 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.sync.HttpClients
-
- Credentials - Interface in org.apache.hc.client5.http.auth
-
This interface represents a set of credentials consisting of a security
principal and a secret (password) that can be used to establish user
identity
- CredentialsProvider - Interface in org.apache.hc.client5.http.auth
-
Provider of authentication credentials.
- CredentialsStore - Interface in org.apache.hc.client5.http.auth
-
Abstract store of authentication credentials.
- CREDS_PROVIDER - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Attribute name of a
CredentialsProvider
object that represents the actual credentials provider.
- custom() - Static method in class org.apache.hc.client5.http.config.RequestConfig
-
- custom() - Static method in class org.apache.hc.client5.http.impl.sync.HttpClients
-
- DateUtils - Class in org.apache.hc.client5.http.utils
-
A utility class for parsing and formatting HTTP dates as used in cookies and
other headers.
- DecompressingEntity - Class in org.apache.hc.client5.http.entity
-
Common base class for decompressing HttpEntity implementations.
- DecompressingEntity(HttpEntity, InputStreamFactory) - Constructor for class org.apache.hc.client5.http.entity.DecompressingEntity
-
- decorate(CommonCookieAttributeHandler, PublicSuffixMatcher) - Static method in class org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter
-
- decorateMainExec(ClientExecChain) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
For internal use.
- decorateProtocolExec(ClientExecChain) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
For internal use.
- DEFAULT - Static variable in class org.apache.hc.client5.http.config.CookieSpecs
-
The default policy.
- DEFAULT - Static variable in class org.apache.hc.client5.http.config.RequestConfig
-
- DEFAULT_MAX_CONNECTIONS_PER_ROUTE - Static variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- DEFAULT_MAX_TOTAL_CONNECTIONS - Static variable in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- DefaultAuthenticationStrategy - Class in org.apache.hc.client5.http.impl.protocol
-
- DefaultAuthenticationStrategy() - Constructor for class org.apache.hc.client5.http.impl.protocol.DefaultAuthenticationStrategy
-
- DefaultBackoffStrategy - Class in org.apache.hc.client5.http.impl.sync
-
This
ConnectionBackoffStrategy backs off either for a raw
network socket or connection timeout or if the server explicitly
sends a 503 (Service Unavailable) response.
- DefaultBackoffStrategy() - Constructor for class org.apache.hc.client5.http.impl.sync.DefaultBackoffStrategy
-
- DefaultConnectionKeepAliveStrategy - Class in org.apache.hc.client5.http.impl
-
Default implementation of a strategy deciding duration
that a connection can remain idle.
- DefaultConnectionKeepAliveStrategy() - Constructor for class org.apache.hc.client5.http.impl.DefaultConnectionKeepAliveStrategy
-
- DefaultHostnameVerifier - Class in org.apache.hc.client5.http.ssl
-
- DefaultHostnameVerifier(PublicSuffixMatcher) - Constructor for class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
-
- DefaultHostnameVerifier() - Constructor for class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
-
- DefaultHttpClientConnectionOperator - Class in org.apache.hc.client5.http.impl.io
-
- DefaultHttpClientConnectionOperator(Lookup<ConnectionSocketFactory>, SchemePortResolver, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
-
- DefaultHttpRequestRetryHandler - Class in org.apache.hc.client5.http.impl.sync
-
- DefaultHttpRequestRetryHandler(int, boolean, Collection<Class<? extends IOException>>) - Constructor for class org.apache.hc.client5.http.impl.sync.DefaultHttpRequestRetryHandler
-
Create the request retry handler using the specified IOException classes
- DefaultHttpRequestRetryHandler(int, boolean) - Constructor for class org.apache.hc.client5.http.impl.sync.DefaultHttpRequestRetryHandler
-
Create the request retry handler using the following list of
non-retriable IOException classes:
InterruptedIOException
UnknownHostException
ConnectException
SSLException
- DefaultHttpRequestRetryHandler() - Constructor for class org.apache.hc.client5.http.impl.sync.DefaultHttpRequestRetryHandler
-
Create the request retry handler with a retry count of 3, requestSentRetryEnabled false
and using the following list of non-retriable IOException classes:
InterruptedIOException
UnknownHostException
ConnectException
SSLException
- DefaultHttpResponseParserFactory - Class in org.apache.hc.client5.http.impl.io
-
Default factory for response message parsers.
- DefaultHttpResponseParserFactory(LineParser, HttpResponseFactory) - Constructor for class org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory
-
- DefaultHttpResponseParserFactory(HttpResponseFactory) - Constructor for class org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory
-
- DefaultHttpResponseParserFactory() - Constructor for class org.apache.hc.client5.http.impl.io.DefaultHttpResponseParserFactory
-
- DefaultManagedHttpClientConnection - Class in org.apache.hc.client5.http.impl.io
-
- DefaultManagedHttpClientConnection(String, int, int, CharsetDecoder, CharsetEncoder, MessageConstraints, ContentLengthStrategy, ContentLengthStrategy, HttpMessageWriterFactory<HttpRequest>, HttpMessageParserFactory<HttpResponse>) - Constructor for class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
-
- DefaultManagedHttpClientConnection(String, int) - Constructor for class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
-
- DefaultProxyRoutePlanner - Class in org.apache.hc.client5.http.impl.routing
-
Implementation of an
HttpRoutePlanner
that routes requests through a default proxy.
- DefaultProxyRoutePlanner(HttpHost, SchemePortResolver) - Constructor for class org.apache.hc.client5.http.impl.routing.DefaultProxyRoutePlanner
-
- DefaultProxyRoutePlanner(HttpHost) - Constructor for class org.apache.hc.client5.http.impl.routing.DefaultProxyRoutePlanner
-
- DefaultRedirectStrategy - Class in org.apache.hc.client5.http.impl.protocol
-
- DefaultRedirectStrategy() - Constructor for class org.apache.hc.client5.http.impl.protocol.DefaultRedirectStrategy
-
- DefaultRoutePlanner - Class in org.apache.hc.client5.http.impl.routing
-
- DefaultRoutePlanner(SchemePortResolver) - Constructor for class org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner
-
- DefaultSchemePortResolver - Class in org.apache.hc.client5.http.impl
-
- DefaultSchemePortResolver() - Constructor for class org.apache.hc.client5.http.impl.DefaultSchemePortResolver
-
- DefaultServiceUnavailableRetryStrategy - Class in org.apache.hc.client5.http.impl.sync
-
- DefaultServiceUnavailableRetryStrategy(int, int) - Constructor for class org.apache.hc.client5.http.impl.sync.DefaultServiceUnavailableRetryStrategy
-
- DefaultServiceUnavailableRetryStrategy() - Constructor for class org.apache.hc.client5.http.impl.sync.DefaultServiceUnavailableRetryStrategy
-
- DefaultUserTokenHandler - Class in org.apache.hc.client5.http.impl.protocol
-
- DefaultUserTokenHandler() - Constructor for class org.apache.hc.client5.http.impl.protocol.DefaultUserTokenHandler
-
- DeflateDecompressingEntity - Class in org.apache.hc.client5.http.entity
-
HttpEntityWrapper responsible for
handling deflate Content Coded responses.
- DeflateDecompressingEntity(HttpEntity) - Constructor for class org.apache.hc.client5.http.entity.DeflateDecompressingEntity
-
- DeflateInputStream - Class in org.apache.hc.client5.http.entity
-
Deflate input stream.
- DeflateInputStream(InputStream) - Constructor for class org.apache.hc.client5.http.entity.DeflateInputStream
-
- delete() - Static method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- delete(URI) - Static method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- delete(String) - Static method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- determineProxy(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.routing.DefaultProxyRoutePlanner
-
- determineProxy(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner
-
This implementation returns null.
- determineProxy(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.routing.SystemDefaultRoutePlanner
-
- determineRoute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.routing.DefaultRoutePlanner
-
- determineRoute(HttpHost, HttpRequest, HttpContext) - Method in interface org.apache.hc.client5.http.routing.HttpRoutePlanner
-
Determines the route for a request.
- DIGEST - Static variable in class org.apache.hc.client5.http.config.AuthSchemes
-
Digest authentication scheme as defined in RFC 2617.
- DigestScheme - Class in org.apache.hc.client5.http.impl.auth
-
Digest authentication scheme as defined in RFC 2617.
- DigestScheme() - Constructor for class org.apache.hc.client5.http.impl.auth.DigestScheme
-
- DigestSchemeFactory - Class in org.apache.hc.client5.http.impl.auth
-
- DigestSchemeFactory() - Constructor for class org.apache.hc.client5.http.impl.auth.DigestSchemeFactory
-
- directStep(RouteInfo, RouteInfo) - Method in class org.apache.hc.client5.http.impl.routing.BasicRouteDirector
-
Determines the next step to establish a direct connection.
- disableAuthCaching() - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
Disables authentication scheme caching.
- disableAutomaticRetries() - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
Disables automatic request recovery and re-execution.
- disableConnectionState() - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
Disables connection state tracking.
- disableContentCompression() - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
Disables automatic content decompression.
- disableCookieManagement() - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
Disables state (cookie) management.
- disableRedirectHandling() - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
Disables automatic redirect handling.
- DnsResolver - Interface in org.apache.hc.client5.http
-
Users may implement this interface to override the normal DNS lookup offered
by the OS.
- doExecute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.sync.CloseableHttpClient
-
- DOMAIN_ATTR - Static variable in interface org.apache.hc.client5.http.cookie.Cookie
-
- DomainType - Enum in org.apache.hc.client5.http.psl
-
Domain types differentiated by Mozilla Public Suffix List.
- ENC_8BIT - Static variable in class org.apache.hc.client5.http.entity.mime.MIME
-
- ENC_BINARY - Static variable in class org.apache.hc.client5.http.entity.mime.MIME
-
- endedTime() - Method in class org.apache.hc.client5.http.impl.sync.HttpRequestFutureTask
-
- ensureFreeCapacity(int) - Method in class org.apache.hc.client5.http.auth.util.ByteArrayBuilder
-
- EntityBuilder - Class in org.apache.hc.client5.http.entity
-
Builder for HttpEntity instances.
- eofDetected(InputStream) - Method in interface org.apache.hc.client5.http.io.EofSensorWatcher
-
Indicates that EOF is detected.
- EofSensorInputStream - Class in org.apache.hc.client5.http.io
-
A stream wrapper that triggers actions on
close() and EOF.
- EofSensorInputStream(InputStream, EofSensorWatcher) - Constructor for class org.apache.hc.client5.http.io.EofSensorInputStream
-
Creates a new EOF sensor.
- EofSensorWatcher - Interface in org.apache.hc.client5.http.io
-
- 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.
- evictExpiredConnections() - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
Makes this instance of HttpClient proactively evict expired connections from the
connection pool using a background thread.
- evictIdleConnections(long, TimeUnit) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
Makes this instance of HttpClient proactively evict idle connections from the
connection pool using a background thread.
- execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in class org.apache.hc.client5.http.impl.sync.BackoffStrategyExec
-
- execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in interface org.apache.hc.client5.http.impl.sync.ClientExecChain
-
Executes th request either by transmitting it to the target server or
by passing it onto the next executor in the request execution chain.
- execute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.sync.CloseableHttpClient
-
Executes HTTP request using the given context.
- execute(HttpUriRequest, HttpContext) - Method in class org.apache.hc.client5.http.impl.sync.CloseableHttpClient
-
Executes HTTP request using the given context.
- execute(HttpUriRequest) - Method in class org.apache.hc.client5.http.impl.sync.CloseableHttpClient
-
Executes HTTP request using the default context.
- execute(HttpHost, HttpRequest) - Method in class org.apache.hc.client5.http.impl.sync.CloseableHttpClient
-
Executes HTTP request using the default context.
- execute(HttpUriRequest, ResponseHandler<? extends T>) - Method in class org.apache.hc.client5.http.impl.sync.CloseableHttpClient
-
Executes a request using the default context and processes the
response using the given response handler.
- execute(HttpUriRequest, ResponseHandler<? extends T>, HttpContext) - Method in class org.apache.hc.client5.http.impl.sync.CloseableHttpClient
-
Executes a request using the default context and processes the
response using the given response handler.
- execute(HttpHost, HttpRequest, ResponseHandler<? extends T>) - Method in class org.apache.hc.client5.http.impl.sync.CloseableHttpClient
-
Executes a request using the default context and processes the
response using the given response handler.
- execute(HttpHost, HttpRequest, ResponseHandler<? extends T>, HttpContext) - Method in class org.apache.hc.client5.http.impl.sync.CloseableHttpClient
-
Executes a request using the default context and processes the
response using the given response handler.
- execute(HttpUriRequest, HttpContext, ResponseHandler<T>) - Method in class org.apache.hc.client5.http.impl.sync.FutureRequestExecutionService
-
Schedule a request for execution.
- execute(HttpUriRequest, HttpContext, ResponseHandler<T>, FutureCallback<T>) - Method in class org.apache.hc.client5.http.impl.sync.FutureRequestExecutionService
-
Schedule a request for execution.
- execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in class org.apache.hc.client5.http.impl.sync.MainClientExec
-
- execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in class org.apache.hc.client5.http.impl.sync.MinimalClientExec
-
- execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in class org.apache.hc.client5.http.impl.sync.ProtocolExec
-
- execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in class org.apache.hc.client5.http.impl.sync.RedirectExec
-
- execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in class org.apache.hc.client5.http.impl.sync.RetryExec
-
- execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in class org.apache.hc.client5.http.impl.sync.ServiceUnavailableRetryExec
-
- execute(HttpUriRequest) - Method in interface org.apache.hc.client5.http.sync.HttpClient
-
Executes HTTP request using the default context.
- execute(HttpUriRequest, HttpContext) - Method in interface org.apache.hc.client5.http.sync.HttpClient
-
Executes HTTP request using the given context.
- execute(HttpHost, HttpRequest) - Method in interface org.apache.hc.client5.http.sync.HttpClient
-
Executes HTTP request using the default context.
- execute(HttpHost, HttpRequest, HttpContext) - Method in interface org.apache.hc.client5.http.sync.HttpClient
-
Executes HTTP request using the given context.
- execute(HttpUriRequest, ResponseHandler<? extends T>) - Method in interface org.apache.hc.client5.http.sync.HttpClient
-
Executes HTTP request using the default context and processes the
response using the given response handler.
- execute(HttpUriRequest, ResponseHandler<? extends T>, HttpContext) - Method in interface org.apache.hc.client5.http.sync.HttpClient
-
Executes HTTP request using the given context and processes the
response using the given response handler.
- execute(HttpHost, HttpRequest, ResponseHandler<? extends T>) - Method in interface org.apache.hc.client5.http.sync.HttpClient
-
Executes HTTP request to the target using the default context and
processes the response using the given response handler.
- execute(HttpHost, HttpRequest, ResponseHandler<? extends T>, HttpContext) - Method in interface org.apache.hc.client5.http.sync.HttpClient
-
Executes HTTP request to the target using the given context and
processes the response using the given response handler.
- EXPIRES_ATTR - Static variable in interface org.apache.hc.client5.http.cookie.Cookie
-
- extractHost(URI) - Static method in class org.apache.hc.client5.http.utils.URIUtils
-
Extracts target host from the given
URI.
- 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
-
- 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.
- 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.
- 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(long, TimeUnit) - Method in interface org.apache.hc.client5.http.io.ConnectionRequest
-
Obtains a connection within a given time.
- get() - Static method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- get(URI) - Static method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- get(String) - Static method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- get(int) - Method in class org.apache.hc.client5.http.protocol.RedirectLocations
-
Returns the URI at the specified position in this list.
- getActiveConnectionCount() - Method in class org.apache.hc.client5.http.impl.sync.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.methods.HttpOptions
-
- getAttribHandler(String) - Method in class org.apache.hc.client5.http.impl.cookie.AbstractCookieSpec
-
- getAttribHandlers() - Method in class org.apache.hc.client5.http.impl.cookie.AbstractCookieSpec
-
- getAttribute(String) - Method in interface org.apache.hc.client5.http.cookie.Cookie
-
- getAttribute(String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
- getAttribute(String) - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
-
- getAttributeName() - Method in interface org.apache.hc.client5.http.cookie.CommonCookieAttributeHandler
-
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.BasicDomainHandler
-
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.BasicExpiresHandler
-
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.BasicMaxAgeHandler
-
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.BasicPathHandler
-
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.BasicSecureHandler
-
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler
-
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.LaxMaxAgeHandler
-
- getAttributeName() - Method in class org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter
-
- getAuthCache() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
- getAuthExchange(HttpHost) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
- getAuthExchanges() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
- getAuthOptions() - Method in class org.apache.hc.client5.http.auth.AuthExchange
-
Returns available auth options.
- getAuthScheme() - Method in class org.apache.hc.client5.http.auth.AuthExchange
-
- getAuthSchemeRegistry() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
- getBinary() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
- getBody() - Method in class org.apache.hc.client5.http.entity.mime.FormBodyPart
-
- getBody() - Method in class org.apache.hc.client5.http.entity.mime.MinimalField
-
- 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() - Method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- getCharset() - Method in class org.apache.hc.client5.http.utils.URIBuilder
-
- getConfig() - Method in interface org.apache.hc.client5.http.methods.Configurable
-
Returns actual request configuration.
- getConfig() - Method in class org.apache.hc.client5.http.methods.HttpRequestBase
-
- getConfig() - Method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- getConnectionConfig() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
-
- getConnectionConfig(HttpHost) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- getConnectionRequestTimeout() - Method in class org.apache.hc.client5.http.config.RequestConfig
-
Returns the timeout in milliseconds used when requesting a connection
from the connection manager.
- getConnectTimeout() - Method in class org.apache.hc.client5.http.config.RequestConfig
-
Determines the timeout in milliseconds until a connection is established.
- getContent() - Method in class org.apache.hc.client5.http.entity.DecompressingEntity
-
- getContent() - Method in class org.apache.hc.client5.http.entity.GzipCompressingEntity
-
- getContentEncoding() - Method in class org.apache.hc.client5.http.entity.DecompressingEntity
-
- getContentEncoding() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Returns content encoding of the entity, if set.
- getContentEncoding() - Method in class org.apache.hc.client5.http.entity.GzipCompressingEntity
-
- getContentLength() - Method in class org.apache.hc.client5.http.entity.DecompressingEntity
-
- getContentLength() - Method in class org.apache.hc.client5.http.entity.GzipCompressingEntity
-
- getContentLength() - Method in class org.apache.hc.client5.http.entity.mime.ByteArrayBody
-
- getContentLength() - Method in interface org.apache.hc.client5.http.entity.mime.ContentDescriptor
-
Returns the body descriptors content-length.
- getContentLength() - Method in class org.apache.hc.client5.http.entity.mime.FileBody
-
- getContentLength() - Method in class org.apache.hc.client5.http.entity.mime.InputStreamBody
-
- getContentLength() - Method in class org.apache.hc.client5.http.entity.mime.StringBody
-
- getContentType() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Returns ContentType of the entity, if set.
- getContentType() - Method in class org.apache.hc.client5.http.entity.mime.AbstractContentBody
-
- getCookieOrigin() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
- getCookies() - Method in class org.apache.hc.client5.http.cookie.BasicCookieStore
-
Returns an immutable array of
cookies that this HTTP
state currently contains.
- getCookies() - Method in interface org.apache.hc.client5.http.cookie.CookieStore
-
Returns all cookies contained in this store.
- getCookieSpec() - Method in class org.apache.hc.client5.http.config.RequestConfig
-
Determines the name of the cookie specification to be used for HTTP state
management.
- 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) - Method in interface org.apache.hc.client5.http.auth.CredentialsProvider
-
Returns
credentials for the given authentication scope,
if available.
- getCredentials(AuthScope) - Method in class org.apache.hc.client5.http.impl.auth.SystemDefaultCredentialsProvider
-
- getCredentials(AuthScope) - Method in class org.apache.hc.client5.http.impl.sync.BasicCredentialsProvider
-
- getCredentialsProvider() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
- getDefault() - Static method in class org.apache.hc.client5.http.psl.PublicSuffixMatcherLoader
-
- getDefaultConnectionConfig() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- getDefaultDomain(CookieOrigin) - Static method in class org.apache.hc.client5.http.impl.cookie.CookieSpecBase
-
- getDefaultHostnameVerifier() - Static method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
- getDefaultMaxPerRoute() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- getDefaultPath(CookieOrigin) - Static method in class org.apache.hc.client5.http.impl.cookie.CookieSpecBase
-
- getDefaultSocketConfig() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- getDomain() - Method in class org.apache.hc.client5.http.auth.NTCredentials
-
Retrieves the name to authenticate with.
- getDomain() - Method in class org.apache.hc.client5.http.auth.NTUserPrincipal
-
- getDomain() - Method in interface org.apache.hc.client5.http.cookie.Cookie
-
Returns domain attribute of the cookie.
- getDomain() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Returns domain attribute of the cookie.
- getDomainRoot(String) - Method in class org.apache.hc.client5.http.psl.PublicSuffixMatcher
-
Returns registrable part of the domain for the given domain name or null
if given domain represents a public suffix.
- getDomainRoot(String, DomainType) - Method in class org.apache.hc.client5.http.psl.PublicSuffixMatcher
-
Returns registrable part of the domain for the given domain name or null
if given domain represents a public suffix.
- getEntity() - Method in class org.apache.hc.client5.http.methods.HttpRequestWrapper
-
- getEntity() - Method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- getExceptions() - Method in class org.apache.hc.client5.http.psl.PublicSuffixList
-
- getExpiryDate() - Method in interface org.apache.hc.client5.http.cookie.Cookie
-
Returns the expiration
Date of the cookie, or
null
if none exists.
- getExpiryDate() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Returns the expiration
Date of the cookie, or
null
if none exists.
- getFailedConnectionAverageDuration() - Method in class org.apache.hc.client5.http.impl.sync.FutureRequestExecutionMetrics
-
- getFailedConnectionCount() - Method in class org.apache.hc.client5.http.impl.sync.FutureRequestExecutionMetrics
-
- getField(String) - Method in class org.apache.hc.client5.http.entity.mime.Header
-
- getFields() - Method in class org.apache.hc.client5.http.entity.mime.Header
-
- getFields(String) - Method in class org.apache.hc.client5.http.entity.mime.Header
-
- getFile() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
- getFile() - Method in class org.apache.hc.client5.http.entity.mime.FileBody
-
- getFilename() - Method in class org.apache.hc.client5.http.entity.mime.ByteArrayBody
-
- getFilename() - Method in interface org.apache.hc.client5.http.entity.mime.ContentBody
-
- getFilename() - Method in class org.apache.hc.client5.http.entity.mime.FileBody
-
- getFilename() - Method in class org.apache.hc.client5.http.entity.mime.InputStreamBody
-
- getFilename() - Method in class org.apache.hc.client5.http.entity.mime.StringBody
-
- getFirstHeader(String) - Method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- getFragment() - Method in class org.apache.hc.client5.http.utils.URIBuilder
-
- getGSSCredential() - Method in class org.apache.hc.client5.http.auth.KerberosCredentials
-
- getHeader() - Method in class org.apache.hc.client5.http.entity.mime.FormBodyPart
-
- getHeaders(String) - Method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- 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
-
- getHost() - Method in class org.apache.hc.client5.http.utils.URIBuilder
-
- getHttpRoute() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
- getId() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
-
- getId() - Method in interface org.apache.hc.client5.http.io.ManagedHttpClientConnection
-
Returns connection ID which is expected to be unique
for the life span of the connection manager.
- getInputStream() - Method in class org.apache.hc.client5.http.entity.mime.FileBody
-
- getInputStream() - Method in class org.apache.hc.client5.http.entity.mime.InputStreamBody
-
- getKeepAliveDuration(HttpResponse, HttpContext) - Method in interface org.apache.hc.client5.http.ConnectionKeepAliveStrategy
-
Returns the duration of time which this connection can be safely kept
idle.
- getKeepAliveDuration(HttpResponse, HttpContext) - Method in class org.apache.hc.client5.http.impl.DefaultConnectionKeepAliveStrategy
-
- getKey(HttpHost) - Method in class org.apache.hc.client5.http.impl.auth.BasicAuthCache
-
- getLastHeader(String) - Method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- getLayerType() - Method in class org.apache.hc.client5.http.HttpRoute
-
- getLayerType() - Method in interface org.apache.hc.client5.http.RouteInfo
-
Obtains the layering type of this route.
- getLayerType() - Method in class org.apache.hc.client5.http.RouteTracker
-
- getLocalAddress() - Method in class org.apache.hc.client5.http.config.RequestConfig
-
Returns local address to be used for request execution.
- getLocalAddress() - Method in class org.apache.hc.client5.http.HttpRoute
-
- getLocalAddress() - Method in interface org.apache.hc.client5.http.RouteInfo
-
Obtains the local address to connect from.
- getLocalAddress() - Method in class org.apache.hc.client5.http.RouteTracker
-
- getLocalSocketAddress() - Method in class org.apache.hc.client5.http.HttpRoute
-
- getLocationURI(HttpRequest, HttpResponse, HttpContext) - Method in class org.apache.hc.client5.http.impl.protocol.DefaultRedirectStrategy
-
- 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
-
- getMaxRedirects() - Method in class org.apache.hc.client5.http.config.RequestConfig
-
Returns the maximum number of redirects to be followed.
- getMaxTotal() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- getMediaType() - Method in class org.apache.hc.client5.http.entity.mime.AbstractContentBody
-
- getMediaType() - Method in interface org.apache.hc.client5.http.entity.mime.ContentDescriptor
-
Gets the defaulted MIME media type for this content.
- getMethod() - Method in class org.apache.hc.client5.http.methods.HttpDelete
-
- getMethod() - Method in class org.apache.hc.client5.http.methods.HttpGet
-
- getMethod() - Method in class org.apache.hc.client5.http.methods.HttpHead
-
- getMethod() - Method in class org.apache.hc.client5.http.methods.HttpOptions
-
- getMethod() - Method in class org.apache.hc.client5.http.methods.HttpPatch
-
- getMethod() - Method in class org.apache.hc.client5.http.methods.HttpPost
-
- getMethod() - Method in class org.apache.hc.client5.http.methods.HttpPut
-
- getMethod() - Method in class org.apache.hc.client5.http.methods.HttpRequestBase
-
- getMethod() - Method in class org.apache.hc.client5.http.methods.HttpRequestWrapper
-
- getMethod() - Method in class org.apache.hc.client5.http.methods.HttpTrace
-
- getMethod() - Method in interface org.apache.hc.client5.http.methods.HttpUriRequest
-
Returns the HTTP method this request uses, such as GET,
PUT, POST, or other.
- getMethod() - Method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- getMimeType() - Method in class org.apache.hc.client5.http.entity.mime.AbstractContentBody
-
- getMimeType() - Method in interface org.apache.hc.client5.http.entity.mime.ContentDescriptor
-
Returns the body descriptors MIME type.
- getName() - Method in interface org.apache.hc.client5.http.auth.AuthScheme
-
Returns textual designation of the given authentication scheme.
- getName() - Method in class org.apache.hc.client5.http.auth.BasicUserPrincipal
-
- getName() - Method in class org.apache.hc.client5.http.auth.NTUserPrincipal
-
- getName() - Method in interface org.apache.hc.client5.http.cookie.Cookie
-
Returns the name.
- getName() - Method in class org.apache.hc.client5.http.entity.mime.FormBodyPart
-
- getName() - Method in class org.apache.hc.client5.http.entity.mime.MinimalField
-
- 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.
- getOrigin() - Method in class org.apache.hc.client5.http.auth.AuthScope
-
- getOriginal() - Method in class org.apache.hc.client5.http.methods.HttpRequestWrapper
-
- getParameters() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
- getParameters() - Method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- getParams() - Method in class org.apache.hc.client5.http.auth.AuthChallenge
-
- getPassword() - Method in interface org.apache.hc.client5.http.auth.Credentials
-
- getPassword() - Method in class org.apache.hc.client5.http.auth.KerberosCredentials
-
- getPassword() - Method in class org.apache.hc.client5.http.auth.NTCredentials
-
- getPassword() - Method in class org.apache.hc.client5.http.auth.UsernamePasswordCredentials
-
- getPath() - Method in interface org.apache.hc.client5.http.cookie.Cookie
-
Returns the path attribute of the cookie.
- getPath() - Method in class org.apache.hc.client5.http.cookie.CookieOrigin
-
- getPath() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Returns the path attribute of the cookie
- getPath() - Method in class org.apache.hc.client5.http.utils.URIBuilder
-
- getPort() - Method in class org.apache.hc.client5.http.auth.AuthScope
-
- getPort() - Method in class org.apache.hc.client5.http.cookie.CookieOrigin
-
- getPort() - Method in class org.apache.hc.client5.http.utils.URIBuilder
-
- getPrincipal() - Method in interface org.apache.hc.client5.http.auth.AuthScheme
-
Returns
Principal whose credentials are used to generate
an authentication response.
- getPrincipal() - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
-
- getPrincipal() - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
-
- getPrincipal() - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-
- getPrincipal() - Method in class org.apache.hc.client5.http.impl.auth.NTLMScheme
-
- getProtocolVersion() - Method in class org.apache.hc.client5.http.methods.HttpRequestBase
-
- getProtocolVersion() - Method in class org.apache.hc.client5.http.methods.HttpRequestWrapper
-
- getProxy() - Method in class org.apache.hc.client5.http.config.RequestConfig
-
Returns HTTP proxy to be used for request execution.
- 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
-
Determines the order of preference for supported authentication schemes
when authenticating with the proxy host.
- getQueryParams() - Method in class org.apache.hc.client5.http.utils.URIBuilder
-
- 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
-
- getRedirect(HttpRequest, HttpResponse, HttpContext) - Method in class org.apache.hc.client5.http.impl.protocol.DefaultRedirectStrategy
-
- getRedirect(HttpRequest, HttpResponse, HttpContext) - Method in interface org.apache.hc.client5.http.protocol.RedirectStrategy
-
Determines the redirect location given the response from the target
server and the current request execution context and generates a new
request to be sent to the location.
- getRedirectLocations() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
- getRequestAverageDuration() - Method in class org.apache.hc.client5.http.impl.sync.FutureRequestExecutionMetrics
-
- getRequestConfig() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
- getRequestCount() - Method in class org.apache.hc.client5.http.impl.sync.FutureRequestExecutionMetrics
-
- getRequestLine() - Method in class org.apache.hc.client5.http.methods.HttpRequestBase
-
- getRequestLine() - Method in class org.apache.hc.client5.http.methods.HttpRequestWrapper
-
- getResponse() - Method in exception org.apache.hc.client5.http.impl.sync.TunnelRefusedException
-
- getRetryCount() - Method in class org.apache.hc.client5.http.impl.sync.DefaultHttpRequestRetryHandler
-
- getRetryInterval(HttpResponse, HttpContext) - Method in class org.apache.hc.client5.http.impl.sync.DefaultServiceUnavailableRetryStrategy
-
- getRetryInterval(HttpResponse, HttpContext) - Method in interface org.apache.hc.client5.http.sync.ServiceUnavailableRetryStrategy
-
- getRoutes() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- getRules() - Method in class org.apache.hc.client5.http.psl.PublicSuffixList
-
- getScheduledConnectionCount() - Method in class org.apache.hc.client5.http.impl.sync.FutureRequestExecutionMetrics
-
- getScheme() - Method in class org.apache.hc.client5.http.auth.AuthChallenge
-
- getScheme() - Method in class org.apache.hc.client5.http.auth.AuthScope
-
- getScheme() - Method in class org.apache.hc.client5.http.utils.URIBuilder
-
- getSerializable() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
- 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
-
- getSocketConfig(HttpHost) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- getSocketFactory() - Static method in class org.apache.hc.client5.http.socket.PlainConnectionSocketFactory
-
- getSocketFactory() - Static method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
Obtains default SSL socket factory with an SSL context based on the standard JSSE
trust material (cacerts file in the security properties directory).
- getSocketTimeout() - Method in class org.apache.hc.client5.http.config.RequestConfig
-
Defines the socket timeout (SO_TIMEOUT) in milliseconds,
which is the timeout for waiting for data or, put differently,
a maximum period inactivity between two consecutive data packets).
- getSSLSession() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
-
- getSSLSession() - Method in interface org.apache.hc.client5.http.io.ManagedHttpClientConnection
-
Obtains the SSL session of the underlying connection, if any.
- getState() - Method in class org.apache.hc.client5.http.auth.AuthExchange
-
- getStats(HttpRoute) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- getStatusCode() - Method in exception org.apache.hc.client5.http.protocol.HttpResponseException
-
- getStream() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
- 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.sync.FutureRequestExecutionMetrics
-
- getSuccessfulConnectionCount() - Method in class org.apache.hc.client5.http.impl.sync.FutureRequestExecutionMetrics
-
- getSystemSocketFactory() - Static method in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
- getTarget() - Method in class org.apache.hc.client5.http.methods.HttpRequestWrapper
-
- getTargetHost() - Method in class org.apache.hc.client5.http.HttpRoute
-
- getTargetHost() - Method in interface org.apache.hc.client5.http.RouteInfo
-
Obtains the target host.
- getTargetHost() - Method in class org.apache.hc.client5.http.RouteTracker
-
- getTargetPreferredAuthSchemes() - Method in class org.apache.hc.client5.http.config.RequestConfig
-
Determines the order of preference for supported authentication schemes
when authenticating with the target host.
- getTaskAverageDuration() - Method in class org.apache.hc.client5.http.impl.sync.FutureRequestExecutionMetrics
-
- getTaskCount() - Method in class org.apache.hc.client5.http.impl.sync.FutureRequestExecutionMetrics
-
- getText() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
- getTotalStats() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- getTransferEncoding() - Method in class org.apache.hc.client5.http.entity.mime.ByteArrayBody
-
- getTransferEncoding() - Method in interface org.apache.hc.client5.http.entity.mime.ContentDescriptor
-
Returns the body descriptors transfer encoding.
- getTransferEncoding() - Method in class org.apache.hc.client5.http.entity.mime.FileBody
-
- getTransferEncoding() - Method in class org.apache.hc.client5.http.entity.mime.InputStreamBody
-
- getTransferEncoding() - Method in class org.apache.hc.client5.http.entity.mime.StringBody
-
- 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.psl.PublicSuffixList
-
- getURI() - Method in class org.apache.hc.client5.http.methods.HttpRequestBase
-
Returns the original request URI.
- getURI() - Method in class org.apache.hc.client5.http.methods.HttpRequestWrapper
-
- getURI() - Method in interface org.apache.hc.client5.http.methods.HttpUriRequest
-
Returns the URI this request uses, such as
http://example.org/path/to/file.
- getUri() - Method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- getUserInfo() - Method in class org.apache.hc.client5.http.utils.URIBuilder
-
- getUserName() - Method in class org.apache.hc.client5.http.auth.NTCredentials
-
- getUsername() - Method in class org.apache.hc.client5.http.auth.NTUserPrincipal
-
- getUserName() - Method in class org.apache.hc.client5.http.auth.UsernamePasswordCredentials
-
- getUserPrincipal() - Method in interface org.apache.hc.client5.http.auth.Credentials
-
- getUserPrincipal() - Method in class org.apache.hc.client5.http.auth.KerberosCredentials
-
- getUserPrincipal() - Method in class org.apache.hc.client5.http.auth.NTCredentials
-
- getUserPrincipal() - Method in class org.apache.hc.client5.http.auth.UsernamePasswordCredentials
-
- getUserToken(HttpRoute, HttpContext) - Method in class org.apache.hc.client5.http.impl.protocol.DefaultUserTokenHandler
-
- getUserToken(HttpRoute, HttpContext) - Method in class org.apache.hc.client5.http.impl.sync.NoopUserTokenHandler
-
- getUserToken(Class<T>) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
- getUserToken() - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
- getUserToken(HttpRoute, HttpContext) - Method in interface org.apache.hc.client5.http.protocol.UserTokenHandler
-
The token object returned by this method is expected to uniquely
identify the current user if the context is user specific or to be
null if it is not.
- getValidateAfterInactivity() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- 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.impl.cookie.BasicClientCookie
-
Returns the value.
- getVersion() - Method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- 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
-
- GMT - Static variable in class org.apache.hc.client5.http.utils.DateUtils
-
- gzipCompress() - 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
-
HttpEntityWrapper for handling gzip
Content Coded responses.
- GzipDecompressingEntity(HttpEntity) - Constructor for class org.apache.hc.client5.http.entity.GzipDecompressingEntity
-
- handleAsIdempotent(HttpRequest) - Method in class org.apache.hc.client5.http.impl.sync.DefaultHttpRequestRetryHandler
-
- handleEntity(HttpEntity) - Method in class org.apache.hc.client5.http.impl.BasicResponseHandler
-
Returns the entity as a body as a String.
- handleEntity(HttpEntity) - Method in class org.apache.hc.client5.http.impl.sync.AbstractResponseHandler
-
Handle the response entity and transform it into the actual response
object.
- handleResponse(HttpResponse) - Method in class org.apache.hc.client5.http.impl.BasicResponseHandler
-
- handleResponse(HttpResponse) - Method in class org.apache.hc.client5.http.impl.sync.AbstractResponseHandler
-
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(HttpResponse) - Method in interface org.apache.hc.client5.http.sync.ResponseHandler
-
Processes an HttpResponse and returns some value
corresponding to that response.
- 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.methods.RequestBuilder
-
- head(URI) - Static method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- head(String) - Static method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- Header - Class in org.apache.hc.client5.http.entity.mime
-
The header of an entity (see RFC 2045).
- Header() - Constructor for class org.apache.hc.client5.http.entity.mime.Header
-
- HTTP_ROUTE - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Attribute name of a
RouteInfo
object that represents the actual connection route.
- HttpAuthenticator - Class in org.apache.hc.client5.http.impl.auth
-
- HttpAuthenticator(Log) - Constructor for class org.apache.hc.client5.http.impl.auth.HttpAuthenticator
-
- HttpAuthenticator() - Constructor for class org.apache.hc.client5.http.impl.auth.HttpAuthenticator
-
- HttpClient - Interface in org.apache.hc.client5.http.sync
-
This interface represents only the most basic contract for HTTP request
execution.
- HttpClientBuilder - Class in org.apache.hc.client5.http.impl.sync
-
- HttpClientBuilder() - Constructor for class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
- HttpClientConnectionManager - Interface in org.apache.hc.client5.http.io
-
Represents a manager of persistent client connections.
- HttpClientConnectionOperator - Interface in org.apache.hc.client5.http.io
-
Connection operator that performs connection connect and upgrade operations.
- HttpClientContext - Class in org.apache.hc.client5.http.protocol
-
Adaptor class that provides convenience type safe setters and getters
for common HttpContext attributes used in the course
of HTTP request execution.
- HttpClientContext(HttpContext) - Constructor for class org.apache.hc.client5.http.protocol.HttpClientContext
-
- HttpClientContext() - Constructor for class org.apache.hc.client5.http.protocol.HttpClientContext
-
- HttpClients - Class in org.apache.hc.client5.http.impl.sync
-
- HttpConnectionFactory<T,C extends org.apache.hc.core5.http.HttpConnection> - Interface in org.apache.hc.client5.http
-
Generic HttpConnection factory.
- HttpDelete - Class in org.apache.hc.client5.http.methods
-
HTTP DELETE method
- HttpDelete() - Constructor for class org.apache.hc.client5.http.methods.HttpDelete
-
- HttpDelete(URI) - Constructor for class org.apache.hc.client5.http.methods.HttpDelete
-
- HttpDelete(String) - Constructor for class org.apache.hc.client5.http.methods.HttpDelete
-
- HttpExecutionAware - Interface in org.apache.hc.client5.http.methods
-
Interface to be implemented by any object that wishes to be notified of
blocking I/O operations that could be cancelled.
- HttpGet - Class in org.apache.hc.client5.http.methods
-
HTTP GET method.
- HttpGet() - Constructor for class org.apache.hc.client5.http.methods.HttpGet
-
- HttpGet(URI) - Constructor for class org.apache.hc.client5.http.methods.HttpGet
-
- HttpGet(String) - Constructor for class org.apache.hc.client5.http.methods.HttpGet
-
- HttpHead - Class in org.apache.hc.client5.http.methods
-
HTTP HEAD method.
- HttpHead() - Constructor for class org.apache.hc.client5.http.methods.HttpHead
-
- HttpHead(URI) - Constructor for class org.apache.hc.client5.http.methods.HttpHead
-
- HttpHead(String) - Constructor for class org.apache.hc.client5.http.methods.HttpHead
-
- HttpHostConnectException - Exception in org.apache.hc.client5.http
-
- HttpHostConnectException(IOException, HttpHost, InetAddress...) - Constructor for exception org.apache.hc.client5.http.HttpHostConnectException
-
Creates a HttpHostConnectException based on original
IOException.
- HttpMultipartMode - Enum in org.apache.hc.client5.http.entity.mime
-
- HttpOptions - Class in org.apache.hc.client5.http.methods
-
HTTP OPTIONS method.
- HttpOptions() - Constructor for class org.apache.hc.client5.http.methods.HttpOptions
-
- HttpOptions(URI) - Constructor for class org.apache.hc.client5.http.methods.HttpOptions
-
- HttpOptions(String) - Constructor for class org.apache.hc.client5.http.methods.HttpOptions
-
- HttpPatch - Class in org.apache.hc.client5.http.methods
-
HTTP PATCH method.
- HttpPatch() - Constructor for class org.apache.hc.client5.http.methods.HttpPatch
-
- HttpPatch(URI) - Constructor for class org.apache.hc.client5.http.methods.HttpPatch
-
- HttpPatch(String) - Constructor for class org.apache.hc.client5.http.methods.HttpPatch
-
- HttpPost - Class in org.apache.hc.client5.http.methods
-
HTTP POST method.
- HttpPost() - Constructor for class org.apache.hc.client5.http.methods.HttpPost
-
- HttpPost(URI) - Constructor for class org.apache.hc.client5.http.methods.HttpPost
-
- HttpPost(String) - Constructor for class org.apache.hc.client5.http.methods.HttpPost
-
- HttpPut - Class in org.apache.hc.client5.http.methods
-
HTTP PUT method.
- HttpPut() - Constructor for class org.apache.hc.client5.http.methods.HttpPut
-
- HttpPut(URI) - Constructor for class org.apache.hc.client5.http.methods.HttpPut
-
- HttpPut(String) - Constructor for class org.apache.hc.client5.http.methods.HttpPut
-
- HttpRequestBase - Class in org.apache.hc.client5.http.methods
-
- HttpRequestBase() - Constructor for class org.apache.hc.client5.http.methods.HttpRequestBase
-
- HttpRequestFutureTask<V> - Class in org.apache.hc.client5.http.impl.sync
-
FutureTask implementation that wraps a HttpAsyncClientCallable and exposes various task
specific metrics.
- HttpRequestFutureTask(HttpUriRequest, HttpRequestTaskCallable<V>) - Constructor for class org.apache.hc.client5.http.impl.sync.HttpRequestFutureTask
-
- HttpRequestRetryHandler - Interface in org.apache.hc.client5.http.sync
-
A handler for determining if an HttpRequest should be retried after a
recoverable exception during execution.
- HttpRequestWrapper - Class in org.apache.hc.client5.http.methods
-
A wrapper class for HttpRequest that can be used to change properties of the current
request without modifying the original object.
- HttpResponseException - Exception in org.apache.hc.client5.http.protocol
-
Signals a non 2xx HTTP response.
- HttpResponseException(int, String) - Constructor for exception org.apache.hc.client5.http.protocol.HttpResponseException
-
- HttpRoute - Class in org.apache.hc.client5.http
-
The route for a request.
- HttpRoute(HttpHost, InetAddress, HttpHost[], boolean, RouteInfo.TunnelType, RouteInfo.LayerType) - Constructor for class org.apache.hc.client5.http.HttpRoute
-
Creates a new route with all attributes specified explicitly.
- HttpRoute(HttpHost, InetAddress, HttpHost, boolean, RouteInfo.TunnelType, RouteInfo.LayerType) - Constructor for class org.apache.hc.client5.http.HttpRoute
-
Creates a new route with at most one proxy.
- HttpRoute(HttpHost, InetAddress, boolean) - Constructor for class org.apache.hc.client5.http.HttpRoute
-
Creates a new direct route.
- HttpRoute(HttpHost) - Constructor for class org.apache.hc.client5.http.HttpRoute
-
Creates a new direct insecure route.
- HttpRoute(HttpHost, InetAddress, HttpHost, boolean) - Constructor for class org.apache.hc.client5.http.HttpRoute
-
Creates a new route through a proxy.
- HttpRoute(HttpHost, HttpHost) - Constructor for class org.apache.hc.client5.http.HttpRoute
-
Creates a new plain route through a proxy.
- HttpRouteDirector - Interface in org.apache.hc.client5.http.routing
-
Provides directions on establishing a route.
- HttpRoutePlanner - Interface in org.apache.hc.client5.http.routing
-
Encapsulates logic to compute a
HttpRoute to a target host.
- HttpTrace - Class in org.apache.hc.client5.http.methods
-
HTTP TRACE method.
- HttpTrace() - Constructor for class org.apache.hc.client5.http.methods.HttpTrace
-
- HttpTrace(URI) - Constructor for class org.apache.hc.client5.http.methods.HttpTrace
-
- HttpTrace(String) - Constructor for class org.apache.hc.client5.http.methods.HttpTrace
-
- HttpUriRequest - Interface in org.apache.hc.client5.http.methods
-
Extended version of the HttpRequest interface that provides
convenience methods to access request properties such as request URI
and method type.
- IdleConnectionEvictor - Class in org.apache.hc.client5.http.impl.sync
-
This class maintains a background thread to enforce an eviction policy for expired / idle
persistent connections kept alive in the connection pool.
- IdleConnectionEvictor(HttpClientConnectionManager, ThreadFactory, long, TimeUnit, long, TimeUnit) - Constructor for class org.apache.hc.client5.http.impl.sync.IdleConnectionEvictor
-
- IdleConnectionEvictor(HttpClientConnectionManager, long, TimeUnit, long, TimeUnit) - Constructor for class org.apache.hc.client5.http.impl.sync.IdleConnectionEvictor
-
- IdleConnectionEvictor(HttpClientConnectionManager, long, TimeUnit) - Constructor for class org.apache.hc.client5.http.impl.sync.IdleConnectionEvictor
-
- IGNORE_COOKIES - Static variable in class org.apache.hc.client5.http.config.CookieSpecs
-
The policy that ignores cookies.
- IgnoreSpec - Class in org.apache.hc.client5.http.impl.cookie
-
CookieSpec that ignores all cookies
- IgnoreSpec() - Constructor for class org.apache.hc.client5.http.impl.cookie.IgnoreSpec
-
- IgnoreSpecProvider - Class in org.apache.hc.client5.http.impl.cookie
-
- IgnoreSpecProvider() - Constructor for class org.apache.hc.client5.http.impl.cookie.IgnoreSpecProvider
-
- InetAddressUtils - Class in org.apache.hc.client5.http.utils
-
A collection of utilities relating to InetAddresses.
- initPreemptive(Credentials) - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
-
- initPreemptive(Credentials, String, String) - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
-
- InMemoryDnsResolver - Class in org.apache.hc.client5.http.impl
-
- InMemoryDnsResolver() - Constructor for class org.apache.hc.client5.http.impl.InMemoryDnsResolver
-
Builds a DNS resolver that will resolve the host names against a
collection held in-memory.
- InputStreamBody - Class in org.apache.hc.client5.http.entity.mime
-
Binary body part backed by an input stream.
- InputStreamBody(InputStream, String) - Constructor for class org.apache.hc.client5.http.entity.mime.InputStreamBody
-
- InputStreamBody(InputStream, ContentType, String) - Constructor for class org.apache.hc.client5.http.entity.mime.InputStreamBody
-
- InputStreamBody(InputStream, ContentType) - Constructor for class org.apache.hc.client5.http.entity.mime.InputStreamBody
-
- InputStreamFactory - Interface in org.apache.hc.client5.http.entity
-
- INSTANCE - Static variable in class org.apache.hc.client5.http.cookie.CookiePathComparator
-
- INSTANCE - Static variable in class org.apache.hc.client5.http.cookie.CookiePriorityComparator
-
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.auth.AuthChallengeParser
-
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.DefaultConnectionKeepAliveStrategy
-
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.DefaultSchemePortResolver
-
- 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.protocol.DefaultAuthenticationStrategy
-
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.protocol.DefaultRedirectStrategy
-
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.protocol.DefaultUserTokenHandler
-
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.sync.DefaultHttpRequestRetryHandler
-
- INSTANCE - Static variable in class org.apache.hc.client5.http.impl.sync.NoopUserTokenHandler
-
- INSTANCE - Static variable in class org.apache.hc.client5.http.socket.PlainConnectionSocketFactory
-
- INSTANCE - Static variable in class org.apache.hc.client5.http.ssl.NoopHostnameVerifier
-
- INSTANCE - Static variable in class org.apache.hc.client5.http.ssl.TrustSelfSignedStrategy
-
- INSTANCE - Static variable in class org.apache.hc.client5.http.SystemDefaultDnsResolver
-
- 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 null detail 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.
- isAborted() - Method in class org.apache.hc.client5.http.methods.AbstractExecutionAwareRequest
-
- isAborted() - Method in interface org.apache.hc.client5.http.methods.HttpExecutionAware
-
- isAborted() - Method in class org.apache.hc.client5.http.methods.HttpRequestWrapper
-
- isAborted() - Method in interface org.apache.hc.client5.http.methods.HttpUriRequest
-
Tests if the request execution has been aborted.
- isAbsolute() - Method in class org.apache.hc.client5.http.utils.URIBuilder
-
- isAuthenticationEnabled() - Method in class org.apache.hc.client5.http.config.RequestConfig
-
Determines whether authentication should be handled automatically.
- 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
-
- isChunked() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Returns true if entity is to be chunk coded, false otherwise.
- isChunked() - Method in class org.apache.hc.client5.http.entity.GzipCompressingEntity
-
- isCircularRedirectsAllowed() - Method in class org.apache.hc.client5.http.config.RequestConfig
-
Determines whether circular redirects (redirects to the same location) should
be allowed.
- isConnected() - Method in class org.apache.hc.client5.http.RouteTracker
-
- 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
-
- isContentCompressionEnabled() - Method in class org.apache.hc.client5.http.config.RequestConfig
-
Determines whether the target server is requested to compress content.
- isEncoded(HttpEntity) - Static method in class org.apache.hc.client5.http.utils.URLEncodedUtils
-
Returns true if the entity's Content-Type header is
application/x-www-form-urlencoded.
- isExpectContinueEnabled() - Method in class org.apache.hc.client5.http.config.RequestConfig
-
Determines whether the 'Expect: 100-Continue' handshake is enabled
for entity enclosing methods.
- 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.
- isGzipCompress() - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Returns true if entity is to be GZIP compressed, false otherwise.
- isIPv4Address(String) - Static method in class org.apache.hc.client5.http.utils.InetAddressUtils
-
Checks whether the parameter is a valid IPv4 address
- isIPv4MappedIPv64Address(String) - Static method in class org.apache.hc.client5.http.utils.InetAddressUtils
-
- isIPv6Address(String) - Static method in class org.apache.hc.client5.http.utils.InetAddressUtils
-
Checks whether the parameter is a valid IPv6 address (including compressed).
- isIPv6HexCompressedAddress(String) - Static method in class org.apache.hc.client5.http.utils.InetAddressUtils
-
Checks whether the parameter is a valid compressed IPv6 address
- isIPv6StdAddress(String) - Static method in class org.apache.hc.client5.http.utils.InetAddressUtils
-
Checks whether the parameter is a valid standard (non-compressed) IPv6 address
- 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
-
- isOpaque() - Method in class org.apache.hc.client5.http.utils.URIBuilder
-
- isPersistent() - Method in interface org.apache.hc.client5.http.cookie.Cookie
-
Returns false if the cookie should be discarded at the end
of the "session"; true otherwise.
- isPersistent() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
Returns false if the cookie should be discarded at the end
of the "session"; true otherwise.
- isReadAllowed() - Method in class org.apache.hc.client5.http.io.EofSensorInputStream
-
Checks whether the underlying stream can be read from.
- isRedirected(HttpRequest, HttpResponse, HttpContext) - Method in class org.apache.hc.client5.http.impl.protocol.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
-
Determines whether redirects should be handled automatically.
- 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.sync.IdleConnectionEvictor
-
- isSecure() - Method in interface org.apache.hc.client5.http.cookie.Cookie
-
Indicates whether this cookie requires a secure connection.
- isSecure() - Method in class org.apache.hc.client5.http.cookie.CookieOrigin
-
- isSecure() - Method in class org.apache.hc.client5.http.HttpRoute
-
- isSecure() - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
- isSecure() - Method in interface org.apache.hc.client5.http.RouteInfo
-
Checks whether this route is secure.
- isSecure() - Method in class org.apache.hc.client5.http.RouteTracker
-
- 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
-
- iterator() - Method in class org.apache.hc.client5.http.entity.mime.Header
-
- MainClientExec - Class in org.apache.hc.client5.http.impl.sync
-
The last request executor in the HTTP request execution chain
that is responsible for execution of request / response
exchanges with the opposite endpoint.
- MainClientExec(HttpRequestExecutor, HttpClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpProcessor, AuthenticationStrategy, AuthenticationStrategy, UserTokenHandler) - Constructor for class org.apache.hc.client5.http.impl.sync.MainClientExec
-
- MainClientExec(HttpRequestExecutor, HttpClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, AuthenticationStrategy, AuthenticationStrategy, UserTokenHandler) - Constructor for class org.apache.hc.client5.http.impl.sync.MainClientExec
-
- 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 null detail 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 null detail 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.
- ManagedHttpClientConnection - Interface in org.apache.hc.client5.http.io
-
Represents a managed connection whose state and life cycle is managed by
a connection manager.
- ManagedHttpClientConnectionFactory - Class in org.apache.hc.client5.http.impl.io
-
- ManagedHttpClientConnectionFactory(HttpMessageWriterFactory<HttpRequest>, HttpMessageParserFactory<HttpResponse>, ContentLengthStrategy, ContentLengthStrategy) - Constructor for class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
-
- ManagedHttpClientConnectionFactory(HttpMessageWriterFactory<HttpRequest>, HttpMessageParserFactory<HttpResponse>) - Constructor for class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
-
- ManagedHttpClientConnectionFactory(HttpMessageParserFactory<HttpResponse>) - Constructor for class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
-
- ManagedHttpClientConnectionFactory() - Constructor for class org.apache.hc.client5.http.impl.io.ManagedHttpClientConnectionFactory
-
- mark(int) - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
-
Mark.
- markSupported() - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
-
Check if mark is supported.
- match(AuthScope) - Method in class org.apache.hc.client5.http.auth.AuthScope
-
Tests if the authentication scopes match.
- match(Cookie, CookieOrigin) - Method in interface org.apache.hc.client5.http.cookie.CookieAttributeHandler
-
Matches the given value (property of the destination host where request is being
submitted) with the corresponding cookie attribute.
- match(Cookie, CookieOrigin) - Method in interface org.apache.hc.client5.http.cookie.CookieSpec
-
Determines if a Cookie matches the target location.
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler
-
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.BasicDomainHandler
-
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.BasicPathHandler
-
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.BasicSecureHandler
-
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.CookieSpecBase
-
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.IgnoreSpec
-
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter
-
Never matches if the cookie's domain is from the blacklist.
- match(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
-
- matches(String) - Method in class org.apache.hc.client5.http.psl.PublicSuffixMatcher
-
Tests whether the given domain matches any of entry from the public suffix list.
- matches(String, DomainType) - Method in class org.apache.hc.client5.http.psl.PublicSuffixMatcher
-
Tests whether the given domain matches any of entry from the public suffix list.
- MAX_AGE_ATTR - Static variable in interface org.apache.hc.client5.http.cookie.Cookie
-
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.methods.HttpDelete
-
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.methods.HttpGet
-
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.methods.HttpHead
-
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.methods.HttpOptions
-
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.methods.HttpPatch
-
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.methods.HttpPost
-
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.methods.HttpPut
-
- METHOD_NAME - Static variable in class org.apache.hc.client5.http.methods.HttpTrace
-
- metrics() - Method in class org.apache.hc.client5.http.impl.sync.FutureRequestExecutionService
-
- MIME - Class in org.apache.hc.client5.http.entity.mime
-
- MIME() - Constructor for class org.apache.hc.client5.http.entity.mime.MIME
-
- MinimalClientExec - Class in org.apache.hc.client5.http.impl.sync
-
Request executor that implements the most fundamental aspects of
the HTTP specification and the most straight-forward request / response
exchange with the target server.
- MinimalClientExec(HttpRequestExecutor, HttpClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy) - Constructor for class org.apache.hc.client5.http.impl.sync.MinimalClientExec
-
- MinimalField - Class in org.apache.hc.client5.http.entity.mime
-
Minimal MIME field.
- MinimalField(String, String) - Constructor for class org.apache.hc.client5.http.entity.mime.MinimalField
-
- MultipartEntityBuilder - Class in org.apache.hc.client5.http.entity.mime
-
Builder for multipart HttpEntitys.
- parse(SetCookie, String) - Method in interface org.apache.hc.client5.http.cookie.CookieAttributeHandler
-
Parse the given cookie attribute value and processChallenge the corresponding
Cookie property.
- parse(Header, CookieOrigin) - Method in interface org.apache.hc.client5.http.cookie.CookieSpec
-
Parse the "Set-Cookie" Header into an array of Cookies.
- parse(CharSequence, ParserCursor) - Method in class org.apache.hc.client5.http.impl.auth.AuthChallengeParser
-
- parse(SetCookie, String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicDomainHandler
-
- parse(SetCookie, String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicExpiresHandler
-
- parse(SetCookie, String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicMaxAgeHandler
-
- parse(SetCookie, String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicPathHandler
-
- parse(SetCookie, String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicSecureHandler
-
- parse(HeaderElement[], CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.CookieSpecBase
-
- parse(Header, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.IgnoreSpec
-
- parse(SetCookie, String) - Method in class org.apache.hc.client5.http.impl.cookie.LaxExpiresHandler
-
- parse(SetCookie, String) - Method in class org.apache.hc.client5.http.impl.cookie.LaxMaxAgeHandler
-
- parse(SetCookie, String) - Method in class org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter
-
- parse(Header, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
-
- parse(Reader) - Method in class org.apache.hc.client5.http.psl.PublicSuffixListParser
-
Parses the public suffix list format.
- parse(URI, String) - Static method in class org.apache.hc.client5.http.utils.URLEncodedUtils
-
Returns a list of NameValuePairs as built from the URI's query portion.
- parse(HttpEntity) - Static method in class org.apache.hc.client5.http.utils.URLEncodedUtils
-
Returns a list of NameValuePairs as parsed from an HttpEntity.
- parse(String, Charset) - Static method in class org.apache.hc.client5.http.utils.URLEncodedUtils
-
Returns a list of NameValuePairs as parsed from the given string using the given character
encoding.
- parse(String, Charset, char...) - Static method in class org.apache.hc.client5.http.utils.URLEncodedUtils
-
Returns a list of NameValuePairs as parsed from the given string using the given character
encoding.
- parse(CharArrayBuffer, Charset, char...) - Static method in class org.apache.hc.client5.http.utils.URLEncodedUtils
-
Returns a list of NameValuePairs as parsed from the given string using
the given character encoding.
- parseByType(Reader) - Method in class org.apache.hc.client5.http.psl.PublicSuffixListParser
-
Parses the public suffix list format by domain type (currently supported ICANN and PRIVATE).
- parseDate(String) - Static method in class org.apache.hc.client5.http.utils.DateUtils
-
Parses a date value.
- parseDate(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.
- patch() - Static method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- patch(URI) - Static method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- patch(String) - Static method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- PATH_ATTR - Static variable in interface org.apache.hc.client5.http.cookie.Cookie
-
- PATTERN_ASCTIME - Static variable in class org.apache.hc.client5.http.utils.DateUtils
-
Date format pattern used to parse HTTP date headers in ANSI C
asctime() format.
- PATTERN_RFC1036 - Static variable in class org.apache.hc.client5.http.utils.DateUtils
-
Date format pattern used to parse HTTP date headers in RFC 1036 format.
- PATTERN_RFC1123 - Static variable in class org.apache.hc.client5.http.utils.DateUtils
-
Date format pattern used to parse HTTP date headers in RFC 1123 format.
- PlainConnectionSocketFactory - Class in org.apache.hc.client5.http.socket
-
The default class for creating plain (unencrypted) sockets.
- PlainConnectionSocketFactory() - Constructor for class org.apache.hc.client5.http.socket.PlainConnectionSocketFactory
-
- PoolingHttpClientConnectionManager - Class in org.apache.hc.client5.http.impl.io
-
ClientConnectionPoolManager maintains a pool of
HttpClientConnections and is able to service connection requests
from multiple execution threads.
- PoolingHttpClientConnectionManager() - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- PoolingHttpClientConnectionManager(long, TimeUnit) - 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>, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- PoolingHttpClientConnectionManager(HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>, DnsResolver) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>, SchemePortResolver, DnsResolver, long, TimeUnit) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- PoolingHttpClientConnectionManager(HttpClientConnectionOperator, HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>, long, TimeUnit) - Constructor for class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- post() - Static method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- post(URI) - Static method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- post(String) - Static method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- prepareAuthResponse(HttpHost, ChallengeType, HttpResponse, AuthenticationStrategy, AuthExchange, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.HttpAuthenticator
-
- 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).
- probe(HttpRoute) - Method in class org.apache.hc.client5.http.impl.sync.AIMDBackoffManager
-
- probe(HttpRoute) - Method in interface org.apache.hc.client5.http.sync.BackoffManager
-
Called when we have determined that the result of
using a connection has succeeded and that we may
probe for more connections.
- process(HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.protocol.RequestAcceptEncoding
-
- process(HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.protocol.RequestAddCookies
-
- process(HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.protocol.RequestAuthCache
-
- process(HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.protocol.RequestClientConnControl
-
- process(HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.protocol.RequestDefaultHeaders
-
- process(HttpRequest, HttpContext) - Method in class org.apache.hc.client5.http.protocol.RequestExpectContinue
-
- process(HttpResponse, HttpContext) - Method in class org.apache.hc.client5.http.protocol.ResponseContentEncoding
-
- process(HttpResponse, HttpContext) - Method in class org.apache.hc.client5.http.protocol.ResponseProcessCookies
-
- processChallenge(AuthChallenge, HttpContext) - Method in interface org.apache.hc.client5.http.auth.AuthScheme
-
Processes the given auth challenge.
- processChallenge(AuthChallenge, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.BasicScheme
-
- processChallenge(AuthChallenge, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.DigestScheme
-
- processChallenge(AuthChallenge, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.GGSSchemeBase
-
- processChallenge(AuthChallenge, HttpContext) - Method in class org.apache.hc.client5.http.impl.auth.NTLMScheme
-
- ProtocolExec - Class in org.apache.hc.client5.http.impl.sync
-
Request executor in the request execution chain that is responsible
for implementation of HTTP specification requirements.
- ProtocolExec(ClientExecChain, HttpProcessor) - Constructor for class org.apache.hc.client5.http.impl.sync.ProtocolExec
-
- proxiedStep(RouteInfo, RouteInfo) - Method in class org.apache.hc.client5.http.impl.routing.BasicRouteDirector
-
Determines the next step to establish a connection via proxy.
- ProxyClient - Class in org.apache.hc.client5.http.impl.sync
-
ProxyClient can be used to establish a tunnel via an HTTP proxy.
- ProxyClient(HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>, ConnectionConfig, RequestConfig) - Constructor for class org.apache.hc.client5.http.impl.sync.ProxyClient
-
- ProxyClient(RequestConfig) - Constructor for class org.apache.hc.client5.http.impl.sync.ProxyClient
-
- ProxyClient() - Constructor for class org.apache.hc.client5.http.impl.sync.ProxyClient
-
- PublicSuffixDomainFilter - Class in org.apache.hc.client5.http.impl.cookie
-
- PublicSuffixDomainFilter(CommonCookieAttributeHandler, PublicSuffixMatcher) - Constructor for class org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter
-
- PublicSuffixDomainFilter(CommonCookieAttributeHandler, PublicSuffixList) - Constructor for class org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter
-
- PublicSuffixList - Class in org.apache.hc.client5.http.psl
-
Public suffix is a set of DNS names or wildcards concatenated with dots.
- PublicSuffixList(DomainType, List<String>, List<String>) - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixList
-
- PublicSuffixList(List<String>, List<String>) - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixList
-
- PublicSuffixListParser - Class in org.apache.hc.client5.http.psl
-
- PublicSuffixListParser() - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixListParser
-
- PublicSuffixMatcher - Class in org.apache.hc.client5.http.psl
-
Utility class that can test if DNS names match the content of the Public Suffix List.
- PublicSuffixMatcher(Collection<String>, Collection<String>) - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixMatcher
-
- PublicSuffixMatcher(DomainType, Collection<String>, Collection<String>) - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixMatcher
-
- PublicSuffixMatcher(Collection<PublicSuffixList>) - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixMatcher
-
- PublicSuffixMatcherLoader - Class in org.apache.hc.client5.http.psl
-
- PublicSuffixMatcherLoader() - Constructor for class org.apache.hc.client5.http.psl.PublicSuffixMatcherLoader
-
- put(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
-
- put() - Static method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- put(URI) - Static method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- put(String) - Static method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- read() - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
-
Read a byte.
- read(byte[]) - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
-
Read lots of bytes.
- read(byte[], int, int) - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
-
Read lots of specific bytes.
- read() - Method in class org.apache.hc.client5.http.io.EofSensorInputStream
-
- read(byte[], int, int) - Method in class org.apache.hc.client5.http.io.EofSensorInputStream
-
- read(byte[]) - Method in class org.apache.hc.client5.http.io.EofSensorInputStream
-
- REDIRECT_LOCATIONS - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Attribute name of a
List object that represents a collection of all
redirect locations received in the process of request execution.
- RedirectException - Exception in org.apache.hc.client5.http.protocol
-
Signals violation of HTTP specification caused by an invalid redirect
- RedirectException() - Constructor for exception org.apache.hc.client5.http.protocol.RedirectException
-
Creates a new RedirectException with a null detail message.
- RedirectException(String) - Constructor for exception org.apache.hc.client5.http.protocol.RedirectException
-
Creates a new RedirectException with the specified detail message.
- RedirectException(String, Throwable) - Constructor for exception org.apache.hc.client5.http.protocol.RedirectException
-
Creates a new RedirectException with the specified detail message and cause.
- RedirectExec - Class in org.apache.hc.client5.http.impl.sync
-
Request executor in the request execution chain that is responsible
for handling of request redirects.
- RedirectExec(ClientExecChain, HttpRoutePlanner, RedirectStrategy) - Constructor for class org.apache.hc.client5.http.impl.sync.RedirectExec
-
- 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
-
- 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.
- releaseConnection(HttpClientConnection, Object, long, TimeUnit) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
-
- releaseConnection(HttpClientConnection, Object, long, TimeUnit) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- releaseConnection() - Method in interface org.apache.hc.client5.http.io.ConnectionReleaseTrigger
-
Releases the connection with the option of keep-alive.
- releaseConnection() - Method in class org.apache.hc.client5.http.io.EofSensorInputStream
-
- releaseConnection(HttpClientConnection, Object, long, TimeUnit) - Method in interface org.apache.hc.client5.http.io.HttpClientConnectionManager
-
Releases the connection back to the manager making it potentially
re-usable by other consumers.
- releaseConnection() - Method in class org.apache.hc.client5.http.methods.HttpRequestBase
-
A convenience method to simplify migration from HttpClient 3.1 API.
- 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
-
- remove(URI) - Method in class org.apache.hc.client5.http.protocol.RedirectLocations
-
Removes a URI from the collection.
- remove(int) - Method in class org.apache.hc.client5.http.protocol.RedirectLocations
-
Removes the URI at the specified position in this list.
- removeAttribute(String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
- removeAttribute(String) - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
-
- 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.methods.RequestBuilder
-
- removeHeaders(String) - Method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- removeQuery() - Method in class org.apache.hc.client5.http.utils.URIBuilder
-
Removes URI query.
- REQUEST_CONFIG - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Attribute name of a
RequestConfig object that
represents the actual request configuration.
- RequestAbortedException - Exception in org.apache.hc.client5.http.impl.sync
-
Signals that the request has been aborted.
- RequestAbortedException(String) - Constructor for exception org.apache.hc.client5.http.impl.sync.RequestAbortedException
-
- RequestAbortedException(String, Throwable) - Constructor for exception org.apache.hc.client5.http.impl.sync.RequestAbortedException
-
- RequestAcceptEncoding - Class in org.apache.hc.client5.http.protocol
-
Class responsible for handling Content Encoding requests in HTTP.
- RequestAcceptEncoding(List<String>) - Constructor for class org.apache.hc.client5.http.protocol.RequestAcceptEncoding
-
- RequestAcceptEncoding() - Constructor for class org.apache.hc.client5.http.protocol.RequestAcceptEncoding
-
- RequestAddCookies - Class in org.apache.hc.client5.http.protocol
-
Request interceptor that matches cookies available in the current
CookieStore to the request being executed and generates
corresponding
Cookie request headers.
- RequestAddCookies() - Constructor for class org.apache.hc.client5.http.protocol.RequestAddCookies
-
- RequestAuthCache - Class in org.apache.hc.client5.http.protocol
-
Request interceptor that can preemptively authenticate against known hosts,
if there is a cached
AuthScheme instance in the local
AuthCache associated with the given target or proxy host.
- RequestAuthCache() - Constructor for class org.apache.hc.client5.http.protocol.RequestAuthCache
-
- RequestBuilder - Class in org.apache.hc.client5.http.methods
-
- RequestClientConnControl - Class in org.apache.hc.client5.http.protocol
-
This protocol interceptor is responsible for adding Connection
or Proxy-Connection headers to the outgoing requests, which
is essential for managing persistence of HTTP/1.0 connections.
- RequestClientConnControl() - Constructor for class org.apache.hc.client5.http.protocol.RequestClientConnControl
-
- RequestConfig - Class in org.apache.hc.client5.http.config
-
Immutable class encapsulating request configuration items.
- RequestConfig() - Constructor for class org.apache.hc.client5.http.config.RequestConfig
-
Intended for CDI compatibility
- RequestConfig.Builder - Class in org.apache.hc.client5.http.config
-
- requestConnection(HttpRoute, Object) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
-
- requestConnection(HttpRoute, Object) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- requestConnection(HttpRoute, Object) - Method in interface org.apache.hc.client5.http.io.HttpClientConnectionManager
-
Returns a new
ConnectionRequest, from which a
HttpClientConnection can be obtained or the request can be
aborted.
- RequestDefaultHeaders - Class in org.apache.hc.client5.http.protocol
-
Request interceptor that adds default request headers.
- RequestDefaultHeaders(Collection<? extends Header>) - Constructor for class org.apache.hc.client5.http.protocol.RequestDefaultHeaders
-
- RequestDefaultHeaders() - Constructor for class org.apache.hc.client5.http.protocol.RequestDefaultHeaders
-
- requestDuration() - Method in class org.apache.hc.client5.http.impl.sync.HttpRequestFutureTask
-
- RequestExpectContinue - Class in org.apache.hc.client5.http.protocol
-
RequestExpectContinue is responsible for enabling the 'expect-continue'
handshake by adding Expect header.
- RequestExpectContinue() - Constructor for class org.apache.hc.client5.http.protocol.RequestExpectContinue
-
- reset() - Method in class org.apache.hc.client5.http.auth.AuthExchange
-
- reset() - Method in class org.apache.hc.client5.http.auth.util.ByteArrayBuilder
-
- reset() - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
-
Reset.
- reset() - Method in class org.apache.hc.client5.http.methods.AbstractExecutionAwareRequest
-
Resets internal state of the request making it reusable.
- reset() - Method in class org.apache.hc.client5.http.RouteTracker
-
- 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(HttpHost) - Method in class org.apache.hc.client5.http.impl.DefaultSchemePortResolver
-
- resolve(String) - Method in class org.apache.hc.client5.http.impl.InMemoryDnsResolver
-
Returns the IP address for the specified host name, or null if the given
host is not recognized or the associated IP address cannot be used to
build an InetAddress instance.
- resolve(HttpHost) - Method in interface org.apache.hc.client5.http.SchemePortResolver
-
Returns the actual port for the host based on the protocol scheme.
- resolve(String) - Method in class org.apache.hc.client5.http.SystemDefaultDnsResolver
-
- resolve(URI, String) - Static method in class org.apache.hc.client5.http.utils.URIUtils
-
Resolves a URI reference against a base URI.
- resolve(URI, URI) - Static method in class org.apache.hc.client5.http.utils.URIUtils
-
Resolves a URI reference against a base URI.
- resolve(URI, HttpHost, List<URI>) - Static method in class org.apache.hc.client5.http.utils.URIUtils
-
Derives the interpreted (absolute) URI that was used to generate the last
request.
- 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
-
- ResponseContentEncoding - Class in org.apache.hc.client5.http.protocol
-
HttpResponseInterceptor responsible for processing Content-Encoding
responses.
- ResponseContentEncoding(Lookup<InputStreamFactory>, boolean) - Constructor for class org.apache.hc.client5.http.protocol.ResponseContentEncoding
-
- ResponseContentEncoding(boolean) - Constructor for class org.apache.hc.client5.http.protocol.ResponseContentEncoding
-
- ResponseContentEncoding(Lookup<InputStreamFactory>) - Constructor for class org.apache.hc.client5.http.protocol.ResponseContentEncoding
-
- ResponseContentEncoding() - Constructor for class org.apache.hc.client5.http.protocol.ResponseContentEncoding
-
- ResponseHandler<T> - Interface in org.apache.hc.client5.http.sync
-
Handler that encapsulates the process of generating a response object
from a HttpResponse.
- ResponseProcessCookies - Class in org.apache.hc.client5.http.protocol
-
Response interceptor that populates the current
CookieStore with data
contained in response cookies received in the given the HTTP response.
- ResponseProcessCookies() - Constructor for class org.apache.hc.client5.http.protocol.ResponseProcessCookies
-
- RetryExec - Class in org.apache.hc.client5.http.impl.sync
-
Request executor in the request execution chain that is responsible
for making a decision whether a request failed due to an I/O error
should be re-executed.
- RetryExec(ClientExecChain, HttpRequestRetryHandler) - Constructor for class org.apache.hc.client5.http.impl.sync.RetryExec
-
- retryRequest(HttpRequest, IOException, int, HttpContext) - Method in class org.apache.hc.client5.http.impl.sync.DefaultHttpRequestRetryHandler
-
Used retryCount and requestSentRetryEnabled to determine
if the given method should be retried.
- retryRequest(HttpResponse, int, HttpContext) - Method in class org.apache.hc.client5.http.impl.sync.DefaultServiceUnavailableRetryStrategy
-
- retryRequest(HttpRequest, IOException, int, HttpContext) - Method in interface org.apache.hc.client5.http.sync.HttpRequestRetryHandler
-
Determines if a method should be retried after an IOException
occurs during execution.
- retryRequest(HttpResponse, int, HttpContext) - Method in interface org.apache.hc.client5.http.sync.ServiceUnavailableRetryStrategy
-
Determines if a method should be retried given the response from the target server.
- rewriteURI(URI, HttpHost, boolean) - Static method in class org.apache.hc.client5.http.utils.URIUtils
-
A convenience method for creating a new
URI whose scheme, host
and port are taken from the target host, but whose path, query and
fragment are taken from the existing URI.
- rewriteURI(URI, HttpHost) - Static method in class org.apache.hc.client5.http.utils.URIUtils
-
- rewriteURI(URI) - Static method in class org.apache.hc.client5.http.utils.URIUtils
-
A convenience method that creates a new
URI whose scheme, host, port, path,
query are taken from the existing URI, dropping any fragment or user-information.
- rewriteURIForRoute(URI, RouteInfo) - Static method in class org.apache.hc.client5.http.utils.URIUtils
-
A convenience method that optionally converts the original
URI either
to a relative or an absolute form as required by the specified route.
- 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
-
- RFC6265CookieSpecProvider - Class in org.apache.hc.client5.http.impl.cookie
-
CookieSpecProvider implementation that provides an instance of
RFC 6265 conformant cookie policy.
- RFC6265CookieSpecProvider(RFC6265CookieSpecProvider.CompatibilityLevel, PublicSuffixMatcher) - Constructor for class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecProvider
-
- RFC6265CookieSpecProvider(PublicSuffixMatcher) - Constructor for class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecProvider
-
- RFC6265CookieSpecProvider() - Constructor for class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpecProvider
-
- RFC6265CookieSpecProvider.CompatibilityLevel - Enum in org.apache.hc.client5.http.impl.cookie
-
- RFC6265LaxSpec - Class in org.apache.hc.client5.http.impl.cookie
-
Standard
CookieSpec implementation that enforces a more relaxed
interpretation of the HTTP state management specification (RFC 6265, section 5)
for interoperability with existing servers that do not conform to the well behaved profile
(RFC 6265, section 4).
- RFC6265LaxSpec() - Constructor for class org.apache.hc.client5.http.impl.cookie.RFC6265LaxSpec
-
- RFC6265StrictSpec - Class in org.apache.hc.client5.http.impl.cookie
-
Standard
CookieSpec implementation that enforces syntax
and semantics of the well-behaved profile of the HTTP state management specification
(RFC 6265, section 4).
- RFC6265StrictSpec() - Constructor for class org.apache.hc.client5.http.impl.cookie.RFC6265StrictSpec
-
- routeComplete(HttpClientConnection, HttpRoute, HttpContext) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
-
- routeComplete(HttpClientConnection, HttpRoute, HttpContext) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- routeComplete(HttpClientConnection, HttpRoute, HttpContext) - Method in interface org.apache.hc.client5.http.io.HttpClientConnectionManager
-
Marks the connection as fully established with all its intermediate
hops completed.
- RouteInfo - Interface in org.apache.hc.client5.http
-
Read-only interface for route information.
- RouteInfo.LayerType - Enum in org.apache.hc.client5.http
-
The layering type of a route.
- RouteInfo.TunnelType - Enum in org.apache.hc.client5.http
-
The tunnelling type of a route.
- RouteTracker - Class in org.apache.hc.client5.http
-
Helps tracking the steps in establishing a route.
- RouteTracker(HttpHost, InetAddress) - Constructor for class org.apache.hc.client5.http.RouteTracker
-
Creates a new route tracker.
- RouteTracker(HttpRoute) - Constructor for class org.apache.hc.client5.http.RouteTracker
-
Creates a new tracker for the given route.
- scheduledTime() - Method in class org.apache.hc.client5.http.impl.sync.HttpRequestFutureTask
-
- SchemePortResolver - Interface in org.apache.hc.client5.http
-
Strategy for default port resolution for protocol schemes.
- SECURE_ATTR - Static variable in interface org.apache.hc.client5.http.cookie.Cookie
-
- select(AuthScheme) - Method in class org.apache.hc.client5.http.auth.AuthExchange
-
Resets the auth state with
AuthScheme and clears auth options.
- select(ChallengeType, Map<String, AuthChallenge>, HttpContext) - Method in class org.apache.hc.client5.http.impl.protocol.DefaultAuthenticationStrategy
-
- select(ChallengeType, Map<String, AuthChallenge>, HttpContext) - Method in interface org.apache.hc.client5.http.protocol.AuthenticationStrategy
-
- ServiceUnavailableRetryExec - Class in org.apache.hc.client5.http.impl.sync
-
Request executor in the request execution chain that is responsible
for making a decision whether a request that received a non-2xx response
from the target server should be re-executed.
- ServiceUnavailableRetryExec(ClientExecChain, ServiceUnavailableRetryStrategy) - Constructor for class org.apache.hc.client5.http.impl.sync.ServiceUnavailableRetryExec
-
- ServiceUnavailableRetryStrategy - Interface in org.apache.hc.client5.http.sync
-
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 retried and so on.
- set(int, Object) - Method in class org.apache.hc.client5.http.protocol.RedirectLocations
-
Replaces the URI at the specified position in this list with the
specified element (must be a URI).
- setAttribute(String, String) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
- setAttribute(String, Object) - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
-
- 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
-
- setAuthExchange(HttpHost, AuthExchange) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
- setAuthSchemeRegistry(Lookup<AuthSchemeProvider>) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
- setBackoffFactor(double) - Method in class org.apache.hc.client5.http.impl.sync.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.sync.HttpClientBuilder
-
- setBinary(byte[]) - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Sets entity content as a byte array.
- setBody(ContentBody) - Method in class org.apache.hc.client5.http.entity.mime.FormBodyPartBuilder
-
- setBoundary(String) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-
- setCancellable(Cancellable) - Method in class org.apache.hc.client5.http.methods.AbstractExecutionAwareRequest
-
- setCancellable(Cancellable) - Method in interface org.apache.hc.client5.http.methods.HttpExecutionAware
-
Sets Cancellable for the ongoing operation.
- setCharset(Charset) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-
- setCharset(Charset) - Method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- setCharset(Charset) - Method in class org.apache.hc.client5.http.utils.URIBuilder
-
- setCircularRedirectsAllowed(boolean) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
- setConfig(RequestConfig) - Method in class org.apache.hc.client5.http.methods.HttpRequestBase
-
- setConfig(RequestConfig) - Method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- setConnectionBackoffStrategy(ConnectionBackoffStrategy) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
- setConnectionConfig(ConnectionConfig) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
-
- setConnectionConfig(HttpHost, ConnectionConfig) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- setConnectionManager(HttpClientConnectionManager) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
- setConnectionManagerShared(boolean) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
Defines the connection manager is to be shared by multiple
client instances.
- setConnectionRequestTimeout(int) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
- setConnectionReuseStrategy(ConnectionReuseStrategy) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
Assigns ConnectionReuseStrategy instance.
- setConnectionTimeToLive(long, TimeUnit) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
Sets maximum time to live for persistent connections
- setConnectTimeout(int) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
- setContentCompressionEnabled(boolean) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
- setContentDecoderRegistry(Map<String, InputStreamFactory>) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
- setContentEncoding(String) - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Sets content encoding of the entity.
- setContentType(ContentType) - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Sets ContentType of the entity.
- setContentType(ContentType) - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-
- SetCookie - Interface in org.apache.hc.client5.http.cookie
-
This interface represents a Set-Cookie response header sent by the
origin server to the HTTP agent in order to maintain a conversational state.
- setCookieSpec(String) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
- setCookieSpecRegistry(Lookup<CookieSpecProvider>) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
- setCookieStore(CookieStore) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
- setCooldownMillis(long) - Method in class org.apache.hc.client5.http.impl.sync.AIMDBackoffManager
-
Sets the amount of time, in milliseconds, to wait between
adjustments in pool sizes for a given host, to allow
enough time for the adjustments to take effect.
- setCreationDate(Date) - Method in class org.apache.hc.client5.http.impl.cookie.BasicClientCookie
-
- setCredentials(AuthScope, Credentials) - Method in interface org.apache.hc.client5.http.auth.CredentialsStore
-
Sets the
credentials for the given authentication
scope.
- setCredentials(AuthScope, Credentials) - Method in class org.apache.hc.client5.http.impl.auth.SystemDefaultCredentialsProvider
-
- setCredentials(AuthScope, Credentials) - Method in class org.apache.hc.client5.http.impl.sync.BasicCredentialsProvider
-
- setCredentialsProvider(CredentialsProvider) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
- setCustomQuery(String) - Method in class org.apache.hc.client5.http.utils.URIBuilder
-
Sets custom URI query.
- setDefaultAuthSchemeRegistry(Lookup<AuthSchemeProvider>) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
Assigns default
AuthScheme registry which will
be used for request execution if not explicitly set in the client execution
context.
- setDefaultConnectionConfig(ConnectionConfig) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- setDefaultConnectionConfig(ConnectionConfig) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
Assigns default ConnectionConfig.
- setDefaultCookieSpecRegistry(Lookup<CookieSpecProvider>) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
Assigns default
CookieSpec registry which will
be used for request execution if not explicitly set in the client execution
context.
- setDefaultCookieStore(CookieStore) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
Assigns default
CookieStore instance which will be used for
request execution if not explicitly set in the client execution context.
- setDefaultCredentialsProvider(CredentialsProvider) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
Assigns default
CredentialsProvider instance which will be used
for request execution if not explicitly set in the client execution
context.
- setDefaultHeaders(Collection<? extends Header>) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
Assigns default request header values.
- setDefaultMaxPerRoute(int) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- setDefaultRequestConfig(RequestConfig) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
Assigns default
RequestConfig instance which will be used
for request execution if not explicitly set in the client execution
context.
- setDefaultSocketConfig(SocketConfig) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- setDefaultSocketConfig(SocketConfig) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
Assigns default SocketConfig.
- 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.methods.HttpRequestWrapper
-
- setEntity(HttpEntity) - Method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- setExpectContinueEnabled(boolean) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
- 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(MinimalField) - 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.
- setFragment(String) - Method in class org.apache.hc.client5.http.utils.URIBuilder
-
Sets URI fragment.
- setHeader(Header) - Method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- setHeader(String, String) - Method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- setHost(String) - Method in class org.apache.hc.client5.http.utils.URIBuilder
-
Sets URI host.
- setHttpProcessor(HttpProcessor) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
Assigns HttpProcessor instance.
- setKeepAliveStrategy(ConnectionKeepAliveStrategy) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
- setLaxMode() - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-
- setLocalAddress(InetAddress) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
- setMaxConnPerRoute(int) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
Assigns maximum connection per route value.
- setMaxConnTotal(int) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
Assigns maximum total connection value.
- setMaxPerRoute(HttpRoute, int) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- setMaxRedirects(int) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
- setMaxTotal(int) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- 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.
- setParameter(String, String) - Method in class org.apache.hc.client5.http.utils.URIBuilder
-
Sets parameter of URI query overriding existing value if set.
- 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.
- setParameters(List<NameValuePair>) - Method in class org.apache.hc.client5.http.utils.URIBuilder
-
Sets URI query parameters.
- setParameters(NameValuePair...) - Method in class org.apache.hc.client5.http.utils.URIBuilder
-
Sets URI query parameters.
- 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.
- setPath(String) - Method in class org.apache.hc.client5.http.utils.URIBuilder
-
Sets URI path.
- setPerHostConnectionCap(int) - Method in class org.apache.hc.client5.http.impl.sync.AIMDBackoffManager
-
Sets the absolute maximum per-host connection pool size to
probe up to; defaults to 2 (the default per-host max).
- setPort(int) - Method in class org.apache.hc.client5.http.utils.URIBuilder
-
Sets URI port.
- setProtocolVersion(ProtocolVersion) - Method in class org.apache.hc.client5.http.methods.HttpRequestBase
-
- setProtocolVersion(ProtocolVersion) - Method in class org.apache.hc.client5.http.methods.HttpRequestWrapper
-
- setProxy(HttpHost) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
- setProxy(HttpHost) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
Assigns default proxy value.
- setProxyAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
- setProxyPreferredAuthSchemes(Collection<String>) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
- setPublicSuffixMatcher(PublicSuffixMatcher) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
Assigns file containing public suffix matcher.
- setRedirectsEnabled(boolean) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
- setRedirectStrategy(RedirectStrategy) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
- setRelativeRedirectsAllowed(boolean) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
- setRequestConfig(RequestConfig) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
- setRequestExecutor(HttpRequestExecutor) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
Assigns HttpRequestExecutor instance.
- setRetryHandler(HttpRequestRetryHandler) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
- setRoutePlanner(HttpRoutePlanner) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
- setScheme(String) - Method in class org.apache.hc.client5.http.utils.URIBuilder
-
Sets URI scheme.
- setSchemePortResolver(SchemePortResolver) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
- 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
-
- setServiceUnavailableRetryStrategy(ServiceUnavailableRetryStrategy) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
- setSocketConfig(SocketConfig) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
-
- setSocketConfig(HttpHost, SocketConfig) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- setSocketTimeout(int) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
- setSSLContext(SSLContext) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
- setSSLHostnameVerifier(HostnameVerifier) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
- setSSLSocketFactory(LayeredConnectionSocketFactory) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
- setStaleConnectionCheckEnabled(boolean) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
- setState(AuthExchange.State) - Method in class org.apache.hc.client5.http.auth.AuthExchange
-
- setStream(InputStream) - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
- setStrictMode() - Method in class org.apache.hc.client5.http.entity.mime.MultipartEntityBuilder
-
- setTargetAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
- setTargetPreferredAuthSchemes(Collection<String>) - Method in class org.apache.hc.client5.http.config.RequestConfig.Builder
-
- setText(String) - Method in class org.apache.hc.client5.http.entity.EntityBuilder
-
Sets entity content as a string.
- setURI(URI) - Method in class org.apache.hc.client5.http.methods.HttpRequestBase
-
- setURI(URI) - Method in class org.apache.hc.client5.http.methods.HttpRequestWrapper
-
- setUri(URI) - Method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- setUri(String) - Method in class org.apache.hc.client5.http.methods.RequestBuilder
-
- setUserAgent(String) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
Assigns User-Agent value.
- setUserInfo(String) - Method in class org.apache.hc.client5.http.utils.URIBuilder
-
Sets URI user info.
- setUserInfo(String, String) - Method in class org.apache.hc.client5.http.utils.URIBuilder
-
Sets URI user info as a combination of username and password.
- setUserToken(Object) - Method in class org.apache.hc.client5.http.protocol.HttpClientContext
-
- setUserTokenHandler(UserTokenHandler) - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
- setValidateAfterInactivity(int) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
Defines period of inactivity in milliseconds after which persistent connections must
be re-validated prior to being
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.methods.RequestBuilder
-
- shouldBackoff(Throwable) - Method in class org.apache.hc.client5.http.impl.sync.DefaultBackoffStrategy
-
- shouldBackoff(HttpResponse) - Method in class org.apache.hc.client5.http.impl.sync.DefaultBackoffStrategy
-
- shouldBackoff(Throwable) - Method in class org.apache.hc.client5.http.impl.sync.NullBackoffStrategy
-
- shouldBackoff(HttpResponse) - Method in class org.apache.hc.client5.http.impl.sync.NullBackoffStrategy
-
- shouldBackoff(Throwable) - Method in interface org.apache.hc.client5.http.sync.ConnectionBackoffStrategy
-
Determines whether seeing the given Throwable as
a result of request execution should result in a backoff
signal.
- shouldBackoff(HttpResponse) - Method in interface org.apache.hc.client5.http.sync.ConnectionBackoffStrategy
-
Determines whether receiving the given HttpResponse as
a result of request execution should result in a backoff
signal.
- shutdown() - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
-
- shutdown() - Method in class org.apache.hc.client5.http.impl.io.DefaultManagedHttpClientConnection
-
- shutdown() - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- shutdown() - Method in class org.apache.hc.client5.http.impl.sync.IdleConnectionEvictor
-
- shutdown() - Method in interface org.apache.hc.client5.http.io.HttpClientConnectionManager
-
Shuts down this connection manager and releases allocated resources.
- size() - Method in class org.apache.hc.client5.http.protocol.RedirectLocations
-
Returns the number of elements in this list.
- skip(long) - Method in class org.apache.hc.client5.http.entity.DeflateInputStream
-
Skip
- SPNEGO - Static variable in class org.apache.hc.client5.http.config.AuthSchemes
-
SPNEGO authentication scheme as defined in RFC 4559 and RFC 4178
(considered to be the most secure among currently supported
authentication schemes if Kerberos is selected).
- SPNegoScheme - Class in org.apache.hc.client5.http.impl.auth
-
SPNEGO (Simple and Protected GSSAPI Negotiation Mechanism) authentication
scheme.
- SPNegoScheme(DnsResolver, boolean, boolean) - Constructor for class org.apache.hc.client5.http.impl.auth.SPNegoScheme
-
- SPNegoScheme(boolean) - Constructor for class org.apache.hc.client5.http.impl.auth.SPNegoScheme
-
- SPNegoScheme() - Constructor for class org.apache.hc.client5.http.impl.auth.SPNegoScheme
-
- SPNegoSchemeFactory - Class in org.apache.hc.client5.http.impl.auth
-
- SPNegoSchemeFactory(DnsResolver, boolean, boolean) - Constructor for class org.apache.hc.client5.http.impl.auth.SPNegoSchemeFactory
-
- SSL - Static variable in class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
- SSLConnectionSocketFactory - Class in org.apache.hc.client5.http.ssl
-
Layered socket factory for TLS/SSL connections.
- SSLConnectionSocketFactory(SSLContext) - Constructor for class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
- SSLConnectionSocketFactory(SSLContext, HostnameVerifier) - Constructor for class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
- SSLConnectionSocketFactory(SSLContext, String[], String[], HostnameVerifier) - Constructor for class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
- SSLConnectionSocketFactory(SSLSocketFactory, HostnameVerifier) - Constructor for class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
- SSLConnectionSocketFactory(SSLSocketFactory, String[], String[], HostnameVerifier) - Constructor for class org.apache.hc.client5.http.ssl.SSLConnectionSocketFactory
-
- SSLInitializationException - Exception in org.apache.hc.client5.http.ssl
-
- SSLInitializationException(String, Throwable) - Constructor for exception org.apache.hc.client5.http.ssl.SSLInitializationException
-
- STANDARD - Static variable in class org.apache.hc.client5.http.config.CookieSpecs
-
The RFC 6265 compliant policy (interoprability profile).
- STANDARD_STRICT - Static variable in class org.apache.hc.client5.http.config.CookieSpecs
-
The RFC 6265 compliant policy (strict profile).
- start() - Method in class org.apache.hc.client5.http.impl.sync.IdleConnectionEvictor
-
- started() - Method in class org.apache.hc.client5.http.methods.HttpRequestBase
-
- startedTime() - Method in class org.apache.hc.client5.http.impl.sync.HttpRequestFutureTask
-
- streamAbort(InputStream) - Method in interface org.apache.hc.client5.http.io.EofSensorWatcher
-
Indicates that the
stream is aborted.
- streamClosed(InputStream) - Method in interface org.apache.hc.client5.http.io.EofSensorWatcher
-
Indicates that the
stream is closed.
- 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
-
- SystemDefaultCredentialsProvider - Class in org.apache.hc.client5.http.impl.auth
-
- SystemDefaultCredentialsProvider() - Constructor for class org.apache.hc.client5.http.impl.auth.SystemDefaultCredentialsProvider
-
Default constructor.
- SystemDefaultDnsResolver - Class in org.apache.hc.client5.http
-
DNS resolver that uses the default OS implementation for resolving host names.
- SystemDefaultDnsResolver() - Constructor for class org.apache.hc.client5.http.SystemDefaultDnsResolver
-
- SystemDefaultRoutePlanner - Class in org.apache.hc.client5.http.impl.routing
-
- SystemDefaultRoutePlanner(SchemePortResolver, ProxySelector) - Constructor for class org.apache.hc.client5.http.impl.routing.SystemDefaultRoutePlanner
-
- SystemDefaultRoutePlanner(ProxySelector) - Constructor for class org.apache.hc.client5.http.impl.routing.SystemDefaultRoutePlanner
-
- UNCOMPRESSED - Static variable in class org.apache.hc.client5.http.protocol.ResponseContentEncoding
-
- UNREACHABLE - Static variable in interface org.apache.hc.client5.http.routing.HttpRouteDirector
-
Indicates that the route can not be established at all.
- UnsupportedDigestAlgorithmException - Exception in org.apache.hc.client5.http.impl.auth
-
Authentication credentials required to respond to a authentication
challenge are invalid
- UnsupportedDigestAlgorithmException() - Constructor for exception org.apache.hc.client5.http.impl.auth.UnsupportedDigestAlgorithmException
-
Creates a new UnsupportedAuthAlgoritmException with a null detail message.
- UnsupportedDigestAlgorithmException(String) - Constructor for exception org.apache.hc.client5.http.impl.auth.UnsupportedDigestAlgorithmException
-
Creates a new UnsupportedAuthAlgoritmException with the specified message.
- UnsupportedDigestAlgorithmException(String, Throwable) - Constructor for exception org.apache.hc.client5.http.impl.auth.UnsupportedDigestAlgorithmException
-
Creates a new UnsupportedAuthAlgoritmException with the specified detail message and cause.
- UnsupportedSchemeException - Exception in org.apache.hc.client5.http
-
Signals failure to establish connection using an unknown protocol scheme.
- UnsupportedSchemeException(String) - Constructor for exception org.apache.hc.client5.http.UnsupportedSchemeException
-
Creates a UnsupportedSchemeException with the specified detail message.
- upgrade(HttpClientConnection, HttpRoute, HttpContext) - Method in class org.apache.hc.client5.http.impl.io.BasicHttpClientConnectionManager
-
- upgrade(ManagedHttpClientConnection, HttpHost, HttpContext) - Method in class org.apache.hc.client5.http.impl.io.DefaultHttpClientConnectionOperator
-
- upgrade(HttpClientConnection, HttpRoute, HttpContext) - Method in class org.apache.hc.client5.http.impl.io.PoolingHttpClientConnectionManager
-
- upgrade(HttpClientConnection, HttpRoute, HttpContext) - Method in interface org.apache.hc.client5.http.io.HttpClientConnectionManager
-
Upgrades the underlying connection socket to TLS/SSL (or another layering
protocol) after having executed CONNECT method to all
intermediate proxy hops
- upgrade(ManagedHttpClientConnection, HttpHost, HttpContext) - Method in interface org.apache.hc.client5.http.io.HttpClientConnectionOperator
-
- URIBuilder - Class in org.apache.hc.client5.http.utils
-
Builder for
URI instances.
- URIBuilder() - Constructor for class org.apache.hc.client5.http.utils.URIBuilder
-
Constructs an empty instance.
- URIBuilder(String) - Constructor for class org.apache.hc.client5.http.utils.URIBuilder
-
Construct an instance from the string which must be a valid URI.
- URIBuilder(URI) - Constructor for class org.apache.hc.client5.http.utils.URIBuilder
-
Construct an instance from the provided URI.
- URIUtils - Class in org.apache.hc.client5.http.utils
-
A collection of utilities for
URIs, to workaround
bugs within the class or for ease-of-use features.
- UrlEncodedFormEntity - Class in org.apache.hc.client5.http.entity
-
An entity composed of a list of url-encoded pairs.
- UrlEncodedFormEntity(Iterable<? extends NameValuePair>, Charset) - Constructor for class org.apache.hc.client5.http.entity.UrlEncodedFormEntity
-
- UrlEncodedFormEntity(List<? extends NameValuePair>) - Constructor for class org.apache.hc.client5.http.entity.UrlEncodedFormEntity
-
- UrlEncodedFormEntity(Iterable<? extends NameValuePair>) - Constructor for class org.apache.hc.client5.http.entity.UrlEncodedFormEntity
-
- URLEncodedUtils - Class in org.apache.hc.client5.http.utils
-
A collection of utilities for encoding URLs.
- URLEncodedUtils() - Constructor for class org.apache.hc.client5.http.utils.URLEncodedUtils
-
- USER_TOKEN - Static variable in class org.apache.hc.client5.http.protocol.HttpClientContext
-
Attribute name of a
Object object that represents
the actual user identity such as user
Principal.
- UsernamePasswordCredentials - Class in org.apache.hc.client5.http.auth
-
Simple
Credentials implementation based on a user name / password
pair.
- UsernamePasswordCredentials(String, char[]) - Constructor for class org.apache.hc.client5.http.auth.UsernamePasswordCredentials
-
The constructor with the username and password arguments.
- UserTokenHandler - Interface in org.apache.hc.client5.http.protocol
-
A handler for determining if the given execution context is user specific
or not.
- useSystemProperties() - Method in class org.apache.hc.client5.http.impl.sync.HttpClientBuilder
-
Use system properties when creating and configuring default
implementations.
- validate(Cookie, CookieOrigin) - Method in interface org.apache.hc.client5.http.cookie.CookieAttributeHandler
-
Peforms cookie validation for the given attribute value.
- validate(Cookie, CookieOrigin) - Method in interface org.apache.hc.client5.http.cookie.CookieSpec
-
Validate the cookie according to validation rules defined by the
cookie specification.
- validate(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.AbstractCookieAttributeHandler
-
- validate(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.BasicDomainHandler
-
- validate(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.BasicPathHandler
-
- validate(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.CookieSpecBase
-
- validate(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.PublicSuffixDomainFilter
-
- validate(Cookie, CookieOrigin) - Method in class org.apache.hc.client5.http.impl.cookie.RFC6265CookieSpec
-
- 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.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.cookie.RFC6265CookieSpecProvider.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.
- 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.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.cookie.RFC6265CookieSpecProvider.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.
- verify(String, SSLSession) - Method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
-
- verify(String, X509Certificate) - Method in class org.apache.hc.client5.http.ssl.DefaultHostnameVerifier
-
- verify(String, SSLSession) - Method in class org.apache.hc.client5.http.ssl.NoopHostnameVerifier
-