- A - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.MD4
-
- a1 - Variable in class org.apache.http.impl.auth.DigestScheme
-
- a2 - Variable in class org.apache.http.impl.auth.DigestScheme
-
- abort() - Method in interface org.apache.http.client.methods.AbortableHttpRequest
-
Deprecated.
Aborts this http request.
- abort() - Method in class org.apache.http.client.methods.AbstractExecutionAwareRequest
-
- abort() - Method in class org.apache.http.client.methods.HttpRequestWrapper
-
- abort() - Method in interface org.apache.http.client.methods.HttpUriRequest
-
Aborts execution of the request.
- abort() - Method in class org.apache.http.impl.client.RequestWrapper
-
Deprecated.
- abort() - Method in class org.apache.http.impl.conn.tsccm.WaitingThreadAborter
-
Deprecated.
If a waiting thread has been set, interrupts it.
- AbortableHttpRequest - Interface in org.apache.http.client.methods
-
- abortConnection() - Method in class org.apache.http.conn.BasicManagedEntity
-
Deprecated.
- abortConnection() - Method in interface org.apache.http.conn.ConnectionReleaseTrigger
-
Releases the connection without the option of keep-alive.
- abortConnection() - Method in class org.apache.http.conn.EofSensorInputStream
-
Aborts this stream.
- abortConnection() - Method in class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
Shuts down the connection.
- abortConnection() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- abortConnection() - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- abortConnection() - Method in class org.apache.http.impl.execchain.ConnectionHolder
-
- abortConnection() - Method in class org.apache.http.impl.execchain.ResponseEntityProxy
-
- aborted - Variable in class org.apache.http.impl.conn.tsccm.WaitingThread
-
Deprecated.
True if this was interrupted.
- aborted - Variable in class org.apache.http.impl.conn.tsccm.WaitingThreadAborter
-
Deprecated.
- abortRequest() - Method in interface org.apache.http.conn.ClientConnectionRequest
-
Deprecated.
- abortRequest() - Method in interface org.apache.http.impl.conn.tsccm.PoolEntryRequest
-
Deprecated.
- AbstractAuthenticationHandler - Class in org.apache.http.impl.client
-
- AbstractAuthenticationHandler() - Constructor for class org.apache.http.impl.client.AbstractAuthenticationHandler
-
Deprecated.
- AbstractClientConnAdapter - Class in org.apache.http.impl.conn
-
- AbstractClientConnAdapter(ClientConnectionManager, OperatedClientConnection) - Constructor for class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
Creates a new connection adapter.
- AbstractConnPool - Class in org.apache.http.impl.conn.tsccm
-
- AbstractConnPool() - Constructor for class org.apache.http.impl.conn.tsccm.AbstractConnPool
-
Deprecated.
Creates a new connection pool.
- AbstractCookieAttributeHandler - Class in org.apache.http.impl.cookie
-
- AbstractCookieAttributeHandler() - Constructor for class org.apache.http.impl.cookie.AbstractCookieAttributeHandler
-
- AbstractCookieSpec - Class in org.apache.http.impl.cookie
-
Abstract cookie specification which can delegate the job of parsing,
validation or matching cookie attributes to a number of arbitrary
CookieAttributeHandler
s.
- AbstractCookieSpec() - Constructor for class org.apache.http.impl.cookie.AbstractCookieSpec
-
Default constructor
- AbstractCookieSpec(HashMap<String, CookieAttributeHandler>) - Constructor for class org.apache.http.impl.cookie.AbstractCookieSpec
-
- AbstractCookieSpec(CommonCookieAttributeHandler...) - Constructor for class org.apache.http.impl.cookie.AbstractCookieSpec
-
- AbstractExecutionAwareRequest - Class in org.apache.http.client.methods
-
- AbstractExecutionAwareRequest() - Constructor for class org.apache.http.client.methods.AbstractExecutionAwareRequest
-
- AbstractHttpClient - Class in org.apache.http.impl.client
-
- AbstractHttpClient(ClientConnectionManager, HttpParams) - Constructor for class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
Creates a new HTTP client.
- AbstractPooledConnAdapter - Class in org.apache.http.impl.conn
-
- AbstractPooledConnAdapter(ClientConnectionManager, AbstractPoolEntry) - Constructor for class org.apache.http.impl.conn.AbstractPooledConnAdapter
-
Deprecated.
Creates a new connection adapter.
- AbstractPoolEntry - Class in org.apache.http.impl.conn
-
- AbstractPoolEntry(ClientConnectionOperator, HttpRoute) - Constructor for class org.apache.http.impl.conn.AbstractPoolEntry
-
Deprecated.
Creates a new pool entry.
- AbstractResponseHandler<T> - Class in org.apache.http.impl.client
-
A generic
ResponseHandler
that works with the response entity
for successful (2xx) responses.
- AbstractResponseHandler() - Constructor for class org.apache.http.impl.client.AbstractResponseHandler
-
- AbstractVerifier - Class in org.apache.http.conn.ssl
-
- AbstractVerifier() - Constructor for class org.apache.http.conn.ssl.AbstractVerifier
-
Deprecated.
- acceptableCountryWildcard(String) - Static method in class org.apache.http.conn.ssl.AbstractVerifier
-
Deprecated.
- acceptEncoding - Variable in class org.apache.http.client.protocol.RequestAcceptEncoding
-
- acceptEncodingInterceptor - Variable in class org.apache.http.impl.client.DecompressingHttpClient
-
Deprecated.
- ACE_PREFIX - Static variable in class org.apache.http.client.utils.Rfc3492Idn
-
Deprecated.
- activeConnections - Variable in class org.apache.http.impl.client.FutureRequestExecutionMetrics
-
- adapt(HttpContext) - Static method in class org.apache.http.client.protocol.HttpClientContext
-
- adapt(int, int, boolean) - Method in class org.apache.http.client.utils.Rfc3492Idn
-
Deprecated.
- add(URI) - Method in class org.apache.http.impl.client.RedirectLocations
-
Adds a new URI to the collection.
- add(int, Object) - Method in class org.apache.http.impl.client.RedirectLocations
-
Inserts the specified element at the specified position in this list
(must be a URI).
- add(HttpConnection, long, TimeUnit) - Method in class org.apache.http.impl.conn.IdleConnectionHandler
-
Deprecated.
Registers the given connection with this handler.
- add(String, InetAddress...) - Method in class org.apache.http.impl.conn.InMemoryDnsResolver
-
Associates the given array of IP addresses to the given host in this DNS overrider.
- addByte(byte) - Method in class org.apache.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Adds the given byte to the response.
- addBytes(byte[]) - Method in class org.apache.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Adds the given bytes to the response.
- addCloseable(Closeable) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
For internal use.
- addCookie(Cookie) - Method in interface org.apache.http.client.CookieStore
-
Adds an
Cookie
, replacing any existing equivalent cookies.
- addCookie(Cookie) - Method in class org.apache.http.impl.client.BasicCookieStore
-
Adds an
HTTP cookie
, replacing any existing equivalent cookies.
- addCookies(Cookie[]) - Method in class org.apache.http.impl.client.BasicCookieStore
-
- addGssMicAvsToTargetInfo(byte[], Certificate) - Method in class org.apache.http.impl.auth.NTLMEngineImpl.Type3Message
-
Add GSS channel binding hash and MIC flag to the targetInfo.
- addHeader(Header) - Method in class org.apache.http.client.methods.RequestBuilder
-
- addHeader(String, String) - Method in class org.apache.http.client.methods.RequestBuilder
-
- addHeader(Header) - Method in class org.apache.http.impl.execchain.HttpResponseProxy
-
- addHeader(String, String) - Method in class org.apache.http.impl.execchain.HttpResponseProxy
-
- addInterceptorFirst(HttpResponseInterceptor) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
Adds this protocol interceptor to the head of the protocol processing list.
- addInterceptorFirst(HttpRequestInterceptor) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
Adds this protocol interceptor to the head of the protocol processing list.
- addInterceptorLast(HttpResponseInterceptor) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
Adds this protocol interceptor to the tail of the protocol processing list.
- addInterceptorLast(HttpRequestInterceptor) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
Adds this protocol interceptor to the tail of the protocol processing list.
- addParameter(NameValuePair) - Method in class org.apache.http.client.methods.RequestBuilder
-
- addParameter(String, String) - Method in class org.apache.http.client.methods.RequestBuilder
-
- addParameter(String, String) - Method in class org.apache.http.client.utils.URIBuilder
-
Adds parameter to URI query.
- addParameters(NameValuePair...) - Method in class org.apache.http.client.methods.RequestBuilder
-
- addParameters(List<NameValuePair>) - Method in class org.apache.http.client.utils.URIBuilder
-
Adds URI query parameters.
- addRequestInterceptor(HttpRequestInterceptor) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- addRequestInterceptor(HttpRequestInterceptor, int) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- addResponseInterceptor(HttpResponseInterceptor) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- addResponseInterceptor(HttpResponseInterceptor, int) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- addULong(int) - Method in class org.apache.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Adds a ULong to the response
- addUShort(int) - Method in class org.apache.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Adds a USHORT to the response
- adjustEffectiveHost(CookieOrigin) - Static method in class org.apache.http.impl.cookie.RFC2965Spec
-
Set 'effective host name' as defined in RFC 2965.
- advanceMessageSequence() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.Handle
-
- AIMDBackoffManager - Class in org.apache.http.impl.client
-
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.http.impl.client.AIMDBackoffManager
-
Creates an AIMDBackoffManager
to manage
per-host connection pool sizes represented by the
given ConnPoolControl
.
- AIMDBackoffManager(ConnPoolControl<HttpRoute>, Clock) - Constructor for class org.apache.http.impl.client.AIMDBackoffManager
-
- aliasStrategy - Variable in class org.apache.http.conn.ssl.SSLContextBuilder.KeyManagerDelegate
-
Deprecated.
- all - Variable in class org.apache.http.impl.client.RedirectLocations
-
- AllClientPNames - Interface in org.apache.http.client.params
-
- allocEntry(Object) - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
-
Deprecated.
Obtains a free entry from this pool, if one is available.
- ALLOW_ALL_HOSTNAME_VERIFIER - Static variable in class org.apache.http.conn.ssl.SSLConnectionSocketFactory
-
- ALLOW_ALL_HOSTNAME_VERIFIER - Static variable in class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- ALLOW_CIRCULAR_REDIRECTS - Static variable in interface org.apache.http.client.params.ClientPNames
-
Deprecated.
Defines whether circular redirects (redirects to the same location) should be allowed.
- AllowAllHostnameVerifier - Class in org.apache.http.conn.ssl
-
- AllowAllHostnameVerifier() - Constructor for class org.apache.http.conn.ssl.AllowAllHostnameVerifier
-
Deprecated.
- alwaysShutDown - Variable in class org.apache.http.impl.conn.SingleClientConnManager
-
Deprecated.
Whether the connection should be shut down on release.
- ANY - Static variable in class org.apache.http.auth.AuthScope
-
Default scope matching any host, port, realm and authentication scheme.
- ANY_HOST - Static variable in class org.apache.http.auth.AuthScope
-
The null
value represents any host.
- ANY_PORT - Static variable in class org.apache.http.auth.AuthScope
-
The -1
value represents any port.
- ANY_REALM - Static variable in class org.apache.http.auth.AuthScope
-
The null
value represents any realm.
- ANY_SCHEME - Static variable in class org.apache.http.auth.AuthScope
-
The null
value represents any authentication scheme.
- applicationParams - Variable in class org.apache.http.impl.client.ClientParamsStack
-
Deprecated.
The application parameter collection, or null
.
- assertAttached() - Method in class org.apache.http.impl.conn.AbstractPooledConnAdapter
-
- assertNotAborted() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
- assertNotShutdown() - Method in class org.apache.http.impl.conn.BasicClientConnectionManager
-
Deprecated.
- assertStillUp() - Method in class org.apache.http.impl.conn.SingleClientConnManager
-
Deprecated.
Asserts that this manager is not shut down.
- assertValid(OperatedClientConnection) - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
Asserts that there is a valid wrapped connection to delegate to.
- assertValid(AbstractPoolEntry) - Method in class org.apache.http.impl.conn.AbstractPooledConnAdapter
-
Deprecated.
Asserts that there is a valid pool entry.
- attemptReuse - Variable in class org.apache.http.conn.BasicEofSensorWatcher
-
Deprecated.
Whether to keep the connection alive.
- attemptReuse - Variable in class org.apache.http.conn.BasicManagedEntity
-
Deprecated.
Whether to keep the connection alive.
- attribHandlerMap - Variable in class org.apache.http.impl.cookie.AbstractCookieSpec
-
Stores attribute name -> attribute handler mappings
- attribHandlerMap - Variable in class org.apache.http.impl.cookie.RFC6265CookieSpec
-
- attribHandlers - Variable in class org.apache.http.impl.cookie.RFC6265CookieSpec
-
- attribs - Variable in class org.apache.http.impl.cookie.BasicClientCookie
-
Cookie attributes as specified by the origin server
- attributes - Variable in class org.apache.http.impl.conn.DefaultClientConnection
-
Deprecated.
connection specific attributes
- attributes - Variable in class org.apache.http.impl.conn.DefaultManagedHttpClientConnection
-
- AUTH - Class in org.apache.http.auth
-
Constants and static helpers related to the HTTP authentication.
- AUTH() - Constructor for class org.apache.http.auth.AUTH
-
- AUTH_CACHE - Static variable in interface org.apache.http.client.protocol.ClientContext
-
Deprecated.
Attribute name of a
AuthCache
object
that represents the auth scheme cache.
- AUTH_CACHE - Static variable in class org.apache.http.client.protocol.HttpClientContext
-
Attribute name of a
AuthCache
object
that represents the auth scheme cache.
- AUTH_SCHEME_PREF - Static variable in interface org.apache.http.client.protocol.ClientContext
-
Deprecated.
- AuthCache - Interface in org.apache.http.client
-
- authCachingDisabled - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- authenticate(Credentials, HttpRequest) - Method in interface org.apache.http.auth.AuthScheme
-
- authenticate(Credentials, HttpRequest, HttpContext) - Method in interface org.apache.http.auth.ContextAwareAuthScheme
-
Produces an authorization string for the given set of
Credentials
.
- authenticate(AuthScheme, Credentials, HttpRequest, HttpContext) - Method in class org.apache.http.client.protocol.RequestAuthenticationBase
-
Deprecated.
- authenticate(Credentials, HttpRequest, HttpContext) - Method in class org.apache.http.impl.auth.AuthSchemeBase
-
- authenticate(Credentials, HttpRequest) - Method in class org.apache.http.impl.auth.BasicScheme
-
- authenticate(Credentials, HttpRequest, HttpContext) - Method in class org.apache.http.impl.auth.BasicScheme
-
Produces basic authorization header for the given set of
Credentials
.
- authenticate(Credentials, String, boolean) - Static method in class org.apache.http.impl.auth.BasicScheme
-
- authenticate(Credentials, HttpRequest) - Method in class org.apache.http.impl.auth.DigestScheme
-
- authenticate(Credentials, HttpRequest, HttpContext) - Method in class org.apache.http.impl.auth.DigestScheme
-
Produces a digest authorization string for the given set of
Credentials
, method name and URI.
- authenticate(Credentials, HttpRequest) - Method in class org.apache.http.impl.auth.GGSSchemeBase
-
- authenticate(Credentials, HttpRequest, HttpContext) - Method in class org.apache.http.impl.auth.GGSSchemeBase
-
- authenticate(Credentials, HttpRequest, HttpContext) - Method in class org.apache.http.impl.auth.KerberosScheme
-
Produces KERBEROS authorization Header based on token created by
processChallenge.
- authenticate(Credentials, HttpRequest) - Method in class org.apache.http.impl.auth.NegotiateScheme
-
Deprecated.
- authenticate(Credentials, HttpRequest, HttpContext) - Method in class org.apache.http.impl.auth.NegotiateScheme
-
Deprecated.
Produces Negotiate authorization Header based on token created by
processChallenge.
- authenticate(Credentials, HttpRequest) - Method in class org.apache.http.impl.auth.NTLMScheme
-
- authenticate(Credentials, HttpRequest, HttpContext) - Method in class org.apache.http.impl.auth.SPNegoScheme
-
Produces SPNEGO authorization Header based on token created by
processChallenge.
- authenticate(HttpHost, HttpResponse, AuthenticationStrategy, AuthState, HttpContext) - Method in class org.apache.http.impl.client.HttpAuthenticator
-
Deprecated.
- authenticationEnabled - Variable in class org.apache.http.client.config.RequestConfig
-
- authenticationEnabled - Variable in class org.apache.http.client.config.RequestConfig.Builder
-
- AuthenticationException - Exception in org.apache.http.auth
-
Signals a failure in authentication process
- AuthenticationException() - Constructor for exception org.apache.http.auth.AuthenticationException
-
Creates a new AuthenticationException with a null
detail message.
- AuthenticationException(String) - Constructor for exception org.apache.http.auth.AuthenticationException
-
Creates a new AuthenticationException with the specified message.
- AuthenticationException(String, Throwable) - Constructor for exception org.apache.http.auth.AuthenticationException
-
Creates a new AuthenticationException with the specified detail message and cause.
- AuthenticationHandler - Interface in org.apache.http.client
-
- AuthenticationStrategy - Interface in org.apache.http.client
-
/**
A handler for determining if an HTTP response represents an authentication challenge that was
sent back to the client as a result of authentication failure.
- AuthenticationStrategyAdaptor - Class in org.apache.http.impl.client
-
- AuthenticationStrategyAdaptor(AuthenticationHandler) - Constructor for class org.apache.http.impl.client.AuthenticationStrategyAdaptor
-
Deprecated.
- AuthenticationStrategyImpl - Class in org.apache.http.impl.client
-
- AuthenticationStrategyImpl(int, String) - Constructor for class org.apache.http.impl.client.AuthenticationStrategyImpl
-
- authenticator - Variable in class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
- authenticator - Variable in class org.apache.http.impl.client.ProxyClient
-
- authenticator - Variable in class org.apache.http.impl.execchain.MainClientExec
-
- authFailed(HttpHost, AuthScheme, HttpContext) - Method in interface org.apache.http.client.AuthenticationStrategy
-
Callback invoked in case of unsuccessful authentication.
- authFailed(HttpHost, AuthScheme, HttpContext) - Method in class org.apache.http.impl.client.AuthenticationStrategyAdaptor
-
Deprecated.
- authFailed(HttpHost, AuthScheme, HttpContext) - Method in class org.apache.http.impl.client.AuthenticationStrategyImpl
-
- AuthOption - Class in org.apache.http.auth
-
- AuthOption(AuthScheme, Credentials) - Constructor for class org.apache.http.auth.AuthOption
-
- authOptions - Variable in class org.apache.http.auth.AuthState
-
Available auth options
- AuthParamBean - Class in org.apache.http.auth.params
-
- AuthParamBean(HttpParams) - Constructor for class org.apache.http.auth.params.AuthParamBean
-
Deprecated.
- AuthParams - Class in org.apache.http.auth.params
-
- AuthParams() - Constructor for class org.apache.http.auth.params.AuthParams
-
Deprecated.
- AuthPNames - Interface in org.apache.http.auth.params
-
- AuthPolicy - Class in org.apache.http.client.params
-
- AuthPolicy() - Constructor for class org.apache.http.client.params.AuthPolicy
-
Deprecated.
- AuthProtocolState - Enum in org.apache.http.auth
-
- AuthProtocolState() - Constructor for enum org.apache.http.auth.AuthProtocolState
-
- authScheme - Variable in class org.apache.http.auth.AuthOption
-
- AuthScheme - Interface in org.apache.http.auth
-
This interface represents an abstract challenge-response oriented
authentication scheme.
- authScheme - Variable in class org.apache.http.auth.AuthState
-
Actual authentication scheme
- AUTHSCHEME_REGISTRY - Static variable in interface org.apache.http.client.protocol.ClientContext
-
Deprecated.
- AUTHSCHEME_REGISTRY - Static variable in class org.apache.http.client.protocol.HttpClientContext
-
- AuthSchemeBase - Class in org.apache.http.impl.auth
-
Abstract authentication scheme class that serves as a basis
for all authentication schemes supported by HttpClient.
- AuthSchemeBase(ChallengeState) - Constructor for class org.apache.http.impl.auth.AuthSchemeBase
-
- AuthSchemeBase() - Constructor for class org.apache.http.impl.auth.AuthSchemeBase
-
- AuthSchemeFactory - Interface in org.apache.http.auth
-
- AuthSchemeProvider - Interface in org.apache.http.auth
-
- AuthSchemeRegistry - Class in org.apache.http.auth
-
- AuthSchemeRegistry() - Constructor for class org.apache.http.auth.AuthSchemeRegistry
-
Deprecated.
- authSchemeRegistry - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- authSchemeRegistry - Variable in class org.apache.http.impl.client.InternalHttpClient
-
- authSchemeRegistry - Variable in class org.apache.http.impl.client.ProxyClient
-
- AuthSchemes - Class in org.apache.http.client.config
-
Standard authentication schemes supported by HttpClient.
- AuthSchemes() - Constructor for class org.apache.http.client.config.AuthSchemes
-
- AuthScope - Class in org.apache.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.http.auth.AuthScope
-
Defines auth scope with the given host
, port
, realm
, and
schemeName
.
- AuthScope(HttpHost, String, String) - Constructor for class org.apache.http.auth.AuthScope
-
Defines auth scope for a specific host of origin.
- AuthScope(HttpHost) - Constructor for class org.apache.http.auth.AuthScope
-
Defines auth scope for a specific host of origin.
- AuthScope(String, int, String) - Constructor for class org.apache.http.auth.AuthScope
-
Defines auth scope with the given host
, port
and realm
.
- AuthScope(String, int) - Constructor for class org.apache.http.auth.AuthScope
-
Defines auth scope with the given host
and port
.
- AuthScope(AuthScope) - Constructor for class org.apache.http.auth.AuthScope
-
Creates a copy of the given credentials scope.
- authScope - Variable in class org.apache.http.auth.AuthState
-
Actual authentication scope
- AuthState - Class in org.apache.http.auth
-
This class provides detailed information about the state of the authentication process.
- AuthState() - Constructor for class org.apache.http.auth.AuthState
-
- authSucceeded(HttpHost, AuthScheme, HttpContext) - Method in interface org.apache.http.client.AuthenticationStrategy
-
Callback invoked in case of successful authentication.
- authSucceeded(HttpHost, AuthScheme, HttpContext) - Method in class org.apache.http.impl.client.AuthenticationStrategyAdaptor
-
Deprecated.
- authSucceeded(HttpHost, AuthScheme, HttpContext) - Method in class org.apache.http.impl.client.AuthenticationStrategyImpl
-
- automaticRetriesDisabled - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- AutoRetryHttpClient - Class in org.apache.http.impl.client
-
- AutoRetryHttpClient(HttpClient, ServiceUnavailableRetryStrategy) - Constructor for class org.apache.http.impl.client.AutoRetryHttpClient
-
Deprecated.
- AutoRetryHttpClient() - Constructor for class org.apache.http.impl.client.AutoRetryHttpClient
-
Deprecated.
Constructs a
AutoRetryHttpClient
with default caching settings that
stores cache entries in memory and uses a vanilla
DefaultHttpClient
for backend requests.
- AutoRetryHttpClient(ServiceUnavailableRetryStrategy) - Constructor for class org.apache.http.impl.client.AutoRetryHttpClient
-
Deprecated.
Constructs a
AutoRetryHttpClient
with the given caching options that
stores cache entries in memory and uses a vanilla
DefaultHttpClient
for backend requests.
- AutoRetryHttpClient(HttpClient) - Constructor for class org.apache.http.impl.client.AutoRetryHttpClient
-
Deprecated.
Constructs a
AutoRetryHttpClient
with default caching settings that
stores cache entries in memory and uses the given
HttpClient
for
backend requests.
- available() - Method in class org.apache.http.client.entity.DeflateInputStream
-
Get available.
- available() - Method in class org.apache.http.client.entity.LazyDecompressingInputStream
-
- available() - Method in class org.apache.http.conn.EofSensorInputStream
-
- available() - Method in class org.apache.http.impl.conn.LoggingInputStream
-
- averageDuration() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics.DurationCounter
-
- await(Date) - Method in class org.apache.http.impl.conn.tsccm.WaitingThread
-
Deprecated.
Blocks the calling thread.
- awaitTermination(long, TimeUnit) - Method in class org.apache.http.impl.client.IdleConnectionEvictor
-
- C - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.MD4
-
- cache(AuthCache, HttpHost, AuthScheme) - Method in class org.apache.http.client.protocol.ResponseAuthCache
-
Deprecated.
- call() - Method in class org.apache.http.impl.client.HttpRequestTaskCallable
-
- callable - Variable in class org.apache.http.impl.client.HttpRequestFutureTask
-
- callback - Variable in class org.apache.http.impl.client.HttpRequestTaskCallable
-
- cancel(boolean) - Method in class org.apache.http.impl.client.HttpRequestFutureTask
-
- cancel() - Method in class org.apache.http.impl.client.HttpRequestTaskCallable
-
- cancel() - Method in class org.apache.http.impl.execchain.ConnectionHolder
-
- cancellableRef - Variable in class org.apache.http.client.methods.AbstractExecutionAwareRequest
-
- cancelled - Variable in class org.apache.http.impl.client.HttpRequestTaskCallable
-
- cap - Variable in class org.apache.http.impl.client.AIMDBackoffManager
-
- certChain - Variable in class org.apache.http.conn.ssl.PrivateKeyDetails
-
Deprecated.
- challenge - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
- challenge - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.Type2Message
-
- challenge - Variable in class org.apache.http.impl.auth.NTLMScheme
-
- challengeCode - Variable in class org.apache.http.impl.client.AuthenticationStrategyImpl
-
- ChallengeState - Enum in org.apache.http.auth
-
Challenge mode (TARGET or PROXY)
- ChallengeState() - Constructor for enum org.apache.http.auth.ChallengeState
-
- challengeState - Variable in class org.apache.http.impl.auth.AuthSchemeBase
-
- charset - Variable in class org.apache.http.client.methods.RequestBuilder
-
- charset - Variable in class org.apache.http.client.utils.URIBuilder
-
- charset - Variable in class org.apache.http.impl.auth.BasicSchemeFactory
-
- charset - Variable in class org.apache.http.impl.auth.DigestSchemeFactory
-
- charset - Variable in class org.apache.http.impl.conn.LoggingSessionInputBuffer
-
Deprecated.
- charset - Variable in class org.apache.http.impl.conn.LoggingSessionOutputBuffer
-
Deprecated.
- checkAbort() - Method in class org.apache.http.conn.EofSensorInputStream
-
Detects stream abort and notifies the watcher.
- checkClientTrusted(X509Certificate[], String) - Method in class org.apache.http.conn.ssl.SSLContextBuilder.TrustManagerDelegate
-
Deprecated.
- checkClose() - Method in class org.apache.http.conn.EofSensorInputStream
-
Detects stream close and notifies the watcher.
- checkEOF(int) - Method in class org.apache.http.conn.EofSensorInputStream
-
Detects EOF and notifies the watcher.
- checkExpiry() - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
-
- checkServerTrusted(X509Certificate[], String) - Method in class org.apache.http.conn.ssl.SSLContextBuilder.TrustManagerDelegate
-
Deprecated.
- chooseAlias(Map<String, PrivateKeyDetails>, Socket) - Method in interface org.apache.http.conn.ssl.PrivateKeyStrategy
-
Deprecated.
Determines what key material to use for SSL authentication.
- chooseClientAlias(String[], Principal[], Socket) - Method in class org.apache.http.conn.ssl.SSLContextBuilder.KeyManagerDelegate
-
Deprecated.
- chooseProxy(List<Proxy>, HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.conn.ProxySelectorRoutePlanner
-
Deprecated.
Chooses a proxy from a list of available proxies.
- chooseProxy(List<Proxy>) - Method in class org.apache.http.impl.conn.SystemDefaultRoutePlanner
-
- chooseServerAlias(String, Principal[], Socket) - Method in class org.apache.http.conn.ssl.SSLContextBuilder.KeyManagerDelegate
-
Deprecated.
- chunked - Variable in class org.apache.http.client.entity.EntityBuilder
-
- chunked() - Method in class org.apache.http.client.entity.EntityBuilder
-
Makes entity chunk coded.
- CipherGen(String, String, String, byte[], String, byte[], byte[], byte[], byte[], byte[]) - Constructor for class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
- CipherGen(Random, long, String, String, String, byte[], String, byte[], byte[], byte[], byte[], byte[]) - Constructor for class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
- CipherGen(String, String, String, byte[], String, byte[]) - Constructor for class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
- CipherGen(Random, long, String, String, String, byte[], String, byte[]) - Constructor for class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
- CircularRedirectException - Exception in org.apache.http.client
-
Signals a circular redirect
- CircularRedirectException() - Constructor for exception org.apache.http.client.CircularRedirectException
-
Creates a new CircularRedirectException with a null
detail message.
- CircularRedirectException(String) - Constructor for exception org.apache.http.client.CircularRedirectException
-
Creates a new CircularRedirectException with the specified detail message.
- CircularRedirectException(String, Throwable) - Constructor for exception org.apache.http.client.CircularRedirectException
-
Creates a new CircularRedirectException with the specified detail message and cause.
- circularRedirectsAllowed - Variable in class org.apache.http.client.config.RequestConfig.Builder
-
- circularRedirectsAllowed - Variable in class org.apache.http.client.config.RequestConfig
-
- cleanup() - Method in class org.apache.http.impl.execchain.ResponseEntityProxy
-
- clear() - Method in interface org.apache.http.client.AuthCache
-
- clear() - Method in interface org.apache.http.client.CookieStore
-
Clears all cookies.
- clear() - Method in interface org.apache.http.client.CredentialsProvider
-
Clears all credentials.
- clear() - Method in class org.apache.http.impl.client.BasicAuthCache
-
- clear() - Method in class org.apache.http.impl.client.BasicCookieStore
-
Clears all cookies.
- clear() - Method in class org.apache.http.impl.client.BasicCredentialsProvider
-
- clear() - Method in class org.apache.http.impl.client.SystemDefaultCredentialsProvider
-
- clearContent() - Method in class org.apache.http.client.entity.EntityBuilder
-
- clearExpired(Date) - Method in interface org.apache.http.client.CookieStore
-
Removes all of
Cookie
s in this store that have expired by
the specified
Date
.
- clearExpired(Date) - Method in class org.apache.http.impl.client.BasicCookieStore
-
Removes all of
cookies
in this HTTP state
that have expired by the specified
date
.
- clearParameters() - Method in class org.apache.http.client.utils.URIBuilder
-
Clears URI query parameters.
- clearRequestInterceptors() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- clearResponseInterceptors() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- clearThreadLocal() - Static method in class org.apache.http.client.utils.DateUtils
-
Clears thread-local variable containing DateFormat
cache.
- clearThreadLocal() - Static method in class org.apache.http.client.utils.DateUtils.DateFormatHolder
-
- clientChallenge - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
- clientChallenge2 - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
- ClientConnectionManager - Interface in org.apache.http.conn
-
- ClientConnectionManagerFactory - Interface in org.apache.http.conn
-
- ClientConnectionOperator - Interface in org.apache.http.conn
-
- ClientConnectionRequest - Interface in org.apache.http.conn
-
- ClientContext - Interface in org.apache.http.client.protocol
-
- ClientContextConfigurer - Class in org.apache.http.client.protocol
-
- ClientContextConfigurer(HttpContext) - Constructor for class org.apache.http.client.protocol.ClientContextConfigurer
-
Deprecated.
- ClientCookie - Interface in org.apache.http.cookie
-
ClientCookie extends the standard
Cookie
interface with
additional client specific functionality such ability to retrieve
original cookie attributes exactly as they were specified by the
origin server.
- ClientExecChain - Interface in org.apache.http.impl.execchain
-
This interface represents an element in the HTTP request execution chain.
- ClientParamBean - Class in org.apache.http.client.params
-
- ClientParamBean(HttpParams) - Constructor for class org.apache.http.client.params.ClientParamBean
-
Deprecated.
- clientParams - Variable in class org.apache.http.impl.client.ClientParamsStack
-
Deprecated.
The client parameter collection, or null
.
- ClientParamsStack - Class in org.apache.http.impl.client
-
- ClientParamsStack(HttpParams, HttpParams, HttpParams, HttpParams) - Constructor for class org.apache.http.impl.client.ClientParamsStack
-
Deprecated.
Creates a new parameter stack from elements.
- ClientParamsStack(ClientParamsStack) - Constructor for class org.apache.http.impl.client.ClientParamsStack
-
Deprecated.
Creates a copy of a parameter stack.
- ClientParamsStack(ClientParamsStack, HttpParams, HttpParams, HttpParams, HttpParams) - Constructor for class org.apache.http.impl.client.ClientParamsStack
-
Deprecated.
Creates a modified copy of a parameter stack.
- ClientPNames - Interface in org.apache.http.client.params
-
- ClientProtocolException - Exception in org.apache.http.client
-
Signals an error in the HTTP protocol.
- ClientProtocolException() - Constructor for exception org.apache.http.client.ClientProtocolException
-
- ClientProtocolException(String) - Constructor for exception org.apache.http.client.ClientProtocolException
-
- ClientProtocolException(Throwable) - Constructor for exception org.apache.http.client.ClientProtocolException
-
- ClientProtocolException(String, Throwable) - Constructor for exception org.apache.http.client.ClientProtocolException
-
- clock - Variable in class org.apache.http.impl.client.AIMDBackoffManager
-
- Clock - Interface in org.apache.http.impl.client
-
Interface used to enable easier testing of time-related behavior.
- clone() - Method in class org.apache.http.client.config.RequestConfig
-
- clone() - Method in class org.apache.http.client.methods.AbstractExecutionAwareRequest
-
- clone() - Method in class org.apache.http.client.methods.HttpEntityEnclosingRequestBase
-
- clone(Object) - Static method in class org.apache.http.client.utils.CloneUtils
-
- clone() - Method in class org.apache.http.conn.routing.HttpRoute
-
- clone() - Method in class org.apache.http.conn.routing.RouteTracker
-
- clone() - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
- clone() - Method in class org.apache.http.impl.cookie.BasicClientCookie2
-
- cloneObject(T) - Static method in class org.apache.http.client.utils.CloneUtils
-
- CloneUtils - Class in org.apache.http.client.utils
-
A collection of utilities to workaround limitations of Java clone framework.
- CloneUtils() - Constructor for class org.apache.http.client.utils.CloneUtils
-
This class should not be instantiated.
- close() - Method in class org.apache.http.client.entity.DeflateInputStream
-
Close.
- close() - Method in class org.apache.http.client.entity.DeflateInputStream.DeflateStream
-
- close() - Method in class org.apache.http.client.entity.LazyDecompressingInputStream
-
- close() - Method in class org.apache.http.conn.EofSensorInputStream
-
- close() - Method in class org.apache.http.impl.auth.HttpEntityDigester
-
- close() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- close() - Method in class org.apache.http.impl.client.CloseableHttpResponseProxy
-
Deprecated.
- close() - Method in class org.apache.http.impl.client.FutureRequestExecutionService
-
- close() - Method in class org.apache.http.impl.client.InternalHttpClient
-
- close() - Method in class org.apache.http.impl.client.MinimalHttpClient
-
- close() - Method in class org.apache.http.impl.conn.AbstractPooledConnAdapter
-
Deprecated.
- close() - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
-
- close() - Method in class org.apache.http.impl.conn.CPoolEntry
-
- close() - Method in class org.apache.http.impl.conn.CPoolProxy
-
- close() - Method in class org.apache.http.impl.conn.DefaultClientConnection
-
Deprecated.
- close() - Method in class org.apache.http.impl.conn.HttpPoolEntry
-
Deprecated.
- close() - Method in class org.apache.http.impl.conn.LoggingInputStream
-
- close() - Method in class org.apache.http.impl.conn.LoggingManagedHttpClientConnection
-
- close() - Method in class org.apache.http.impl.conn.LoggingOutputStream
-
- close() - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- close() - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- close() - Method in class org.apache.http.impl.conn.SingleClientConnManager.PoolEntry
-
Deprecated.
Closes the connection in this pool entry.
- close() - Method in class org.apache.http.impl.execchain.ConnectionHolder
-
- close() - Method in class org.apache.http.impl.execchain.HttpResponseProxy
-
- CloseableHttpClient - Class in org.apache.http.impl.client
-
Base implementation of
HttpClient
that also implements
Closeable
.
- CloseableHttpClient() - Constructor for class org.apache.http.impl.client.CloseableHttpClient
-
- CloseableHttpResponse - Interface in org.apache.http.client.methods
-
Extended version of the HttpResponse
interface that also extends Closeable
.
- CloseableHttpResponseProxy - Class in org.apache.http.impl.client
-
- CloseableHttpResponseProxy(HttpResponse) - Constructor for class org.apache.http.impl.client.CloseableHttpResponseProxy
-
Deprecated.
- closeables - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- closeables - Variable in class org.apache.http.impl.client.InternalHttpClient
-
- closeConnection() - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
-
- closeConnection() - Method in class org.apache.http.impl.conn.CPoolEntry
-
- closeConnection(OperatedClientConnection) - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
-
Deprecated.
Closes a connection from this pool.
- closeConnection(BasicPoolEntry) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
- closed - Variable in class org.apache.http.client.entity.DeflateInputStream.DeflateStream
-
- closed - Variable in class org.apache.http.impl.auth.HttpEntityDigester
-
- closed - Variable in class org.apache.http.impl.client.FutureRequestExecutionService
-
- closeExpiredConnections() - Method in interface org.apache.http.conn.ClientConnectionManager
-
Deprecated.
Closes all expired connections in the pool.
- closeExpiredConnections() - Method in interface org.apache.http.conn.HttpClientConnectionManager
-
Closes all expired connections in the pool.
- closeExpiredConnections() - Method in class org.apache.http.impl.conn.BasicClientConnectionManager
-
Deprecated.
- closeExpiredConnections() - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
-
- closeExpiredConnections() - Method in class org.apache.http.impl.conn.IdleConnectionHandler
-
Deprecated.
- closeExpiredConnections() - Method in class org.apache.http.impl.conn.PoolingClientConnectionManager
-
Deprecated.
- closeExpiredConnections() - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- closeExpiredConnections() - Method in class org.apache.http.impl.conn.SingleClientConnManager
-
Deprecated.
- closeExpiredConnections() - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
-
Deprecated.
- closeExpiredConnections() - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
- closeExpiredConnections() - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
-
Deprecated.
- closeIdleConnections(long, TimeUnit) - Method in interface org.apache.http.conn.ClientConnectionManager
-
Deprecated.
Closes idle connections in the pool.
- closeIdleConnections(long, TimeUnit) - Method in interface org.apache.http.conn.HttpClientConnectionManager
-
Closes idle connections in the pool.
- closeIdleConnections(long, TimeUnit) - Method in class org.apache.http.impl.conn.BasicClientConnectionManager
-
Deprecated.
- closeIdleConnections(long, TimeUnit) - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
-
- closeIdleConnections(long) - Method in class org.apache.http.impl.conn.IdleConnectionHandler
-
Deprecated.
Closes connections that have been idle for at least the given amount of time.
- closeIdleConnections(long, TimeUnit) - Method in class org.apache.http.impl.conn.PoolingClientConnectionManager
-
Deprecated.
- closeIdleConnections(long, TimeUnit) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- closeIdleConnections(long, TimeUnit) - Method in class org.apache.http.impl.conn.SingleClientConnManager
-
Deprecated.
- closeIdleConnections(long, TimeUnit) - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
-
Deprecated.
Closes idle connections.
- closeIdleConnections(long, TimeUnit) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
Closes idle connections.
- closeIdleConnections(long, TimeUnit) - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
-
Deprecated.
- closeQuietly(HttpResponse) - Static method in class org.apache.http.client.utils.HttpClientUtils
-
Unconditionally close a response.
- closeQuietly(CloseableHttpResponse) - Static method in class org.apache.http.client.utils.HttpClientUtils
-
Unconditionally close a response.
- closeQuietly(HttpClient) - Static method in class org.apache.http.client.utils.HttpClientUtils
-
Unconditionally close a httpClient.
- cnonce - Variable in class org.apache.http.impl.auth.DigestScheme
-
- COLON_CHAR - Static variable in class org.apache.http.conn.util.InetAddressUtils
-
- COMMA_CHAR - Static variable in class org.apache.http.impl.cookie.RFC6265CookieSpec
-
- COMMENT_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
-
- commentURL - Variable in class org.apache.http.impl.cookie.BasicClientCookie2
-
- COMMENTURL_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
-
- CommonCookieAttributeHandler - Interface in org.apache.http.cookie
-
- compare(Cookie, Cookie) - Method in class org.apache.http.cookie.CookieIdentityComparator
-
- compare(Cookie, Cookie) - Method in class org.apache.http.cookie.CookiePathComparator
-
- compare(Cookie, Cookie) - Method in class org.apache.http.cookie.CookiePriorityComparator
-
- compatibilityLevel - Variable in class org.apache.http.impl.cookie.DefaultCookieSpecProvider
-
- CompatibilityLevel() - Constructor for enum org.apache.http.impl.cookie.DefaultCookieSpecProvider.CompatibilityLevel
-
- compatibilityLevel - Variable in class org.apache.http.impl.cookie.RFC6265CookieSpecProvider
-
- CompatibilityLevel() - Constructor for enum org.apache.http.impl.cookie.RFC6265CookieSpecProvider.CompatibilityLevel
-
- COMPLETE - Static variable in interface org.apache.http.conn.routing.HttpRouteDirector
-
Indicates that the route is complete.
- complete - Variable in class org.apache.http.impl.auth.BasicScheme
-
Whether the basic authentication process is complete
- complete - Variable in class org.apache.http.impl.auth.DigestScheme
-
Whether the digest authentication process is complete
- completed() - Method in class org.apache.http.client.methods.AbstractExecutionAwareRequest
-
- computeMic - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.Type3Message
-
- computeSignature(byte[]) - Method in class org.apache.http.impl.auth.NTLMEngineImpl.Handle
-
- cond - Variable in class org.apache.http.impl.conn.tsccm.WaitingThread
-
Deprecated.
The condition on which the thread is waiting.
- config - Variable in class org.apache.http.client.methods.HttpRequestBase
-
- config - Variable in class org.apache.http.client.methods.RequestBuilder
-
- configData - Variable in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- ConfigData() - Constructor for class org.apache.http.impl.conn.PoolingHttpClientConnectionManager.ConfigData
-
- configData - Variable in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager.InternalConnectionFactory
-
- Configurable - Interface in org.apache.http.client.methods
-
Configuration interface for HTTP requests.
- conn - Variable in class org.apache.http.impl.conn.BasicClientConnectionManager
-
Deprecated.
The currently issued managed connection, if any.
- conn - Variable in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
-
- CONN_MANAGER_TIMEOUT - Static variable in interface org.apache.http.client.params.ClientPNames
-
Deprecated.
- ConnAdapter(SingleClientConnManager.PoolEntry, HttpRoute) - Constructor for class org.apache.http.impl.conn.SingleClientConnManager.ConnAdapter
-
Deprecated.
Creates a new connection adapter.
- connConfig - Variable in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
-
- ConnConnectionParamBean - Class in org.apache.http.conn.params
-
- ConnConnectionParamBean(HttpParams) - Constructor for class org.apache.http.conn.params.ConnConnectionParamBean
-
Deprecated.
- ConnConnectionPNames - Interface in org.apache.http.conn.params
-
- connect(HttpClientConnection, HttpRoute, int, HttpContext) - Method in interface org.apache.http.conn.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.http.conn.HttpClientConnectionOperator
-
- connect(HttpClientConnection, HttpRoute, int, HttpContext) - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
-
- connect(ManagedHttpClientConnection, HttpHost, InetSocketAddress, int, SocketConfig, HttpContext) - Method in class org.apache.http.impl.conn.DefaultHttpClientConnectionOperator
-
- connect(HttpClientConnection, HttpRoute, int, HttpContext) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- CONNECT_PROXY - Static variable in interface org.apache.http.conn.routing.HttpRouteDirector
-
Step: open connection to proxy.
- CONNECT_TARGET - Static variable in interface org.apache.http.conn.routing.HttpRouteDirector
-
Step: open connection to target.
- connected - Variable in class org.apache.http.conn.routing.RouteTracker
-
Whether the first hop of the route is established.
- connection - Variable in class org.apache.http.impl.conn.AbstractPoolEntry
-
Deprecated.
The underlying connection being pooled or used.
- CONNECTION_MANAGER_FACTORY_CLASS_NAME - Static variable in interface org.apache.http.client.params.ClientPNames
-
Deprecated.
- ConnectionBackoffStrategy - Interface in org.apache.http.client
-
When managing a dynamic number of connections for a given route, this
strategy assesses whether a given request execution outcome should
result in a backoff signal or not, based on either examining the
Throwable
that resulted or by examining the resulting
response (e.g.
- connectionBackoffStrategy - Variable in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- connectionBackoffStrategy - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- connectionBackoffStrategy - Variable in class org.apache.http.impl.execchain.BackoffStrategyExec
-
- connectionConfig - Variable in class org.apache.http.impl.client.ProxyClient
-
- connectionConfigMap - Variable in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager.ConfigData
-
- connectionExpiresTime - Variable in class org.apache.http.impl.conn.SingleClientConnManager
-
Deprecated.
The time the last released connection expires and shouldn't be reused.
- ConnectionHolder - Class in org.apache.http.impl.execchain
-
Internal connection holder.
- ConnectionHolder(Log, HttpClientConnectionManager, HttpClientConnection) - Constructor for class org.apache.http.impl.execchain.ConnectionHolder
-
- ConnectionKeepAliveStrategy - Interface in org.apache.http.conn
-
Interface for deciding how long a connection can remain
idle before being reused.
- connectionManager - Variable in class org.apache.http.impl.client.IdleConnectionEvictor
-
- connectionOperator - Variable in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
-
- connectionOperator - Variable in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- connectionPool - Variable in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
-
Deprecated.
- ConnectionPoolTimeoutException - Exception in org.apache.http.conn
-
A timeout while waiting for an available connection
from a connection manager.
- ConnectionPoolTimeoutException() - Constructor for exception org.apache.http.conn.ConnectionPoolTimeoutException
-
Creates a ConnectTimeoutException with a null
detail message.
- ConnectionPoolTimeoutException(String) - Constructor for exception org.apache.http.conn.ConnectionPoolTimeoutException
-
Creates a ConnectTimeoutException with the specified detail message.
- ConnectionReleaseTrigger - Interface in org.apache.http.conn
-
Interface for releasing a connection.
- ConnectionRequest - Interface in org.apache.http.conn
-
Represents a request for a HttpClientConnection
whose life cycle
is managed by a connection manager.
- connectionRequestTimeout - Variable in class org.apache.http.client.config.RequestConfig.Builder
-
- connectionRequestTimeout - Variable in class org.apache.http.client.config.RequestConfig
-
- ConnectionShutdownException - Exception in org.apache.http.impl.conn
-
Signals that the connection has been shut down or released back to the
the connection pool
- ConnectionShutdownException() - Constructor for exception org.apache.http.impl.conn.ConnectionShutdownException
-
Creates a new ConnectionShutdownException with a null
detail message.
- ConnectionSocketFactory - Interface in org.apache.http.conn.socket
-
A factory for creating and connecting connection sockets.
- connectionStateDisabled - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- connectionToTimes - Variable in class org.apache.http.impl.conn.IdleConnectionHandler
-
Deprecated.
Holds connections and the time they were added.
- connectProxy(HttpHost, boolean) - Method in class org.apache.http.conn.routing.RouteTracker
-
Tracks connecting to the first proxy.
- connectSocket(Socket, String, int, InetAddress, int, HttpParams) - Method in class org.apache.http.conn.MultihomePlainSocketFactory
-
Deprecated.
Attempts to connects the socket to any of the InetAddress
es the
given host name resolves to.
- connectSocket(Socket, InetSocketAddress, InetSocketAddress, HttpParams) - Method in class org.apache.http.conn.scheme.PlainSocketFactory
-
Deprecated.
- connectSocket(Socket, String, int, InetAddress, int, HttpParams) - Method in class org.apache.http.conn.scheme.PlainSocketFactory
-
- connectSocket(Socket, InetSocketAddress, InetSocketAddress, HttpParams) - Method in class org.apache.http.conn.scheme.SchemeLayeredSocketFactoryAdaptor2
-
Deprecated.
- connectSocket(Socket, InetSocketAddress, InetSocketAddress, HttpParams) - Method in interface org.apache.http.conn.scheme.SchemeSocketFactory
-
Deprecated.
Connects a socket to the target host with the given remote address.
- connectSocket(Socket, InetSocketAddress, InetSocketAddress, HttpParams) - Method in class org.apache.http.conn.scheme.SchemeSocketFactoryAdaptor
-
Deprecated.
- connectSocket(Socket, String, int, InetAddress, int, HttpParams) - Method in interface org.apache.http.conn.scheme.SocketFactory
-
Deprecated.
Connects a socket to the given host.
- connectSocket(Socket, String, int, InetAddress, int, HttpParams) - Method in class org.apache.http.conn.scheme.SocketFactoryAdaptor
-
Deprecated.
- connectSocket(int, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in interface org.apache.http.conn.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.http.conn.socket.PlainConnectionSocketFactory
-
- connectSocket(int, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in class org.apache.http.conn.ssl.SSLConnectionSocketFactory
-
- connectSocket(Socket, InetSocketAddress, InetSocketAddress, HttpParams) - Method in class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- connectSocket(Socket, String, int, InetAddress, int, HttpParams) - Method in class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- connectSocket(int, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- connectTarget(boolean) - Method in class org.apache.http.conn.routing.RouteTracker
-
Tracks connecting to the target.
- connectTimeout - Variable in class org.apache.http.client.config.RequestConfig.Builder
-
- connectTimeout - Variable in class org.apache.http.client.config.RequestConfig
-
- ConnectTimeoutException - Exception in org.apache.http.conn
-
A timeout while connecting to an HTTP server or waiting for an
available connection from an HttpConnectionManager.
- ConnectTimeoutException() - Constructor for exception org.apache.http.conn.ConnectTimeoutException
-
Creates a ConnectTimeoutException with a null
detail message.
- ConnectTimeoutException(String) - Constructor for exception org.apache.http.conn.ConnectTimeoutException
-
Creates a ConnectTimeoutException with the specified detail message.
- ConnectTimeoutException(IOException, HttpHost, InetAddress...) - Constructor for exception org.apache.http.conn.ConnectTimeoutException
-
Creates a ConnectTimeoutException based on original IOException
.
- connFactory - Variable in class org.apache.http.impl.client.ProxyClient
-
- connFactory - Variable in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
-
- connFactory - Variable in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager.InternalConnectionFactory
-
- connHolder - Variable in class org.apache.http.impl.execchain.HttpResponseProxy
-
- connHolder - Variable in class org.apache.http.impl.execchain.ResponseEntityProxy
-
- connManager - Variable in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- connManager - Variable in class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
The connection manager.
- connManager - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- connManager - Variable in class org.apache.http.impl.client.InternalHttpClient
-
- connManager - Variable in class org.apache.http.impl.client.MinimalHttpClient
-
- connManager - Variable in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
The connection manager.
- connManager - Variable in class org.apache.http.impl.execchain.MainClientExec
-
- connManager - Variable in class org.apache.http.impl.execchain.MinimalClientExec
-
- ConnManagerParamBean - Class in org.apache.http.conn.params
-
- ConnManagerParamBean(HttpParams) - Constructor for class org.apache.http.conn.params.ConnManagerParamBean
-
Deprecated.
- ConnManagerParams - Class in org.apache.http.conn.params
-
- ConnManagerParams() - Constructor for class org.apache.http.conn.params.ConnManagerParams
-
Deprecated.
- ConnManagerPNames - Interface in org.apache.http.conn.params
-
- connManagerShared - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- connOperator - Variable in class org.apache.http.impl.conn.AbstractPoolEntry
-
Deprecated.
The connection operator.
- connOperator - Variable in class org.apache.http.impl.conn.BasicClientConnectionManager
-
Deprecated.
The operator for opening and updating connections.
- connOperator - Variable in class org.apache.http.impl.conn.HttpConnPool.InternalConnFactory
-
Deprecated.
- connOperator - Variable in class org.apache.http.impl.conn.SingleClientConnManager
-
Deprecated.
The operator for opening and updating connections.
- connOperator - Variable in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
-
Deprecated.
The operator for opening and updating connections.
- ConnPerRoute - Interface in org.apache.http.conn.params
-
- connPerRoute - Variable in class org.apache.http.impl.client.AIMDBackoffManager
-
- connPerRoute - Variable in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
Connections per route lookup
- connPerRoute - Variable in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
-
Deprecated.
Connections per route
- connPerRoute - Variable in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
-
Deprecated.
- ConnPerRouteBean - Class in org.apache.http.conn.params
-
- ConnPerRouteBean(int) - Constructor for class org.apache.http.conn.params.ConnPerRouteBean
-
Deprecated.
- ConnPerRouteBean() - Constructor for class org.apache.http.conn.params.ConnPerRouteBean
-
Deprecated.
- ConnPoolByRoute - Class in org.apache.http.impl.conn.tsccm
-
- ConnPoolByRoute(ClientConnectionOperator, ConnPerRoute, int) - Constructor for class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
Creates a new connection pool, managed by route.
- ConnPoolByRoute(ClientConnectionOperator, ConnPerRoute, int, long, TimeUnit) - Constructor for class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
- ConnPoolByRoute(ClientConnectionOperator, HttpParams) - Constructor for class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
- ConnRouteParamBean - Class in org.apache.http.conn.params
-
- ConnRouteParamBean(HttpParams) - Constructor for class org.apache.http.conn.params.ConnRouteParamBean
-
Deprecated.
- ConnRouteParams - Class in org.apache.http.conn.params
-
- ConnRouteParams() - Constructor for class org.apache.http.conn.params.ConnRouteParams
-
Deprecated.
Disabled default constructor.
- ConnRoutePNames - Interface in org.apache.http.conn.params
-
- connSecure - Variable in class org.apache.http.impl.conn.DefaultClientConnection
-
Deprecated.
Whether this connection is secure.
- connTimeToLive - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- connTimeToLiveTimeUnit - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- connTTL - Variable in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
- connTTLTimeUnit - Variable in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
- CONSTRUCTOR - Static variable in class org.apache.http.impl.client.CloseableHttpResponseProxy
-
Deprecated.
- consumeContent() - Method in class org.apache.http.conn.BasicManagedEntity
-
- consumeContent() - Method in class org.apache.http.impl.client.EntityEnclosingRequestWrapper.EntityWrapper
-
Deprecated.
- consumeContent() - Method in class org.apache.http.impl.execchain.RequestEntityProxy
-
- consumeContent() - Method in class org.apache.http.impl.execchain.ResponseEntityProxy
-
- consumed - Variable in class org.apache.http.impl.client.EntityEnclosingRequestWrapper
-
Deprecated.
- consumed - Variable in class org.apache.http.impl.execchain.RequestEntityProxy
-
- contains(URI) - Method in class org.apache.http.impl.client.RedirectLocations
-
Test if the URI is present in the collection.
- contains(Object) - Method in class org.apache.http.impl.client.RedirectLocations
-
Returns true
if this collection contains the specified element.
- containsAttribute(String) - Method in interface org.apache.http.cookie.ClientCookie
-
- containsAttribute(String) - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
- containsChars(CharSequence, BitSet) - Method in class org.apache.http.impl.cookie.RFC6265CookieSpec
-
- containsHeader(String) - Method in class org.apache.http.impl.execchain.HttpResponseProxy
-
- containsSpecialChar(CharSequence) - Method in class org.apache.http.impl.cookie.RFC6265CookieSpec
-
- content - Variable in class org.apache.http.client.entity.DecompressingEntity
-
- CONTENT_TYPE - Static variable in class org.apache.http.client.utils.URLEncodedUtils
-
The default HTML form content type.
- contentCompressionDisabled - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- contentCompressionEnabled - Variable in class org.apache.http.client.config.RequestConfig.Builder
-
- contentCompressionEnabled - Variable in class org.apache.http.client.config.RequestConfig
-
- contentDecoderMap - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- contentEncoding - Variable in class org.apache.http.client.entity.EntityBuilder
-
- ContentEncodingHttpClient - Class in org.apache.http.impl.client
-
- ContentEncodingHttpClient(ClientConnectionManager, HttpParams) - Constructor for class org.apache.http.impl.client.ContentEncodingHttpClient
-
Deprecated.
Creates a new HTTP client from parameters and a connection manager.
- ContentEncodingHttpClient(HttpParams) - Constructor for class org.apache.http.impl.client.ContentEncodingHttpClient
-
Deprecated.
- ContentEncodingHttpClient() - Constructor for class org.apache.http.impl.client.ContentEncodingHttpClient
-
Deprecated.
- contentEncodingInterceptor - Variable in class org.apache.http.impl.client.DecompressingHttpClient
-
Deprecated.
- contentType - Variable in class org.apache.http.client.entity.EntityBuilder
-
- context - Variable in class org.apache.http.client.protocol.ClientContextConfigurer
-
Deprecated.
- context - Variable in class org.apache.http.impl.client.HttpRequestTaskCallable
-
- ContextAwareAuthScheme - Interface in org.apache.http.auth
-
This interface represents an extended authentication scheme
that requires access to HttpContext
in order to
generate an authorization string.
- convertDomain(String) - Static method in class org.apache.http.impl.auth.NTLMEngineImpl
-
Convert domain to standard form
- convertHost(String) - Static method in class org.apache.http.impl.auth.NTLMEngineImpl
-
Convert host to standard form
- Cookie - Interface in org.apache.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 - Static variable in interface org.apache.http.cookie.SM
-
- COOKIE2 - Static variable in interface org.apache.http.cookie.SM
-
- COOKIE_ORIGIN - Static variable in interface org.apache.http.client.protocol.ClientContext
-
Deprecated.
Attribute name of a
CookieOrigin
object that represents the actual details of the origin server.
- COOKIE_ORIGIN - Static variable in class org.apache.http.client.protocol.HttpClientContext
-
Attribute name of a
CookieOrigin
object that represents the actual details of the origin server.
- COOKIE_POLICY - Static variable in interface org.apache.http.client.params.ClientPNames
-
Deprecated.
Defines the name of the cookie specification to be used for HTTP state management.
- COOKIE_SPEC - Static variable in interface org.apache.http.client.protocol.ClientContext
-
Deprecated.
Attribute name of a
CookieSpec
object that represents the actual cookie specification.
- COOKIE_SPEC - Static variable in class org.apache.http.client.protocol.HttpClientContext
-
Attribute name of a
CookieSpec
object that represents the actual cookie specification.
- COOKIE_STORE - Static variable in interface org.apache.http.client.protocol.ClientContext
-
Deprecated.
Attribute name of a
CookieStore
object that represents the actual cookie store.
- COOKIE_STORE - Static variable in class org.apache.http.client.protocol.HttpClientContext
-
Attribute name of a
CookieStore
object that represents the actual cookie store.
- CookieAttributeHandler - Interface in org.apache.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.
- cookieComment - Variable in class org.apache.http.impl.cookie.BasicClientCookie
-
Comment attribute.
- cookieDomain - Variable in class org.apache.http.impl.cookie.BasicClientCookie
-
Domain attribute.
- cookieExpiryDate - Variable in class org.apache.http.impl.cookie.BasicClientCookie
-
Expiration Date
.
- CookieIdentityComparator - Class in org.apache.http.cookie
-
This cookie comparator can be used to compare identity of cookies.
- CookieIdentityComparator() - Constructor for class org.apache.http.cookie.CookieIdentityComparator
-
- cookieManagementDisabled - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- CookieOrigin - Class in org.apache.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.http.cookie.CookieOrigin
-
- cookiePath - Variable in class org.apache.http.impl.cookie.BasicClientCookie
-
Path attribute.
- CookiePathComparator - Class in org.apache.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.http.cookie.CookiePathComparator
-
- CookiePolicy - Class in org.apache.http.client.params
-
- CookiePolicy() - Constructor for class org.apache.http.client.params.CookiePolicy
-
Deprecated.
- CookiePriorityComparator - Class in org.apache.http.cookie
-
This cookie comparator ensures that cookies with longer paths take precedence over
cookies with shorter path.
- CookiePriorityComparator() - Constructor for class org.apache.http.cookie.CookiePriorityComparator
-
- CookieRestrictionViolationException - Exception in org.apache.http.cookie
-
Signals that a cookie violates a restriction imposed by the cookie
specification.
- CookieRestrictionViolationException() - Constructor for exception org.apache.http.cookie.CookieRestrictionViolationException
-
Creates a new CookeFormatViolationException with a null
detail
message.
- CookieRestrictionViolationException(String) - Constructor for exception org.apache.http.cookie.CookieRestrictionViolationException
-
Creates a new CookeRestrictionViolationException with a specified
message string.
- cookies - Variable in class org.apache.http.impl.client.BasicCookieStore
-
- cookieSpec - Variable in class org.apache.http.client.config.RequestConfig.Builder
-
- cookieSpec - Variable in class org.apache.http.client.config.RequestConfig
-
- CookieSpec - Interface in org.apache.http.cookie
-
Defines the cookie management specification.
- cookieSpec - Variable in class org.apache.http.impl.cookie.BestMatchSpecFactory
-
Deprecated.
- cookieSpec - Variable in class org.apache.http.impl.cookie.BrowserCompatSpecFactory
-
Deprecated.
- cookieSpec - Variable in class org.apache.http.impl.cookie.DefaultCookieSpecProvider
-
- cookieSpec - Variable in class org.apache.http.impl.cookie.IgnoreSpecProvider
-
- cookieSpec - Variable in class org.apache.http.impl.cookie.NetscapeDraftSpecFactory
-
Deprecated.
- cookieSpec - Variable in class org.apache.http.impl.cookie.NetscapeDraftSpecProvider
-
- cookieSpec - Variable in class org.apache.http.impl.cookie.RFC2109SpecFactory
-
Deprecated.
- cookieSpec - Variable in class org.apache.http.impl.cookie.RFC2109SpecProvider
-
- cookieSpec - Variable in class org.apache.http.impl.cookie.RFC2965SpecFactory
-
Deprecated.
- cookieSpec - Variable in class org.apache.http.impl.cookie.RFC2965SpecProvider
-
- cookieSpec - Variable in class org.apache.http.impl.cookie.RFC6265CookieSpecProvider
-
- COOKIESPEC_REGISTRY - Static variable in interface org.apache.http.client.protocol.ClientContext
-
Deprecated.
- COOKIESPEC_REGISTRY - Static variable in class org.apache.http.client.protocol.HttpClientContext
-
- CookieSpecBase - Class in org.apache.http.impl.cookie
-
Cookie management functions shared by all specification.
- CookieSpecBase() - Constructor for class org.apache.http.impl.cookie.CookieSpecBase
-
- CookieSpecBase(HashMap<String, CookieAttributeHandler>) - Constructor for class org.apache.http.impl.cookie.CookieSpecBase
-
- CookieSpecBase(CommonCookieAttributeHandler...) - Constructor for class org.apache.http.impl.cookie.CookieSpecBase
-
- CookieSpecFactory - Interface in org.apache.http.cookie
-
- CookieSpecParamBean - Class in org.apache.http.cookie.params
-
- CookieSpecParamBean(HttpParams) - Constructor for class org.apache.http.cookie.params.CookieSpecParamBean
-
Deprecated.
- CookieSpecPNames - Interface in org.apache.http.cookie.params
-
- CookieSpecProvider - Interface in org.apache.http.cookie
-
- CookieSpecRegistries - Class in org.apache.http.impl.client
-
- CookieSpecRegistries() - Constructor for class org.apache.http.impl.client.CookieSpecRegistries
-
- CookieSpecRegistry - Class in org.apache.http.cookie
-
- CookieSpecRegistry() - Constructor for class org.apache.http.cookie.CookieSpecRegistry
-
Deprecated.
- cookieSpecRegistry - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- cookieSpecRegistry - Variable in class org.apache.http.impl.client.InternalHttpClient
-
- CookieSpecs - Class in org.apache.http.client.config
-
Standard cookie specifications supported by HttpClient.
- CookieSpecs() - Constructor for class org.apache.http.client.config.CookieSpecs
-
- CookieStore - Interface in org.apache.http.client
-
This interface represents an abstract store for
Cookie
objects.
- cookieStore - Variable in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- cookieStore - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- cookieStore - Variable in class org.apache.http.impl.client.InternalHttpClient
-
- cookieVersion - Variable in class org.apache.http.impl.cookie.BasicClientCookie
-
The version of the cookie specification I was created from.
- coolDown - Variable in class org.apache.http.impl.client.AIMDBackoffManager
-
- copy(RequestConfig) - Static method in class org.apache.http.client.config.RequestConfig
-
- copy(HttpRequest) - Static method in class org.apache.http.client.methods.RequestBuilder
-
- copy() - Method in class org.apache.http.impl.client.ClientParamsStack
-
Deprecated.
Does not copy parameters.
- copyContent(CharSequence, ParserCursor, StringBuilder) - Method in class org.apache.http.impl.cookie.LaxExpiresHandler
-
- count - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.MD4
-
- count - Variable in class org.apache.http.impl.client.FutureRequestExecutionMetrics.DurationCounter
-
- count() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics.DurationCounter
-
- countDots(String) - Static method in class org.apache.http.conn.ssl.AbstractVerifier
-
Deprecated.
Counts the number of dots "." in a string.
- COUNTER - Static variable in class org.apache.http.impl.conn.BasicClientConnectionManager
-
Deprecated.
- COUNTER - Static variable in class org.apache.http.impl.conn.CPool
-
- COUNTER - Static variable in class org.apache.http.impl.conn.HttpConnPool
-
Deprecated.
- COUNTER - Static variable in class org.apache.http.impl.conn.ManagedHttpClientConnectionFactory
-
- CPool - Class in org.apache.http.impl.conn
-
- CPool(ConnFactory<HttpRoute, ManagedHttpClientConnection>, int, int, long, TimeUnit) - Constructor for class org.apache.http.impl.conn.CPool
-
- CPoolEntry - Class in org.apache.http.impl.conn
-
- CPoolEntry(Log, String, HttpRoute, ManagedHttpClientConnection, long, TimeUnit) - Constructor for class org.apache.http.impl.conn.CPoolEntry
-
- CPoolProxy - Class in org.apache.http.impl.conn
-
- CPoolProxy(CPoolEntry) - Constructor for class org.apache.http.impl.conn.CPoolProxy
-
- create(HttpContext) - Method in interface org.apache.http.auth.AuthSchemeProvider
-
- create(InputStream) - Method in class org.apache.http.client.entity.DeflateInputStreamFactory
-
- create() - Static method in class org.apache.http.client.entity.EntityBuilder
-
- create(InputStream) - Method in class org.apache.http.client.entity.GZIPInputStreamFactory
-
- create(InputStream) - Method in interface org.apache.http.client.entity.InputStreamFactory
-
- create(String) - Static method in class org.apache.http.client.methods.RequestBuilder
-
- create() - Static method in class org.apache.http.client.protocol.HttpClientContext
-
- create(T, ConnectionConfig) - Method in interface org.apache.http.conn.HttpConnectionFactory
-
- create(HttpContext) - Method in interface org.apache.http.cookie.CookieSpecProvider
-
- create(HttpContext) - Method in class org.apache.http.impl.auth.BasicSchemeFactory
-
- create(HttpContext) - Method in class org.apache.http.impl.auth.DigestSchemeFactory
-
- create(HttpContext) - Method in class org.apache.http.impl.auth.KerberosSchemeFactory
-
- create(HttpContext) - Method in class org.apache.http.impl.auth.NTLMSchemeFactory
-
- create(HttpContext) - Method in class org.apache.http.impl.auth.SPNegoSchemeFactory
-
- create() - Static method in class org.apache.http.impl.client.HttpClientBuilder
-
- create(SessionInputBuffer, MessageConstraints) - Method in class org.apache.http.impl.conn.DefaultHttpResponseParserFactory
-
- create(HttpRoute) - Method in class org.apache.http.impl.conn.HttpConnPool.InternalConnFactory
-
Deprecated.
- create(HttpRoute, ConnectionConfig) - Method in class org.apache.http.impl.conn.ManagedHttpClientConnectionFactory
-
- create(HttpRoute) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager.InternalConnectionFactory
-
- create(HttpContext) - Method in class org.apache.http.impl.cookie.BestMatchSpecFactory
-
Deprecated.
- create(HttpContext) - Method in class org.apache.http.impl.cookie.BrowserCompatSpecFactory
-
Deprecated.
- create(HttpContext) - Method in class org.apache.http.impl.cookie.DefaultCookieSpecProvider
-
- create(HttpContext) - Method in class org.apache.http.impl.cookie.IgnoreSpecFactory
-
Deprecated.
- create(HttpContext) - Method in class org.apache.http.impl.cookie.IgnoreSpecProvider
-
- create(HttpContext) - Method in class org.apache.http.impl.cookie.NetscapeDraftSpecFactory
-
Deprecated.
- create(HttpContext) - Method in class org.apache.http.impl.cookie.NetscapeDraftSpecProvider
-
- create(HttpContext) - Method in class org.apache.http.impl.cookie.RFC2109SpecFactory
-
Deprecated.
- create(HttpContext) - Method in class org.apache.http.impl.cookie.RFC2109SpecProvider
-
- create(HttpContext) - Method in class org.apache.http.impl.cookie.RFC2965SpecFactory
-
Deprecated.
- create(HttpContext) - Method in class org.apache.http.impl.cookie.RFC2965SpecProvider
-
- create(HttpContext) - Method in class org.apache.http.impl.cookie.RFC6265CookieSpecProvider
-
- createAuthSchemeRegistry() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- createBlob(byte[], byte[], byte[]) - Static method in class org.apache.http.impl.auth.NTLMEngineImpl
-
Creates the NTLMv2 blob from the given target information block and
client challenge.
- createClientConnectionManager() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- createClientConnectionManager() - Method in class org.apache.http.impl.client.SystemDefaultHttpClient
-
Deprecated.
- createClientRequestDirector(HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectHandler, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- createClientRequestDirector(HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectStrategy, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- createClientRequestDirector(HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectStrategy, AuthenticationStrategy, AuthenticationStrategy, UserTokenHandler, HttpParams) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- createCnonce() - Static method in class org.apache.http.impl.auth.DigestScheme
-
Creates a random cnonce value based on the current time.
- createConnection() - Method in interface org.apache.http.conn.ClientConnectionOperator
-
Deprecated.
Creates a new connection that can be operated.
- createConnection() - Method in class org.apache.http.impl.conn.DefaultClientConnectionOperator
-
Deprecated.
- createConnectionKeepAliveStrategy() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- createConnectionOperator(SchemeRegistry) - Method in class org.apache.http.impl.conn.BasicClientConnectionManager
-
Deprecated.
- createConnectionOperator(SchemeRegistry) - Method in class org.apache.http.impl.conn.PoolingClientConnectionManager
-
Deprecated.
Hook for creating the connection operator.
- createConnectionOperator(SchemeRegistry) - Method in class org.apache.http.impl.conn.SingleClientConnManager
-
Deprecated.
Hook for creating the connection operator.
- createConnectionOperator(SchemeRegistry) - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
-
Deprecated.
Hook for creating the connection operator.
- createConnectionPool(HttpParams) - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
-
- createConnectionPool(long, TimeUnit) - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
-
Deprecated.
Hook for creating the connection pool.
- createConnectionReuseStrategy() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- createConnectionReuseStrategy() - Method in class org.apache.http.impl.client.SystemDefaultHttpClient
-
Deprecated.
- createConnectRequest(HttpRoute, HttpContext) - Method in class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
Creates the CONNECT request for tunnelling.
- createCookies(HeaderElement[], CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965Spec
-
- createCookieSpecRegistry() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- createCookieStore() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- createCredentialsProvider() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- created - Variable in class org.apache.http.impl.conn.tsccm.BasicPoolEntry
-
Deprecated.
- createDefault() - Static method in class org.apache.http.conn.ssl.SSLContexts
-
Deprecated.
Creates default factory based on the standard JSSE trust material
(cacerts
file in the security properties directory).
- createDefault() - Static method in class org.apache.http.impl.client.CookieSpecRegistries
-
Creates the default registry, using the default public suffix matcher.
- createDefault(PublicSuffixMatcher) - Static method in class org.apache.http.impl.client.CookieSpecRegistries
-
Creates the default registry with the provided public suffix matcher
- createDefault() - Static method in class org.apache.http.impl.client.HttpClients
-
- createDefault() - Static method in class org.apache.http.impl.conn.SchemeRegistryFactory
-
Deprecated.
Initializes default scheme registry based on JSSE defaults.
- createDefaultBuilder(PublicSuffixMatcher) - Static method in class org.apache.http.impl.client.CookieSpecRegistries
-
Creates a builder containing the default registry entries, using the provided public suffix matcher.
- createDefaultBuilder() - Static method in class org.apache.http.impl.client.CookieSpecRegistries
-
Creates a builder containing the default registry entries with the default public suffix matcher.
- createdEntry(BasicPoolEntry) - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
-
Deprecated.
Indicates creation of an entry for this pool.
- createDESKey(byte[], int) - Static method in class org.apache.http.impl.auth.NTLMEngineImpl
-
Creates a DES encryption key from the given key material.
- createDigestHeader(Credentials, HttpRequest) - Method in class org.apache.http.impl.auth.DigestScheme
-
Creates digest-response header as defined in RFC2617.
- createEmptyList() - Static method in class org.apache.http.client.utils.URLEncodedUtils
-
- createEntry(HttpRoute, ManagedHttpClientConnection) - Method in class org.apache.http.impl.conn.CPool
-
- createEntry(HttpRoute, OperatedClientConnection) - Method in class org.apache.http.impl.conn.HttpConnPool
-
Deprecated.
- createEntry(RouteSpecificPool, ClientConnectionOperator) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
Creates a new pool entry.
- createFreeConnQueue() - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
- createGSSContext(GSSManager, Oid, GSSName, GSSCredential) - Method in class org.apache.http.impl.auth.GGSSchemeBase
-
- createHttpContext() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- createHttpParams() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- createHttpParams() - Method in class org.apache.http.impl.client.DefaultHttpClient
-
Deprecated.
- createHttpProcessor() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- createHttpProcessor() - Method in class org.apache.http.impl.client.ContentEncodingHttpClient
-
Deprecated.
- createHttpProcessor() - Method in class org.apache.http.impl.client.DefaultHttpClient
-
Deprecated.
- createHttpRequestRetryHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- createHttpRoutePlanner() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- createHttpRoutePlanner() - Method in class org.apache.http.impl.client.SystemDefaultHttpClient
-
Deprecated.
- createLayeredSocket(Socket, String, int, boolean) - Method in interface org.apache.http.conn.scheme.LayeredSchemeSocketFactory
-
Deprecated.
Returns a socket connected to the given host that is layered over an
existing socket.
- createLayeredSocket(Socket, String, int, HttpParams) - Method in interface org.apache.http.conn.scheme.SchemeLayeredSocketFactory
-
Deprecated.
Returns a socket connected to the given host that is layered over an
existing socket.
- createLayeredSocket(Socket, String, int, HttpParams) - Method in class org.apache.http.conn.scheme.SchemeLayeredSocketFactoryAdaptor
-
Deprecated.
- createLayeredSocket(Socket, String, int, HttpParams) - Method in class org.apache.http.conn.scheme.SchemeLayeredSocketFactoryAdaptor2
-
Deprecated.
- createLayeredSocket(Socket, String, int, HttpContext) - Method in interface org.apache.http.conn.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.http.conn.ssl.SSLConnectionSocketFactory
-
- createLayeredSocket(Socket, String, int, HttpParams) - Method in class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- createLayeredSocket(Socket, String, int, boolean) - Method in class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- createLayeredSocket(Socket, String, int, HttpContext) - Method in class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- createLocalDomainMap() - Static method in class org.apache.http.impl.cookie.PublicSuffixDomainFilter
-
- createLocationURI(String) - Method in class org.apache.http.impl.client.DefaultRedirectStrategy
-
- createMainExec(HttpRequestExecutor, HttpClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpProcessor, AuthenticationStrategy, AuthenticationStrategy, UserTokenHandler) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
- createMessageDigest(String) - Static method in class org.apache.http.impl.auth.DigestScheme
-
- createMinimal() - Static method in class org.apache.http.impl.client.HttpClients
-
- createMinimal(HttpClientConnectionManager) - Static method in class org.apache.http.impl.client.HttpClients
-
- createProxyAuthenticationHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- createProxyAuthenticationStrategy() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- createRedirectHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- createRequestExecutor() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- createResponseParser(SessionInputBuffer, HttpResponseFactory, HttpParams) - Method in class org.apache.http.impl.conn.DefaultClientConnection
-
Deprecated.
- createRouteToPoolMap() - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
- createSessionInputBuffer(Socket, int, HttpParams) - Method in class org.apache.http.impl.conn.DefaultClientConnection
-
Deprecated.
- createSessionOutputBuffer(Socket, int, HttpParams) - Method in class org.apache.http.impl.conn.DefaultClientConnection
-
Deprecated.
- createSocket() - Method in class org.apache.http.conn.MultihomePlainSocketFactory
-
Deprecated.
- createSocket(Socket, String, int, boolean) - Method in interface org.apache.http.conn.scheme.LayeredSocketFactory
-
Deprecated.
Returns a socket connected to the given host that is layered over an
existing socket.
- createSocket(Socket, String, int, boolean) - Method in class org.apache.http.conn.scheme.LayeredSocketFactoryAdaptor
-
Deprecated.
- createSocket(HttpParams) - Method in class org.apache.http.conn.scheme.PlainSocketFactory
-
Deprecated.
- createSocket() - Method in class org.apache.http.conn.scheme.PlainSocketFactory
-
Deprecated.
- createSocket(HttpParams) - Method in class org.apache.http.conn.scheme.SchemeLayeredSocketFactoryAdaptor2
-
Deprecated.
- createSocket(HttpParams) - Method in interface org.apache.http.conn.scheme.SchemeSocketFactory
-
Deprecated.
Creates a new, unconnected socket.
- createSocket(HttpParams) - Method in class org.apache.http.conn.scheme.SchemeSocketFactoryAdaptor
-
Deprecated.
- createSocket() - Method in interface org.apache.http.conn.scheme.SocketFactory
-
Deprecated.
Creates a new, unconnected socket.
- createSocket() - Method in class org.apache.http.conn.scheme.SocketFactoryAdaptor
-
Deprecated.
- createSocket(HttpContext) - Method in interface org.apache.http.conn.socket.ConnectionSocketFactory
-
Creates new, unconnected socket.
- createSocket(HttpContext) - Method in class org.apache.http.conn.socket.PlainConnectionSocketFactory
-
- createSocket(HttpContext) - Method in class org.apache.http.conn.ssl.SSLConnectionSocketFactory
-
- createSocket(HttpParams) - Method in class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- createSocket() - Method in class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- createSocket(Socket, String, int, boolean) - Method in class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- createSocket(HttpContext) - Method in class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- createSystem() - Static method in class org.apache.http.impl.client.HttpClients
-
- createSystemDefault() - Static method in class org.apache.http.conn.ssl.SSLContexts
-
Deprecated.
Creates default SSL context based on system properties.
- createSystemDefault() - Static method in class org.apache.http.impl.conn.SchemeRegistryFactory
-
Deprecated.
- createTargetAuthenticationHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- createTargetAuthenticationStrategy() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- createTunnelToProxy(HttpRoute, int, HttpContext) - Method in class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
Creates a tunnel to an intermediate proxy.
- createTunnelToProxy(HttpRoute, int, HttpClientContext) - Method in class org.apache.http.impl.execchain.MainClientExec
-
Creates a tunnel to an intermediate proxy.
- createTunnelToTarget(HttpRoute, HttpContext) - Method in class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
Creates a tunnel to the target server.
- createTunnelToTarget(AuthState, HttpClientConnection, HttpRoute, HttpRequest, HttpClientContext) - Method in class org.apache.http.impl.execchain.MainClientExec
-
Creates a tunnel to the target server.
- createURI(String, String, int, String, String, String) - Static method in class org.apache.http.client.utils.URIUtils
-
- createUserTokenHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- createWaitingThreadQueue() - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
- creationDate - Variable in class org.apache.http.impl.cookie.BasicClientCookie
-
- CREDENTIAL_CHARSET - Static variable in interface org.apache.http.auth.params.AuthPNames
-
Deprecated.
Defines the charset to be used when encoding
Credentials
.
- credentials - Variable in class org.apache.http.auth.AuthState
-
Credentials selected for authentication
- Credentials - Interface in org.apache.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
- credentialsCharset - Variable in class org.apache.http.impl.auth.RFC2617Scheme
-
- CredentialsProvider - Interface in org.apache.http.client
-
Abstract credentials provider that maintains a collection of user
credentials.
- credentialsProvider - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- credentialsProvider - Variable in class org.apache.http.impl.client.InternalHttpClient
-
- credMap - Variable in class org.apache.http.impl.client.BasicCredentialsProvider
-
- creds - Variable in class org.apache.http.auth.AuthOption
-
- CREDS_PROVIDER - Static variable in interface org.apache.http.client.protocol.ClientContext
-
Deprecated.
Attribute name of a
CredentialsProvider
object that represents the actual credentials provider.
- CREDS_PROVIDER - Static variable in class org.apache.http.client.protocol.HttpClientContext
-
Attribute name of a
CredentialsProvider
object that represents the actual credentials provider.
- credsProvider - Variable in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- CREDSSP - Static variable in class org.apache.http.client.config.AuthSchemes
-
CredSSP authentication scheme defined in [MS-CSSP].
- cumulativeDuration - Variable in class org.apache.http.impl.client.FutureRequestExecutionMetrics.DurationCounter
-
- currentOutputPosition - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
The current output position
- currentTime - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
- custom() - Static method in class org.apache.http.client.config.RequestConfig
-
- custom() - Static method in class org.apache.http.conn.ssl.SSLContexts
-
Deprecated.
Creates custom SSL context.
- custom() - Static method in class org.apache.http.impl.client.HttpClients
-
- D - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.MD4
-
- damp - Static variable in class org.apache.http.client.utils.Rfc3492Idn
-
Deprecated.
- dataBuffer - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.MD4
-
- DATE_PATTERNS - Static variable in interface org.apache.http.cookie.params.CookieSpecPNames
-
Deprecated.
Defines valid date patterns to be used for parsing non-standard
expires
attribute.
- DATE_PATTERNS - Static variable in class org.apache.http.impl.cookie.RFC2109Spec
-
- DATE_PATTERNS - Static variable in class org.apache.http.impl.cookie.RFC6265StrictSpec
-
- DateFormatHolder() - Constructor for class org.apache.http.client.utils.DateUtils.DateFormatHolder
-
- DateParseException - Exception in org.apache.http.impl.cookie
-
- DateParseException() - Constructor for exception org.apache.http.impl.cookie.DateParseException
-
Deprecated.
- DateParseException(String) - Constructor for exception org.apache.http.impl.cookie.DateParseException
-
Deprecated.
- datePatterns - Variable in class org.apache.http.impl.cookie.BasicExpiresHandler
-
Valid date patterns
- datepatterns - Variable in class org.apache.http.impl.cookie.DefaultCookieSpecProvider
-
- datepatterns - Variable in class org.apache.http.impl.cookie.NetscapeDraftSpecProvider
-
- DateUtils - Class in org.apache.http.client.utils
-
A utility class for parsing and formatting HTTP dates as used in cookies and
other headers.
- DateUtils() - Constructor for class org.apache.http.client.utils.DateUtils
-
This class should not be instantiated.
- DateUtils - Class in org.apache.http.impl.cookie
-
- DateUtils() - Constructor for class org.apache.http.impl.cookie.DateUtils
-
Deprecated.
This class should not be instantiated.
- DateUtils.DateFormatHolder - Class in org.apache.http.client.utils
-
A factory for SimpleDateFormat
s.
- DAY_OF_MONTH_PATTERN - Static variable in class org.apache.http.impl.cookie.LaxExpiresHandler
-
- decode(String) - Method in class org.apache.http.client.utils.Rfc3492Idn
-
Deprecated.
- decodeFormFields(String, String) - Static method in class org.apache.http.client.utils.URLEncodedUtils
-
Decode/unescape www-url-form-encoded content.
- decodeFormFields(String, Charset) - Static method in class org.apache.http.client.utils.URLEncodedUtils
-
Decode/unescape www-url-form-encoded content.
- decoderRegistry - Variable in class org.apache.http.client.protocol.ResponseContentEncoding
-
- DecompressingEntity - Class in org.apache.http.client.entity
-
Common base class for decompressing HttpEntity
implementations.
- DecompressingEntity(HttpEntity, InputStreamFactory) - Constructor for class org.apache.http.client.entity.DecompressingEntity
-
- DecompressingHttpClient - Class in org.apache.http.impl.client
-
- DecompressingHttpClient() - Constructor for class org.apache.http.impl.client.DecompressingHttpClient
-
Deprecated.
Constructs a decorator to ask for and handle compressed
entities on the fly.
- DecompressingHttpClient(HttpClient) - Constructor for class org.apache.http.impl.client.DecompressingHttpClient
-
Deprecated.
Constructs a decorator to ask for and handle compressed
entities on the fly.
- DecompressingHttpClient(HttpClient, HttpRequestInterceptor, HttpResponseInterceptor) - Constructor for class org.apache.http.impl.client.DecompressingHttpClient
-
Deprecated.
- decorate(CommonCookieAttributeHandler, PublicSuffixMatcher) - Static method in class org.apache.http.impl.cookie.PublicSuffixDomainFilter
-
- decorateMainExec(ClientExecChain) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
For internal use.
- decorateProtocolExec(ClientExecChain) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
For internal use.
- decrypt(byte[]) - Method in class org.apache.http.impl.auth.NTLMEngineImpl.Handle
-
- decryptAndVerifySignedMessage(byte[]) - Method in class org.apache.http.impl.auth.NTLMEngineImpl.Handle
-
- DEFAULT - Static variable in class org.apache.http.client.config.CookieSpecs
-
The default policy.
- DEFAULT - Static variable in class org.apache.http.client.config.RequestConfig
-
- DEFAULT - Static variable in class org.apache.http.impl.cookie.NetscapeDraftHeaderParser
-
- DEFAULT_CHARSET - Static variable in class org.apache.http.impl.auth.NTLMEngineImpl
-
Character encoding
- DEFAULT_CONN_PER_ROUTE - Static variable in class org.apache.http.conn.params.ConnManagerParams
-
Deprecated.
The default maximum number of connections allowed per host
- DEFAULT_DATE_PATTERNS - Static variable in class org.apache.http.impl.cookie.BrowserCompatSpec
-
Deprecated.
- DEFAULT_FACTORY - Static variable in class org.apache.http.conn.MultihomePlainSocketFactory
-
Deprecated.
The factory singleton.
- DEFAULT_HEADERS - Static variable in interface org.apache.http.client.params.ClientPNames
-
Deprecated.
Defines the request headers to be sent per default with each request.
- DEFAULT_HOST - Static variable in interface org.apache.http.client.params.ClientPNames
-
Deprecated.
Defines the default host.
- DEFAULT_INSTANCE - Static variable in class org.apache.http.conn.util.PublicSuffixMatcherLoader
-
- DEFAULT_MAX_CONNECTIONS_PER_ROUTE - Static variable in class org.apache.http.conn.params.ConnPerRouteBean
-
Deprecated.
The default maximum number of connections allowed per host
- DEFAULT_MAX_TOTAL_CONNECTIONS - Static variable in class org.apache.http.conn.params.ConnManagerParams
-
Deprecated.
The default maximum number of connections allowed overall
- DEFAULT_PATTERNS - Static variable in class org.apache.http.client.utils.DateUtils
-
- DEFAULT_PROXY - Static variable in interface org.apache.http.conn.params.ConnRoutePNames
-
Deprecated.
Parameter for the default proxy.
- DEFAULT_SCHEME_PRIORITY - Static variable in class org.apache.http.impl.client.AbstractAuthenticationHandler
-
Deprecated.
- DEFAULT_SCHEME_PRIORITY - Static variable in class org.apache.http.impl.client.AuthenticationStrategyImpl
-
- DEFAULT_TWO_DIGIT_YEAR_START - Static variable in class org.apache.http.client.utils.DateUtils
-
- DefaultBackoffStrategy - Class in org.apache.http.impl.client
-
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.http.impl.client.DefaultBackoffStrategy
-
- DefaultClientConnection - Class in org.apache.http.impl.conn
-
- DefaultClientConnection() - Constructor for class org.apache.http.impl.conn.DefaultClientConnection
-
Deprecated.
- DefaultClientConnectionOperator - Class in org.apache.http.impl.conn
-
- DefaultClientConnectionOperator(SchemeRegistry) - Constructor for class org.apache.http.impl.conn.DefaultClientConnectionOperator
-
Deprecated.
Creates a new client connection operator for the given scheme registry.
- DefaultClientConnectionOperator(SchemeRegistry, DnsResolver) - Constructor for class org.apache.http.impl.conn.DefaultClientConnectionOperator
-
Deprecated.
Creates a new client connection operator for the given scheme registry
and the given custom DNS lookup mechanism.
- DefaultClientConnectionReuseStrategy - Class in org.apache.http.impl.client
-
- DefaultClientConnectionReuseStrategy() - Constructor for class org.apache.http.impl.client.DefaultClientConnectionReuseStrategy
-
- defaultConfig - Variable in class org.apache.http.impl.client.InternalHttpClient
-
- defaultConnectionConfig - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- defaultConnectionConfig - Variable in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager.ConfigData
-
- DefaultConnectionKeepAliveStrategy - Class in org.apache.http.impl.client
-
Default implementation of a strategy deciding duration
that a connection can remain idle.
- DefaultConnectionKeepAliveStrategy() - Constructor for class org.apache.http.impl.client.DefaultConnectionKeepAliveStrategy
-
- DefaultCookieSpec - Class in org.apache.http.impl.cookie
-
Default cookie specification that picks up the best matching cookie policy based on
the format of cookies sent with the HTTP response.
- DefaultCookieSpec(RFC2965Spec, RFC2109Spec, NetscapeDraftSpec) - Constructor for class org.apache.http.impl.cookie.DefaultCookieSpec
-
- DefaultCookieSpec(String[], boolean) - Constructor for class org.apache.http.impl.cookie.DefaultCookieSpec
-
- DefaultCookieSpec() - Constructor for class org.apache.http.impl.cookie.DefaultCookieSpec
-
- DefaultCookieSpecProvider - Class in org.apache.http.impl.cookie
-
- DefaultCookieSpecProvider(DefaultCookieSpecProvider.CompatibilityLevel, PublicSuffixMatcher, String[], boolean) - Constructor for class org.apache.http.impl.cookie.DefaultCookieSpecProvider
-
- DefaultCookieSpecProvider(DefaultCookieSpecProvider.CompatibilityLevel, PublicSuffixMatcher) - Constructor for class org.apache.http.impl.cookie.DefaultCookieSpecProvider
-
- DefaultCookieSpecProvider(PublicSuffixMatcher) - Constructor for class org.apache.http.impl.cookie.DefaultCookieSpecProvider
-
- DefaultCookieSpecProvider() - Constructor for class org.apache.http.impl.cookie.DefaultCookieSpecProvider
-
- DefaultCookieSpecProvider.CompatibilityLevel - Enum in org.apache.http.impl.cookie
-
- defaultHeaders - Variable in class org.apache.http.client.protocol.RequestDefaultHeaders
-
- defaultHeaders - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- DefaultHostnameVerifier - Class in org.apache.http.conn.ssl
-
Default HostnameVerifier
implementation.
- DefaultHostnameVerifier(PublicSuffixMatcher) - Constructor for class org.apache.http.conn.ssl.DefaultHostnameVerifier
-
- DefaultHostnameVerifier() - Constructor for class org.apache.http.conn.ssl.DefaultHostnameVerifier
-
- DefaultHostnameVerifier.HostNameType - Enum in org.apache.http.conn.ssl
-
- DefaultHttpClient - Class in org.apache.http.impl.client
-
- DefaultHttpClient(ClientConnectionManager, HttpParams) - Constructor for class org.apache.http.impl.client.DefaultHttpClient
-
Deprecated.
Creates a new HTTP client from parameters and a connection manager.
- DefaultHttpClient(ClientConnectionManager) - Constructor for class org.apache.http.impl.client.DefaultHttpClient
-
Deprecated.
- DefaultHttpClient(HttpParams) - Constructor for class org.apache.http.impl.client.DefaultHttpClient
-
Deprecated.
- DefaultHttpClient() - Constructor for class org.apache.http.impl.client.DefaultHttpClient
-
Deprecated.
- DefaultHttpClientConnectionOperator - Class in org.apache.http.impl.conn
-
- DefaultHttpClientConnectionOperator(Lookup<ConnectionSocketFactory>, SchemePortResolver, DnsResolver) - Constructor for class org.apache.http.impl.conn.DefaultHttpClientConnectionOperator
-
- DefaultHttpRequestRetryHandler - Class in org.apache.http.impl.client
-
- DefaultHttpRequestRetryHandler(int, boolean, Collection<Class<? extends IOException>>) - Constructor for class org.apache.http.impl.client.DefaultHttpRequestRetryHandler
-
Create the request retry handler using the specified IOException classes
- DefaultHttpRequestRetryHandler(int, boolean) - Constructor for class org.apache.http.impl.client.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.http.impl.client.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
- DefaultHttpResponseParser - Class in org.apache.http.impl.conn
-
Lenient HTTP response parser implementation that can skip malformed data until
a valid HTTP response message head is encountered.
- DefaultHttpResponseParser(SessionInputBuffer, LineParser, HttpResponseFactory, HttpParams) - Constructor for class org.apache.http.impl.conn.DefaultHttpResponseParser
-
- DefaultHttpResponseParser(SessionInputBuffer, LineParser, HttpResponseFactory, MessageConstraints) - Constructor for class org.apache.http.impl.conn.DefaultHttpResponseParser
-
Creates new instance of DefaultHttpResponseParser.
- DefaultHttpResponseParser(SessionInputBuffer, MessageConstraints) - Constructor for class org.apache.http.impl.conn.DefaultHttpResponseParser
-
Creates new instance of DefaultHttpResponseParser.
- DefaultHttpResponseParser(SessionInputBuffer) - Constructor for class org.apache.http.impl.conn.DefaultHttpResponseParser
-
Creates new instance of DefaultHttpResponseParser.
- DefaultHttpResponseParserFactory - Class in org.apache.http.impl.conn
-
Default factory for response message parsers.
- DefaultHttpResponseParserFactory(LineParser, HttpResponseFactory) - Constructor for class org.apache.http.impl.conn.DefaultHttpResponseParserFactory
-
- DefaultHttpResponseParserFactory(HttpResponseFactory) - Constructor for class org.apache.http.impl.conn.DefaultHttpResponseParserFactory
-
- DefaultHttpResponseParserFactory() - Constructor for class org.apache.http.impl.conn.DefaultHttpResponseParserFactory
-
- DefaultHttpRoutePlanner - Class in org.apache.http.impl.conn
-
- DefaultHttpRoutePlanner(SchemeRegistry) - Constructor for class org.apache.http.impl.conn.DefaultHttpRoutePlanner
-
Deprecated.
Creates a new default route planner.
- DefaultManagedHttpClientConnection - Class in org.apache.http.impl.conn
-
- DefaultManagedHttpClientConnection(String, int, int, CharsetDecoder, CharsetEncoder, MessageConstraints, ContentLengthStrategy, ContentLengthStrategy, HttpMessageWriterFactory<HttpRequest>, HttpMessageParserFactory<HttpResponse>) - Constructor for class org.apache.http.impl.conn.DefaultManagedHttpClientConnection
-
- DefaultManagedHttpClientConnection(String, int) - Constructor for class org.apache.http.impl.conn.DefaultManagedHttpClientConnection
-
- defaultMax - Variable in class org.apache.http.conn.params.ConnPerRouteBean
-
Deprecated.
- defaultParams - Variable in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- defaultPort - Variable in class org.apache.http.conn.scheme.Scheme
-
Deprecated.
The default port for this scheme
- DefaultProxyAuthenticationHandler - Class in org.apache.http.impl.client
-
- DefaultProxyAuthenticationHandler() - Constructor for class org.apache.http.impl.client.DefaultProxyAuthenticationHandler
-
Deprecated.
- DefaultProxyRoutePlanner - Class in org.apache.http.impl.conn
-
Implementation of an
HttpRoutePlanner
that routes requests through a default proxy.
- DefaultProxyRoutePlanner(HttpHost, SchemePortResolver) - Constructor for class org.apache.http.impl.conn.DefaultProxyRoutePlanner
-
- DefaultProxyRoutePlanner(HttpHost) - Constructor for class org.apache.http.impl.conn.DefaultProxyRoutePlanner
-
- DefaultRedirectHandler - Class in org.apache.http.impl.client
-
- DefaultRedirectHandler() - Constructor for class org.apache.http.impl.client.DefaultRedirectHandler
-
Deprecated.
- DefaultRedirectStrategy - Class in org.apache.http.impl.client
-
- DefaultRedirectStrategy() - Constructor for class org.apache.http.impl.client.DefaultRedirectStrategy
-
- DefaultRedirectStrategy(String[]) - Constructor for class org.apache.http.impl.client.DefaultRedirectStrategy
-
Constructs a new instance to redirect the given HTTP methods.
- DefaultRedirectStrategyAdaptor - Class in org.apache.http.impl.client
-
- DefaultRedirectStrategyAdaptor(RedirectHandler) - Constructor for class org.apache.http.impl.client.DefaultRedirectStrategyAdaptor
-
Deprecated.
- defaultRequestConfig - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- DefaultRequestDirector - Class in org.apache.http.impl.client
-
- DefaultRequestDirector(HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectHandler, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams) - Constructor for class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
- DefaultRequestDirector(Log, HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectStrategy, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams) - Constructor for class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
- DefaultRequestDirector(Log, HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectStrategy, AuthenticationStrategy, AuthenticationStrategy, UserTokenHandler, HttpParams) - Constructor for class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
- DefaultResponseParser - Class in org.apache.http.impl.conn
-
- DefaultResponseParser(SessionInputBuffer, LineParser, HttpResponseFactory, HttpParams) - Constructor for class org.apache.http.impl.conn.DefaultResponseParser
-
Deprecated.
- DefaultRoutePlanner - Class in org.apache.http.impl.conn
-
- DefaultRoutePlanner(SchemePortResolver) - Constructor for class org.apache.http.impl.conn.DefaultRoutePlanner
-
- DefaultSchemePortResolver - Class in org.apache.http.impl.conn
-
- DefaultSchemePortResolver() - Constructor for class org.apache.http.impl.conn.DefaultSchemePortResolver
-
- DefaultServiceUnavailableRetryStrategy - Class in org.apache.http.impl.client
-
- DefaultServiceUnavailableRetryStrategy(int, int) - Constructor for class org.apache.http.impl.client.DefaultServiceUnavailableRetryStrategy
-
- DefaultServiceUnavailableRetryStrategy() - Constructor for class org.apache.http.impl.client.DefaultServiceUnavailableRetryStrategy
-
- defaultSocketConfig - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- defaultSocketConfig - Variable in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager.ConfigData
-
- DefaultTargetAuthenticationHandler - Class in org.apache.http.impl.client
-
- DefaultTargetAuthenticationHandler() - Constructor for class org.apache.http.impl.client.DefaultTargetAuthenticationHandler
-
Deprecated.
- DefaultThreadFactory() - Constructor for class org.apache.http.impl.client.IdleConnectionEvictor.DefaultThreadFactory
-
- defaultUserAgentDisabled - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- DefaultUserTokenHandler - Class in org.apache.http.impl.client
-
- DefaultUserTokenHandler() - Constructor for class org.apache.http.impl.client.DefaultUserTokenHandler
-
- DeflateDecompressingEntity - Class in org.apache.http.client.entity
-
HttpEntityWrapper
responsible for handling
deflate Content Coded responses.
- DeflateDecompressingEntity(HttpEntity) - Constructor for class org.apache.http.client.entity.DeflateDecompressingEntity
-
- DeflateInputStream - Class in org.apache.http.client.entity
-
Deflate input stream.
- DeflateInputStream(InputStream) - Constructor for class org.apache.http.client.entity.DeflateInputStream
-
- DeflateInputStream.DeflateStream - Class in org.apache.http.client.entity
-
- DeflateInputStreamFactory - Class in org.apache.http.client.entity
-
- DeflateInputStreamFactory() - Constructor for class org.apache.http.client.entity.DeflateInputStreamFactory
-
- DeflateStream(InputStream, Inflater) - Constructor for class org.apache.http.client.entity.DeflateInputStream.DeflateStream
-
- delete() - Static method in class org.apache.http.client.methods.RequestBuilder
-
- delete(URI) - Static method in class org.apache.http.client.methods.RequestBuilder
-
- delete(String) - Static method in class org.apache.http.client.methods.RequestBuilder
-
- deleteClosedConnections() - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
-
Deprecated.
Deletes all entries for closed connections.
- deleteClosedConnections() - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
- deleteEntry(BasicPoolEntry) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
Deletes a given pool entry.
- deleteEntry(BasicPoolEntry) - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
-
Deprecated.
Deletes an entry from this pool.
- deleteLeastUsedEntry() - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
Delete an old, free pool entry to make room for a new one.
- delimiter - Static variable in class org.apache.http.client.utils.Rfc3492Idn
-
Deprecated.
- DELIMS - Static variable in class org.apache.http.impl.cookie.LaxExpiresHandler
-
- detach() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
Detaches this adapter from the wrapped connection.
- detach() - Method in class org.apache.http.impl.conn.AbstractPooledConnAdapter
-
Deprecated.
Detaches this adapter from the wrapped connection.
- detach() - Method in class org.apache.http.impl.conn.CPoolProxy
-
- detach(HttpClientConnection) - Static method in class org.apache.http.impl.conn.CPoolProxy
-
- detach() - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- detach() - Method in class org.apache.http.impl.conn.tsccm.BasicPooledConnAdapter
-
Deprecated.
- determineHostFormat(String) - Static method in class org.apache.http.conn.ssl.DefaultHostnameVerifier
-
- determineParams(HttpRequest) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
Obtains parameters for executing a request.
- determineProxy(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.conn.DefaultProxyRoutePlanner
-
- determineProxy(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.conn.DefaultRoutePlanner
-
This implementation returns null.
- determineProxy(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.conn.ProxySelectorRoutePlanner
-
Deprecated.
Determines a proxy for the given target.
- determineProxy(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.conn.SystemDefaultRoutePlanner
-
- determineRoute(HttpHost, HttpRequest, HttpContext) - Method in interface org.apache.http.conn.routing.HttpRoutePlanner
-
Determines the route for a request.
- determineRoute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
Determines the route for a request.
- determineRoute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.client.InternalHttpClient
-
- determineRoute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.conn.DefaultHttpRoutePlanner
-
Deprecated.
- determineRoute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.conn.DefaultRoutePlanner
-
- determineRoute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.conn.ProxySelectorRoutePlanner
-
Deprecated.
- determineTarget(HttpUriRequest) - Static method in class org.apache.http.impl.client.CloseableHttpClient
-
- DIGEST - Static variable in class org.apache.http.client.config.AuthSchemes
-
Digest authentication scheme as defined in RFC 2617.
- DIGEST - Static variable in class org.apache.http.client.params.AuthPolicy
-
Deprecated.
Digest authentication scheme as defined in RFC2617.
- digest - Variable in class org.apache.http.impl.auth.HttpEntityDigester
-
- digester - Variable in class org.apache.http.impl.auth.HttpEntityDigester
-
- DigestScheme - Class in org.apache.http.impl.auth
-
Digest authentication scheme as defined in RFC 2617.
- DigestScheme(Charset) - Constructor for class org.apache.http.impl.auth.DigestScheme
-
- DigestScheme(ChallengeState) - Constructor for class org.apache.http.impl.auth.DigestScheme
-
- DigestScheme() - Constructor for class org.apache.http.impl.auth.DigestScheme
-
- DigestSchemeFactory - Class in org.apache.http.impl.auth
-
- DigestSchemeFactory(Charset) - Constructor for class org.apache.http.impl.auth.DigestSchemeFactory
-
- DigestSchemeFactory() - Constructor for class org.apache.http.impl.auth.DigestSchemeFactory
-
- digestURI(URI) - Method in class org.apache.http.client.utils.URIBuilder
-
- digit(char) - Method in class org.apache.http.client.utils.Rfc3492Idn
-
Deprecated.
- directStep(RouteInfo, RouteInfo) - Method in class org.apache.http.conn.routing.BasicRouteDirector
-
Determines the next step to establish a direct connection.
- disableAuthCaching() - Method in class org.apache.http.impl.client.HttpClientBuilder
-
Disables authentication scheme caching.
- disableAutomaticRetries() - Method in class org.apache.http.impl.client.HttpClientBuilder
-
Disables automatic request recovery and re-execution.
- disableConnectionState() - Method in class org.apache.http.impl.client.HttpClientBuilder
-
Disables connection state tracking.
- disableContentCompression() - Method in class org.apache.http.impl.client.HttpClientBuilder
-
Disables automatic content decompression.
- disableCookieManagement() - Method in class org.apache.http.impl.client.HttpClientBuilder
-
Disables state (cookie) management.
- disableDefaultUserAgent() - Method in class org.apache.http.impl.client.HttpClientBuilder
-
Disables the default user agent set by this builder if none has been provided by the user.
- disableRedirectHandling() - Method in class org.apache.http.impl.client.HttpClientBuilder
-
Disables automatic redirect handling.
- discard - Variable in class org.apache.http.impl.cookie.BasicClientCookie2
-
- DISCARD_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
-
- DNS - Static variable in class org.apache.http.conn.ssl.SubjectName
-
- DNS(String) - Static method in class org.apache.http.conn.ssl.SubjectName
-
- dnsMap - Variable in class org.apache.http.impl.conn.InMemoryDnsResolver
-
In-memory collection that will hold the associations between a host name
and an array of InetAddress instances.
- DnsResolver - Interface in org.apache.http.conn
-
Users may implement this interface to override the normal DNS lookup offered
by the OS.
- dnsResolver - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- dnsResolver - Variable in class org.apache.http.impl.conn.DefaultClientConnectionOperator
-
Deprecated.
the custom-configured DNS lookup mechanism.
- dnsResolver - Variable in class org.apache.http.impl.conn.DefaultHttpClientConnectionOperator
-
- dnsResolver - Variable in class org.apache.http.impl.conn.PoolingClientConnectionManager
-
Deprecated.
the custom-configured DNS lookup mechanism.
- DnsUtils - Class in org.apache.http.conn.util
-
A collection of utilities relating to Domain Name System.
- DnsUtils() - Constructor for class org.apache.http.conn.util.DnsUtils
-
- doAuth(AuthScheme, Credentials, HttpRequest, HttpContext) - Method in class org.apache.http.impl.auth.HttpAuthenticator
-
- doCopy(HttpRequest) - Method in class org.apache.http.client.methods.RequestBuilder
-
- doExecute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- doExecute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.client.CloseableHttpClient
-
- doExecute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.client.InternalHttpClient
-
- doExecute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.client.MinimalHttpClient
-
- doFormatManyHeaders(List<Cookie>) - Method in class org.apache.http.impl.cookie.RFC2109Spec
-
- doFormatOneHeader(List<Cookie>) - Method in class org.apache.http.impl.cookie.RFC2109Spec
-
- domain - Variable in class org.apache.http.auth.NTUserPrincipal
-
- domain - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
- DOMAIN_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
-
- domainBytes - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.Type1Message
-
- domainBytes - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.Type3Message
-
- domainMatch(String, String) - Static method in class org.apache.http.impl.cookie.BasicDomainHandler
-
- domainMatch(String, String) - Method in class org.apache.http.impl.cookie.RFC2965DomainAttributeHandler
-
Performs domain-match as defined by the RFC2965.
- DomainType - Enum in org.apache.http.conn.util
-
Domain types differentiated by Mozilla Public Suffix List.
- DomainType() - Constructor for enum org.apache.http.conn.util.DomainType
-
- doPreemptiveAuth(HttpHost, AuthScheme, AuthState, CredentialsProvider) - Method in class org.apache.http.client.protocol.RequestAuthCache
-
- DQUOTE_CHAR - Static variable in class org.apache.http.impl.cookie.RFC6265CookieSpec
-
- DROP_FRAGMENT - Static variable in class org.apache.http.client.utils.URIUtils
-
- DROP_FRAGMENT_AND_NORMALIZE - Static variable in class org.apache.http.client.utils.URIUtils
-
- dropEntry() - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
-
Deprecated.
Forgets about an entry from this pool.
- duration - Variable in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
The duration this is valid for while idle (in ms).
- duration - Variable in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- DurationCounter() - Constructor for class org.apache.http.impl.client.FutureRequestExecutionMetrics.DurationCounter
-
- G(int, int, int) - Static method in class org.apache.http.impl.auth.NTLMEngineImpl
-
- generateAuthResponse(HttpRequest, AuthState, HttpContext) - Method in class org.apache.http.impl.auth.HttpAuthenticator
-
- generateGSSToken(byte[], Oid, String) - Method in class org.apache.http.impl.auth.GGSSchemeBase
-
- generateGSSToken(byte[], Oid, String, Credentials) - Method in class org.apache.http.impl.auth.GGSSchemeBase
-
- generateSpnegoDERObject(byte[]) - Method in interface org.apache.http.impl.auth.SpnegoTokenGenerator
-
Deprecated.
- generateToken(byte[], String) - Method in class org.apache.http.impl.auth.GGSSchemeBase
-
- generateToken(byte[], String, Credentials) - Method in class org.apache.http.impl.auth.GGSSchemeBase
-
- generateToken(byte[], String) - Method in class org.apache.http.impl.auth.KerberosScheme
-
- generateToken(byte[], String, Credentials) - Method in class org.apache.http.impl.auth.KerberosScheme
-
- generateToken(byte[], String) - Method in class org.apache.http.impl.auth.NegotiateScheme
-
Deprecated.
- generateToken(byte[], String, Credentials) - Method in class org.apache.http.impl.auth.NegotiateScheme
-
Deprecated.
- generateToken(byte[], String) - Method in class org.apache.http.impl.auth.SPNegoScheme
-
- generateToken(byte[], String, Credentials) - Method in class org.apache.http.impl.auth.SPNegoScheme
-
- generateType1Msg(String, String) - Method in interface org.apache.http.impl.auth.NTLMEngine
-
Generates a Type1 message given the domain and workstation.
- generateType1Msg(String, String) - Method in class org.apache.http.impl.auth.NTLMEngineImpl
-
- generateType3Msg(String, String, String, String, String) - Method in interface org.apache.http.impl.auth.NTLMEngine
-
Generates a Type3 message given the user credentials and the
authentication challenge.
- generateType3Msg(String, String, String, String, String) - Method in class org.apache.http.impl.auth.NTLMEngineImpl
-
- get(HttpHost) - Method in interface org.apache.http.client.AuthCache
-
- get() - Static method in class org.apache.http.client.methods.RequestBuilder
-
- get(URI) - Static method in class org.apache.http.client.methods.RequestBuilder
-
- get(String) - Static method in class org.apache.http.client.methods.RequestBuilder
-
- get(long, TimeUnit) - Method in interface org.apache.http.conn.ConnectionRequest
-
Obtains a connection within a given time.
- get(String) - Method in class org.apache.http.conn.scheme.SchemeRegistry
-
Deprecated.
Obtains a scheme by name, if registered.
- get(HttpHost) - Method in class org.apache.http.impl.client.BasicAuthCache
-
- get(int) - Method in class org.apache.http.impl.client.RedirectLocations
-
Returns the URI at the specified position in this list.
- getA1() - Method in class org.apache.http.impl.auth.DigestScheme
-
- getA2() - Method in class org.apache.http.impl.auth.DigestScheme
-
- getAcceptedIssuers() - Method in class org.apache.http.conn.ssl.SSLContextBuilder.TrustManagerDelegate
-
Deprecated.
- getActiveConnectionCount() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics
-
- getActiveConnections() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics
-
- getAll() - Method in class org.apache.http.impl.client.RedirectLocations
-
Returns all redirect URI
s in the order they were added to the collection.
- getAllHeaders() - Method in class org.apache.http.impl.execchain.HttpResponseProxy
-
- getAllowedMethods(HttpResponse) - Method in class org.apache.http.client.methods.HttpOptions
-
- getApplicationParams() - Method in class org.apache.http.impl.client.ClientParamsStack
-
Deprecated.
Obtains the application parameters of this stack.
- getAttribHandler(String) - Method in class org.apache.http.impl.cookie.AbstractCookieSpec
-
- getAttribHandlers() - Method in class org.apache.http.impl.cookie.AbstractCookieSpec
-
- getAttribute(String) - Method in interface org.apache.http.cookie.ClientCookie
-
- getAttribute(String) - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- getAttribute(String) - Method in class org.apache.http.impl.conn.CPoolProxy
-
- getAttribute(String) - Method in class org.apache.http.impl.conn.DefaultClientConnection
-
Deprecated.
- getAttribute(String) - Method in class org.apache.http.impl.conn.DefaultManagedHttpClientConnection
-
- getAttribute(String) - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- getAttribute(String) - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
- getAttributeName() - Method in interface org.apache.http.cookie.CommonCookieAttributeHandler
-
- getAttributeName() - Method in class org.apache.http.impl.cookie.BasicCommentHandler
-
- getAttributeName() - Method in class org.apache.http.impl.cookie.BasicDomainHandler
-
- getAttributeName() - Method in class org.apache.http.impl.cookie.BasicExpiresHandler
-
- getAttributeName() - Method in class org.apache.http.impl.cookie.BasicMaxAgeHandler
-
- getAttributeName() - Method in class org.apache.http.impl.cookie.BasicPathHandler
-
- getAttributeName() - Method in class org.apache.http.impl.cookie.BasicSecureHandler
-
- getAttributeName() - Method in class org.apache.http.impl.cookie.BrowserCompatVersionAttributeHandler
-
Deprecated.
- getAttributeName() - Method in class org.apache.http.impl.cookie.LaxExpiresHandler
-
- getAttributeName() - Method in class org.apache.http.impl.cookie.LaxMaxAgeHandler
-
- getAttributeName() - Method in class org.apache.http.impl.cookie.NetscapeDomainHandler
-
- getAttributeName() - Method in class org.apache.http.impl.cookie.PublicSuffixDomainFilter
-
- getAttributeName() - Method in class org.apache.http.impl.cookie.RFC2109DomainHandler
-
- getAttributeName() - Method in class org.apache.http.impl.cookie.RFC2109VersionHandler
-
- getAttributeName() - Method in class org.apache.http.impl.cookie.RFC2965CommentUrlAttributeHandler
-
- getAttributeName() - Method in class org.apache.http.impl.cookie.RFC2965DiscardAttributeHandler
-
- getAttributeName() - Method in class org.apache.http.impl.cookie.RFC2965DomainAttributeHandler
-
- getAttributeName() - Method in class org.apache.http.impl.cookie.RFC2965PortAttributeHandler
-
- getAttributeName() - Method in class org.apache.http.impl.cookie.RFC2965VersionAttributeHandler
-
- getAuthCache() - Method in class org.apache.http.client.protocol.HttpClientContext
-
- getAuthOptions() - Method in class org.apache.http.auth.AuthState
-
- getAuthPreferences() - Method in class org.apache.http.impl.client.AbstractAuthenticationHandler
-
Deprecated.
Returns default list of auth scheme names in their order of preference.
- getAuthPreferences(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.AbstractAuthenticationHandler
-
Deprecated.
Returns default list of auth scheme names in their order of preference
based on the HTTP response and the current execution context.
- getAuthPreferences(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultProxyAuthenticationHandler
-
Deprecated.
- getAuthPreferences(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultTargetAuthenticationHandler
-
Deprecated.
- getAuthPrincipal(AuthState) - Static method in class org.apache.http.impl.client.DefaultUserTokenHandler
-
- getAuthScheme() - Method in class org.apache.http.auth.AuthOption
-
- getAuthScheme(String, HttpParams) - Method in class org.apache.http.auth.AuthSchemeRegistry
-
Deprecated.
- getAuthScheme() - Method in class org.apache.http.auth.AuthState
-
- getAuthSchemeRegistry() - Method in class org.apache.http.client.protocol.HttpClientContext
-
- getAuthSchemeRegistry() - Method in class org.apache.http.impl.client.ProxyClient
-
- getAuthSchemes() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- getAuthScope() - Method in class org.apache.http.auth.AuthState
-
- getBackedOffPoolSize(int) - Method in class org.apache.http.impl.client.AIMDBackoffManager
-
- getBackoffManager() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- getBinary() - Method in class org.apache.http.client.entity.EntityBuilder
-
- getBytes() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
- getCapacity() - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
-
Deprecated.
Return remaining capacity of this pool
- getCertChain() - Method in class org.apache.http.conn.ssl.PrivateKeyDetails
-
Deprecated.
- getCertificateChain(String) - Method in class org.apache.http.conn.ssl.SSLContextBuilder.KeyManagerDelegate
-
Deprecated.
- getChallenge() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.Type2Message
-
Retrieve the challenge
- getChallenges(HttpResponse, HttpContext) - Method in interface org.apache.http.client.AuthenticationHandler
-
Deprecated.
Extracts from the given HTTP response a collection of authentication
challenges, each of which represents an authentication scheme supported
by the authentication host.
- getChallenges(HttpHost, HttpResponse, HttpContext) - Method in interface org.apache.http.client.AuthenticationStrategy
-
Extracts from the given HTTP response a collection of authentication
challenges, each of which represents an authentication scheme supported
by the authentication host.
- getChallenges(HttpHost, HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.AuthenticationStrategyAdaptor
-
Deprecated.
- getChallenges(HttpHost, HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.AuthenticationStrategyImpl
-
Generates a map of challenge auth-scheme => Header entries.
- getChallenges(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultProxyAuthenticationHandler
-
Deprecated.
- getChallenges(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultTargetAuthenticationHandler
-
Deprecated.
- getChallengeState() - Method in class org.apache.http.impl.auth.AuthSchemeBase
-
- getCharset() - Method in class org.apache.http.client.methods.RequestBuilder
-
- getCharset() - Method in class org.apache.http.client.utils.URIBuilder
-
- getCharset(int) - Static method in class org.apache.http.impl.auth.NTLMEngineImpl
-
Find the character set based on the flags.
- getClientAliases(String, Principal[]) - Method in class org.apache.http.conn.ssl.SSLContextBuilder.KeyManagerDelegate
-
Deprecated.
- getClientChallenge() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
Calculate and return client challenge
- getClientChallenge2() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
Calculate and return second client challenge
- getClientParams() - Method in class org.apache.http.impl.client.ClientParamsStack
-
Deprecated.
Obtains the client parameters of this stack.
- getCnonce() - Method in class org.apache.http.impl.auth.DigestScheme
-
- getCNs(X509Certificate) - Static method in class org.apache.http.conn.ssl.AbstractVerifier
-
Deprecated.
- getComment() - Method in interface org.apache.http.cookie.Cookie
-
Returns the comment describing the purpose of this cookie, or
null
if no such comment has been defined.
- getComment() - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
Returns the comment describing the purpose of this cookie, or
null
if no such comment has been defined.
- getCommentURL() - Method in interface org.apache.http.cookie.Cookie
-
If a user agent (web browser) presents this cookie to a user, the
cookie's purpose will be described by the information at this URL.
- getCommentURL() - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
Returns null.
- getCommentURL() - Method in class org.apache.http.impl.cookie.BasicClientCookie2
-
- getCondition() - Method in class org.apache.http.impl.conn.tsccm.WaitingThread
-
Deprecated.
Obtains the condition.
- getConfig() - Method in interface org.apache.http.client.methods.Configurable
-
Returns actual request configuration.
- getConfig() - Method in class org.apache.http.client.methods.HttpRequestBase
-
- getConfig() - Method in class org.apache.http.client.methods.RequestBuilder
-
- getConfig() - Method in class org.apache.http.impl.client.InternalHttpClient
-
- getConnection(long, TimeUnit) - Method in interface org.apache.http.conn.ClientConnectionRequest
-
Deprecated.
Obtains a connection within a given time.
- getConnection(HttpRoute, Object) - Method in class org.apache.http.impl.conn.BasicClientConnectionManager
-
Deprecated.
- getConnection(HttpRoute, Object) - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
-
- getConnection() - Method in class org.apache.http.impl.conn.CPoolProxy
-
- getConnection() - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- getConnection(HttpRoute, Object) - Method in class org.apache.http.impl.conn.SingleClientConnManager
-
Deprecated.
Obtains a connection.
- getConnection() - Method in class org.apache.http.impl.conn.tsccm.BasicPoolEntry
-
Deprecated.
- getConnectionBackoffStrategy() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- getConnectionConfig() - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
-
- getConnectionConfig(HttpHost) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager.ConfigData
-
- getConnectionConfig(HttpHost) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- getConnectionKeepAliveStrategy() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- getConnectionManager() - Method in interface org.apache.http.client.HttpClient
-
- getConnectionManager() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- getConnectionManager() - Method in class org.apache.http.impl.client.AutoRetryHttpClient
-
Deprecated.
- getConnectionManager() - Method in class org.apache.http.impl.client.DecompressingHttpClient
-
Deprecated.
- getConnectionManager() - Method in class org.apache.http.impl.client.InternalHttpClient
-
- getConnectionManager() - Method in class org.apache.http.impl.client.MinimalHttpClient
-
- getConnectionManagerTimeout(HttpParams) - Static method in class org.apache.http.client.params.HttpClientParams
-
Deprecated.
Get the connectiion manager timeout value.
- getConnectionRequestTimeout() - Method in class org.apache.http.client.config.RequestConfig
-
Returns the timeout in milliseconds used when requesting a connection
from the connection manager.
- getConnectionReuseStrategy() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- getConnectionsInPool(HttpRoute) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
- getConnectionsInPool() - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
- getConnectionsInPool(HttpRoute) - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
-
Deprecated.
Gets the total number of pooled connections for the given route.
- getConnectionsInPool() - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
-
Deprecated.
Gets the total number of pooled connections.
- getConnectTimeout() - Method in class org.apache.http.client.config.RequestConfig
-
Determines the timeout in milliseconds until a connection is established.
- getContent() - Method in class org.apache.http.client.entity.DecompressingEntity
-
- getContent() - Method in class org.apache.http.client.entity.GzipCompressingEntity
-
- getContent() - Method in class org.apache.http.conn.BasicManagedEntity
-
Deprecated.
- getContent() - Method in class org.apache.http.impl.client.EntityEnclosingRequestWrapper.EntityWrapper
-
Deprecated.
- getContent() - Method in class org.apache.http.impl.execchain.RequestEntityProxy
-
- getContent() - Method in class org.apache.http.impl.execchain.ResponseEntityProxy
-
- getContentEncoding() - Method in class org.apache.http.client.entity.DecompressingEntity
-
- getContentEncoding() - Method in class org.apache.http.client.entity.EntityBuilder
-
Returns content encoding of the entity, if set.
- getContentEncoding() - Method in class org.apache.http.client.entity.GzipCompressingEntity
-
- getContentEncoding() - Method in class org.apache.http.impl.execchain.RequestEntityProxy
-
- getContentLength() - Method in class org.apache.http.client.entity.DecompressingEntity
-
- getContentLength() - Method in class org.apache.http.client.entity.GzipCompressingEntity
-
- getContentLength() - Method in class org.apache.http.impl.execchain.RequestEntityProxy
-
- getContentOrDefault(ContentType) - Method in class org.apache.http.client.entity.EntityBuilder
-
- getContentType() - Method in class org.apache.http.client.entity.EntityBuilder
-
Returns ContentType
of the entity, if set.
- getContentType() - Method in class org.apache.http.impl.execchain.RequestEntityProxy
-
- getCookieOrigin() - Method in class org.apache.http.client.protocol.HttpClientContext
-
- getCookiePolicy(HttpParams) - Static method in class org.apache.http.client.params.HttpClientParams
-
Deprecated.
- getCookies() - Method in interface org.apache.http.client.CookieStore
-
Returns all cookies contained in this store.
- getCookies() - Method in class org.apache.http.impl.client.BasicCookieStore
-
Returns an immutable array of
cookies
that this HTTP
state currently contains.
- getCookieSpec() - Method in class org.apache.http.client.config.RequestConfig
-
Determines the name of the cookie specification to be used for HTTP state
management.
- getCookieSpec() - Method in class org.apache.http.client.protocol.HttpClientContext
-
- getCookieSpec(String, HttpParams) - Method in class org.apache.http.cookie.CookieSpecRegistry
-
Deprecated.
- getCookieSpec(String) - Method in class org.apache.http.cookie.CookieSpecRegistry
-
Deprecated.
- getCookieSpecRegistry() - Method in class org.apache.http.client.protocol.HttpClientContext
-
- getCookieSpecs() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- getCookieStore() - Method in class org.apache.http.client.protocol.HttpClientContext
-
- getCookieStore() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- getCreated() - Method in class org.apache.http.impl.conn.tsccm.BasicPoolEntry
-
Deprecated.
- getCreationDate() - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
- getCredentialCharset(HttpParams) - Static method in class org.apache.http.auth.params.AuthParams
-
Deprecated.
Obtains the charset for encoding
Credentials
.If not configured,
HTTP.DEFAULT_PROTOCOL_CHARSET
is used instead.
- getCredentials() - Method in class org.apache.http.auth.AuthOption
-
- getCredentials() - Method in class org.apache.http.auth.AuthState
-
- getCredentials(AuthScope) - Method in interface org.apache.http.client.CredentialsProvider
-
Get the
credentials
for the given authentication scope.
- getCredentials(AuthScope) - Method in class org.apache.http.impl.client.BasicCredentialsProvider
-
- getCredentials(AuthScope) - Method in class org.apache.http.impl.client.SystemDefaultCredentialsProvider
-
- getCredentialsCharset() - Method in class org.apache.http.impl.auth.RFC2617Scheme
-
- getCredentialsCharset(HttpRequest) - Method in class org.apache.http.impl.auth.RFC2617Scheme
-
- getCredentialsProvider() - Method in class org.apache.http.client.protocol.HttpClientContext
-
- getCredentialsProvider() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- getCurrentTime() - Method in interface org.apache.http.impl.client.Clock
-
Returns the current time, expressed as the number of
milliseconds since the epoch.
- getCurrentTime() - Method in class org.apache.http.impl.client.SystemClock
-
- getDecompressingStream() - Method in class org.apache.http.client.entity.DecompressingEntity
-
- getDefault() - Static method in class org.apache.http.conn.util.PublicSuffixMatcherLoader
-
- getDefaultConnectionConfig() - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager.ConfigData
-
- getDefaultConnectionConfig() - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- getDefaultDomain(CookieOrigin) - Static method in class org.apache.http.impl.cookie.CookieSpecBase
-
- getDefaultDomain(CookieOrigin) - Static method in class org.apache.http.impl.cookie.RFC6265CookieSpec
-
- getDefaultFlags() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.Type1Message
-
- getDefaultHostnameVerifier() - Static method in class org.apache.http.conn.ssl.SSLConnectionSocketFactory
-
- getDefaultMax() - Method in class org.apache.http.conn.params.ConnPerRouteBean
-
Deprecated.
- getDefaultMaxPerRoute() - Method in class org.apache.http.conn.params.ConnPerRouteBean
-
Deprecated.
- getDefaultMaxPerRoute() - Method in class org.apache.http.impl.conn.PoolingClientConnectionManager
-
Deprecated.
- getDefaultMaxPerRoute() - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- getDefaultMaxPerRoute() - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
-
Deprecated.
- getDefaultPath(CookieOrigin) - Static method in class org.apache.http.impl.cookie.CookieSpecBase
-
- getDefaultPath(CookieOrigin) - Static method in class org.apache.http.impl.cookie.RFC6265CookieSpec
-
- getDefaultPort(String) - Static method in class org.apache.http.conn.routing.HttpRoute
-
- getDefaultPort() - Method in class org.apache.http.conn.scheme.Scheme
-
Deprecated.
Obtains the default port.
- getDefaultProxy(HttpParams) - Static method in class org.apache.http.conn.params.ConnRouteParams
-
Deprecated.
- getDefaultRegistry() - Static method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
-
- getDefaultRegistry() - Static method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- getDefaultSocketConfig() - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager.ConfigData
-
- getDefaultSocketConfig() - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- getDigest() - Method in class org.apache.http.impl.auth.HttpEntityDigester
-
- getDNSSubjectAlts(X509Certificate) - Static method in class org.apache.http.conn.ssl.AbstractVerifier
-
Deprecated.
Extracts the array of SubjectAlt DNS names from an X509Certificate.
- getDomain() - Method in class org.apache.http.auth.NTCredentials
-
Retrieves the name to authenticate with.
- getDomain() - Method in class org.apache.http.auth.NTUserPrincipal
-
- getDomain() - Method in interface org.apache.http.cookie.Cookie
-
Returns domain attribute of the cookie.
- getDomain() - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
Returns domain attribute of the cookie.
- getDomainRoot(String) - Method in class org.apache.http.conn.util.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.http.conn.util.PublicSuffixMatcher
-
Returns registrable part of the domain for the given domain name or null
if given domain represents a public suffix.
- getEffectiveRoute() - Method in class org.apache.http.impl.conn.HttpPoolEntry
-
Deprecated.
- getEncryptedRandomSessionKey() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.Type3Message
-
- getEnded() - Method in class org.apache.http.impl.client.HttpRequestTaskCallable
-
- getEntity() - Method in class org.apache.http.client.methods.HttpEntityEnclosingRequestBase
-
- getEntity() - Method in class org.apache.http.client.methods.HttpRequestWrapper.HttpEntityEnclosingRequestWrapper
-
- getEntity() - Method in class org.apache.http.client.methods.RequestBuilder
-
- getEntity() - Method in class org.apache.http.impl.client.EntityEnclosingRequestWrapper
-
Deprecated.
- getEntity() - Method in class org.apache.http.impl.execchain.HttpResponseProxy
-
- getEntry(HttpRoute, Object, long, TimeUnit) - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
-
Deprecated.
Obtains a pool entry with a connection within the given timeout.
- getEntryBlocking(HttpRoute, Object, long, TimeUnit, WaitingThreadAborter) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
Obtains a pool entry with a connection within the given timeout.
- getEntryCount() - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
-
Deprecated.
Obtains the number of entries.
- getExceptions() - Method in class org.apache.http.conn.util.PublicSuffixList
-
- getExecCount() - Method in class org.apache.http.impl.client.RequestWrapper
-
Deprecated.
- getExpiry() - Method in class org.apache.http.impl.conn.tsccm.BasicPoolEntry
-
Deprecated.
- getExpiryDate() - Method in interface org.apache.http.cookie.Cookie
-
Returns the expiration Date
of the cookie, or null
if none exists.
- getExpiryDate() - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
Returns the expiration Date
of the cookie, or null
if none exists.
- getExportedSessionKey() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.Type3Message
-
- getFactory() - Method in class org.apache.http.conn.scheme.SchemeSocketFactoryAdaptor
-
Deprecated.
- getFactory() - Method in class org.apache.http.conn.scheme.SocketFactoryAdaptor
-
Deprecated.
- getFailedConnectionAverageDuration() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics
-
- getFailedConnectionCount() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics
-
- getFailedConnections() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics
-
- getFile() - Method in class org.apache.http.client.entity.EntityBuilder
-
- getFirstHeader(String) - Method in class org.apache.http.client.methods.RequestBuilder
-
- getFirstHeader(String) - Method in class org.apache.http.impl.execchain.HttpResponseProxy
-
- getFlags() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.Type2Message
-
Retrieve the response flags
- getForcedRoute(HttpParams) - Static method in class org.apache.http.conn.params.ConnRouteParams
-
Deprecated.
- getFragment() - Method in class org.apache.http.client.utils.URIBuilder
-
- getFreeEntry(RouteSpecificPool, Object) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
If available, get a free pool entry for a route.
- getGSSCredential() - Method in class org.apache.http.auth.KerberosCredentials
-
- getHandler() - Method in class org.apache.http.impl.client.AuthenticationStrategyAdaptor
-
Deprecated.
- getHandler() - Method in class org.apache.http.impl.client.DefaultRedirectStrategyAdaptor
-
Deprecated.
- getHeaders(String) - Method in class org.apache.http.client.methods.RequestBuilder
-
- getHeaders(String) - Method in class org.apache.http.impl.execchain.HttpResponseProxy
-
- getHopCount() - Method in class org.apache.http.conn.routing.HttpRoute
-
- getHopCount() - Method in interface org.apache.http.conn.routing.RouteInfo
-
Obtains the number of hops in this route.
- getHopCount() - Method in class org.apache.http.conn.routing.RouteTracker
-
- getHopTarget(int) - Method in class org.apache.http.conn.routing.HttpRoute
-
- getHopTarget(int) - Method in interface org.apache.http.conn.routing.RouteInfo
-
Obtains the target of a hop in this route.
- getHopTarget(int) - Method in class org.apache.http.conn.routing.RouteTracker
-
- getHost() - Method in class org.apache.http.auth.AuthScope
-
- getHost() - Method in class org.apache.http.client.utils.URIBuilder
-
- getHost() - Method in exception org.apache.http.conn.ConnectTimeoutException
-
- getHost() - Method in exception org.apache.http.conn.HttpHostConnectException
-
- getHost() - Method in class org.apache.http.cookie.CookieOrigin
-
- getHost(InetSocketAddress) - Method in class org.apache.http.impl.conn.ProxySelectorRoutePlanner
-
Deprecated.
Obtains a host from an InetSocketAddress
.
- getHost(InetSocketAddress) - Method in class org.apache.http.impl.conn.SystemDefaultRoutePlanner
-
- getHostnameVerifier() - Method in class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- getHttpClient() - Method in class org.apache.http.impl.client.DecompressingHttpClient
-
Deprecated.
Gets the HttpClient to issue request.
- getHttpHost() - Method in class org.apache.http.conn.HttpInetSocketAddress
-
Deprecated.
- getHttpHost(HttpUriRequest) - Method in class org.apache.http.impl.client.DecompressingHttpClient
-
Deprecated.
- getHttpProcessor() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- getHttpRequestRetryHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- getHttpRoute() - Method in class org.apache.http.client.protocol.HttpClientContext
-
- getId() - Method in interface org.apache.http.conn.ManagedHttpClientConnection
-
Returns connection ID which is expected to be unique
for the life span of the connection manager.
- getId() - Method in class org.apache.http.impl.conn.AbstractPooledConnAdapter
-
Deprecated.
- getId() - Method in class org.apache.http.impl.conn.CPoolProxy
-
- getId() - Method in class org.apache.http.impl.conn.DefaultClientConnection
-
Deprecated.
- getId() - Method in class org.apache.http.impl.conn.DefaultManagedHttpClientConnection
-
- getId() - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- getInstance() - Static method in class org.apache.http.client.entity.DeflateInputStreamFactory
-
Gets the singleton instance.
- getInstance() - Static method in class org.apache.http.client.entity.GZIPInputStreamFactory
-
Gets the singleton instance.
- getKeepAliveDuration(HttpResponse, HttpContext) - Method in interface org.apache.http.conn.ConnectionKeepAliveStrategy
-
Returns the duration of time which this connection can be safely kept
idle.
- getKeepAliveDuration(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultConnectionKeepAliveStrategy
-
- getKey(HttpHost) - Method in class org.apache.http.impl.client.BasicAuthCache
-
- getLanManagerSessionKey() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
Get LAN Manager session key
- getLastHeader(String) - Method in class org.apache.http.client.methods.RequestBuilder
-
- getLastHeader(String) - Method in class org.apache.http.impl.execchain.HttpResponseProxy
-
- getLastUpdate(Map<HttpRoute, Long>, HttpRoute) - Method in class org.apache.http.impl.client.AIMDBackoffManager
-
- getLayerType() - Method in class org.apache.http.conn.routing.HttpRoute
-
- getLayerType() - Method in interface org.apache.http.conn.routing.RouteInfo
-
Obtains the layering type of this route.
- getLayerType() - Method in class org.apache.http.conn.routing.RouteTracker
-
- getLM2SessionResponse() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
Calculate and return LM2 session response
- getLMHash() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
Calculate and return the LMHash
- getLMResponse() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
Calculate and return the LMResponse
- getLMUserSessionKey() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
Get LMUserSessionKey
- getLMv2Hash() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
Calculate the LMv2 hash
- getLMv2Response() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
Calculate the LMv2Response
- getLocalAddress() - Method in class org.apache.http.client.config.RequestConfig
-
Returns local address to be used for request execution.
- getLocalAddress(HttpParams) - Static method in class org.apache.http.conn.params.ConnRouteParams
-
Deprecated.
- getLocalAddress() - Method in class org.apache.http.conn.routing.HttpRoute
-
- getLocalAddress() - Method in interface org.apache.http.conn.routing.RouteInfo
-
Obtains the local address to connect from.
- getLocalAddress() - Method in class org.apache.http.conn.routing.RouteTracker
-
- getLocalAddress() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- getLocalAddress() - Method in class org.apache.http.impl.conn.CPoolProxy
-
- getLocalAddress() - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- getLocale() - Method in class org.apache.http.impl.execchain.HttpResponseProxy
-
- getLocalPort() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- getLocalPort() - Method in class org.apache.http.impl.conn.CPoolProxy
-
- getLocalPort() - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- getLocalSocketAddress() - Method in class org.apache.http.conn.routing.HttpRoute
-
- getLocationURI(HttpResponse, HttpContext) - Method in interface org.apache.http.client.RedirectHandler
-
Deprecated.
Determines the location request is expected to be redirected to
given the response from the target server and the current request
execution context.
- getLocationURI(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultRedirectHandler
-
Deprecated.
- getLocationURI(HttpRequest, HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultRedirectStrategy
-
- getLock() - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
- getLookup(String, Class<T>) - Method in class org.apache.http.client.protocol.HttpClientContext
-
- getManager() - Method in class org.apache.http.impl.auth.GGSSchemeBase
-
- getManager() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- getManager() - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- getManager() - Method in class org.apache.http.impl.conn.tsccm.BasicPooledConnAdapter
-
Deprecated.
- getMaxConnectionsPerRoute(HttpParams) - Static method in class org.apache.http.conn.params.ConnManagerParams
-
Deprecated.
Returns lookup interface for maximum number of connections allowed per route.
- getMaxEntries() - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
-
Deprecated.
Obtains the maximum number of entries allowed for this pool.
- getMaxForRoute(HttpRoute) - Method in interface org.apache.http.conn.params.ConnPerRoute
-
Deprecated.
- getMaxForRoute(HttpRoute) - Method in class org.apache.http.conn.params.ConnPerRouteBean
-
Deprecated.
- getMaxForRoute(HttpRoute) - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
-
Deprecated.
- getMaxGarbageLines(HttpParams) - Method in class org.apache.http.impl.conn.DefaultResponseParser
-
Deprecated.
- getMaxPerRoute(HttpRoute) - Method in class org.apache.http.impl.conn.PoolingClientConnectionManager
-
Deprecated.
- getMaxPerRoute(HttpRoute) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- getMaxRedirects() - Method in class org.apache.http.client.config.RequestConfig
-
Returns the maximum number of redirects to be followed.
- getMaxTotal() - Method in class org.apache.http.impl.conn.PoolingClientConnectionManager
-
Deprecated.
- getMaxTotal() - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- getMaxTotal() - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
-
Deprecated.
since 4.1
- getMaxTotalConnections(HttpParams) - Static method in class org.apache.http.conn.params.ConnManagerParams
-
Deprecated.
Gets the maximum number of connections allowed.
- getMaxTotalConnections() - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
since 4.1
- getMD5() - Static method in class org.apache.http.impl.auth.NTLMEngineImpl
-
- getMessageLength() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Get the message length
- getMethod() - Method in class org.apache.http.client.methods.HttpDelete
-
- getMethod() - Method in class org.apache.http.client.methods.HttpGet
-
- getMethod() - Method in class org.apache.http.client.methods.HttpHead
-
- getMethod() - Method in class org.apache.http.client.methods.HttpOptions
-
- getMethod() - Method in class org.apache.http.client.methods.HttpPatch
-
- getMethod() - Method in class org.apache.http.client.methods.HttpPost
-
- getMethod() - Method in class org.apache.http.client.methods.HttpPut
-
- getMethod() - Method in class org.apache.http.client.methods.HttpRequestBase
-
- getMethod() - Method in class org.apache.http.client.methods.HttpRequestWrapper
-
- getMethod() - Method in class org.apache.http.client.methods.HttpTrace
-
- getMethod() - Method in interface org.apache.http.client.methods.HttpUriRequest
-
Returns the HTTP method this request uses, such as GET
,
PUT
, POST
, or other.
- getMethod() - Method in class org.apache.http.client.methods.RequestBuilder
-
- getMethod() - Method in class org.apache.http.client.methods.RequestBuilder.InternalEntityEclosingRequest
-
- getMethod() - Method in class org.apache.http.client.methods.RequestBuilder.InternalRequest
-
- getMethod() - Method in class org.apache.http.impl.client.RequestWrapper
-
Deprecated.
- getMetrics() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- getMetrics() - Method in class org.apache.http.impl.conn.CPoolProxy
-
- getMetrics() - Method in class org.apache.http.impl.conn.LoggingSessionInputBuffer
-
Deprecated.
- getMetrics() - Method in class org.apache.http.impl.conn.LoggingSessionOutputBuffer
-
Deprecated.
- getMetrics() - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- getName() - Method in class org.apache.http.auth.BasicUserPrincipal
-
- getName() - Method in class org.apache.http.auth.NTUserPrincipal
-
- getName() - Method in class org.apache.http.conn.scheme.Scheme
-
Deprecated.
Obtains the scheme name.
- getName() - Method in interface org.apache.http.cookie.Cookie
-
Returns the name.
- getName() - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
Returns the name.
- getNTLM2SessionResponse() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
Get NTLM2SessionResponse
- getNTLM2SessionResponseUserSessionKey() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
Get NTLM2SessionResponseUserSessionKey
- getNTLMHash() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
Calculate and return the NTLMHash
- getNTLMResponse() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
Calculate and return the NTLMResponse
- getNTLMUserSessionKey() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
Get NTLMUserSessionKey
- getNTLMv2Blob() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
Calculate the NTLMv2Blob
- getNTLMv2Hash() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
Calculate the NTLMv2 hash
- getNTLMv2Response() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
Calculate the NTLMv2Response
- getNTLMv2UserSessionKey() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
GetNTLMv2UserSessionKey
- getNullTerminatedAsciiString(String) - Static method in class org.apache.http.impl.auth.NTLMEngineImpl
-
- getOrigin() - Method in class org.apache.http.auth.AuthScope
-
- getOriginal() - Method in class org.apache.http.client.methods.HttpRequestWrapper
-
- getOriginal() - Method in class org.apache.http.impl.client.RequestWrapper
-
Deprecated.
- getOriginal() - Method in class org.apache.http.impl.execchain.RequestEntityProxy
-
- getOutput() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.HMACMD5
-
Grab the current digest.
- getOutput() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.MD4
-
- getOverrideParams() - Method in class org.apache.http.impl.client.ClientParamsStack
-
Deprecated.
Obtains the override parameters of this stack.
- getParameter(String) - Method in interface org.apache.http.auth.AuthScheme
-
Returns authentication parameter with the given name, if available.
- getParameter(String) - Method in class org.apache.http.impl.auth.KerberosScheme
-
There are no valid parameters for KERBEROS authentication so this
method always returns null
.
- getParameter(String) - Method in class org.apache.http.impl.auth.NegotiateScheme
-
Deprecated.
Returns the authentication parameter with the given name, if available.
- getParameter(String) - Method in class org.apache.http.impl.auth.NTLMScheme
-
- getParameter(String) - Method in class org.apache.http.impl.auth.RFC2617Scheme
-
Returns authentication parameter with the given name, if available.
- getParameter(String) - Method in class org.apache.http.impl.auth.SPNegoScheme
-
There are no valid parameters for SPNEGO authentication so this
method always returns null
.
- getParameter(String) - Method in class org.apache.http.impl.client.ClientParamsStack
-
Deprecated.
Obtains a parameter from this stack.
- getParameters() - Method in class org.apache.http.client.entity.EntityBuilder
-
- getParameters() - Method in class org.apache.http.client.methods.RequestBuilder
-
- getParameters() - Method in class org.apache.http.impl.auth.RFC2617Scheme
-
Returns authentication parameters map.
- getParams() - Method in interface org.apache.http.client.HttpClient
-
- getParams() - Method in class org.apache.http.client.methods.HttpRequestWrapper
-
- getParams() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- getParams() - Method in class org.apache.http.impl.client.AutoRetryHttpClient
-
Deprecated.
- getParams() - Method in class org.apache.http.impl.client.DecompressingHttpClient
-
Deprecated.
- getParams() - Method in class org.apache.http.impl.client.InternalHttpClient
-
- getParams() - Method in class org.apache.http.impl.client.MinimalHttpClient
-
- getParams() - Method in class org.apache.http.impl.client.ProxyClient
-
- getParams() - Method in class org.apache.http.impl.execchain.HttpResponseProxy
-
- getPassword() - Method in interface org.apache.http.auth.Credentials
-
- getPassword() - Method in class org.apache.http.auth.KerberosCredentials
-
- getPassword() - Method in class org.apache.http.auth.NTCredentials
-
- getPassword() - Method in class org.apache.http.auth.UsernamePasswordCredentials
-
- getPath() - Method in class org.apache.http.client.utils.URIBuilder
-
- getPath() - Method in interface org.apache.http.cookie.Cookie
-
Returns the path attribute of the cookie.
- getPath() - Method in class org.apache.http.cookie.CookieOrigin
-
- getPath() - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
Returns the path attribute of the cookie
- getPathLength(Cookie) - Method in class org.apache.http.cookie.CookiePriorityComparator
-
- getPathSegments() - Method in class org.apache.http.client.utils.URIBuilder
-
- getPlannedRoute() - Method in class org.apache.http.impl.conn.HttpPoolEntry
-
Deprecated.
- getPlannedRoute() - Method in class org.apache.http.impl.conn.tsccm.BasicPoolEntry
-
Deprecated.
- getPool() - Method in class org.apache.http.impl.conn.tsccm.WaitingThread
-
Deprecated.
Obtains the pool, if there is one.
- getPoolEntry() - Method in class org.apache.http.impl.conn.AbstractPooledConnAdapter
-
- getPoolEntry() - Method in class org.apache.http.impl.conn.CPoolProxy
-
- getPoolEntry(HttpClientConnection) - Static method in class org.apache.http.impl.conn.CPoolProxy
-
- getPoolEntry() - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- getPoolEntry() - Method in class org.apache.http.impl.conn.tsccm.BasicPooledConnAdapter
-
Deprecated.
- getPoolEntry(long, TimeUnit) - Method in interface org.apache.http.impl.conn.tsccm.PoolEntryRequest
-
Deprecated.
Obtains a pool entry with a connection within the given timeout.
- getPort() - Method in class org.apache.http.auth.AuthScope
-
- getPort() - Method in class org.apache.http.client.utils.URIBuilder
-
- getPort() - Method in class org.apache.http.cookie.CookieOrigin
-
- getPorts() - Method in interface org.apache.http.cookie.Cookie
-
Get the Port attribute.
- getPorts() - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
Returns null.
- getPorts() - Method in class org.apache.http.impl.cookie.BasicClientCookie2
-
- getPreambleLength() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Get the length of the signature and flags, so calculations can adjust
offsets accordingly.
- getPreferredAuthSchemes(RequestConfig) - Method in class org.apache.http.impl.client.AuthenticationStrategyImpl
-
- getPreferredAuthSchemes(RequestConfig) - Method in class org.apache.http.impl.client.ProxyAuthenticationStrategy
-
- getPreferredAuthSchemes(RequestConfig) - Method in class org.apache.http.impl.client.TargetAuthenticationStrategy
-
- getPrivateKey(String) - Method in class org.apache.http.conn.ssl.SSLContextBuilder.KeyManagerDelegate
-
Deprecated.
- getProtocolProcessor() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- getProtocolVersion() - Method in class org.apache.http.client.methods.HttpRequestBase
-
- getProtocolVersion() - Method in class org.apache.http.client.methods.HttpRequestWrapper
-
- getProtocolVersion() - Method in class org.apache.http.impl.client.RequestWrapper
-
Deprecated.
- getProtocolVersion() - Method in class org.apache.http.impl.execchain.HttpResponseProxy
-
- getProxy() - Method in class org.apache.http.client.config.RequestConfig
-
Returns HTTP proxy to be used for request execution.
- getProxy(HttpClientConnection) - Static method in class org.apache.http.impl.conn.CPoolProxy
-
- getProxyAuthenticationHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- getProxyAuthenticationStrategy() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- getProxyAuthState() - Method in class org.apache.http.client.protocol.HttpClientContext
-
- getProxyCredentials(String, AuthScope) - Static method in class org.apache.http.impl.client.SystemDefaultCredentialsProvider
-
- getProxyHost() - Method in class org.apache.http.conn.routing.HttpRoute
-
- getProxyHost() - Method in interface org.apache.http.conn.routing.RouteInfo
-
Obtains the first proxy host.
- getProxyHost() - Method in class org.apache.http.conn.routing.RouteTracker
-
- getProxyPreferredAuthSchemes() - Method in class org.apache.http.client.config.RequestConfig
-
Determines the order of preference for supported authentication schemes
when authenticating with the proxy host.
- getProxySelector() - Method in class org.apache.http.impl.conn.ProxySelectorRoutePlanner
-
Deprecated.
Obtains the proxy selector to use.
- getQueryParams() - Method in class org.apache.http.client.utils.URIBuilder
-
- getRealm() - Method in interface org.apache.http.auth.AuthScheme
-
Returns authentication realm.
- getRealm() - Method in class org.apache.http.auth.AuthScope
-
- getRealm() - Method in class org.apache.http.impl.auth.KerberosScheme
-
The concept of an authentication realm is not supported by the Negotiate
authentication scheme.
- getRealm() - Method in class org.apache.http.impl.auth.NegotiateScheme
-
Deprecated.
The concept of an authentication realm is not supported by the Negotiate
authentication scheme.
- getRealm() - Method in class org.apache.http.impl.auth.NTLMScheme
-
- getRealm() - Method in class org.apache.http.impl.auth.RFC2617Scheme
-
Returns authentication realm.
- getRealm() - Method in class org.apache.http.impl.auth.SPNegoScheme
-
The concept of an authentication realm is not supported by the Negotiate
authentication scheme.
- getReasonPhrase() - Method in exception org.apache.http.client.HttpResponseException
-
- getRedirect(HttpRequest, HttpResponse, HttpContext) - Method in interface org.apache.http.client.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.
- getRedirect(HttpRequest, HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultRedirectStrategy
-
- getRedirect(HttpRequest, HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultRedirectStrategyAdaptor
-
Deprecated.
- getRedirectHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- getRedirectLocations() - Method in class org.apache.http.client.protocol.HttpClientContext
-
- getRedirectStrategy() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- getRemoteAddress() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- getRemoteAddress() - Method in class org.apache.http.impl.conn.CPoolProxy
-
- getRemoteAddress() - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- getRemotePort() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- getRemotePort() - Method in class org.apache.http.impl.conn.CPoolProxy
-
- getRemotePort() - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- getRequest() - Method in class org.apache.http.impl.client.RoutedRequest
-
Deprecated.
- getRequestAverageDuration() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics
-
- getRequestConfig(HttpParams) - Static method in class org.apache.http.client.params.HttpClientParamConfig
-
Deprecated.
- getRequestConfig(HttpParams, RequestConfig) - Static method in class org.apache.http.client.params.HttpClientParamConfig
-
Deprecated.
- getRequestConfig() - Method in class org.apache.http.client.protocol.HttpClientContext
-
- getRequestCount() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics
-
- getRequestExecutor() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- getRequestInterceptor(int) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- getRequestInterceptorCount() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- getRequestLine() - Method in class org.apache.http.client.methods.HttpRequestBase
-
- getRequestLine() - Method in class org.apache.http.client.methods.HttpRequestWrapper
-
- getRequestLine() - Method in class org.apache.http.impl.client.RequestWrapper
-
Deprecated.
- getRequestParams() - Method in class org.apache.http.impl.client.ClientParamsStack
-
Deprecated.
Obtains the request parameters of this stack.
- getRequests() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics
-
- getResponse() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Returns the response that has been generated after shrinking the
array if required and base64 encodes the response.
- getResponse() - Method in exception org.apache.http.impl.client.TunnelRefusedException
-
Deprecated.
- getResponse() - Method in exception org.apache.http.impl.execchain.TunnelRefusedException
-
- getResponseInterceptor(int) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- getResponseInterceptorCount() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- getRetryCount() - Method in class org.apache.http.impl.client.DefaultHttpRequestRetryHandler
-
- getRetryInterval() - Method in interface org.apache.http.client.ServiceUnavailableRetryStrategy
-
- getRetryInterval() - Method in class org.apache.http.impl.client.DefaultServiceUnavailableRetryStrategy
-
- getRoute() - Method in interface org.apache.http.conn.HttpRoutedConnection
-
Deprecated.
Obtains the current route of this connection.
- getRoute() - Method in interface org.apache.http.conn.ManagedClientConnection
-
Deprecated.
Obtains the current route of this connection.
- getRoute() - Method in class org.apache.http.impl.client.RoutedRequest
-
Deprecated.
- getRoute() - Method in class org.apache.http.impl.conn.AbstractPooledConnAdapter
-
Deprecated.
- getRoute() - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
-
- getRoute() - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- getRoute() - Method in class org.apache.http.impl.conn.tsccm.BasicPoolEntryRef
-
Deprecated.
Obtain the planned route for the referenced entry.
- getRoute() - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
-
Deprecated.
Obtains the route for which this pool is specific.
- getRoutePlanner() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- getRoutePool(HttpRoute, boolean) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
Get a route-specific pool of available connections.
- getRoutes() - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- getRules() - Method in class org.apache.http.conn.util.PublicSuffixList
-
- getScheduled() - Method in class org.apache.http.impl.client.HttpRequestTaskCallable
-
- getScheduledConnectionCount() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics
-
- getScheduledConnections() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics
-
- getScheme() - Method in class org.apache.http.auth.AuthScope
-
- getScheme() - Method in class org.apache.http.client.utils.URIBuilder
-
- getScheme(String) - Method in class org.apache.http.conn.scheme.SchemeRegistry
-
Deprecated.
Obtains a scheme by name.
- getScheme(HttpHost) - Method in class org.apache.http.conn.scheme.SchemeRegistry
-
Deprecated.
Obtains the scheme for a host.
- getSchemeName() - Method in interface org.apache.http.auth.AuthScheme
-
Returns textual designation of the given authentication scheme.
- getSchemeName() - Method in class org.apache.http.impl.auth.BasicScheme
-
Returns textual designation of the basic authentication scheme.
- getSchemeName() - Method in class org.apache.http.impl.auth.DigestScheme
-
Returns textual designation of the digest authentication scheme.
- getSchemeName() - Method in class org.apache.http.impl.auth.KerberosScheme
-
- getSchemeName() - Method in class org.apache.http.impl.auth.NegotiateScheme
-
Deprecated.
Returns textual designation of the Negotiate authentication scheme.
- getSchemeName() - Method in class org.apache.http.impl.auth.NTLMScheme
-
- getSchemeName() - Method in class org.apache.http.impl.auth.SPNegoScheme
-
- getSchemeNames() - Method in class org.apache.http.auth.AuthSchemeRegistry
-
Deprecated.
- getSchemeNames() - Method in class org.apache.http.conn.scheme.SchemeRegistry
-
Deprecated.
Obtains the names of the registered schemes.
- getSchemeRegistry() - Method in interface org.apache.http.conn.ClientConnectionManager
-
Deprecated.
Obtains the scheme registry used by this manager.
- getSchemeRegistry() - Method in class org.apache.http.impl.conn.BasicClientConnectionManager
-
Deprecated.
- getSchemeRegistry(HttpContext) - Method in class org.apache.http.impl.conn.DefaultClientConnectionOperator
-
Deprecated.
- getSchemeRegistry() - Method in class org.apache.http.impl.conn.PoolingClientConnectionManager
-
Deprecated.
- getSchemeRegistry() - Method in class org.apache.http.impl.conn.SingleClientConnManager
-
Deprecated.
- getSchemeRegistry() - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
-
Deprecated.
- getSchemeSocketFactory() - Method in class org.apache.http.conn.scheme.Scheme
-
Deprecated.
Obtains the socket factory.
- getSealingKey() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.Handle
-
- getSecondaryKey() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
Calculate and return random secondary key
- getSerializable() - Method in class org.apache.http.client.entity.EntityBuilder
-
- getServerAliases(String, Principal[]) - Method in class org.apache.http.conn.ssl.SSLContextBuilder.KeyManagerDelegate
-
Deprecated.
- getSigningKey() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.Handle
-
- getSocket() - Method in interface org.apache.http.conn.ManagedHttpClientConnection
-
Returns the underlying socket.
- getSocket() - Method in interface org.apache.http.conn.OperatedClientConnection
-
Deprecated.
Obtains the socket for this connection.
- getSocket() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- getSocket() - Method in class org.apache.http.impl.conn.CPoolProxy
-
- getSocket() - Method in class org.apache.http.impl.conn.DefaultClientConnection
-
Deprecated.
- getSocket() - Method in class org.apache.http.impl.conn.DefaultManagedHttpClientConnection
-
- getSocket() - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- getSocketConfig() - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
-
- getSocketConfig(HttpHost) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager.ConfigData
-
- getSocketConfig(HttpHost) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- getSocketFactory() - Static method in class org.apache.http.conn.MultihomePlainSocketFactory
-
Deprecated.
Gets the singleton instance of this class.
- getSocketFactory() - Static method in class org.apache.http.conn.scheme.PlainSocketFactory
-
Deprecated.
Gets the default factory.
- getSocketFactory() - Method in class org.apache.http.conn.scheme.Scheme
-
- getSocketFactory() - Static method in class org.apache.http.conn.socket.PlainConnectionSocketFactory
-
- getSocketFactory() - Static method in class org.apache.http.conn.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).
- getSocketFactory() - Static method in class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
Obtains default SSL socket factory with an SSL context based on the standard JSSE
trust material (cacerts
file in the security properties directory).
- getSocketFactoryRegistry(HttpContext) - Method in class org.apache.http.impl.conn.DefaultHttpClientConnectionOperator
-
- getSocketInputStream(Socket) - Method in class org.apache.http.impl.conn.LoggingManagedHttpClientConnection
-
- getSocketOutputStream(Socket) - Method in class org.apache.http.impl.conn.LoggingManagedHttpClientConnection
-
- getSocketTimeout() - Method in class org.apache.http.client.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).
- getSocketTimeout() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- getSocketTimeout() - Method in class org.apache.http.impl.conn.CPoolProxy
-
- getSocketTimeout() - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- getSpecNames() - Method in class org.apache.http.cookie.CookieSpecRegistry
-
Deprecated.
Obtains a list containing the names of all registered
cookie
specs
.
- getSpengoGenerator() - Method in class org.apache.http.impl.auth.NegotiateSchemeFactory
-
Deprecated.
- getSSLSession() - Method in interface org.apache.http.conn.HttpRoutedConnection
-
Deprecated.
Obtains the SSL session of the underlying connection, if any.
- getSSLSession() - Method in interface org.apache.http.conn.ManagedClientConnection
-
Deprecated.
Obtains the SSL session of the underlying connection, if any.
- getSSLSession() - Method in interface org.apache.http.conn.ManagedHttpClientConnection
-
Obtains the SSL session of the underlying connection, if any.
- getSSLSession() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- getSSLSession() - Method in class org.apache.http.impl.conn.CPoolProxy
-
- getSSLSession() - Method in class org.apache.http.impl.conn.DefaultClientConnection
-
Deprecated.
- getSSLSession() - Method in class org.apache.http.impl.conn.DefaultManagedHttpClientConnection
-
- getSSLSession() - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- getStarted() - Method in class org.apache.http.impl.client.HttpRequestTaskCallable
-
- getState() - Method in class org.apache.http.auth.AuthState
-
- getState() - Method in interface org.apache.http.conn.ManagedClientConnection
-
Deprecated.
Returns the state object associated with this connection.
- getState() - Method in class org.apache.http.impl.conn.AbstractPooledConnAdapter
-
Deprecated.
- getState() - Method in class org.apache.http.impl.conn.AbstractPoolEntry
-
Deprecated.
Returns the state object associated with this pool entry.
- getState() - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
-
- getState() - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- getStats(HttpRoute) - Method in class org.apache.http.impl.conn.PoolingClientConnectionManager
-
Deprecated.
- getStats(HttpRoute) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- getStatusCode() - Method in exception org.apache.http.client.HttpResponseException
-
- getStatusLine() - Method in class org.apache.http.impl.execchain.HttpResponseProxy
-
- getStream() - Method in class org.apache.http.client.entity.EntityBuilder
-
- getSubjectAltNames(X509Certificate) - Static method in class org.apache.http.conn.ssl.DefaultHostnameVerifier
-
- getSuccessfulConnectionAverageDuration() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics
-
- getSuccessfulConnectionCount() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics
-
- getSuccessfulConnections() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics
-
- getSystemCreds(String, AuthScope, Authenticator.RequestorType) - Static method in class org.apache.http.impl.client.SystemDefaultCredentialsProvider
-
- getSystemSocketFactory() - Static method in class org.apache.http.conn.ssl.SSLConnectionSocketFactory
-
- getSystemSocketFactory() - Static method in class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- getTarget() - Method in class org.apache.http.client.methods.HttpRequestWrapper
-
- getTarget() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.Type2Message
-
Retrieve the target
- getTargetAuthenticationHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- getTargetAuthenticationStrategy() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- getTargetAuthState() - Method in class org.apache.http.client.protocol.HttpClientContext
-
- getTargetHost() - Method in interface org.apache.http.conn.OperatedClientConnection
-
Deprecated.
Obtains the target host for this connection.
- getTargetHost() - Method in class org.apache.http.conn.routing.HttpRoute
-
- getTargetHost() - Method in interface org.apache.http.conn.routing.RouteInfo
-
Obtains the target host.
- getTargetHost() - Method in class org.apache.http.conn.routing.RouteTracker
-
- getTargetHost() - Method in class org.apache.http.impl.conn.DefaultClientConnection
-
Deprecated.
- getTargetInfo() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.Type2Message
-
Retrieve the target info
- getTargetPreferredAuthSchemes() - Method in class org.apache.http.client.config.RequestConfig
-
Determines the order of preference for supported authentication schemes
when authenticating with the target host.
- getTaskAverageDuration() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics
-
- getTaskCount() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics
-
- getTasks() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics
-
- getText() - Method in class org.apache.http.client.entity.EntityBuilder
-
- getThread() - Method in class org.apache.http.impl.conn.tsccm.WaitingThread
-
Deprecated.
Obtains the thread, if there is one.
- getTimeout(HttpParams) - Static method in class org.apache.http.conn.params.ConnManagerParams
-
- getTimestamp() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
Calculate a timestamp
- getTotalStats() - Method in class org.apache.http.impl.conn.PoolingClientConnectionManager
-
Deprecated.
- getTotalStats() - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- getTracker() - Method in class org.apache.http.impl.conn.HttpPoolEntry
-
Deprecated.
- getTunnelType() - Method in class org.apache.http.conn.routing.HttpRoute
-
- getTunnelType() - Method in interface org.apache.http.conn.routing.RouteInfo
-
Obtains the tunnel type of this route.
- getTunnelType() - Method in class org.apache.http.conn.routing.RouteTracker
-
- getType() - Method in class org.apache.http.conn.ssl.PrivateKeyDetails
-
Deprecated.
- getType() - Method in class org.apache.http.conn.ssl.SubjectName
-
- getType() - Method in class org.apache.http.conn.util.PublicSuffixList
-
- getType1Message(String, String) - Static method in class org.apache.http.impl.auth.NTLMEngineImpl
-
Creates the first message (type 1 message) in the NTLM authentication
sequence.
- getType3Message(String, String, String, String, byte[], int, String, byte[]) - Static method in class org.apache.http.impl.auth.NTLMEngineImpl
-
Creates the type 3 message using the given server nonce.
- getType3Message(String, String, String, String, byte[], int, String, byte[], Certificate, byte[], byte[]) - Static method in class org.apache.http.impl.auth.NTLMEngineImpl
-
Creates the type 3 message using the given server nonce.
- getUpdated() - Method in class org.apache.http.impl.conn.tsccm.BasicPoolEntry
-
Deprecated.
- getURI() - Method in class org.apache.http.client.methods.HttpRequestBase
-
Returns the original request URI.
- getURI() - Method in class org.apache.http.client.methods.HttpRequestWrapper
-
- getURI() - Method in interface org.apache.http.client.methods.HttpUriRequest
-
Returns the URI this request uses, such as
http://example.org/path/to/file
.
- getUri() - Method in class org.apache.http.client.methods.RequestBuilder
-
- getURI() - Method in class org.apache.http.impl.client.RequestWrapper
-
Deprecated.
- getUserInfo() - Method in class org.apache.http.client.utils.URIBuilder
-
- getUserName() - Method in class org.apache.http.auth.NTCredentials
-
- getUsername() - Method in class org.apache.http.auth.NTUserPrincipal
-
- getUserName() - Method in class org.apache.http.auth.UsernamePasswordCredentials
-
- getUserPrincipal() - Method in interface org.apache.http.auth.Credentials
-
- getUserPrincipal() - Method in class org.apache.http.auth.KerberosCredentials
-
- getUserPrincipal() - Method in class org.apache.http.auth.NTCredentials
-
- getUserPrincipal() - Method in class org.apache.http.auth.UsernamePasswordCredentials
-
- getUserToken(Class<T>) - Method in class org.apache.http.client.protocol.HttpClientContext
-
- getUserToken() - Method in class org.apache.http.client.protocol.HttpClientContext
-
- getUserToken(HttpContext) - Method in interface org.apache.http.client.UserTokenHandler
-
The token object returned by this method is expected to uniquely
identify the current user if the context is user specific or to be
null
if it is not.
- getUserToken(HttpContext) - Method in class org.apache.http.impl.client.DefaultUserTokenHandler
-
- getUserToken(HttpContext) - Method in class org.apache.http.impl.client.NoopUserTokenHandler
-
- getUserTokenHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- getValidateAfterInactivity() - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- getValidConnection() - Method in class org.apache.http.impl.conn.CPoolProxy
-
- getValidUntil() - Method in class org.apache.http.impl.conn.tsccm.BasicPoolEntry
-
Deprecated.
- getValue() - Method in class org.apache.http.conn.ssl.SubjectName
-
- getValue() - Method in interface org.apache.http.cookie.Cookie
-
Returns the value.
- getValue() - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
Returns the value.
- getVersion() - Method in class org.apache.http.client.methods.RequestBuilder
-
- getVersion() - Method in interface org.apache.http.cookie.Cookie
-
Returns the version of the cookie specification to which this
cookie conforms.
- getVersion() - Method in interface org.apache.http.cookie.CookieSpec
-
Returns version of the state management this cookie specification
conforms to.
- getVersion() - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
Returns the version of the cookie specification to which this
cookie conforms.
- getVersion() - Method in class org.apache.http.impl.cookie.BrowserCompatSpec
-
Deprecated.
- getVersion() - Method in class org.apache.http.impl.cookie.DefaultCookieSpec
-
- getVersion() - Method in class org.apache.http.impl.cookie.IgnoreSpec
-
- getVersion() - Method in class org.apache.http.impl.cookie.NetscapeDraftSpec
-
- getVersion() - Method in class org.apache.http.impl.cookie.RFC2109Spec
-
- getVersion() - Method in class org.apache.http.impl.cookie.RFC2965Spec
-
- getVersion() - Method in class org.apache.http.impl.cookie.RFC6265CookieSpec
-
- getVersionHeader() - Method in interface org.apache.http.cookie.CookieSpec
-
Returns a request header identifying what version of the state management
specification is understood.
- getVersionHeader() - Method in class org.apache.http.impl.cookie.BrowserCompatSpec
-
Deprecated.
- getVersionHeader() - Method in class org.apache.http.impl.cookie.DefaultCookieSpec
-
- getVersionHeader() - Method in class org.apache.http.impl.cookie.IgnoreSpec
-
- getVersionHeader() - Method in class org.apache.http.impl.cookie.NetscapeDraftSpec
-
- getVersionHeader() - Method in class org.apache.http.impl.cookie.RFC2109Spec
-
- getVersionHeader() - Method in class org.apache.http.impl.cookie.RFC2965Spec
-
- getVersionHeader() - Method in class org.apache.http.impl.cookie.RFC6265CookieSpec
-
- getWeakRef() - Method in class org.apache.http.impl.conn.tsccm.BasicPoolEntry
-
Deprecated.
- getWorkstation() - Method in class org.apache.http.auth.NTCredentials
-
Retrieves the workstation name of the computer originating the request.
- getWrappedConnection() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- getWrappedStream() - Method in class org.apache.http.conn.EofSensorInputStream
-
- GGSSchemeBase - Class in org.apache.http.impl.auth
-
- GGSSchemeBase(boolean, boolean) - Constructor for class org.apache.http.impl.auth.GGSSchemeBase
-
- GGSSchemeBase(boolean) - Constructor for class org.apache.http.impl.auth.GGSSchemeBase
-
- GGSSchemeBase() - Constructor for class org.apache.http.impl.auth.GGSSchemeBase
-
- GGSSchemeBase.State - Enum in org.apache.http.impl.auth
-
- GMT - Static variable in class org.apache.http.client.utils.DateUtils
-
- GMT - Static variable in class org.apache.http.impl.cookie.DateUtils
-
Deprecated.
- gssCredential - Variable in class org.apache.http.auth.KerberosCredentials
-
GSSCredential
- GZIP_CODEC - Static variable in class org.apache.http.client.entity.GzipCompressingEntity
-
- gzipCompress - Variable in class org.apache.http.client.entity.EntityBuilder
-
- gzipCompress() - Method in class org.apache.http.client.entity.EntityBuilder
-
Makes entity GZIP compressed.
- GzipCompressingEntity - Class in org.apache.http.client.entity
-
Wrapping entity that compresses content when
writing
.
- GzipCompressingEntity(HttpEntity) - Constructor for class org.apache.http.client.entity.GzipCompressingEntity
-
- GzipDecompressingEntity - Class in org.apache.http.client.entity
-
HttpEntityWrapper
for handling gzip
Content Coded responses.
- GzipDecompressingEntity(HttpEntity) - Constructor for class org.apache.http.client.entity.GzipDecompressingEntity
-
- GZIPInputStreamFactory - Class in org.apache.http.client.entity
-
- GZIPInputStreamFactory() - Constructor for class org.apache.http.client.entity.GZIPInputStreamFactory
-
- H(int, int, int) - Static method in class org.apache.http.impl.auth.NTLMEngineImpl
-
- Handle(byte[], NTLMEngineImpl.Mode, boolean) - Constructor for class org.apache.http.impl.auth.NTLMEngineImpl.Handle
-
- HANDLE_AUTHENTICATION - Static variable in interface org.apache.http.client.params.ClientPNames
-
Deprecated.
Defines whether authentication should be handled automatically.
- HANDLE_REDIRECTS - Static variable in interface org.apache.http.client.params.ClientPNames
-
Deprecated.
Defines whether redirects should be handled automatically
- handleAsIdempotent(HttpRequest) - Method in class org.apache.http.impl.client.DefaultHttpRequestRetryHandler
-
- handleAsIdempotent(HttpRequest) - Method in class org.apache.http.impl.client.StandardHttpRequestRetryHandler
-
- handleAuthChallenge(HttpHost, HttpResponse, AuthenticationStrategy, AuthState, HttpContext) - Method in class org.apache.http.impl.auth.HttpAuthenticator
-
- handleEntity(HttpEntity) - Method in class org.apache.http.impl.client.AbstractResponseHandler
-
Handle the response entity and transform it into the actual response
object.
- handleEntity(HttpEntity) - Method in class org.apache.http.impl.client.BasicResponseHandler
-
Returns the entity as a body as a String.
- handleLostEntry(HttpRoute) - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
-
Deprecated.
- handleLostEntry(HttpRoute) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
- handler - Variable in class org.apache.http.impl.client.AuthenticationStrategyAdaptor
-
Deprecated.
- handler - Variable in class org.apache.http.impl.client.DefaultRedirectStrategyAdaptor
-
Deprecated.
- handler - Variable in class org.apache.http.impl.cookie.PublicSuffixDomainFilter
-
- handleReference(Reference<?>) - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
-
Deprecated.
- handleResponse(HttpResponse) - Method in interface org.apache.http.client.ResponseHandler
-
Processes an HttpResponse
and returns some value
corresponding to that response.
- handleResponse(HttpResponse) - Method in class org.apache.http.impl.client.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 class org.apache.http.impl.client.BasicResponseHandler
-
- handleResponse(RoutedRequest, HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
Analyzes a response to check need for a followup.
- hasAuthOptions() - Method in class org.apache.http.auth.AuthState
-
Returns
true
if
AuthOption
s are available,
false
otherwise.
- hashCode() - Method in class org.apache.http.auth.AuthScope
-
- hashCode() - Method in class org.apache.http.auth.BasicUserPrincipal
-
- hashCode() - Method in class org.apache.http.auth.NTCredentials
-
- hashCode() - Method in class org.apache.http.auth.NTUserPrincipal
-
- hashCode() - Method in class org.apache.http.auth.UsernamePasswordCredentials
-
- hashCode() - Method in class org.apache.http.conn.routing.HttpRoute
-
Generates a hash code for this route.
- hashCode() - Method in class org.apache.http.conn.routing.RouteTracker
-
Generates a hash code for this tracked route.
- hashCode() - Method in class org.apache.http.conn.scheme.Scheme
-
Deprecated.
- hashCode() - Method in class org.apache.http.conn.scheme.SchemeSocketFactoryAdaptor
-
Deprecated.
- hashCode() - Method in class org.apache.http.conn.scheme.SocketFactoryAdaptor
-
Deprecated.
- hasThread() - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
-
Deprecated.
Checks whether there is a waiting thread in this pool.
- head() - Static method in class org.apache.http.client.methods.RequestBuilder
-
- head(URI) - Static method in class org.apache.http.client.methods.RequestBuilder
-
- head(String) - Static method in class org.apache.http.client.methods.RequestBuilder
-
- headerGroup - Variable in class org.apache.http.client.methods.RequestBuilder
-
- headerIterator() - Method in class org.apache.http.impl.execchain.HttpResponseProxy
-
- headerIterator(String) - Method in class org.apache.http.impl.execchain.HttpResponseProxy
-
- headerLog - Variable in class org.apache.http.impl.conn.DefaultClientConnection
-
Deprecated.
- headerLog - Variable in class org.apache.http.impl.conn.LoggingManagedHttpClientConnection
-
- headerLog - Variable in class org.apache.http.impl.conn.ManagedHttpClientConnectionFactory
-
- headerName - Variable in class org.apache.http.impl.client.AuthenticationStrategyImpl
-
- HEXADECIMAL - Static variable in class org.apache.http.impl.auth.DigestScheme
-
Hexa values used when creating 32 character long digest in HTTP DigestScheme
in case of authentication.
- hmacMD5(byte[], byte[]) - Static method in class org.apache.http.impl.auth.NTLMEngineImpl
-
Calculates HMAC-MD5
- HMACMD5(byte[]) - Constructor for class org.apache.http.impl.auth.NTLMEngineImpl.HMACMD5
-
- host - Variable in class org.apache.http.auth.AuthScope
-
The host the credentials apply to.
- host - Variable in class org.apache.http.client.utils.URIBuilder
-
- host - Variable in exception org.apache.http.conn.ConnectTimeoutException
-
- host - Variable in exception org.apache.http.conn.HttpHostConnectException
-
- host - Variable in class org.apache.http.cookie.CookieOrigin
-
- hostBytes - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.Type1Message
-
- hostBytes - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.Type3Message
-
- HostNameResolver - Interface in org.apache.http.conn.scheme
-
- HostNameType(int) - Constructor for enum org.apache.http.conn.ssl.DefaultHostnameVerifier.HostNameType
-
- hostnameVerifier - Variable in class org.apache.http.conn.ssl.SSLConnectionSocketFactory
-
- hostnameVerifier - Variable in class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- hostnameVerifier - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- HTTP_ROUTE - Static variable in class org.apache.http.client.protocol.HttpClientContext
-
Attribute name of a
RouteInfo
object that represents the actual connection route.
- HttpAuthenticator - Class in org.apache.http.impl.auth
-
- HttpAuthenticator(Log) - Constructor for class org.apache.http.impl.auth.HttpAuthenticator
-
- HttpAuthenticator() - Constructor for class org.apache.http.impl.auth.HttpAuthenticator
-
- HttpAuthenticator - Class in org.apache.http.impl.client
-
- HttpAuthenticator(Log) - Constructor for class org.apache.http.impl.client.HttpAuthenticator
-
Deprecated.
- HttpAuthenticator() - Constructor for class org.apache.http.impl.client.HttpAuthenticator
-
Deprecated.
- HttpClient - Interface in org.apache.http.client
-
This interface represents only the most basic contract for HTTP request
execution.
- httpclient - Variable in class org.apache.http.impl.client.FutureRequestExecutionService
-
- httpclient - Variable in class org.apache.http.impl.client.HttpRequestTaskCallable
-
- HttpClientBuilder - Class in org.apache.http.impl.client
-
- HttpClientBuilder() - Constructor for class org.apache.http.impl.client.HttpClientBuilder
-
- HttpClientConnectionManager - Interface in org.apache.http.conn
-
Represents a manager of persistent client connections.
- HttpClientConnectionOperator - Interface in org.apache.http.conn
-
Connection operator that performs connection connect and upgrade operations.
- HttpClientContext - Class in org.apache.http.client.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.http.client.protocol.HttpClientContext
-
- HttpClientContext() - Constructor for class org.apache.http.client.protocol.HttpClientContext
-
- HttpClientParamConfig - Class in org.apache.http.client.params
-
- HttpClientParamConfig() - Constructor for class org.apache.http.client.params.HttpClientParamConfig
-
Deprecated.
- HttpClientParams - Class in org.apache.http.client.params
-
- HttpClientParams() - Constructor for class org.apache.http.client.params.HttpClientParams
-
Deprecated.
- HttpClients - Class in org.apache.http.impl.client
-
- HttpClients() - Constructor for class org.apache.http.impl.client.HttpClients
-
- HttpClientUtils - Class in org.apache.http.client.utils
-
Convenience methods for closing response and client objects.
- HttpClientUtils() - Constructor for class org.apache.http.client.utils.HttpClientUtils
-
- HttpConnectionFactory<T,C extends org.apache.http.HttpConnection> - Interface in org.apache.http.conn
-
Generic HttpConnection
factory.
- HttpConnPool - Class in org.apache.http.impl.conn
-
- HttpConnPool(Log, ClientConnectionOperator, int, int, long, TimeUnit) - Constructor for class org.apache.http.impl.conn.HttpConnPool
-
Deprecated.
- HttpConnPool.InternalConnFactory - Class in org.apache.http.impl.conn
-
Deprecated.
- HttpDelete - Class in org.apache.http.client.methods
-
HTTP DELETE method
- HttpDelete() - Constructor for class org.apache.http.client.methods.HttpDelete
-
- HttpDelete(URI) - Constructor for class org.apache.http.client.methods.HttpDelete
-
- HttpDelete(String) - Constructor for class org.apache.http.client.methods.HttpDelete
-
- HttpEntityDigester - Class in org.apache.http.impl.auth
-
- HttpEntityDigester(MessageDigest) - Constructor for class org.apache.http.impl.auth.HttpEntityDigester
-
- HttpEntityEnclosingRequestBase - Class in org.apache.http.client.methods
-
Basic implementation of an entity enclosing HTTP request
that can be modified
- HttpEntityEnclosingRequestBase() - Constructor for class org.apache.http.client.methods.HttpEntityEnclosingRequestBase
-
- HttpEntityEnclosingRequestWrapper(HttpEntityEnclosingRequest, HttpHost) - Constructor for class org.apache.http.client.methods.HttpRequestWrapper.HttpEntityEnclosingRequestWrapper
-
- HttpExecutionAware - Interface in org.apache.http.client.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.http.client.methods
-
HTTP GET method.
- HttpGet() - Constructor for class org.apache.http.client.methods.HttpGet
-
- HttpGet(URI) - Constructor for class org.apache.http.client.methods.HttpGet
-
- HttpGet(String) - Constructor for class org.apache.http.client.methods.HttpGet
-
- HttpHead - Class in org.apache.http.client.methods
-
HTTP HEAD method.
- HttpHead() - Constructor for class org.apache.http.client.methods.HttpHead
-
- HttpHead(URI) - Constructor for class org.apache.http.client.methods.HttpHead
-
- HttpHead(String) - Constructor for class org.apache.http.client.methods.HttpHead
-
- httphost - Variable in class org.apache.http.conn.HttpInetSocketAddress
-
Deprecated.
- HttpHostConnectException - Exception in org.apache.http.conn
-
A ConnectException
that specifies the HttpHost
that was
being connected to.
- HttpHostConnectException(HttpHost, ConnectException) - Constructor for exception org.apache.http.conn.HttpHostConnectException
-
- HttpHostConnectException(IOException, HttpHost, InetAddress...) - Constructor for exception org.apache.http.conn.HttpHostConnectException
-
Creates a HttpHostConnectException based on original IOException
.
- HttpInetSocketAddress - Class in org.apache.http.conn
-
- HttpInetSocketAddress(HttpHost, InetAddress, int) - Constructor for class org.apache.http.conn.HttpInetSocketAddress
-
Deprecated.
- HttpOptions - Class in org.apache.http.client.methods
-
HTTP OPTIONS method.
- HttpOptions() - Constructor for class org.apache.http.client.methods.HttpOptions
-
- HttpOptions(URI) - Constructor for class org.apache.http.client.methods.HttpOptions
-
- HttpOptions(String) - Constructor for class org.apache.http.client.methods.HttpOptions
-
- HttpPatch - Class in org.apache.http.client.methods
-
HTTP PATCH method.
- HttpPatch() - Constructor for class org.apache.http.client.methods.HttpPatch
-
- HttpPatch(URI) - Constructor for class org.apache.http.client.methods.HttpPatch
-
- HttpPatch(String) - Constructor for class org.apache.http.client.methods.HttpPatch
-
- HttpPoolEntry - Class in org.apache.http.impl.conn
-
- HttpPoolEntry(Log, String, HttpRoute, OperatedClientConnection, long, TimeUnit) - Constructor for class org.apache.http.impl.conn.HttpPoolEntry
-
Deprecated.
- HttpPost - Class in org.apache.http.client.methods
-
HTTP POST method.
- HttpPost() - Constructor for class org.apache.http.client.methods.HttpPost
-
- HttpPost(URI) - Constructor for class org.apache.http.client.methods.HttpPost
-
- HttpPost(String) - Constructor for class org.apache.http.client.methods.HttpPost
-
- httpProcessor - Variable in class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
The HTTP protocol processor.
- httpprocessor - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- httpProcessor - Variable in class org.apache.http.impl.client.ProxyClient
-
- httpProcessor - Variable in class org.apache.http.impl.execchain.MinimalClientExec
-
- httpProcessor - Variable in class org.apache.http.impl.execchain.ProtocolExec
-
- HttpPut - Class in org.apache.http.client.methods
-
HTTP PUT method.
- HttpPut() - Constructor for class org.apache.http.client.methods.HttpPut
-
- HttpPut(URI) - Constructor for class org.apache.http.client.methods.HttpPut
-
- HttpPut(String) - Constructor for class org.apache.http.client.methods.HttpPut
-
- HttpRequestBase - Class in org.apache.http.client.methods
-
- HttpRequestBase() - Constructor for class org.apache.http.client.methods.HttpRequestBase
-
- HttpRequestFutureTask<V> - Class in org.apache.http.impl.client
-
FutureTask implementation that wraps a HttpAsyncClientCallable and exposes various task
specific metrics.
- HttpRequestFutureTask(HttpUriRequest, HttpRequestTaskCallable<V>) - Constructor for class org.apache.http.impl.client.HttpRequestFutureTask
-
- HttpRequestRetryHandler - Interface in org.apache.http.client
-
A handler for determining if an HttpRequest should be retried after a
recoverable exception during execution.
- HttpRequestTaskCallable<V> - Class in org.apache.http.impl.client
-
- HttpRequestTaskCallable(HttpClient, HttpUriRequest, HttpContext, ResponseHandler<V>, FutureCallback<V>, FutureRequestExecutionMetrics) - Constructor for class org.apache.http.impl.client.HttpRequestTaskCallable
-
- HttpRequestWrapper - Class in org.apache.http.client.methods
-
A wrapper class for HttpRequest
that can be used to change properties of the current
request without modifying the original object.
- HttpRequestWrapper(HttpRequest, HttpHost) - Constructor for class org.apache.http.client.methods.HttpRequestWrapper
-
- HttpRequestWrapper.HttpEntityEnclosingRequestWrapper - Class in org.apache.http.client.methods
-
- HttpResponseException - Exception in org.apache.http.client
-
Signals a non 2xx HTTP response.
- HttpResponseException(int, String) - Constructor for exception org.apache.http.client.HttpResponseException
-
- HttpResponseProxy - Class in org.apache.http.impl.execchain
-
A proxy class for HttpResponse
that can be used to release client connection
associated with the original response.
- HttpResponseProxy(HttpResponse, ConnectionHolder) - Constructor for class org.apache.http.impl.execchain.HttpResponseProxy
-
- HttpRoute - Class in org.apache.http.conn.routing
-
The route for a request.
- HttpRoute(HttpHost, InetAddress, List<HttpHost>, boolean, RouteInfo.TunnelType, RouteInfo.LayerType) - Constructor for class org.apache.http.conn.routing.HttpRoute
-
- HttpRoute(HttpHost, InetAddress, HttpHost[], boolean, RouteInfo.TunnelType, RouteInfo.LayerType) - Constructor for class org.apache.http.conn.routing.HttpRoute
-
Creates a new route with all attributes specified explicitly.
- HttpRoute(HttpHost, InetAddress, HttpHost, boolean, RouteInfo.TunnelType, RouteInfo.LayerType) - Constructor for class org.apache.http.conn.routing.HttpRoute
-
Creates a new route with at most one proxy.
- HttpRoute(HttpHost, InetAddress, boolean) - Constructor for class org.apache.http.conn.routing.HttpRoute
-
Creates a new direct route.
- HttpRoute(HttpHost) - Constructor for class org.apache.http.conn.routing.HttpRoute
-
Creates a new direct insecure route.
- HttpRoute(HttpHost, InetAddress, HttpHost, boolean) - Constructor for class org.apache.http.conn.routing.HttpRoute
-
Creates a new route through a proxy.
- HttpRoute(HttpHost, HttpHost) - Constructor for class org.apache.http.conn.routing.HttpRoute
-
Creates a new plain route through a proxy.
- HttpRoutedConnection - Interface in org.apache.http.conn
-
- HttpRouteDirector - Interface in org.apache.http.conn.routing
-
Provides directions on establishing a route.
- HttpRoutePlanner - Interface in org.apache.http.conn.routing
-
Encapsulates logic to compute a
HttpRoute
to a target host.
- HttpTrace - Class in org.apache.http.client.methods
-
HTTP TRACE method.
- HttpTrace() - Constructor for class org.apache.http.client.methods.HttpTrace
-
- HttpTrace(URI) - Constructor for class org.apache.http.client.methods.HttpTrace
-
- HttpTrace(String) - Constructor for class org.apache.http.client.methods.HttpTrace
-
- HttpUriRequest - Interface in org.apache.http.client.methods
-
Extended version of the HttpRequest
interface that provides
convenience methods to access request properties such as request URI
and method type.
- id - Variable in class org.apache.http.impl.conn.DefaultManagedHttpClientConnection
-
- id - Variable in class org.apache.http.impl.conn.Wire
-
- idempotentMethods - Variable in class org.apache.http.impl.client.StandardHttpRequestRetryHandler
-
- IdleConnectionEvictor - Class in org.apache.http.impl.client
-
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.http.impl.client.IdleConnectionEvictor
-
- IdleConnectionEvictor(HttpClientConnectionManager, long, TimeUnit, long, TimeUnit) - Constructor for class org.apache.http.impl.client.IdleConnectionEvictor
-
- IdleConnectionEvictor(HttpClientConnectionManager, long, TimeUnit) - Constructor for class org.apache.http.impl.client.IdleConnectionEvictor
-
- IdleConnectionEvictor.DefaultThreadFactory - Class in org.apache.http.impl.client
-
- IdleConnectionHandler - Class in org.apache.http.impl.conn
-
- IdleConnectionHandler() - Constructor for class org.apache.http.impl.conn.IdleConnectionHandler
-
Deprecated.
- IdleConnectionHandler.TimeValues - Class in org.apache.http.impl.conn
-
Deprecated.
- idleConnHandler - Variable in class org.apache.http.impl.conn.tsccm.AbstractConnPool
-
Deprecated.
- Idn - Interface in org.apache.http.client.utils
-
- IGNORE_COOKIES - Static variable in class org.apache.http.client.config.CookieSpecs
-
The policy that ignores cookies.
- IGNORE_COOKIES - Static variable in class org.apache.http.client.params.CookiePolicy
-
Deprecated.
The policy that ignores cookies.
- IgnoreSpec - Class in org.apache.http.impl.cookie
-
CookieSpec that ignores all cookies
- IgnoreSpec() - Constructor for class org.apache.http.impl.cookie.IgnoreSpec
-
- IgnoreSpecFactory - Class in org.apache.http.impl.cookie
-
- IgnoreSpecFactory() - Constructor for class org.apache.http.impl.cookie.IgnoreSpecFactory
-
Deprecated.
- IgnoreSpecProvider - Class in org.apache.http.impl.cookie
-
- IgnoreSpecProvider() - Constructor for class org.apache.http.impl.cookie.IgnoreSpecProvider
-
- ignoreUnknown - Variable in class org.apache.http.client.protocol.ResponseContentEncoding
-
- impl - Static variable in class org.apache.http.client.utils.Punycode
-
Deprecated.
- in - Variable in class org.apache.http.impl.conn.LoggingInputStream
-
- in - Variable in class org.apache.http.impl.conn.LoggingSessionInputBuffer
-
Deprecated.
Original session input buffer.
- incomingContentStrategy - Variable in class org.apache.http.impl.conn.ManagedHttpClientConnectionFactory
-
- increment(long) - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics.DurationCounter
-
- incrementExecCount() - Method in class org.apache.http.impl.client.RequestWrapper
-
Deprecated.
- InetAddressUtils - Class in org.apache.http.conn.util
-
A collection of utilities relating to InetAddresses.
- InetAddressUtils() - Constructor for class org.apache.http.conn.util.InetAddressUtils
-
- initCipher() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.Handle
-
- initial_bias - Static variable in class org.apache.http.client.utils.Rfc3492Idn
-
Deprecated.
- initial_n - Static variable in class org.apache.http.client.utils.Rfc3492Idn
-
Deprecated.
- initWrapper() - Method in class org.apache.http.client.entity.LazyDecompressingInputStream
-
- InMemoryDnsResolver - Class in org.apache.http.impl.conn
-
- InMemoryDnsResolver() - Constructor for class org.apache.http.impl.conn.InMemoryDnsResolver
-
Builds a DNS resolver that will resolve the host names against a
collection held in-memory.
- input(InputStream) - Method in class org.apache.http.impl.conn.Wire
-
- input(byte[], int, int) - Method in class org.apache.http.impl.conn.Wire
-
- input(byte[]) - Method in class org.apache.http.impl.conn.Wire
-
- input(int) - Method in class org.apache.http.impl.conn.Wire
-
- input(String) - Method in class org.apache.http.impl.conn.Wire
-
- inputStreamFactory - Variable in class org.apache.http.client.entity.DecompressingEntity
-
- InputStreamFactory - Interface in org.apache.http.client.entity
-
Factory for decorated InputStream
s.
- inputStreamFactory - Variable in class org.apache.http.client.entity.LazyDecompressingInputStream
-
- INSTANCE - Static variable in class org.apache.http.client.entity.DeflateInputStreamFactory
-
Singleton instance.
- INSTANCE - Static variable in class org.apache.http.client.entity.GZIPInputStreamFactory
-
Singleton instance.
- INSTANCE - Static variable in class org.apache.http.conn.socket.PlainConnectionSocketFactory
-
- INSTANCE - Static variable in class org.apache.http.conn.ssl.AllowAllHostnameVerifier
-
Deprecated.
- INSTANCE - Static variable in class org.apache.http.conn.ssl.BrowserCompatHostnameVerifier
-
Deprecated.
- INSTANCE - Static variable in class org.apache.http.conn.ssl.NoopHostnameVerifier
-
- INSTANCE - Static variable in class org.apache.http.conn.ssl.StrictHostnameVerifier
-
Deprecated.
- INSTANCE - Static variable in class org.apache.http.conn.ssl.TrustAllStrategy
-
- INSTANCE - Static variable in class org.apache.http.conn.ssl.TrustSelfSignedStrategy
-
- INSTANCE - Static variable in class org.apache.http.cookie.CookiePathComparator
-
- INSTANCE - Static variable in class org.apache.http.cookie.CookiePriorityComparator
-
- INSTANCE - Static variable in class org.apache.http.impl.client.DefaultClientConnectionReuseStrategy
-
- INSTANCE - Static variable in class org.apache.http.impl.client.DefaultConnectionKeepAliveStrategy
-
- INSTANCE - Static variable in class org.apache.http.impl.client.DefaultHttpRequestRetryHandler
-
- INSTANCE - Static variable in class org.apache.http.impl.client.DefaultRedirectStrategy
-
- INSTANCE - Static variable in class org.apache.http.impl.client.DefaultUserTokenHandler
-
- INSTANCE - Static variable in class org.apache.http.impl.client.LaxRedirectStrategy
-
- INSTANCE - Static variable in class org.apache.http.impl.client.NoopUserTokenHandler
-
- INSTANCE - Static variable in class org.apache.http.impl.client.ProxyAuthenticationStrategy
-
- INSTANCE - Static variable in class org.apache.http.impl.client.TargetAuthenticationStrategy
-
- INSTANCE - Static variable in class org.apache.http.impl.conn.DefaultHttpResponseParserFactory
-
- INSTANCE - Static variable in class org.apache.http.impl.conn.DefaultSchemePortResolver
-
- INSTANCE - Static variable in class org.apache.http.impl.conn.ManagedHttpClientConnectionFactory
-
- INSTANCE - Static variable in class org.apache.http.impl.conn.SystemDefaultDnsResolver
-
- internal - Variable in class org.apache.http.impl.client.SystemDefaultCredentialsProvider
-
- InternalConnectionFactory(PoolingHttpClientConnectionManager.ConfigData, HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>) - Constructor for class org.apache.http.impl.conn.PoolingHttpClientConnectionManager.InternalConnectionFactory
-
- InternalConnFactory(ClientConnectionOperator) - Constructor for class org.apache.http.impl.conn.HttpConnPool.InternalConnFactory
-
Deprecated.
- InternalEntityEclosingRequest(String) - Constructor for class org.apache.http.client.methods.RequestBuilder.InternalEntityEclosingRequest
-
- InternalHttpClient - Class in org.apache.http.impl.client
-
Internal class.
- InternalHttpClient(ClientExecChain, HttpClientConnectionManager, HttpRoutePlanner, Lookup<CookieSpecProvider>, Lookup<AuthSchemeProvider>, CookieStore, CredentialsProvider, RequestConfig, List<Closeable>) - Constructor for class org.apache.http.impl.client.InternalHttpClient
-
- internalPrepareSocket(SSLSocket) - Method in class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- InternalRequest(String) - Constructor for class org.apache.http.client.methods.RequestBuilder.InternalRequest
-
- interrupt() - Method in class org.apache.http.impl.conn.tsccm.WaitingThread
-
Deprecated.
- invalidate() - Method in class org.apache.http.auth.AuthState
-
- InvalidCredentialsException - Exception in org.apache.http.auth
-
Authentication credentials required to respond to a authentication
challenge are invalid
- InvalidCredentialsException() - Constructor for exception org.apache.http.auth.InvalidCredentialsException
-
Creates a new InvalidCredentialsException with a null
detail message.
- InvalidCredentialsException(String) - Constructor for exception org.apache.http.auth.InvalidCredentialsException
-
Creates a new InvalidCredentialsException with the specified message.
- InvalidCredentialsException(String, Throwable) - Constructor for exception org.apache.http.auth.InvalidCredentialsException
-
Creates a new InvalidCredentialsException with the specified detail message and cause.
- invoke(Object, Method, Object[]) - Method in class org.apache.http.impl.client.CloseableHttpResponseProxy
-
Deprecated.
- IP - Static variable in class org.apache.http.conn.ssl.SubjectName
-
- IP(String) - Static method in class org.apache.http.conn.ssl.SubjectName
-
- ipad - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.HMACMD5
-
- IPV4_BASIC_PATTERN_STRING - Static variable in class org.apache.http.conn.util.InetAddressUtils
-
- IPV4_MAPPED_IPV6_PATTERN - Static variable in class org.apache.http.conn.util.InetAddressUtils
-
- IPV4_PATTERN - Static variable in class org.apache.http.conn.util.InetAddressUtils
-
- IPV6_HEX_COMPRESSED_PATTERN - Static variable in class org.apache.http.conn.util.InetAddressUtils
-
- IPV6_STD_PATTERN - Static variable in class org.apache.http.conn.util.InetAddressUtils
-
- isAborted() - Method in class org.apache.http.client.methods.AbstractExecutionAwareRequest
-
- isAborted() - Method in interface org.apache.http.client.methods.HttpExecutionAware
-
- isAborted() - Method in class org.apache.http.client.methods.HttpRequestWrapper
-
- isAborted() - Method in interface org.apache.http.client.methods.HttpUriRequest
-
Tests if the request execution has been aborted.
- isAborted() - Method in class org.apache.http.impl.client.RequestWrapper
-
Deprecated.
- isAbsolute() - Method in class org.apache.http.client.utils.URIBuilder
-
- isAuthenticating(HttpParams) - Static method in class org.apache.http.client.params.HttpClientParams
-
Deprecated.
- isAuthenticationEnabled() - Method in class org.apache.http.client.config.RequestConfig
-
Determines whether authentication should be handled automatically.
- isAuthenticationRequested(HttpResponse, HttpContext) - Method in interface org.apache.http.client.AuthenticationHandler
-
Deprecated.
Determines if the given HTTP response response represents
an authentication challenge that was sent back as a result
of authentication failure
- isAuthenticationRequested(HttpHost, HttpResponse, HttpContext) - Method in interface org.apache.http.client.AuthenticationStrategy
-
Determines if the given HTTP response response represents
an authentication challenge that was sent back as a result
of authentication failure.
- isAuthenticationRequested(HttpHost, HttpResponse, AuthenticationStrategy, AuthState, HttpContext) - Method in class org.apache.http.impl.auth.HttpAuthenticator
-
- isAuthenticationRequested(HttpHost, HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.AuthenticationStrategyAdaptor
-
Deprecated.
- isAuthenticationRequested(HttpHost, HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.AuthenticationStrategyImpl
-
- isAuthenticationRequested(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultProxyAuthenticationHandler
-
Deprecated.
- isAuthenticationRequested(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultTargetAuthenticationHandler
-
Deprecated.
- isCachable(AuthState) - Method in class org.apache.http.client.protocol.ResponseAuthCache
-
Deprecated.
- isCachable(AuthScheme) - Method in class org.apache.http.impl.client.AuthenticationStrategyAdaptor
-
Deprecated.
- isCachable(AuthScheme) - Method in class org.apache.http.impl.client.AuthenticationStrategyImpl
-
- isChunked() - Method in class org.apache.http.client.entity.EntityBuilder
-
Returns true
if entity is to be chunk coded, false
otherwise.
- isChunked() - Method in class org.apache.http.client.entity.GzipCompressingEntity
-
- isChunked() - Method in class org.apache.http.impl.execchain.RequestEntityProxy
-
- isCircularRedirectsAllowed() - Method in class org.apache.http.client.config.RequestConfig
-
Determines whether circular redirects (redirects to the same location) should
be allowed.
- isClosed() - Method in class org.apache.http.impl.conn.CPoolEntry
-
- isClosed() - Method in class org.apache.http.impl.conn.HttpPoolEntry
-
Deprecated.
- isComplete() - Method in interface org.apache.http.auth.AuthScheme
-
Authentication process may involve a series of challenge-response exchanges.
- isComplete() - Method in class org.apache.http.impl.auth.BasicScheme
-
Tests if the Basic authentication process has been completed.
- isComplete() - Method in class org.apache.http.impl.auth.DigestScheme
-
Tests if the Digest authentication process has been completed.
- isComplete() - Method in class org.apache.http.impl.auth.GGSSchemeBase
-
- isComplete() - Method in class org.apache.http.impl.auth.NTLMScheme
-
- isConnected() - Method in class org.apache.http.conn.routing.RouteTracker
-
- isConnection - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.Handle
-
- isConnectionBased() - Method in interface org.apache.http.auth.AuthScheme
-
Tests if the authentication scheme is provides authorization on a per
connection basis instead of usual per request basis
- isConnectionBased() - Method in class org.apache.http.auth.AuthState
-
Returns true
if the actual authentication scheme is connection based.
- isConnectionBased() - Method in class org.apache.http.impl.auth.BasicScheme
-
Returns false
.
- isConnectionBased() - Method in class org.apache.http.impl.auth.DigestScheme
-
Returns false
.
- isConnectionBased() - Method in class org.apache.http.impl.auth.KerberosScheme
-
Returns true
.
- isConnectionBased() - Method in class org.apache.http.impl.auth.NegotiateScheme
-
Deprecated.
Returns true
.
- isConnectionBased() - Method in class org.apache.http.impl.auth.NTLMScheme
-
- isConnectionBased() - Method in class org.apache.http.impl.auth.SPNegoScheme
-
Returns true
.
- isConsumed() - Method in class org.apache.http.impl.execchain.RequestEntityProxy
-
- isContentCompressionEnabled() - Method in class org.apache.http.client.config.RequestConfig
-
Determines whether the target server is requested to compress content.
- isDataAvailable(int) - Method in class org.apache.http.impl.conn.LoggingSessionInputBuffer
-
Deprecated.
- isDecompressionEnabled() - Method in class org.apache.http.client.config.RequestConfig
-
- isEncoded(HttpEntity) - Static method in class org.apache.http.client.utils.URLEncodedUtils
-
Returns true if the entity's Content-Type header is
application/x-www-form-urlencoded
.
- isEnhanced(HttpEntity) - Static method in class org.apache.http.impl.execchain.RequestEntityProxy
-
- isEof() - Method in class org.apache.http.impl.conn.LoggingSessionInputBuffer
-
Deprecated.
- isExpectContinueEnabled() - Method in class org.apache.http.client.config.RequestConfig
-
Determines whether the 'Expect: 100-Continue' handshake is enabled
for entity enclosing methods.
- isExpired(Date) - Method in interface org.apache.http.cookie.Cookie
-
Returns true if this cookie has expired.
- isExpired(long) - Method in class org.apache.http.impl.conn.CPoolEntry
-
- isExpired(long) - Method in class org.apache.http.impl.conn.HttpPoolEntry
-
Deprecated.
- isExpired(long) - Method in class org.apache.http.impl.conn.tsccm.BasicPoolEntry
-
Deprecated.
- isExpired(Date) - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
Returns true if this cookie has expired.
- isExpired(Date) - Method in class org.apache.http.impl.cookie.BasicClientCookie2
-
- isForPublicSuffix(Cookie) - Method in class org.apache.http.impl.cookie.PublicSuffixFilter
-
Deprecated.
- isGzipCompress() - Method in class org.apache.http.client.entity.EntityBuilder
-
Returns true
if entity is to be GZIP compressed, false
otherwise.
- isIPv4Address(String) - Static method in class org.apache.http.conn.util.InetAddressUtils
-
Checks whether the parameter is a valid IPv4 address
- isIPv4MappedIPv64Address(String) - Static method in class org.apache.http.conn.util.InetAddressUtils
-
- isIPv6Address(String) - Static method in class org.apache.http.conn.util.InetAddressUtils
-
Checks whether the parameter is a valid IPv6 address (including compressed).
- isIPv6HexCompressedAddress(String) - Static method in class org.apache.http.conn.util.InetAddressUtils
-
Checks whether the parameter is a valid compressed IPv6 address
- isIPv6StdAddress(String) - Static method in class org.apache.http.conn.util.InetAddressUtils
-
Checks whether the parameter is a valid standard (non-compressed) IPv6 address
- isLayered() - Method in class org.apache.http.conn.routing.HttpRoute
-
- isLayered() - Method in interface org.apache.http.conn.routing.RouteInfo
-
Checks whether this route includes a layered protocol.
- isLayered() - Method in class org.apache.http.conn.routing.RouteTracker
-
- isLayered() - Method in class org.apache.http.conn.scheme.Scheme
-
Deprecated.
Indicates whether this scheme allows for layered connections.
- isMarkedReusable() - Method in interface org.apache.http.conn.ManagedClientConnection
-
Deprecated.
Indicates whether this connection is in a reusable communication state.
- isMarkedReusable() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- isMarkedReusable() - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- isNormalizeUri() - Method in class org.apache.http.client.config.RequestConfig
-
Determines whether client should normalize URIs in requests or not.
- isOpaque() - Method in class org.apache.http.client.utils.URIBuilder
-
- isOpen() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- isOpen() - Method in class org.apache.http.impl.conn.CPoolProxy
-
- isOpen() - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- isPathEmpty() - Method in class org.apache.http.client.utils.URIBuilder
-
- isPersistent() - Method in interface org.apache.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.http.impl.cookie.BasicClientCookie
-
Returns false
if the cookie should be discarded at the end
of the "session"; true
otherwise.
- isPersistent() - Method in class org.apache.http.impl.cookie.BasicClientCookie2
-
- isProxy() - Method in class org.apache.http.impl.auth.AuthSchemeBase
-
Returns true
if authenticating against a proxy, false
otherwise.
- isQueryEmpty() - Method in class org.apache.http.client.utils.URIBuilder
-
- isQuoteEnclosed(String) - Static method in class org.apache.http.impl.cookie.BrowserCompatSpec
-
Deprecated.
- isReadAllowed() - Method in class org.apache.http.conn.EofSensorInputStream
-
Checks whether the underlying stream can be read from.
- isRedirectable(String) - Method in class org.apache.http.impl.client.DefaultRedirectStrategy
-
- isRedirected(HttpRequest, HttpResponse, HttpContext) - Method in interface org.apache.http.client.RedirectStrategy
-
Determines if a request should be redirected to a new location
given the response from the target server.
- isRedirected(HttpRequest, HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultRedirectStrategy
-
- isRedirected(HttpRequest, HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultRedirectStrategyAdaptor
-
Deprecated.
- isRedirecting(HttpParams) - Static method in class org.apache.http.client.params.HttpClientParams
-
Deprecated.
- isRedirectRequested(HttpResponse, HttpContext) - Method in interface org.apache.http.client.RedirectHandler
-
Deprecated.
Determines if a request should be redirected to a new location
given the response from the target server.
- isRedirectRequested(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultRedirectHandler
-
Deprecated.
- isRedirectsEnabled() - Method in class org.apache.http.client.config.RequestConfig
-
Determines whether redirects should be handled automatically.
- isRelativeRedirectsAllowed() - Method in class org.apache.http.client.config.RequestConfig
-
Determines whether relative redirects should be rejected.
- isReleased() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- isReleased() - Method in class org.apache.http.impl.execchain.ConnectionHolder
-
- isRepeatable() - Method in class org.apache.http.conn.BasicManagedEntity
-
Deprecated.
- isRepeatable() - Method in class org.apache.http.impl.client.EntityEnclosingRequestWrapper
-
Deprecated.
- isRepeatable() - Method in class org.apache.http.impl.client.RequestWrapper
-
Deprecated.
- isRepeatable(HttpRequest) - Static method in class org.apache.http.impl.execchain.RequestEntityProxy
-
- isRepeatable() - Method in class org.apache.http.impl.execchain.RequestEntityProxy
-
- isRepeatable() - Method in class org.apache.http.impl.execchain.ResponseEntityProxy
-
- isRequestSentRetryEnabled() - Method in class org.apache.http.impl.client.DefaultHttpRequestRetryHandler
-
- isResponseAvailable(int) - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- isResponseAvailable(int) - Method in class org.apache.http.impl.conn.CPoolProxy
-
- isResponseAvailable(int) - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- isReusable() - Method in class org.apache.http.impl.execchain.ConnectionHolder
-
- isRouteComplete() - Method in class org.apache.http.impl.conn.CPoolEntry
-
- isRunning() - Method in class org.apache.http.impl.client.IdleConnectionEvictor
-
- isSecure() - Method in interface org.apache.http.conn.HttpRoutedConnection
-
Deprecated.
Indicates whether this connection is secure.
- isSecure() - Method in interface org.apache.http.conn.ManagedClientConnection
-
Deprecated.
Indicates whether this connection is secure.
- isSecure(Socket) - Method in class org.apache.http.conn.MultihomePlainSocketFactory
-
Deprecated.
Checks whether a socket connection is secure.
- isSecure() - Method in interface org.apache.http.conn.OperatedClientConnection
-
Deprecated.
Indicates whether this connection is secure.
- isSecure() - Method in class org.apache.http.conn.routing.HttpRoute
-
- isSecure() - Method in interface org.apache.http.conn.routing.RouteInfo
-
Checks whether this route is secure.
- isSecure() - Method in class org.apache.http.conn.routing.RouteTracker
-
- isSecure(Socket) - Method in class org.apache.http.conn.scheme.PlainSocketFactory
-
Deprecated.
Checks whether a socket connection is secure.
- isSecure(Socket) - Method in class org.apache.http.conn.scheme.SchemeLayeredSocketFactoryAdaptor2
-
Deprecated.
- isSecure(Socket) - Method in interface org.apache.http.conn.scheme.SchemeSocketFactory
-
Deprecated.
Checks whether a socket provides a secure connection.
- isSecure(Socket) - Method in class org.apache.http.conn.scheme.SchemeSocketFactoryAdaptor
-
Deprecated.
- isSecure(Socket) - Method in interface org.apache.http.conn.scheme.SocketFactory
-
Deprecated.
Checks whether a socket provides a secure connection.
- isSecure(Socket) - Method in class org.apache.http.conn.scheme.SocketFactoryAdaptor
-
Deprecated.
- isSecure(Socket) - Method in class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
Checks whether a socket connection is secure.
- isSecure() - Method in interface org.apache.http.cookie.Cookie
-
Indicates whether this cookie requires a secure connection.
- isSecure() - Method in class org.apache.http.cookie.CookieOrigin
-
- isSecure() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- isSecure() - Method in class org.apache.http.impl.conn.DefaultClientConnection
-
Deprecated.
- isSecure() - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- isSecure - Variable in class org.apache.http.impl.cookie.BasicClientCookie
-
My secure flag.
- isSecure() - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
- isSelfClosed() - Method in class org.apache.http.conn.EofSensorInputStream
-
- isShutdown - Variable in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
-
- isShutDown - Variable in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- isShutDown - Variable in class org.apache.http.impl.conn.SingleClientConnManager
-
Deprecated.
Indicates whether this connection manager is shut down.
- isShutDown - Variable in class org.apache.http.impl.conn.tsccm.AbstractConnPool
-
Deprecated.
Indicates whether this pool is shut down.
- isSpecialDomain(String) - Static method in class org.apache.http.impl.cookie.NetscapeDomainHandler
-
Checks if the given domain is in one of the seven special
top level domains defined by the Netscape cookie specification.
- isStale() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- isStale() - Method in class org.apache.http.impl.conn.CPoolProxy
-
- isStale() - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- isStaleConnectionCheckEnabled() - Method in class org.apache.http.client.config.RequestConfig
-
- isStreaming() - Method in class org.apache.http.impl.execchain.RequestEntityProxy
-
- isStripPort() - Method in class org.apache.http.impl.auth.KerberosSchemeFactory
-
- isStripPort() - Method in class org.apache.http.impl.auth.NegotiateSchemeFactory
-
Deprecated.
- isStripPort() - Method in class org.apache.http.impl.auth.SPNegoSchemeFactory
-
- issuedConnections - Variable in class org.apache.http.impl.conn.tsccm.AbstractConnPool
-
Deprecated.
- isTrusted(X509Certificate[], String) - Method in class org.apache.http.conn.ssl.TrustAllStrategy
-
- isTrusted(X509Certificate[], String) - Method in class org.apache.http.conn.ssl.TrustSelfSignedStrategy
-
- isTunnelled() - Method in class org.apache.http.conn.routing.HttpRoute
-
- isTunnelled() - Method in interface org.apache.http.conn.routing.RouteInfo
-
Checks whether this route is tunnelled through a proxy.
- isTunnelled() - Method in class org.apache.http.conn.routing.RouteTracker
-
- isUnused() - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
-
Deprecated.
Indicates whether this pool is unused.
- isUpper(char) - Static method in class org.apache.http.conn.util.DnsUtils
-
- isUseCanonicalHostname() - Method in class org.apache.http.impl.auth.KerberosSchemeFactory
-
- isUseCanonicalHostname() - Method in class org.apache.http.impl.auth.SPNegoSchemeFactory
-
- isValid() - Method in class org.apache.http.auth.AuthState
-
- isWeakCipherSuite(String) - Static method in class org.apache.http.conn.ssl.SSLConnectionSocketFactory
-
- MAGIC_TLS_SERVER_ENDPOINT - Static variable in class org.apache.http.impl.auth.NTLMEngineImpl
-
- MainClientExec - Class in org.apache.http.impl.execchain
-
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.http.impl.execchain.MainClientExec
-
- MainClientExec(HttpRequestExecutor, HttpClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, AuthenticationStrategy, AuthenticationStrategy, UserTokenHandler) - Constructor for class org.apache.http.impl.execchain.MainClientExec
-
- makeRandomChallenge(Random) - Static method in class org.apache.http.impl.auth.NTLMEngineImpl
-
Calculate a challenge block
- makeSecondaryKey(Random) - Static method in class org.apache.http.impl.auth.NTLMEngineImpl
-
Calculate a 16-byte secondary key
- MalformedChallengeException - Exception in org.apache.http.auth
-
Signals that authentication challenge is in some way invalid or
illegal in the given context
- MalformedChallengeException() - Constructor for exception org.apache.http.auth.MalformedChallengeException
-
Creates a new MalformedChallengeException with a null
detail message.
- MalformedChallengeException(String) - Constructor for exception org.apache.http.auth.MalformedChallengeException
-
Creates a new MalformedChallengeException with the specified message.
- MalformedChallengeException(String, Throwable) - Constructor for exception org.apache.http.auth.MalformedChallengeException
-
Creates a new MalformedChallengeException with the specified detail message and cause.
- MalformedCookieException - Exception in org.apache.http.cookie
-
Signals that a cookie is in some way invalid or illegal in a given
context
- MalformedCookieException() - Constructor for exception org.apache.http.cookie.MalformedCookieException
-
Creates a new MalformedCookieException with a null
detail message.
- MalformedCookieException(String) - Constructor for exception org.apache.http.cookie.MalformedCookieException
-
Creates a new MalformedCookieException with a specified message string.
- MalformedCookieException(String, Throwable) - Constructor for exception org.apache.http.cookie.MalformedCookieException
-
Creates a new MalformedCookieException with the specified detail message and cause.
- ManagedClientConnection - Interface in org.apache.http.conn
-
- ManagedClientConnectionImpl - Class in org.apache.http.impl.conn
-
- ManagedClientConnectionImpl(ClientConnectionManager, ClientConnectionOperator, HttpPoolEntry) - Constructor for class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- managedConn - Variable in class org.apache.http.conn.BasicEofSensorWatcher
-
Deprecated.
The connection to auto-release.
- managedConn - Variable in class org.apache.http.conn.BasicManagedEntity
-
Deprecated.
The connection to release.
- managedConn - Variable in class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
The currently allocated connection.
- managedConn - Variable in class org.apache.http.impl.conn.SingleClientConnManager
-
Deprecated.
The currently issued managed connection, if any.
- managedConn - Variable in class org.apache.http.impl.execchain.ConnectionHolder
-
- ManagedHttpClientConnection - Interface in org.apache.http.conn
-
Represents a managed connection whose state and life cycle is managed by
a connection manager.
- ManagedHttpClientConnectionFactory - Class in org.apache.http.impl.conn
-
- ManagedHttpClientConnectionFactory(HttpMessageWriterFactory<HttpRequest>, HttpMessageParserFactory<HttpResponse>, ContentLengthStrategy, ContentLengthStrategy) - Constructor for class org.apache.http.impl.conn.ManagedHttpClientConnectionFactory
-
- ManagedHttpClientConnectionFactory(HttpMessageWriterFactory<HttpRequest>, HttpMessageParserFactory<HttpResponse>) - Constructor for class org.apache.http.impl.conn.ManagedHttpClientConnectionFactory
-
- ManagedHttpClientConnectionFactory(HttpMessageParserFactory<HttpResponse>) - Constructor for class org.apache.http.impl.conn.ManagedHttpClientConnectionFactory
-
- ManagedHttpClientConnectionFactory() - Constructor for class org.apache.http.impl.conn.ManagedHttpClientConnectionFactory
-
- manager - Variable in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- manager - Variable in class org.apache.http.impl.execchain.ConnectionHolder
-
- map - Variable in class org.apache.http.impl.client.BasicAuthCache
-
- mark(int) - Method in class org.apache.http.client.entity.DeflateInputStream
-
Mark.
- mark(int) - Method in class org.apache.http.impl.conn.LoggingInputStream
-
- markedReusable - Variable in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
The reusability marker.
- markNonReusable() - Method in class org.apache.http.impl.execchain.ConnectionHolder
-
- markReusable() - Method in interface org.apache.http.conn.ManagedClientConnection
-
Deprecated.
Marks this connection as being in a reusable communication state.
- markReusable() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- markReusable() - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- markReusable() - Method in class org.apache.http.impl.execchain.ConnectionHolder
-
- markRouteComplete() - Method in class org.apache.http.impl.conn.CPoolEntry
-
- markSupported() - Method in class org.apache.http.client.entity.DeflateInputStream
-
Check if mark is supported.
- markSupported() - Method in class org.apache.http.client.entity.LazyDecompressingInputStream
-
- markSupported() - Method in class org.apache.http.impl.conn.LoggingInputStream
-
- match(AuthScope) - Method in class org.apache.http.auth.AuthScope
-
Tests if the authentication scopes match.
- match(DomainType, DomainType) - Static method in class org.apache.http.conn.util.PublicSuffixMatcher
-
- match(Cookie, CookieOrigin) - Method in interface org.apache.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.http.cookie.CookieSpec
-
Determines if a Cookie matches the target location.
- match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.AbstractCookieAttributeHandler
-
- match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.BasicDomainHandler
-
- match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.BasicPathHandler
-
- match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.BasicSecureHandler
-
- match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.CookieSpecBase
-
- match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.DefaultCookieSpec
-
- match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.IgnoreSpec
-
- match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.NetscapeDomainHandler
-
- match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.PublicSuffixDomainFilter
-
Never matches if the cookie's domain is from the blacklist.
- match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.PublicSuffixFilter
-
Deprecated.
Never matches if the cookie's domain is from the blacklist.
- match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2109DomainHandler
-
- match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965CommentUrlAttributeHandler
-
- match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965DiscardAttributeHandler
-
- match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965DomainAttributeHandler
-
Match cookie domain attribute.
- match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965PortAttributeHandler
-
Match cookie port attribute.
- match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965Spec
-
- match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965VersionAttributeHandler
-
- match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC6265CookieSpec
-
- matchCN(String, String, PublicSuffixMatcher) - Static method in class org.apache.http.conn.ssl.DefaultHostnameVerifier
-
- matchCredentials(Map<AuthScope, Credentials>, AuthScope) - Static method in class org.apache.http.impl.client.BasicCredentialsProvider
-
Find matching
credentials
for the given authentication scope.
- matchDNSName(String, List<SubjectName>, PublicSuffixMatcher) - Static method in class org.apache.http.conn.ssl.DefaultHostnameVerifier
-
- matchDomainRoot(String, String) - Static method in class org.apache.http.conn.ssl.DefaultHostnameVerifier
-
- matcher - Variable in class org.apache.http.impl.cookie.PublicSuffixFilter
-
Deprecated.
- matches(String) - Method in class org.apache.http.conn.util.PublicSuffixMatcher
-
Tests whether the given domain matches any of entry from the public suffix list.
- matches(String, DomainType) - Method in class org.apache.http.conn.util.PublicSuffixMatcher
-
Tests whether the given domain matches any of entry from the public suffix list.
- matchIdentity(String, String, boolean) - Static method in class org.apache.http.conn.ssl.AbstractVerifier
-
Deprecated.
- matchIdentity(String, String, PublicSuffixMatcher, DomainType, boolean) - Static method in class org.apache.http.conn.ssl.DefaultHostnameVerifier
-
- matchIdentity(String, String, PublicSuffixMatcher) - Static method in class org.apache.http.conn.ssl.DefaultHostnameVerifier
-
- matchIdentity(String, String) - Static method in class org.apache.http.conn.ssl.DefaultHostnameVerifier
-
- matchIdentity(String, String, PublicSuffixMatcher, DomainType) - Static method in class org.apache.http.conn.ssl.DefaultHostnameVerifier
-
- matchIdentityStrict(String, String, PublicSuffixMatcher) - Static method in class org.apache.http.conn.ssl.DefaultHostnameVerifier
-
- matchIdentityStrict(String, String) - Static method in class org.apache.http.conn.ssl.DefaultHostnameVerifier
-
- matchIdentityStrict(String, String, PublicSuffixMatcher, DomainType) - Static method in class org.apache.http.conn.ssl.DefaultHostnameVerifier
-
- matchIPAddress(String, List<SubjectName>) - Static method in class org.apache.http.conn.ssl.DefaultHostnameVerifier
-
- matchIPv6Address(String, List<SubjectName>) - Static method in class org.apache.http.conn.ssl.DefaultHostnameVerifier
-
- MAX_AGE_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
-
- MAX_AGE_PATTERN - Static variable in class org.apache.http.impl.cookie.LaxMaxAgeHandler
-
- MAX_COLON_COUNT - Static variable in class org.apache.http.conn.util.InetAddressUtils
-
- MAX_CONNECTIONS_PER_ROUTE - Static variable in interface org.apache.http.conn.params.ConnManagerPNames
-
Deprecated.
Defines the maximum number of connections per route.
- MAX_REDIRECTS - Static variable in interface org.apache.http.client.params.ClientPNames
-
Deprecated.
Defines the maximum number of redirects to be followed.
- MAX_STATUS_LINE_GARBAGE - Static variable in interface org.apache.http.conn.params.ConnConnectionPNames
-
- MAX_TOTAL_CONNECTIONS - Static variable in interface org.apache.http.conn.params.ConnManagerPNames
-
Deprecated.
Defines the maximum number of connections in total.
- maxConnPerRoute - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- maxConnTotal - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- maxEntries - Variable in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
-
Deprecated.
- maxGarbageLines - Variable in class org.apache.http.impl.conn.DefaultResponseParser
-
Deprecated.
- maxIdleTime - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- maxIdleTimeMs - Variable in class org.apache.http.impl.client.IdleConnectionEvictor
-
- maxIdleTimeUnit - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- maxPerHostMap - Variable in class org.apache.http.conn.params.ConnPerRouteBean
-
Deprecated.
- maxRedirects - Variable in class org.apache.http.client.config.RequestConfig.Builder
-
- maxRedirects - Variable in class org.apache.http.client.config.RequestConfig
-
- maxRedirects - Variable in class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
- maxRetries - Variable in class org.apache.http.impl.client.DefaultServiceUnavailableRetryStrategy
-
Maximum number of allowed retries if the server responds with a HTTP code
in our retry code list.
- maxTotalConnections - Variable in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
- MD4() - Constructor for class org.apache.http.impl.auth.NTLMEngineImpl.MD4
-
- md5 - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.HMACMD5
-
- messageContents - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
The current response
- method - Variable in class org.apache.http.client.methods.HttpRequestWrapper
-
- method - Variable in class org.apache.http.client.methods.RequestBuilder.InternalEntityEclosingRequest
-
- method - Variable in class org.apache.http.client.methods.RequestBuilder.InternalRequest
-
- method - Variable in class org.apache.http.client.methods.RequestBuilder
-
- method - Variable in class org.apache.http.impl.client.RequestWrapper
-
Deprecated.
- METHOD_NAME - Static variable in class org.apache.http.client.methods.HttpDelete
-
- METHOD_NAME - Static variable in class org.apache.http.client.methods.HttpGet
-
- METHOD_NAME - Static variable in class org.apache.http.client.methods.HttpHead
-
- METHOD_NAME - Static variable in class org.apache.http.client.methods.HttpOptions
-
- METHOD_NAME - Static variable in class org.apache.http.client.methods.HttpPatch
-
- METHOD_NAME - Static variable in class org.apache.http.client.methods.HttpPost
-
- METHOD_NAME - Static variable in class org.apache.http.client.methods.HttpPut
-
- METHOD_NAME - Static variable in class org.apache.http.client.methods.HttpTrace
-
- metrics - Variable in class org.apache.http.impl.client.FutureRequestExecutionService
-
- metrics() - Method in class org.apache.http.impl.client.FutureRequestExecutionService
-
- metrics - Variable in class org.apache.http.impl.client.HttpRequestTaskCallable
-
- MinimalClientExec - Class in org.apache.http.impl.execchain
-
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.http.impl.execchain.MinimalClientExec
-
- MinimalHttpClient - Class in org.apache.http.impl.client
-
Internal class.
- MinimalHttpClient(HttpClientConnectionManager) - Constructor for class org.apache.http.impl.client.MinimalHttpClient
-
- MISUSE_MESSAGE - Static variable in class org.apache.http.impl.conn.BasicClientConnectionManager
-
Deprecated.
The message to be logged on multiple allocation.
- MISUSE_MESSAGE - Static variable in class org.apache.http.impl.conn.SingleClientConnManager
-
Deprecated.
The message to be logged on multiple allocation.
- mode - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.Handle
-
- Mode() - Constructor for enum org.apache.http.impl.auth.NTLMEngineImpl.Mode
-
- MONTH_PATTERN - Static variable in class org.apache.http.impl.cookie.LaxExpiresHandler
-
- MONTHS - Static variable in class org.apache.http.impl.cookie.LaxExpiresHandler
-
- MSV_AV_CHANNEL_BINDINGS - Static variable in class org.apache.http.impl.auth.NTLMEngineImpl
-
- MSV_AV_DNS_COMPUTER_NAME - Static variable in class org.apache.http.impl.auth.NTLMEngineImpl
-
- MSV_AV_DNS_DOMAIN_NAME - Static variable in class org.apache.http.impl.auth.NTLMEngineImpl
-
- MSV_AV_DNS_TREE_NAME - Static variable in class org.apache.http.impl.auth.NTLMEngineImpl
-
- MSV_AV_EOL - Static variable in class org.apache.http.impl.auth.NTLMEngineImpl
-
- MSV_AV_FLAGS - Static variable in class org.apache.http.impl.auth.NTLMEngineImpl
-
- MSV_AV_FLAGS_ACCOUNT_AUTH_CONSTAINED - Static variable in class org.apache.http.impl.auth.NTLMEngineImpl
-
- MSV_AV_FLAGS_MIC - Static variable in class org.apache.http.impl.auth.NTLMEngineImpl
-
- MSV_AV_FLAGS_UNTRUSTED_TARGET_SPN - Static variable in class org.apache.http.impl.auth.NTLMEngineImpl
-
- MSV_AV_NB_COMPUTER_NAME - Static variable in class org.apache.http.impl.auth.NTLMEngineImpl
-
- MSV_AV_NB_DOMAIN_NAME - Static variable in class org.apache.http.impl.auth.NTLMEngineImpl
-
- MSV_AV_SINGLE_HOST - Static variable in class org.apache.http.impl.auth.NTLMEngineImpl
-
- MSV_AV_TARGET_NAME - Static variable in class org.apache.http.impl.auth.NTLMEngineImpl
-
- MSV_AV_TIMESTAMP - Static variable in class org.apache.http.impl.auth.NTLMEngineImpl
-
- MultihomePlainSocketFactory - Class in org.apache.http.conn
-
- MultihomePlainSocketFactory() - Constructor for class org.apache.http.conn.MultihomePlainSocketFactory
-
Deprecated.
Restricted default constructor.
- mutableProcessor - Variable in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- name - Variable in class org.apache.http.conn.scheme.Scheme
-
Deprecated.
The name of this scheme, in lowercase.
- name - Variable in class org.apache.http.impl.cookie.BasicClientCookie
-
Cookie name
- NAME_VALUE_SEPARATOR - Static variable in class org.apache.http.client.utils.URLEncodedUtils
-
- nameResolver - Variable in class org.apache.http.conn.scheme.PlainSocketFactory
-
Deprecated.
- nameResolver - Variable in class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- needAuthentication(AuthState, AuthState, HttpRoute, HttpResponse, HttpClientContext) - Method in class org.apache.http.impl.execchain.MainClientExec
-
- NegotiateScheme - Class in org.apache.http.impl.auth
-
- NegotiateScheme(SpnegoTokenGenerator, boolean) - Constructor for class org.apache.http.impl.auth.NegotiateScheme
-
Deprecated.
Default constructor for the Negotiate authentication scheme.
- NegotiateScheme(SpnegoTokenGenerator) - Constructor for class org.apache.http.impl.auth.NegotiateScheme
-
Deprecated.
- NegotiateScheme() - Constructor for class org.apache.http.impl.auth.NegotiateScheme
-
Deprecated.
- NegotiateSchemeFactory - Class in org.apache.http.impl.auth
-
- NegotiateSchemeFactory(SpnegoTokenGenerator, boolean) - Constructor for class org.apache.http.impl.auth.NegotiateSchemeFactory
-
Deprecated.
- NegotiateSchemeFactory(SpnegoTokenGenerator) - Constructor for class org.apache.http.impl.auth.NegotiateSchemeFactory
-
Deprecated.
- NegotiateSchemeFactory() - Constructor for class org.apache.http.impl.auth.NegotiateSchemeFactory
-
Deprecated.
- NETSCAPE - Static variable in class org.apache.http.client.config.CookieSpecs
-
The Netscape cookie draft compliant policy.
- NETSCAPE - Static variable in class org.apache.http.client.params.CookiePolicy
-
Deprecated.
The Netscape cookie draft compliant policy.
- NetscapeDomainHandler - Class in org.apache.http.impl.cookie
-
- NetscapeDomainHandler() - Constructor for class org.apache.http.impl.cookie.NetscapeDomainHandler
-
- netscapeDraft - Variable in class org.apache.http.impl.cookie.DefaultCookieSpec
-
- NetscapeDraftHeaderParser - Class in org.apache.http.impl.cookie
-
- NetscapeDraftHeaderParser() - Constructor for class org.apache.http.impl.cookie.NetscapeDraftHeaderParser
-
- NetscapeDraftSpec - Class in org.apache.http.impl.cookie
-
This
CookieSpec
implementation conforms to
the original draft specification published by Netscape Communications.
- NetscapeDraftSpec(String[]) - Constructor for class org.apache.http.impl.cookie.NetscapeDraftSpec
-
Default constructor
- NetscapeDraftSpec(CommonCookieAttributeHandler...) - Constructor for class org.apache.http.impl.cookie.NetscapeDraftSpec
-
- NetscapeDraftSpec() - Constructor for class org.apache.http.impl.cookie.NetscapeDraftSpec
-
- NetscapeDraftSpecFactory - Class in org.apache.http.impl.cookie
-
- NetscapeDraftSpecFactory(String[]) - Constructor for class org.apache.http.impl.cookie.NetscapeDraftSpecFactory
-
Deprecated.
- NetscapeDraftSpecFactory() - Constructor for class org.apache.http.impl.cookie.NetscapeDraftSpecFactory
-
Deprecated.
- NetscapeDraftSpecProvider - Class in org.apache.http.impl.cookie
-
- NetscapeDraftSpecProvider(String[]) - Constructor for class org.apache.http.impl.cookie.NetscapeDraftSpecProvider
-
- NetscapeDraftSpecProvider() - Constructor for class org.apache.http.impl.cookie.NetscapeDraftSpecProvider
-
- newInstance(HttpParams) - Method in interface org.apache.http.auth.AuthSchemeFactory
-
Deprecated.
Creates an instance of
AuthScheme
using given HTTP parameters.
- newInstance(HttpParams, SchemeRegistry) - Method in interface org.apache.http.conn.ClientConnectionManagerFactory
-
Deprecated.
- newInstance(HttpParams) - Method in interface org.apache.http.cookie.CookieSpecFactory
-
Deprecated.
Creates an instance of
CookieSpec
using given HTTP parameters.
- newInstance(HttpParams) - Method in class org.apache.http.impl.auth.BasicSchemeFactory
-
- newInstance(HttpParams) - Method in class org.apache.http.impl.auth.DigestSchemeFactory
-
- newInstance(HttpParams) - Method in class org.apache.http.impl.auth.KerberosSchemeFactory
-
- newInstance(HttpParams) - Method in class org.apache.http.impl.auth.NegotiateSchemeFactory
-
Deprecated.
- newInstance(HttpParams) - Method in class org.apache.http.impl.auth.NTLMSchemeFactory
-
- newInstance(HttpParams) - Method in class org.apache.http.impl.auth.SPNegoSchemeFactory
-
- newInstance(HttpParams) - Method in class org.apache.http.impl.cookie.BestMatchSpecFactory
-
Deprecated.
- newInstance(HttpParams) - Method in class org.apache.http.impl.cookie.BrowserCompatSpecFactory
-
Deprecated.
- newInstance(HttpParams) - Method in class org.apache.http.impl.cookie.IgnoreSpecFactory
-
Deprecated.
- newInstance(HttpParams) - Method in class org.apache.http.impl.cookie.NetscapeDraftSpecFactory
-
Deprecated.
- newInstance(HttpParams) - Method in class org.apache.http.impl.cookie.RFC2109SpecFactory
-
Deprecated.
- newInstance(HttpParams) - Method in class org.apache.http.impl.cookie.RFC2965SpecFactory
-
Deprecated.
- newProxy(HttpResponse) - Static method in class org.apache.http.impl.client.CloseableHttpResponseProxy
-
Deprecated.
- newProxy(CPoolEntry) - Static method in class org.apache.http.impl.conn.CPoolProxy
-
- newRouteSpecificPool(HttpRoute) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
Creates a new route-specific pool.
- newThread(Runnable) - Method in class org.apache.http.impl.client.IdleConnectionEvictor.DefaultThreadFactory
-
- newWaitingThread(Condition, RouteSpecificPool) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
Creates a new waiting thread.
- nextStep(RouteInfo, RouteInfo) - Method in class org.apache.http.conn.routing.BasicRouteDirector
-
Provides the next step.
- nextStep(RouteInfo, RouteInfo) - Method in interface org.apache.http.conn.routing.HttpRouteDirector
-
Provides the next step.
- nextThread() - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
-
Deprecated.
Returns the next thread in the queue.
- NO_FLAGS - Static variable in class org.apache.http.client.utils.URIUtils
-
Empty set of uri flags.
- NO_HOST - Static variable in class org.apache.http.conn.params.ConnRouteParams
-
Deprecated.
A special value indicating "no host".
- NO_ROUTE - Static variable in class org.apache.http.conn.params.ConnRouteParams
-
Deprecated.
A special value indicating "no route".
- NonRepeatableRequestException - Exception in org.apache.http.client
-
Signals failure to retry the request due to non-repeatable request
entity.
- NonRepeatableRequestException() - Constructor for exception org.apache.http.client.NonRepeatableRequestException
-
Creates a new NonRepeatableEntityException with a null
detail message.
- NonRepeatableRequestException(String) - Constructor for exception org.apache.http.client.NonRepeatableRequestException
-
Creates a new NonRepeatableEntityException with the specified detail message.
- NonRepeatableRequestException(String, Throwable) - Constructor for exception org.apache.http.client.NonRepeatableRequestException
-
Creates a new NonRepeatableEntityException with the specified detail message.
- nonRetriableClasses - Variable in class org.apache.http.impl.client.DefaultHttpRequestRetryHandler
-
- NoopHostnameVerifier - Class in org.apache.http.conn.ssl
-
The NO_OP HostnameVerifier essentially turns hostname verification
off.
- NoopHostnameVerifier() - Constructor for class org.apache.http.conn.ssl.NoopHostnameVerifier
-
- NoopUserTokenHandler - Class in org.apache.http.impl.client
-
- NoopUserTokenHandler() - Constructor for class org.apache.http.impl.client.NoopUserTokenHandler
-
- normaliseAddress(String) - Static method in class org.apache.http.conn.ssl.DefaultHostnameVerifier
-
- NORMALIZE - Static variable in class org.apache.http.client.utils.URIUtils
-
- normalize(HttpHost) - Static method in class org.apache.http.conn.routing.HttpRoute
-
- normalize(String) - Static method in class org.apache.http.conn.util.DnsUtils
-
- normalizePath(String, boolean) - Static method in class org.apache.http.client.utils.URIBuilder
-
- normalizePath(Cookie) - Method in class org.apache.http.cookie.CookiePathComparator
-
- normalizeSyntax(URI) - Static method in class org.apache.http.client.utils.URIUtils
-
Removes dot segments according to RFC 3986, section 5.2.4 and
Syntax-Based Normalization according to RFC 3986, section 6.2.2.
- normalizeUri - Variable in class org.apache.http.client.config.RequestConfig.Builder
-
- normalizeUri - Variable in class org.apache.http.client.config.RequestConfig
-
- notifyWaitingThread(RouteSpecificPool) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
Notifies a waiting thread that a connection is available.
- nounceCount - Variable in class org.apache.http.impl.auth.DigestScheme
-
- NTCredentials - Class in org.apache.http.auth
-
Credentials
implementation for Microsoft Windows platforms that includes
Windows specific attributes such as name of the domain the user belongs to.
- NTCredentials(String) - Constructor for class org.apache.http.auth.NTCredentials
-
- NTCredentials(String, String, String, String) - Constructor for class org.apache.http.auth.NTCredentials
-
Constructor.
- NTLM - Static variable in class org.apache.http.client.config.AuthSchemes
-
The NTLM authentication scheme is a proprietary Microsoft Windows
authentication protocol as defined in [MS-NLMP].
- NTLM - Static variable in class org.apache.http.client.params.AuthPolicy
-
Deprecated.
The NTLM scheme is a proprietary Microsoft Windows Authentication
protocol (considered to be the most secure among currently supported
authentication schemes).
- ntlm2SessionResponse - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
- ntlm2SessionResponse(byte[], byte[], byte[]) - Static method in class org.apache.http.impl.auth.NTLMEngineImpl
-
Calculates the NTLM2 Session Response for the given challenge, using the
specified password and client challenge.
- ntlm2SessionResponseUserSessionKey - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
- NTLMEngine - Interface in org.apache.http.impl.auth
-
Abstract NTLM authentication engine.
- NTLMEngineException - Exception in org.apache.http.impl.auth
-
Signals NTLM protocol failure.
- NTLMEngineException() - Constructor for exception org.apache.http.impl.auth.NTLMEngineException
-
- NTLMEngineException(String) - Constructor for exception org.apache.http.impl.auth.NTLMEngineException
-
Creates a new NTLMEngineException with the specified message.
- NTLMEngineException(String, Throwable) - Constructor for exception org.apache.http.impl.auth.NTLMEngineException
-
Creates a new NTLMEngineException with the specified detail message and cause.
- NTLMEngineImpl - Class in org.apache.http.impl.auth
-
Provides an implementation for NTLMv1, NTLMv2, and NTLM2 Session forms of the NTLM
authentication protocol.
- NTLMEngineImpl() - Constructor for class org.apache.http.impl.auth.NTLMEngineImpl
-
- NTLMEngineImpl.CipherGen - Class in org.apache.http.impl.auth
-
- NTLMEngineImpl.Handle - Class in org.apache.http.impl.auth
-
- NTLMEngineImpl.HMACMD5 - Class in org.apache.http.impl.auth
-
Cryptography support - HMACMD5 - algorithmically based on various web
resources by Karl Wright
- NTLMEngineImpl.MD4 - Class in org.apache.http.impl.auth
-
Cryptography support - MD4.
- NTLMEngineImpl.Mode - Enum in org.apache.http.impl.auth
-
- NTLMEngineImpl.NTLMMessage - Class in org.apache.http.impl.auth
-
NTLM message generation, base class
- NTLMEngineImpl.Type1Message - Class in org.apache.http.impl.auth
-
Type 1 message assembly class
- NTLMEngineImpl.Type2Message - Class in org.apache.http.impl.auth
-
Type 2 message class
- NTLMEngineImpl.Type3Message - Class in org.apache.http.impl.auth
-
Type 3 message assembly class
- ntlmHash - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
- ntlmHash(String) - Static method in class org.apache.http.impl.auth.NTLMEngineImpl
-
Creates the NTLM Hash of the user's password.
- NTLMMessage() - Constructor for class org.apache.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Constructor to use when message contents are not yet known
- NTLMMessage(String, int) - Constructor for class org.apache.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Constructor taking a string
- NTLMMessage(byte[], int) - Constructor for class org.apache.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Constructor to use when message bytes are known
- ntlmResponse - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
- NTLMScheme - Class in org.apache.http.impl.auth
-
NTLM is a proprietary authentication scheme developed by Microsoft
and optimized for Windows platforms.
- NTLMScheme(NTLMEngine) - Constructor for class org.apache.http.impl.auth.NTLMScheme
-
- NTLMScheme() - Constructor for class org.apache.http.impl.auth.NTLMScheme
-
- NTLMScheme.State - Enum in org.apache.http.impl.auth
-
- NTLMSchemeFactory - Class in org.apache.http.impl.auth
-
- NTLMSchemeFactory() - Constructor for class org.apache.http.impl.auth.NTLMSchemeFactory
-
- ntlmUserSessionKey - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
- ntlmv2Blob - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
- ntlmv2Hash - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
- ntlmv2Hash(String, String, byte[]) - Static method in class org.apache.http.impl.auth.NTLMEngineImpl
-
Creates the NTLMv2 Hash of the user's password.
- ntlmv2Response - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
- ntlmv2UserSessionKey - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
- ntname - Variable in class org.apache.http.auth.NTUserPrincipal
-
- ntResp - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.Type3Message
-
- NTUserPrincipal - Class in org.apache.http.auth
-
Microsoft Windows specific user principal implementation.
- NTUserPrincipal(String, String) - Constructor for class org.apache.http.auth.NTUserPrincipal
-
- NullBackoffStrategy - Class in org.apache.http.impl.client
-
- NullBackoffStrategy() - Constructor for class org.apache.http.impl.client.NullBackoffStrategy
-
- numConnections - Variable in class org.apache.http.impl.conn.tsccm.AbstractConnPool
-
Deprecated.
- numConnections - Variable in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
- numEntries - Variable in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
-
Deprecated.
The number of created entries.
- PARAM_DELIMITER - Static variable in class org.apache.http.impl.cookie.NetscapeDraftHeaderParser
-
- PARAM_DELIMITER - Static variable in class org.apache.http.impl.cookie.RFC6265CookieSpec
-
- parameters - Variable in class org.apache.http.client.entity.EntityBuilder
-
- parameters - Variable in class org.apache.http.client.methods.RequestBuilder
-
- params - Variable in class org.apache.http.impl.auth.RFC2617Scheme
-
- params - Variable in class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
The HTTP parameters.
- params - Variable in class org.apache.http.impl.client.MinimalHttpClient
-
- parse(URI, String) - Static method in class org.apache.http.client.utils.URLEncodedUtils
-
- parse(URI, Charset) - Static method in class org.apache.http.client.utils.URLEncodedUtils
-
Returns a list of NameValuePair
s URI query parameters.
- parse(HttpEntity) - Static method in class org.apache.http.client.utils.URLEncodedUtils
-
Returns a list of NameValuePairs
as parsed from an HttpEntity
.
- parse(List<NameValuePair>, Scanner, String) - Static method in class org.apache.http.client.utils.URLEncodedUtils
-
- parse(List<NameValuePair>, Scanner, String, String) - Static method in class org.apache.http.client.utils.URLEncodedUtils
-
- parse(String, Charset) - Static method in class org.apache.http.client.utils.URLEncodedUtils
-
Returns a list of NameValuePair
s URI query parameters.
- parse(String, Charset, char...) - Static method in class org.apache.http.client.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.http.client.utils.URLEncodedUtils
-
Returns a list of NameValuePair
s parameters.
- parse(Reader) - Method in class org.apache.http.conn.util.PublicSuffixListParser
-
Parses the public suffix list format.
- parse(SetCookie, String) - Method in interface org.apache.http.cookie.CookieAttributeHandler
-
Parse the given cookie attribute value and update the corresponding
Cookie
property.
- parse(Header, CookieOrigin) - Method in interface org.apache.http.cookie.CookieSpec
-
Parse the "Set-Cookie"
Header into an array of Cookies.
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.BasicCommentHandler
-
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.BasicDomainHandler
-
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.BasicExpiresHandler
-
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.BasicMaxAgeHandler
-
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.BasicPathHandler
-
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.BasicSecureHandler
-
- parse(Header, CookieOrigin) - Method in class org.apache.http.impl.cookie.BrowserCompatSpec
-
Deprecated.
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.BrowserCompatVersionAttributeHandler
-
Deprecated.
Parse cookie version attribute.
- parse(HeaderElement[], CookieOrigin) - Method in class org.apache.http.impl.cookie.CookieSpecBase
-
- parse(Header, CookieOrigin) - Method in class org.apache.http.impl.cookie.DefaultCookieSpec
-
- parse(Header, CookieOrigin) - Method in class org.apache.http.impl.cookie.IgnoreSpec
-
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.LaxExpiresHandler
-
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.LaxMaxAgeHandler
-
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.NetscapeDomainHandler
-
- parse(Header, CookieOrigin) - Method in class org.apache.http.impl.cookie.NetscapeDraftSpec
-
Parses the Set-Cookie value into an array of Cookie
s.
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.PublicSuffixDomainFilter
-
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.PublicSuffixFilter
-
Deprecated.
- parse(Reader) - Method in class org.apache.http.impl.cookie.PublicSuffixListParser
-
Deprecated.
Parses the public suffix list format.
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.RFC2109DomainHandler
-
- parse(Header, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2109Spec
-
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.RFC2109VersionHandler
-
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.RFC2965CommentUrlAttributeHandler
-
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.RFC2965DiscardAttributeHandler
-
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.RFC2965DomainAttributeHandler
-
Parse cookie domain attribute.
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.RFC2965PortAttributeHandler
-
Parse cookie port attribute.
- parse(Header, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965Spec
-
- parse(HeaderElement[], CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965Spec
-
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.RFC2965VersionAttributeHandler
-
Parse cookie version attribute.
- parse(Header, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC6265CookieSpec
-
- parseByType(Reader) - Method in class org.apache.http.conn.util.PublicSuffixListParser
-
Parses the public suffix list format by domain type (currently supported ICANN and PRIVATE).
- parseChallenge(CharArrayBuffer, int, int) - Method in class org.apache.http.impl.auth.AuthSchemeBase
-
- parseChallenge(CharArrayBuffer, int, int) - Method in class org.apache.http.impl.auth.GGSSchemeBase
-
- parseChallenge(CharArrayBuffer, int, int) - Method in class org.apache.http.impl.auth.NTLMScheme
-
- parseChallenge(CharArrayBuffer, int, int) - Method in class org.apache.http.impl.auth.RFC2617Scheme
-
- parseChallenges(Header[]) - Method in class org.apache.http.impl.client.AbstractAuthenticationHandler
-
Deprecated.
- parseDate(String) - Static method in class org.apache.http.client.utils.DateUtils
-
Parses a date value.
- parseDate(String, String[]) - Static method in class org.apache.http.client.utils.DateUtils
-
Parses the date value using the given date formats.
- parseDate(String, String[], Date) - Static method in class org.apache.http.client.utils.DateUtils
-
Parses the date value using the given date formats.
- parseDate(String) - Static method in class org.apache.http.impl.cookie.DateUtils
-
Deprecated.
Parses a date value.
- parseDate(String, String[]) - Static method in class org.apache.http.impl.cookie.DateUtils
-
Deprecated.
Parses the date value using the given date formats.
- parseDate(String, String[], Date) - Static method in class org.apache.http.impl.cookie.DateUtils
-
Deprecated.
Parses the date value using the given date formats.
- parseHead(SessionInputBuffer) - Method in class org.apache.http.impl.conn.DefaultHttpResponseParser
-
- parseHead(SessionInputBuffer) - Method in class org.apache.http.impl.conn.DefaultResponseParser
-
Deprecated.
- parseHeader(CharArrayBuffer, ParserCursor) - Method in class org.apache.http.impl.cookie.NetscapeDraftHeaderParser
-
- parseNameValuePair(CharArrayBuffer, ParserCursor) - Method in class org.apache.http.impl.cookie.NetscapeDraftHeaderParser
-
- parsePath(String, Charset) - Method in class org.apache.http.client.utils.URIBuilder
-
- parsePathSegments(CharSequence, Charset) - Static method in class org.apache.http.client.utils.URLEncodedUtils
-
Returns a list of URI path segments.
- parsePathSegments(CharSequence) - Static method in class org.apache.http.client.utils.URLEncodedUtils
-
Returns a list of URI path segments.
- parsePortAttribute(String) - Static method in class org.apache.http.impl.cookie.RFC2965PortAttributeHandler
-
Parses the given Port attribute value (e.g.
- parseQuery(String, Charset) - Method in class org.apache.http.client.utils.URIBuilder
-
- parser - Variable in class org.apache.http.impl.cookie.PublicSuffixListParser
-
Deprecated.
- password - Variable in class org.apache.http.auth.NTCredentials
-
Password
- password - Variable in class org.apache.http.auth.UsernamePasswordCredentials
-
- password - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
- patch() - Static method in class org.apache.http.client.methods.RequestBuilder
-
- patch(URI) - Static method in class org.apache.http.client.methods.RequestBuilder
-
- patch(String) - Static method in class org.apache.http.client.methods.RequestBuilder
-
- path - Variable in class org.apache.http.cookie.CookieOrigin
-
- PATH_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
-
- PATH_SEPARATOR - Static variable in class org.apache.http.client.utils.URLEncodedUtils
-
- PATH_SEPARATORS - Static variable in class org.apache.http.client.utils.URLEncodedUtils
-
- PATH_SPECIAL - Static variable in class org.apache.http.client.utils.URLEncodedUtils
-
- pathMatch(String, String) - Static method in class org.apache.http.impl.cookie.BasicPathHandler
-
- PATHSAFE - Static variable in class org.apache.http.client.utils.URLEncodedUtils
-
Characters which are safe to use in a path,
i.e.
- pathSegments - Variable in class org.apache.http.client.utils.URIBuilder
-
- PATTERN_ASCTIME - Static variable in class org.apache.http.client.utils.DateUtils
-
Date format pattern used to parse HTTP date headers in ANSI C
asctime()
format.
- PATTERN_ASCTIME - Static variable in class org.apache.http.impl.cookie.DateUtils
-
Deprecated.
Date format pattern used to parse HTTP date headers in ANSI C
asctime()
format.
- PATTERN_RFC1036 - Static variable in class org.apache.http.client.utils.DateUtils
-
Date format pattern used to parse HTTP date headers in RFC 1036 format.
- PATTERN_RFC1036 - Static variable in class org.apache.http.impl.cookie.DateUtils
-
Deprecated.
Date format pattern used to parse HTTP date headers in RFC 1036 format.
- PATTERN_RFC1123 - Static variable in class org.apache.http.client.utils.DateUtils
-
Date format pattern used to parse HTTP date headers in RFC 1123 format.
- PATTERN_RFC1123 - Static variable in class org.apache.http.impl.cookie.DateUtils
-
Deprecated.
Date format pattern used to parse HTTP date headers in RFC 1123 format.
- PlainConnectionSocketFactory - Class in org.apache.http.conn.socket
-
The default class for creating plain (unencrypted) sockets.
- PlainConnectionSocketFactory() - Constructor for class org.apache.http.conn.socket.PlainConnectionSocketFactory
-
- PlainSocketFactory - Class in org.apache.http.conn.scheme
-
- PlainSocketFactory(HostNameResolver) - Constructor for class org.apache.http.conn.scheme.PlainSocketFactory
-
- PlainSocketFactory() - Constructor for class org.apache.http.conn.scheme.PlainSocketFactory
-
Deprecated.
- pool - Variable in class org.apache.http.impl.conn.PoolingClientConnectionManager
-
Deprecated.
- pool - Variable in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- pool - Variable in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
-
Deprecated.
The pool of connections being managed.
- pool - Variable in class org.apache.http.impl.conn.tsccm.WaitingThread
-
Deprecated.
The route specific pool on which the thread is waiting.
- poolEntry - Variable in class org.apache.http.impl.conn.AbstractPooledConnAdapter
-
Deprecated.
The wrapped pool entry.
- poolEntry - Variable in class org.apache.http.impl.conn.BasicClientConnectionManager
-
Deprecated.
The one and only entry in this pool.
- poolEntry - Variable in class org.apache.http.impl.conn.CPoolProxy
-
- poolEntry - Variable in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- PoolEntry() - Constructor for class org.apache.http.impl.conn.SingleClientConnManager.PoolEntry
-
Deprecated.
Creates a new pool entry.
- PoolEntryRequest - Interface in org.apache.http.impl.conn.tsccm
-
- PoolingClientConnectionManager - Class in org.apache.http.impl.conn
-
- PoolingClientConnectionManager(SchemeRegistry) - Constructor for class org.apache.http.impl.conn.PoolingClientConnectionManager
-
Deprecated.
- PoolingClientConnectionManager(SchemeRegistry, DnsResolver) - Constructor for class org.apache.http.impl.conn.PoolingClientConnectionManager
-
Deprecated.
- PoolingClientConnectionManager() - Constructor for class org.apache.http.impl.conn.PoolingClientConnectionManager
-
Deprecated.
- PoolingClientConnectionManager(SchemeRegistry, long, TimeUnit) - Constructor for class org.apache.http.impl.conn.PoolingClientConnectionManager
-
Deprecated.
- PoolingClientConnectionManager(SchemeRegistry, long, TimeUnit, DnsResolver) - Constructor for class org.apache.http.impl.conn.PoolingClientConnectionManager
-
Deprecated.
- PoolingHttpClientConnectionManager - Class in org.apache.http.impl.conn
-
ClientConnectionPoolManager
maintains a pool of
HttpClientConnection
s and is able to service connection requests
from multiple execution threads.
- PoolingHttpClientConnectionManager() - Constructor for class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- PoolingHttpClientConnectionManager(long, TimeUnit) - Constructor for class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>) - Constructor for class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, DnsResolver) - Constructor for class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>) - Constructor for class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- PoolingHttpClientConnectionManager(HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>) - Constructor for class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>, DnsResolver) - Constructor for class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>, SchemePortResolver, DnsResolver, long, TimeUnit) - Constructor for class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- PoolingHttpClientConnectionManager(HttpClientConnectionOperator, HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>, long, TimeUnit) - Constructor for class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- PoolingHttpClientConnectionManager(CPool, Lookup<ConnectionSocketFactory>, SchemePortResolver, DnsResolver) - Constructor for class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
Visible for test.
- PoolingHttpClientConnectionManager.ConfigData - Class in org.apache.http.impl.conn
-
- PoolingHttpClientConnectionManager.InternalConnectionFactory - Class in org.apache.http.impl.conn
-
- poolLock - Variable in class org.apache.http.impl.conn.tsccm.AbstractConnPool
-
Deprecated.
The global lock for this pool.
- poolLock - Variable in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
- port - Variable in class org.apache.http.auth.AuthScope
-
The port the credentials apply to.
- port - Variable in class org.apache.http.client.utils.URIBuilder
-
- port - Variable in class org.apache.http.cookie.CookieOrigin
-
- PORT_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
-
- portMatch(int, int[]) - Static method in class org.apache.http.impl.cookie.RFC2965PortAttributeHandler
-
Returns true
if the given port exists in the given
ports list.
- ports - Variable in class org.apache.http.impl.cookie.BasicClientCookie2
-
- post() - Static method in class org.apache.http.client.methods.RequestBuilder
-
- post(URI) - Static method in class org.apache.http.client.methods.RequestBuilder
-
- post(String) - Static method in class org.apache.http.client.methods.RequestBuilder
-
- prepareResponse(int, int) - Method in class org.apache.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Prepares the object to create a response of the given length.
- prepareSocket(SSLSocket) - Method in class org.apache.http.conn.ssl.SSLConnectionSocketFactory
-
Performs any custom initialization for a newly created SSLSocket
(before the SSL handshake happens).
- prepareSocket(SSLSocket) - Method in class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
Performs any custom initialization for a newly created SSLSocket
(before the SSL handshake happens).
- prepareSocket(Socket, HttpContext, HttpParams) - Method in class org.apache.http.impl.conn.DefaultClientConnectionOperator
-
Deprecated.
Performs standard initializations on a newly created socket.
- principal - Variable in class org.apache.http.auth.NTCredentials
-
The user principal
- principal - Variable in class org.apache.http.auth.UsernamePasswordCredentials
-
- PrivateKeyDetails - Class in org.apache.http.conn.ssl
-
- PrivateKeyDetails(String, X509Certificate[]) - Constructor for class org.apache.http.conn.ssl.PrivateKeyDetails
-
Deprecated.
- PrivateKeyStrategy - Interface in org.apache.http.conn.ssl
-
- probe(HttpRoute) - Method in interface org.apache.http.client.BackoffManager
-
Called when we have determined that the result of
using a connection has succeeded and that we may
probe for more connections.
- probe(HttpRoute) - Method in class org.apache.http.impl.client.AIMDBackoffManager
-
- process(HttpRequest, HttpContext) - Method in class org.apache.http.client.protocol.RequestAcceptEncoding
-
- process(HttpRequest, HttpContext) - Method in class org.apache.http.client.protocol.RequestAddCookies
-
- process(HttpRequest, HttpContext) - Method in class org.apache.http.client.protocol.RequestAuthCache
-
- process(AuthState, HttpRequest, HttpContext) - Method in class org.apache.http.client.protocol.RequestAuthenticationBase
-
Deprecated.
- process(HttpRequest, HttpContext) - Method in class org.apache.http.client.protocol.RequestClientConnControl
-
- process(HttpRequest, HttpContext) - Method in class org.apache.http.client.protocol.RequestDefaultHeaders
-
- process(HttpRequest, HttpContext) - Method in class org.apache.http.client.protocol.RequestExpectContinue
-
- process(HttpRequest, HttpContext) - Method in class org.apache.http.client.protocol.RequestProxyAuthentication
-
Deprecated.
- process(HttpRequest, HttpContext) - Method in class org.apache.http.client.protocol.RequestTargetAuthentication
-
Deprecated.
- process(HttpResponse, HttpContext) - Method in class org.apache.http.client.protocol.ResponseAuthCache
-
Deprecated.
- process(HttpResponse, HttpContext) - Method in class org.apache.http.client.protocol.ResponseContentEncoding
-
- process(HttpResponse, HttpContext) - Method in class org.apache.http.client.protocol.ResponseProcessCookies
-
- processBuffer() - Method in class org.apache.http.impl.auth.NTLMEngineImpl.MD4
-
- processChallenge(Header) - Method in interface org.apache.http.auth.AuthScheme
-
Processes the given challenge token.
- processChallenge(Header) - Method in class org.apache.http.impl.auth.AuthSchemeBase
-
Processes the given challenge token.
- processChallenge(Header) - Method in class org.apache.http.impl.auth.BasicScheme
-
Processes the Basic challenge.
- processChallenge(Header) - Method in class org.apache.http.impl.auth.DigestScheme
-
Processes the Digest challenge.
- processCookies(HeaderIterator, CookieSpec, CookieOrigin, CookieStore) - Method in class org.apache.http.client.protocol.ResponseProcessCookies
-
- protocol - Variable in class org.apache.http.conn.ssl.SSLContextBuilder
-
Deprecated.
- ProtocolExec - Class in org.apache.http.impl.execchain
-
Request executor in the request execution chain that is responsible
for implementation of HTTP specification requirements.
- ProtocolExec(ClientExecChain, HttpProcessor) - Constructor for class org.apache.http.impl.execchain.ProtocolExec
-
- protocolProcessor - Variable in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- proxiedStep(RouteInfo, RouteInfo) - Method in class org.apache.http.conn.routing.BasicRouteDirector
-
Determines the next step to establish a connection via proxy.
- proxy - Variable in class org.apache.http.client.config.RequestConfig.Builder
-
- proxy - Variable in class org.apache.http.client.config.RequestConfig
-
- proxy - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- proxy - Variable in class org.apache.http.impl.conn.DefaultProxyRoutePlanner
-
- PROXY_AUTH - Static variable in class org.apache.http.auth.AUTH
-
The proxy authenticate challange header.
- PROXY_AUTH_PREF - Static variable in interface org.apache.http.auth.params.AuthPNames
-
Deprecated.
Defines the order of preference for supported
AuthScheme
s when authenticating with the
proxy host.
- PROXY_AUTH_RESP - Static variable in class org.apache.http.auth.AUTH
-
The proxy authenticate response header.
- PROXY_AUTH_STATE - Static variable in interface org.apache.http.client.protocol.ClientContext
-
Deprecated.
Attribute name of a
AuthState
object that represents the actual proxy authentication state.
- PROXY_AUTH_STATE - Static variable in class org.apache.http.client.protocol.HttpClientContext
-
Attribute name of a
AuthState
object that represents the actual proxy authentication state.
- PROXY_CONN_DIRECTIVE - Static variable in class org.apache.http.client.protocol.RequestClientConnControl
-
- ProxyAuthenticationStrategy - Class in org.apache.http.impl.client
-
- ProxyAuthenticationStrategy() - Constructor for class org.apache.http.impl.client.ProxyAuthenticationStrategy
-
- proxyAuthHandler - Variable in class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
The proxy authentication handler.
- proxyAuthState - Variable in class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
- proxyAuthState - Variable in class org.apache.http.impl.client.ProxyClient
-
- proxyAuthStrategy - Variable in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- proxyAuthStrategy - Variable in class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
The proxy authentication handler.
- proxyAuthStrategy - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- proxyAuthStrategy - Variable in class org.apache.http.impl.client.ProxyClient
-
- proxyAuthStrategy - Variable in class org.apache.http.impl.execchain.MainClientExec
-
- proxyChain - Variable in class org.apache.http.conn.routing.HttpRoute
-
The proxy servers, if any.
- proxyChain - Variable in class org.apache.http.conn.routing.RouteTracker
-
The proxy chain, if any.
- ProxyClient - Class in org.apache.http.impl.client
-
ProxyClient can be used to establish a tunnel via an HTTP proxy.
- ProxyClient(HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>, ConnectionConfig, RequestConfig) - Constructor for class org.apache.http.impl.client.ProxyClient
-
- ProxyClient(HttpParams) - Constructor for class org.apache.http.impl.client.ProxyClient
-
- ProxyClient(RequestConfig) - Constructor for class org.apache.http.impl.client.ProxyClient
-
- ProxyClient() - Constructor for class org.apache.http.impl.client.ProxyClient
-
- proxyHttpProcessor - Variable in class org.apache.http.impl.execchain.MainClientExec
-
- proxyPreferredAuthSchemes - Variable in class org.apache.http.client.config.RequestConfig.Builder
-
- proxyPreferredAuthSchemes - Variable in class org.apache.http.client.config.RequestConfig
-
- proxySelector - Variable in class org.apache.http.impl.conn.ProxySelectorRoutePlanner
-
Deprecated.
The proxy selector to use, or null
for system default.
- proxySelector - Variable in class org.apache.http.impl.conn.SystemDefaultRoutePlanner
-
- ProxySelectorRoutePlanner - Class in org.apache.http.impl.conn
-
- ProxySelectorRoutePlanner(SchemeRegistry, ProxySelector) - Constructor for class org.apache.http.impl.conn.ProxySelectorRoutePlanner
-
Deprecated.
Creates a new proxy selector route planner.
- PublicSuffixDomainFilter - Class in org.apache.http.impl.cookie
-
- PublicSuffixDomainFilter(CommonCookieAttributeHandler, PublicSuffixMatcher) - Constructor for class org.apache.http.impl.cookie.PublicSuffixDomainFilter
-
- PublicSuffixDomainFilter(CommonCookieAttributeHandler, PublicSuffixList) - Constructor for class org.apache.http.impl.cookie.PublicSuffixDomainFilter
-
- PublicSuffixFilter - Class in org.apache.http.impl.cookie
-
- PublicSuffixFilter(CookieAttributeHandler) - Constructor for class org.apache.http.impl.cookie.PublicSuffixFilter
-
Deprecated.
- PublicSuffixList - Class in org.apache.http.conn.util
-
Public suffix is a set of DNS names or wildcards concatenated with dots.
- PublicSuffixList(DomainType, List<String>, List<String>) - Constructor for class org.apache.http.conn.util.PublicSuffixList
-
- PublicSuffixList(List<String>, List<String>) - Constructor for class org.apache.http.conn.util.PublicSuffixList
-
- PublicSuffixListParser - Class in org.apache.http.conn.util
-
- PublicSuffixListParser() - Constructor for class org.apache.http.conn.util.PublicSuffixListParser
-
- PublicSuffixListParser - Class in org.apache.http.impl.cookie
-
- PublicSuffixListParser(PublicSuffixFilter) - Constructor for class org.apache.http.impl.cookie.PublicSuffixListParser
-
Deprecated.
- publicSuffixMatcher - Variable in class org.apache.http.conn.ssl.DefaultHostnameVerifier
-
- PublicSuffixMatcher - Class in org.apache.http.conn.util
-
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.http.conn.util.PublicSuffixMatcher
-
- PublicSuffixMatcher(DomainType, Collection<String>, Collection<String>) - Constructor for class org.apache.http.conn.util.PublicSuffixMatcher
-
- PublicSuffixMatcher(Collection<PublicSuffixList>) - Constructor for class org.apache.http.conn.util.PublicSuffixMatcher
-
- publicSuffixMatcher - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- publicSuffixMatcher - Variable in class org.apache.http.impl.cookie.DefaultCookieSpecProvider
-
- publicSuffixMatcher - Variable in class org.apache.http.impl.cookie.PublicSuffixDomainFilter
-
- publicSuffixMatcher - Variable in class org.apache.http.impl.cookie.RFC2109SpecProvider
-
- publicSuffixMatcher - Variable in class org.apache.http.impl.cookie.RFC2965SpecProvider
-
- publicSuffixMatcher - Variable in class org.apache.http.impl.cookie.RFC6265CookieSpecProvider
-
- PublicSuffixMatcherLoader - Class in org.apache.http.conn.util
-
- PublicSuffixMatcherLoader() - Constructor for class org.apache.http.conn.util.PublicSuffixMatcherLoader
-
- PUNCT - Static variable in class org.apache.http.client.utils.URLEncodedUtils
-
Punctuation characters: , ; : $ & + =
- Punycode - Class in org.apache.http.client.utils
-
- Punycode() - Constructor for class org.apache.http.client.utils.Punycode
-
Deprecated.
- put(HttpHost, AuthScheme) - Method in interface org.apache.http.client.AuthCache
-
- put() - Static method in class org.apache.http.client.methods.RequestBuilder
-
- put(URI) - Static method in class org.apache.http.client.methods.RequestBuilder
-
- put(String) - Static method in class org.apache.http.client.methods.RequestBuilder
-
- put(HttpHost, AuthScheme) - Method in class org.apache.http.impl.client.BasicAuthCache
-
- RADIX - Static variable in class org.apache.http.client.utils.URLEncodedUtils
-
- random - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
- rc4 - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.Handle
-
- RC4(byte[], byte[]) - Static method in class org.apache.http.impl.auth.NTLMEngineImpl
-
Calculates RC4
- read() - Method in class org.apache.http.client.entity.DeflateInputStream
-
Read a byte.
- read(byte[]) - Method in class org.apache.http.client.entity.DeflateInputStream
-
Read lots of bytes.
- read(byte[], int, int) - Method in class org.apache.http.client.entity.DeflateInputStream
-
Read lots of specific bytes.
- read() - Method in class org.apache.http.client.entity.LazyDecompressingInputStream
-
- read(byte[]) - Method in class org.apache.http.client.entity.LazyDecompressingInputStream
-
- read(byte[], int, int) - Method in class org.apache.http.client.entity.LazyDecompressingInputStream
-
- read() - Method in class org.apache.http.conn.EofSensorInputStream
-
- read(byte[], int, int) - Method in class org.apache.http.conn.EofSensorInputStream
-
- read(byte[]) - Method in class org.apache.http.conn.EofSensorInputStream
-
- read() - Method in class org.apache.http.impl.conn.LoggingInputStream
-
- read(byte[]) - Method in class org.apache.http.impl.conn.LoggingInputStream
-
- read(byte[], int, int) - Method in class org.apache.http.impl.conn.LoggingInputStream
-
- read(byte[], int, int) - Method in class org.apache.http.impl.conn.LoggingSessionInputBuffer
-
Deprecated.
- read() - Method in class org.apache.http.impl.conn.LoggingSessionInputBuffer
-
Deprecated.
- read(byte[]) - Method in class org.apache.http.impl.conn.LoggingSessionInputBuffer
-
Deprecated.
- readByte(int) - Method in class org.apache.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Read a byte from a position within the message buffer
- readBytes(byte[], int) - Method in class org.apache.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Read a bunch of bytes from a position in the message buffer
- readLine() - Method in class org.apache.http.impl.conn.LoggingSessionInputBuffer
-
Deprecated.
- readLine(CharArrayBuffer) - Method in class org.apache.http.impl.conn.LoggingSessionInputBuffer
-
Deprecated.
- readObject(ObjectInputStream) - Method in class org.apache.http.impl.auth.RFC2617Scheme
-
- readObject(ObjectInputStream) - Method in class org.apache.http.impl.client.BasicCookieStore
-
- readObjectNoData() - Method in class org.apache.http.impl.auth.RFC2617Scheme
-
- readSecurityBuffer(int) - Method in class org.apache.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Read a security buffer from a position within the message buffer
- readSecurityBuffer(byte[], int) - Static method in class org.apache.http.impl.auth.NTLMEngineImpl
-
- readULong(int) - Method in class org.apache.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Read a ulong from a position within the message buffer
- readULong(byte[], int) - Static method in class org.apache.http.impl.auth.NTLMEngineImpl
-
- readUShort(int) - Method in class org.apache.http.impl.auth.NTLMEngineImpl.NTLMMessage
-
Read a ushort from a position within the message buffer
- readUShort(byte[], int) - Static method in class org.apache.http.impl.auth.NTLMEngineImpl
-
- realm - Variable in class org.apache.http.auth.AuthScope
-
The realm the credentials apply to.
- reasonPhrase - Variable in exception org.apache.http.client.HttpResponseException
-
- receiveResponseEntity(HttpResponse) - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- receiveResponseEntity(HttpResponse) - Method in class org.apache.http.impl.conn.CPoolProxy
-
- receiveResponseEntity(HttpResponse) - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- receiveResponseHeader() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- receiveResponseHeader() - Method in class org.apache.http.impl.conn.CPoolProxy
-
- receiveResponseHeader() - Method in class org.apache.http.impl.conn.DefaultClientConnection
-
Deprecated.
- receiveResponseHeader() - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- REDIRECT_LOCATIONS - Static variable in class org.apache.http.client.protocol.HttpClientContext
-
Attribute name of a List
object that represents a collection of all
redirect locations received in the process of request execution.
- REDIRECT_LOCATIONS - Static variable in class org.apache.http.impl.client.DefaultRedirectHandler
-
Deprecated.
- REDIRECT_LOCATIONS - Static variable in class org.apache.http.impl.client.DefaultRedirectStrategy
-
- redirectCount - Variable in class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
- RedirectException - Exception in org.apache.http.client
-
Signals violation of HTTP specification caused by an invalid redirect
- RedirectException() - Constructor for exception org.apache.http.client.RedirectException
-
Creates a new RedirectException with a null
detail message.
- RedirectException(String) - Constructor for exception org.apache.http.client.RedirectException
-
Creates a new RedirectException with the specified detail message.
- RedirectException(String, Throwable) - Constructor for exception org.apache.http.client.RedirectException
-
Creates a new RedirectException with the specified detail message and cause.
- RedirectExec - Class in org.apache.http.impl.execchain
-
Request executor in the request execution chain that is responsible
for handling of request redirects.
- RedirectExec(ClientExecChain, HttpRoutePlanner, RedirectStrategy) - Constructor for class org.apache.http.impl.execchain.RedirectExec
-
- RedirectHandler - Interface in org.apache.http.client
-
- redirectHandler - Variable in class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
The redirect handler.
- redirectHandlingDisabled - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- RedirectLocations - Class in org.apache.http.impl.client
-
This class represents a collection of URI
s used
as redirect locations.
- RedirectLocations() - Constructor for class org.apache.http.impl.client.RedirectLocations
-
- redirectMethods - Variable in class org.apache.http.impl.client.DefaultRedirectStrategy
-
- redirectsEnabled - Variable in class org.apache.http.client.config.RequestConfig.Builder
-
- redirectsEnabled - Variable in class org.apache.http.client.config.RequestConfig
-
- RedirectStrategy - Interface in org.apache.http.client
-
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.
- redirectStrategy - Variable in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- redirectStrategy - Variable in class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
The redirect strategy.
- redirectStrategy - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- redirectStrategy - Variable in class org.apache.http.impl.execchain.RedirectExec
-
- refQueue - Variable in class org.apache.http.impl.conn.tsccm.AbstractConnPool
-
Deprecated.
- register(String, AuthSchemeFactory) - Method in class org.apache.http.auth.AuthSchemeRegistry
-
Deprecated.
- register(Scheme) - Method in class org.apache.http.conn.scheme.SchemeRegistry
-
Deprecated.
Registers a scheme.
- register(String, CookieSpecFactory) - Method in class org.apache.http.cookie.CookieSpecRegistry
-
Deprecated.
- registerAttribHandler(String, CookieAttributeHandler) - Method in class org.apache.http.impl.cookie.AbstractCookieSpec
-
- registeredSchemes - Variable in class org.apache.http.auth.AuthSchemeRegistry
-
Deprecated.
- registeredSchemes - Variable in class org.apache.http.conn.scheme.SchemeRegistry
-
Deprecated.
The available schemes in this registry.
- registeredSpecs - Variable in class org.apache.http.cookie.CookieSpecRegistry
-
Deprecated.
- reject(CharArrayBuffer, int) - Method in class org.apache.http.impl.conn.DefaultHttpResponseParser
-
- REJECT_RELATIVE_REDIRECT - Static variable in interface org.apache.http.client.params.ClientPNames
-
Deprecated.
Defines whether relative redirects should be rejected.
- relativeRedirectsAllowed - Variable in class org.apache.http.client.config.RequestConfig.Builder
-
- relativeRedirectsAllowed - Variable in class org.apache.http.client.config.RequestConfig
-
- releaseConnection() - Method in class org.apache.http.client.methods.HttpRequestBase
-
A convenience method to simplify migration from HttpClient 3.1 API.
- releaseConnection() - Method in class org.apache.http.conn.BasicManagedEntity
-
Deprecated.
- releaseConnection(ManagedClientConnection, long, TimeUnit) - Method in interface org.apache.http.conn.ClientConnectionManager
-
Deprecated.
Releases a connection for use by others.
- releaseConnection() - Method in interface org.apache.http.conn.ConnectionReleaseTrigger
-
Releases the connection with the option of keep-alive.
- releaseConnection() - Method in class org.apache.http.conn.EofSensorInputStream
-
- releaseConnection(HttpClientConnection, Object, long, TimeUnit) - Method in interface org.apache.http.conn.HttpClientConnectionManager
-
Releases the connection back to the manager making it potentially
re-usable by other consumers.
- releaseConnection() - Method in class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
Returns the connection back to the connection manager
and prepares for retrieving a new connection during
the next request.
- releaseConnection() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- releaseConnection(ManagedClientConnection, long, TimeUnit) - Method in class org.apache.http.impl.conn.BasicClientConnectionManager
-
Deprecated.
- releaseConnection(HttpClientConnection, Object, long, TimeUnit) - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
-
- releaseConnection() - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- releaseConnection(ManagedClientConnection, long, TimeUnit) - Method in class org.apache.http.impl.conn.PoolingClientConnectionManager
-
Deprecated.
- releaseConnection(HttpClientConnection, Object, long, TimeUnit) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- releaseConnection(ManagedClientConnection, long, TimeUnit) - Method in class org.apache.http.impl.conn.SingleClientConnManager
-
Deprecated.
- releaseConnection(ManagedClientConnection, long, TimeUnit) - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
-
Deprecated.
- releaseConnection(boolean) - Method in class org.apache.http.impl.execchain.ConnectionHolder
-
- releaseConnection() - Method in class org.apache.http.impl.execchain.ConnectionHolder
-
- releaseConnection() - Method in class org.apache.http.impl.execchain.ResponseEntityProxy
-
- released - Variable in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
True if the connection has been shut down or released.
- released - Variable in class org.apache.http.impl.execchain.ConnectionHolder
-
- releaseManagedConnection() - Method in class org.apache.http.conn.BasicManagedEntity
-
Deprecated.
Releases the connection gracefully.
- remove(HttpHost) - Method in interface org.apache.http.client.AuthCache
-
- remove(HttpHost) - Method in class org.apache.http.impl.client.BasicAuthCache
-
- remove(URI) - Method in class org.apache.http.impl.client.RedirectLocations
-
Removes a URI from the collection.
- remove(int) - Method in class org.apache.http.impl.client.RedirectLocations
-
Removes the URI at the specified position in this list.
- remove(HttpConnection) - Method in class org.apache.http.impl.conn.IdleConnectionHandler
-
Deprecated.
Removes the given connection from the list of connections to be closed when idle.
- removeAll() - Method in class org.apache.http.impl.conn.IdleConnectionHandler
-
Deprecated.
Removes all connections referenced by this handler.
- removeAttribute(String) - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- removeAttribute(String) - Method in class org.apache.http.impl.conn.CPoolProxy
-
- removeAttribute(String) - Method in class org.apache.http.impl.conn.DefaultClientConnection
-
Deprecated.
- removeAttribute(String) - Method in class org.apache.http.impl.conn.DefaultManagedHttpClientConnection
-
- removeAttribute(String) - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- removeAttribute(String) - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
- removeHeader(Header) - Method in class org.apache.http.client.methods.RequestBuilder
-
- removeHeader(Header) - Method in class org.apache.http.impl.execchain.HttpResponseProxy
-
- removeHeaders(String) - Method in class org.apache.http.client.methods.RequestBuilder
-
- removeHeaders(String) - Method in class org.apache.http.impl.execchain.HttpResponseProxy
-
- removeParameter(String) - Method in class org.apache.http.impl.client.ClientParamsStack
-
Deprecated.
Does not remove a parameter.
- removeQuery() - Method in class org.apache.http.client.utils.URIBuilder
-
Removes URI query.
- removeRequestInterceptorByClass(Class<? extends HttpRequestInterceptor>) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- removeResponseInterceptorByClass(Class<? extends HttpResponseInterceptor>) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- removeThread(WaitingThread) - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
-
Deprecated.
Removes a waiting thread, if it is queued.
- request - Variable in class org.apache.http.impl.client.HttpRequestFutureTask
-
- request - Variable in class org.apache.http.impl.client.HttpRequestTaskCallable
-
- request - Variable in class org.apache.http.impl.client.RoutedRequest
-
Deprecated.
- REQUEST_CONFIG - Static variable in interface org.apache.http.client.protocol.ClientContext
-
Deprecated.
Attribute name of a
RequestConfig
object that
represents the actual request configuration.
- REQUEST_CONFIG - Static variable in class org.apache.http.client.protocol.HttpClientContext
-
Attribute name of a
RequestConfig
object that
represents the actual request configuration.
- RequestAbortedException - Exception in org.apache.http.impl.execchain
-
Signals that the request has been aborted.
- RequestAbortedException(String) - Constructor for exception org.apache.http.impl.execchain.RequestAbortedException
-
- RequestAbortedException(String, Throwable) - Constructor for exception org.apache.http.impl.execchain.RequestAbortedException
-
- RequestAcceptEncoding - Class in org.apache.http.client.protocol
-
Class responsible for handling Content Encoding requests in HTTP.
- RequestAcceptEncoding(List<String>) - Constructor for class org.apache.http.client.protocol.RequestAcceptEncoding
-
- RequestAcceptEncoding() - Constructor for class org.apache.http.client.protocol.RequestAcceptEncoding
-
- RequestAddCookies - Class in org.apache.http.client.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.http.client.protocol.RequestAddCookies
-
- RequestAuthCache - Class in org.apache.http.client.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.http.client.protocol.RequestAuthCache
-
- RequestAuthenticationBase - Class in org.apache.http.client.protocol
-
- RequestAuthenticationBase() - Constructor for class org.apache.http.client.protocol.RequestAuthenticationBase
-
Deprecated.
- RequestBuilder - Class in org.apache.http.client.methods
-
- RequestBuilder(String) - Constructor for class org.apache.http.client.methods.RequestBuilder
-
- RequestBuilder(String, URI) - Constructor for class org.apache.http.client.methods.RequestBuilder
-
- RequestBuilder(String, String) - Constructor for class org.apache.http.client.methods.RequestBuilder
-
- RequestBuilder() - Constructor for class org.apache.http.client.methods.RequestBuilder
-
- RequestBuilder.InternalEntityEclosingRequest - Class in org.apache.http.client.methods
-
- RequestBuilder.InternalRequest - Class in org.apache.http.client.methods
-
- RequestClientConnControl - Class in org.apache.http.client.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.http.client.protocol.RequestClientConnControl
-
- RequestConfig - Class in org.apache.http.client.config
-
Immutable class encapsulating request configuration items.
- RequestConfig() - Constructor for class org.apache.http.client.config.RequestConfig
-
Intended for CDI compatibility
- RequestConfig(boolean, HttpHost, InetAddress, boolean, String, boolean, boolean, boolean, int, boolean, Collection<String>, Collection<String>, int, int, int, boolean, boolean) - Constructor for class org.apache.http.client.config.RequestConfig
-
- requestConfig - Variable in class org.apache.http.impl.client.ProxyClient
-
- RequestConfig.Builder - Class in org.apache.http.client.config
-
- requestConnection(HttpRoute, Object) - Method in interface org.apache.http.conn.ClientConnectionManager
-
Deprecated.
- requestConnection(HttpRoute, Object) - Method in interface org.apache.http.conn.HttpClientConnectionManager
-
Returns a new
ConnectionRequest
, from which a
HttpClientConnection
can be obtained or the request can be
aborted.
- requestConnection(HttpRoute, Object) - Method in class org.apache.http.impl.conn.BasicClientConnectionManager
-
Deprecated.
- requestConnection(HttpRoute, Object) - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
-
- requestConnection(HttpRoute, Object) - Method in class org.apache.http.impl.conn.PoolingClientConnectionManager
-
Deprecated.
- requestConnection(HttpRoute, Object) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- requestConnection(HttpRoute, Object) - Method in class org.apache.http.impl.conn.SingleClientConnManager
-
Deprecated.
- requestConnection(HttpRoute, Object) - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
-
Deprecated.
- RequestDefaultHeaders - Class in org.apache.http.client.protocol
-
Request interceptor that adds default request headers.
- RequestDefaultHeaders(Collection<? extends Header>) - Constructor for class org.apache.http.client.protocol.RequestDefaultHeaders
-
- RequestDefaultHeaders() - Constructor for class org.apache.http.client.protocol.RequestDefaultHeaders
-
- RequestDirector - Interface in org.apache.http.client
-
- requestDuration() - Method in class org.apache.http.impl.client.HttpRequestFutureTask
-
- RequestEntityProxy - Class in org.apache.http.impl.execchain
-
A Proxy class for HttpEntity
enclosed in a request message.
- RequestEntityProxy(HttpEntity) - Constructor for class org.apache.http.impl.execchain.RequestEntityProxy
-
- requestExec - Variable in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- requestExec - Variable in class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
The request executor.
- requestExec - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- requestExec - Variable in class org.apache.http.impl.client.ProxyClient
-
- requestExecutor - Variable in class org.apache.http.impl.client.MinimalHttpClient
-
- requestExecutor - Variable in class org.apache.http.impl.execchain.BackoffStrategyExec
-
- requestExecutor - Variable in class org.apache.http.impl.execchain.MainClientExec
-
- requestExecutor - Variable in class org.apache.http.impl.execchain.MinimalClientExec
-
- requestExecutor - Variable in class org.apache.http.impl.execchain.ProtocolExec
-
- requestExecutor - Variable in class org.apache.http.impl.execchain.RedirectExec
-
- requestExecutor - Variable in class org.apache.http.impl.execchain.RetryExec
-
- requestExecutor - Variable in class org.apache.http.impl.execchain.ServiceUnavailableRetryExec
-
- RequestExpectContinue - Class in org.apache.http.client.protocol
-
RequestExpectContinue is responsible for enabling the 'expect-continue'
handshake by adding Expect
header.
- RequestExpectContinue() - Constructor for class org.apache.http.client.protocol.RequestExpectContinue
-
- requestFirst - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- requestIsAborted(HttpRequest) - Method in class org.apache.http.impl.client.DefaultHttpRequestRetryHandler
-
- requestLast - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- requestLine - Variable in class org.apache.http.client.methods.HttpRequestWrapper
-
- requestParams - Variable in class org.apache.http.impl.client.ClientParamsStack
-
Deprecated.
The request parameter collection, or null
.
- requestPoolEntry(HttpRoute, Object) - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
-
Deprecated.
- requestPoolEntry(HttpRoute, Object) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
- RequestProxyAuthentication - Class in org.apache.http.client.protocol
-
- RequestProxyAuthentication() - Constructor for class org.apache.http.client.protocol.RequestProxyAuthentication
-
Deprecated.
- requests - Variable in class org.apache.http.impl.client.FutureRequestExecutionMetrics
-
- requestSentRetryEnabled - Variable in class org.apache.http.impl.client.DefaultHttpRequestRetryHandler
-
Whether or not methods that have successfully sent their request will be retried
- RequestTargetAuthentication - Class in org.apache.http.client.protocol
-
- RequestTargetAuthentication() - Constructor for class org.apache.http.client.protocol.RequestTargetAuthentication
-
Deprecated.
- RequestWrapper - Class in org.apache.http.impl.client
-
- RequestWrapper(HttpRequest) - Constructor for class org.apache.http.impl.client.RequestWrapper
-
Deprecated.
- requestWriterFactory - Variable in class org.apache.http.impl.conn.ManagedHttpClientConnectionFactory
-
- RESERVED - Static variable in class org.apache.http.client.utils.URLEncodedUtils
-
Reserved characters, i.e.
- reset() - Method in class org.apache.http.auth.AuthState
-
Resets the auth state.
- reset() - Method in class org.apache.http.client.entity.DeflateInputStream
-
Reset.
- reset() - Method in class org.apache.http.client.methods.AbstractExecutionAwareRequest
-
Resets internal state of the request making it reusable.
- reset() - Method in class org.apache.http.conn.routing.RouteTracker
-
- reset() - Method in class org.apache.http.impl.conn.LoggingInputStream
-
- resetHeaders() - Method in class org.apache.http.impl.client.RequestWrapper
-
Deprecated.
- resolve(URI, String) - Static method in class org.apache.http.client.utils.URIUtils
-
Resolves a URI reference against a base URI.
- resolve(URI, URI) - Static method in class org.apache.http.client.utils.URIUtils
-
Resolves a URI reference against a base URI.
- resolve(URI, HttpHost, List<URI>) - Static method in class org.apache.http.client.utils.URIUtils
-
Derives the interpreted (absolute) URI that was used to generate the last
request.
- resolve(String) - Method in interface org.apache.http.conn.DnsResolver
-
Returns the IP address for the specified host name, or null if the given
host is not recognized or the associated IP address cannot be used to
build an InetAddress instance.
- resolve(String) - Method in interface org.apache.http.conn.scheme.HostNameResolver
-
Deprecated.
Resolves given hostname to its IP address
- resolve(HttpHost) - Method in interface org.apache.http.conn.SchemePortResolver
-
Returns the actual port for the host based on the protocol scheme.
- resolve(HttpHost) - Method in class org.apache.http.impl.conn.DefaultSchemePortResolver
-
- resolve(String) - Method in class org.apache.http.impl.conn.InMemoryDnsResolver
-
Returns the IP address for the specified host name, or null if the given
host is not recognized or the associated IP address cannot be used to
build an InetAddress instance.
- resolve(String) - Method in class org.apache.http.impl.conn.SystemDefaultDnsResolver
-
- resolveCanonicalHostname(String) - Method in class org.apache.http.impl.auth.GGSSchemeBase
-
- resolveHostname(String) - Method in class org.apache.http.impl.conn.DefaultClientConnectionOperator
-
Deprecated.
Resolves the given host name to an array of corresponding IP addresses, based on the
configured name service on the provided DNS resolver.
- resolvePort(int) - Method in class org.apache.http.conn.scheme.Scheme
-
Deprecated.
Resolves the correct port for this scheme.
- resolveSocketConfig(HttpHost) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- response - Variable in exception org.apache.http.impl.client.TunnelRefusedException
-
Deprecated.
- response - Variable in exception org.apache.http.impl.execchain.TunnelRefusedException
-
- ResponseAuthCache - Class in org.apache.http.client.protocol
-
- ResponseAuthCache() - Constructor for class org.apache.http.client.protocol.ResponseAuthCache
-
Deprecated.
- ResponseContentEncoding - Class in org.apache.http.client.protocol
-
HttpResponseInterceptor
responsible for processing Content-Encoding
responses.
- ResponseContentEncoding(Lookup<InputStreamFactory>, boolean) - Constructor for class org.apache.http.client.protocol.ResponseContentEncoding
-
- ResponseContentEncoding(boolean) - Constructor for class org.apache.http.client.protocol.ResponseContentEncoding
-
- ResponseContentEncoding(Lookup<InputStreamFactory>) - Constructor for class org.apache.http.client.protocol.ResponseContentEncoding
-
- ResponseContentEncoding() - Constructor for class org.apache.http.client.protocol.ResponseContentEncoding
-
Handles
gzip
and
deflate
compressed entities by using the following
decoders:
gzip - see
GZIPInputStream
deflate - see
DeflateInputStream
- ResponseEntityProxy - Class in org.apache.http.impl.execchain
-
A wrapper class for HttpEntity
enclosed in a response message.
- ResponseEntityProxy(HttpEntity, ConnectionHolder) - Constructor for class org.apache.http.impl.execchain.ResponseEntityProxy
-
- responseFactory - Variable in class org.apache.http.impl.conn.DefaultHttpResponseParser
-
- responseFactory - Variable in class org.apache.http.impl.conn.DefaultHttpResponseParserFactory
-
- responseFactory - Variable in class org.apache.http.impl.conn.DefaultResponseParser
-
Deprecated.
- responseFirst - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- ResponseHandler<T> - Interface in org.apache.http.client
-
Handler that encapsulates the process of generating a response object
from a HttpResponse
.
- responseHandler - Variable in class org.apache.http.impl.client.HttpRequestTaskCallable
-
- responseLast - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- responseParserFactory - Variable in class org.apache.http.impl.conn.ManagedHttpClientConnectionFactory
-
- ResponseProcessCookies - Class in org.apache.http.client.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.http.client.protocol.ResponseProcessCookies
-
- retryCount - Variable in class org.apache.http.impl.client.DefaultHttpRequestRetryHandler
-
the number of times a method will be retried
- RetryExec - Class in org.apache.http.impl.execchain
-
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.http.impl.execchain.RetryExec
-
- retryHandler - Variable in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- retryHandler - Variable in class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
The request retry handler.
- retryHandler - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- retryHandler - Variable in class org.apache.http.impl.execchain.RetryExec
-
- retryInterval - Variable in class org.apache.http.impl.client.DefaultServiceUnavailableRetryStrategy
-
Retry interval between subsequent requests, in milliseconds.
- retryRequest(IOException, int, HttpContext) - Method in interface org.apache.http.client.HttpRequestRetryHandler
-
Determines if a method should be retried after an IOException
occurs during execution.
- retryRequest(HttpResponse, int, HttpContext) - Method in interface org.apache.http.client.ServiceUnavailableRetryStrategy
-
Determines if a method should be retried given the response from the target server.
- retryRequest(IOException, int, HttpContext) - Method in class org.apache.http.impl.client.DefaultHttpRequestRetryHandler
-
Used retryCount
and requestSentRetryEnabled
to determine
if the given method should be retried.
- retryRequest(HttpResponse, int, HttpContext) - Method in class org.apache.http.impl.client.DefaultServiceUnavailableRetryStrategy
-
- retryStrategy - Variable in class org.apache.http.impl.client.AutoRetryHttpClient
-
Deprecated.
- retryStrategy - Variable in class org.apache.http.impl.execchain.ServiceUnavailableRetryExec
-
- reusable - Variable in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- reusable - Variable in class org.apache.http.impl.execchain.ConnectionHolder
-
- reuseStrategy - Variable in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- reuseStrategy - Variable in class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
The connection re-use strategy.
- reuseStrategy - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- reuseStrategy - Variable in class org.apache.http.impl.client.ProxyClient
-
- reuseStrategy - Variable in class org.apache.http.impl.execchain.MainClientExec
-
- reuseStrategy - Variable in class org.apache.http.impl.execchain.MinimalClientExec
-
- revokeConnection() - Method in class org.apache.http.impl.conn.SingleClientConnManager
-
Deprecated.
- rewriteRequestURI(RequestWrapper, HttpRoute) - Method in class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
- rewriteRequestURI(HttpRequestWrapper, HttpRoute, boolean) - Static method in class org.apache.http.impl.execchain.MinimalClientExec
-
- rewriteRequestURI(HttpRequestWrapper, HttpRoute, boolean) - Method in class org.apache.http.impl.execchain.ProtocolExec
-
- rewriteURI(URI, HttpHost, boolean) - Static method in class org.apache.http.client.utils.URIUtils
-
- rewriteURI(URI, HttpHost, EnumSet<URIUtils.UriFlag>) - Static method in class org.apache.http.client.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.http.client.utils.URIUtils
-
- rewriteURI(URI) - Static method in class org.apache.http.client.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.http.client.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.
- rewriteURIForRoute(URI, RouteInfo, boolean) - Static method in class org.apache.http.client.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.
- RFC2109DomainHandler - Class in org.apache.http.impl.cookie
-
- RFC2109DomainHandler() - Constructor for class org.apache.http.impl.cookie.RFC2109DomainHandler
-
- RFC2109Spec - Class in org.apache.http.impl.cookie
-
- RFC2109Spec(String[], boolean) - Constructor for class org.apache.http.impl.cookie.RFC2109Spec
-
Default constructor
- RFC2109Spec() - Constructor for class org.apache.http.impl.cookie.RFC2109Spec
-
Default constructor
- RFC2109Spec(boolean, CommonCookieAttributeHandler...) - Constructor for class org.apache.http.impl.cookie.RFC2109Spec
-
- RFC2109SpecFactory - Class in org.apache.http.impl.cookie
-
- RFC2109SpecFactory(String[], boolean) - Constructor for class org.apache.http.impl.cookie.RFC2109SpecFactory
-
Deprecated.
- RFC2109SpecFactory() - Constructor for class org.apache.http.impl.cookie.RFC2109SpecFactory
-
Deprecated.
- RFC2109SpecProvider - Class in org.apache.http.impl.cookie
-
- RFC2109SpecProvider(PublicSuffixMatcher, boolean) - Constructor for class org.apache.http.impl.cookie.RFC2109SpecProvider
-
- RFC2109SpecProvider(PublicSuffixMatcher) - Constructor for class org.apache.http.impl.cookie.RFC2109SpecProvider
-
- RFC2109SpecProvider() - Constructor for class org.apache.http.impl.cookie.RFC2109SpecProvider
-
- RFC2109VersionHandler - Class in org.apache.http.impl.cookie
-
- RFC2109VersionHandler() - Constructor for class org.apache.http.impl.cookie.RFC2109VersionHandler
-
- RFC2617Scheme - Class in org.apache.http.impl.auth
-
Abstract authentication scheme class that lays foundation for all
RFC 2617 compliant authentication schemes and provides capabilities common
to all authentication schemes defined in RFC 2617.
- RFC2617Scheme(ChallengeState) - Constructor for class org.apache.http.impl.auth.RFC2617Scheme
-
- RFC2617Scheme(Charset) - Constructor for class org.apache.http.impl.auth.RFC2617Scheme
-
- RFC2617Scheme() - Constructor for class org.apache.http.impl.auth.RFC2617Scheme
-
- RFC2965CommentUrlAttributeHandler - Class in org.apache.http.impl.cookie
-
"CommentURL"
cookie attribute handler for RFC 2965 cookie spec.
- RFC2965CommentUrlAttributeHandler() - Constructor for class org.apache.http.impl.cookie.RFC2965CommentUrlAttributeHandler
-
- RFC2965DiscardAttributeHandler - Class in org.apache.http.impl.cookie
-
"Discard"
cookie attribute handler for RFC 2965 cookie spec.
- RFC2965DiscardAttributeHandler() - Constructor for class org.apache.http.impl.cookie.RFC2965DiscardAttributeHandler
-
- RFC2965DomainAttributeHandler - Class in org.apache.http.impl.cookie
-
"Domain"
cookie attribute handler for RFC 2965 cookie spec.
- RFC2965DomainAttributeHandler() - Constructor for class org.apache.http.impl.cookie.RFC2965DomainAttributeHandler
-
- RFC2965PortAttributeHandler - Class in org.apache.http.impl.cookie
-
"Port"
cookie attribute handler for RFC 2965 cookie spec.
- RFC2965PortAttributeHandler() - Constructor for class org.apache.http.impl.cookie.RFC2965PortAttributeHandler
-
- RFC2965Spec - Class in org.apache.http.impl.cookie
-
- RFC2965Spec() - Constructor for class org.apache.http.impl.cookie.RFC2965Spec
-
Default constructor
- RFC2965Spec(String[], boolean) - Constructor for class org.apache.http.impl.cookie.RFC2965Spec
-
- RFC2965Spec(boolean, CommonCookieAttributeHandler...) - Constructor for class org.apache.http.impl.cookie.RFC2965Spec
-
- RFC2965SpecFactory - Class in org.apache.http.impl.cookie
-
- RFC2965SpecFactory(String[], boolean) - Constructor for class org.apache.http.impl.cookie.RFC2965SpecFactory
-
Deprecated.
- RFC2965SpecFactory() - Constructor for class org.apache.http.impl.cookie.RFC2965SpecFactory
-
Deprecated.
- RFC2965SpecProvider - Class in org.apache.http.impl.cookie
-
- RFC2965SpecProvider(PublicSuffixMatcher, boolean) - Constructor for class org.apache.http.impl.cookie.RFC2965SpecProvider
-
- RFC2965SpecProvider(PublicSuffixMatcher) - Constructor for class org.apache.http.impl.cookie.RFC2965SpecProvider
-
- RFC2965SpecProvider() - Constructor for class org.apache.http.impl.cookie.RFC2965SpecProvider
-
- RFC2965VersionAttributeHandler - Class in org.apache.http.impl.cookie
-
"Version"
cookie attribute handler for RFC 2965 cookie spec.
- RFC2965VersionAttributeHandler() - Constructor for class org.apache.http.impl.cookie.RFC2965VersionAttributeHandler
-
- Rfc3492Idn - Class in org.apache.http.client.utils
-
- Rfc3492Idn() - Constructor for class org.apache.http.client.utils.Rfc3492Idn
-
Deprecated.
- RFC6265CookieSpec - Class in org.apache.http.impl.cookie
-
Cookie management functions shared by RFC C6265 compliant specification.
- RFC6265CookieSpec(CommonCookieAttributeHandler...) - Constructor for class org.apache.http.impl.cookie.RFC6265CookieSpec
-
- RFC6265CookieSpecBase - Class in org.apache.http.impl.cookie
-
- RFC6265CookieSpecBase(CommonCookieAttributeHandler...) - Constructor for class org.apache.http.impl.cookie.RFC6265CookieSpecBase
-
- RFC6265CookieSpecProvider - Class in org.apache.http.impl.cookie
-
CookieSpecProvider
implementation that provides an instance of
RFC 6265 conformant cookie policy.
- RFC6265CookieSpecProvider(RFC6265CookieSpecProvider.CompatibilityLevel, PublicSuffixMatcher) - Constructor for class org.apache.http.impl.cookie.RFC6265CookieSpecProvider
-
- RFC6265CookieSpecProvider(PublicSuffixMatcher) - Constructor for class org.apache.http.impl.cookie.RFC6265CookieSpecProvider
-
- RFC6265CookieSpecProvider() - Constructor for class org.apache.http.impl.cookie.RFC6265CookieSpecProvider
-
- RFC6265CookieSpecProvider.CompatibilityLevel - Enum in org.apache.http.impl.cookie
-
- RFC6265LaxSpec - Class in org.apache.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.http.impl.cookie.RFC6265LaxSpec
-
- RFC6265LaxSpec(CommonCookieAttributeHandler...) - Constructor for class org.apache.http.impl.cookie.RFC6265LaxSpec
-
- RFC6265StrictSpec - Class in org.apache.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.http.impl.cookie.RFC6265StrictSpec
-
- RFC6265StrictSpec(CommonCookieAttributeHandler...) - Constructor for class org.apache.http.impl.cookie.RFC6265StrictSpec
-
- RFC_2109 - Static variable in class org.apache.http.client.params.CookiePolicy
-
Deprecated.
The RFC 2109 compliant policy.
- RFC_2965 - Static variable in class org.apache.http.client.params.CookiePolicy
-
Deprecated.
The RFC 2965 compliant policy.
- RND_GEN - Static variable in class org.apache.http.impl.auth.NTLMEngineImpl
-
Secure random generator
- rotintlft(int, int) - Static method in class org.apache.http.impl.auth.NTLMEngineImpl
-
- round1(int[]) - Method in class org.apache.http.impl.auth.NTLMEngineImpl.MD4
-
- round2(int[]) - Method in class org.apache.http.impl.auth.NTLMEngineImpl.MD4
-
- round3(int[]) - Method in class org.apache.http.impl.auth.NTLMEngineImpl.MD4
-
- ROUTE - Static variable in interface org.apache.http.client.protocol.ClientContext
-
Deprecated.
Attribute name of a
RouteInfo
object that represents the actual connection route.
- route - Variable in class org.apache.http.impl.client.RoutedRequest
-
Deprecated.
- route - Variable in class org.apache.http.impl.conn.AbstractPoolEntry
-
Deprecated.
The route for which this entry gets allocated.
- route - Variable in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
-
- route - Variable in class org.apache.http.impl.conn.tsccm.BasicPoolEntryRef
-
Deprecated.
The planned route of the entry.
- route - Variable in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
-
Deprecated.
The route this pool is for.
- routeComplete(HttpClientConnection, HttpRoute, HttpContext) - Method in interface org.apache.http.conn.HttpClientConnectionManager
-
Marks the connection as fully established with all its intermediate
hops completed.
- routeComplete(HttpClientConnection, HttpRoute, HttpContext) - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
-
- routeComplete - Variable in class org.apache.http.impl.conn.CPoolEntry
-
- routeComplete(HttpClientConnection, HttpRoute, HttpContext) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- routeDirector - Variable in class org.apache.http.impl.execchain.MainClientExec
-
- RoutedRequest - Class in org.apache.http.impl.client
-
- RoutedRequest(RequestWrapper, HttpRoute) - Constructor for class org.apache.http.impl.client.RoutedRequest
-
Deprecated.
Creates a new routed request.
- RouteInfo - Interface in org.apache.http.conn.routing
-
Read-only interface for route information.
- RouteInfo.LayerType - Enum in org.apache.http.conn.routing
-
The layering type of a route.
- RouteInfo.TunnelType - Enum in org.apache.http.conn.routing
-
The tunnelling type of a route.
- routePlanner - Variable in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- routePlanner - Variable in class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
The route planner.
- routePlanner - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- routePlanner - Variable in class org.apache.http.impl.client.InternalHttpClient
-
- routePlanner - Variable in class org.apache.http.impl.execchain.RedirectExec
-
- RouteSpecificPool - Class in org.apache.http.impl.conn.tsccm
-
- RouteSpecificPool(HttpRoute, int) - Constructor for class org.apache.http.impl.conn.tsccm.RouteSpecificPool
-
- RouteSpecificPool(HttpRoute, ConnPerRoute) - Constructor for class org.apache.http.impl.conn.tsccm.RouteSpecificPool
-
Deprecated.
Creates a new route-specific pool.
- routeToPool - Variable in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
Map of route-specific pools
- RouteTracker - Class in org.apache.http.conn.routing
-
Helps tracking the steps in establishing a route.
- RouteTracker(HttpHost, InetAddress) - Constructor for class org.apache.http.conn.routing.RouteTracker
-
Creates a new route tracker.
- RouteTracker(HttpRoute) - Constructor for class org.apache.http.conn.routing.RouteTracker
-
Creates a new tracker for the given route.
- rules - Variable in class org.apache.http.conn.util.PublicSuffixList
-
- rules - Variable in class org.apache.http.conn.util.PublicSuffixMatcher
-
- SC_PERMANENT_REDIRECT - Static variable in class org.apache.http.impl.client.DefaultRedirectStrategy
-
- scheduled - Variable in class org.apache.http.impl.client.HttpRequestTaskCallable
-
- scheduledConnections - Variable in class org.apache.http.impl.client.FutureRequestExecutionMetrics
-
- scheduledTime() - Method in class org.apache.http.impl.client.HttpRequestFutureTask
-
- scheme - Variable in class org.apache.http.auth.AuthScope
-
The authentication scheme the credentials apply to.
- scheme - Variable in class org.apache.http.client.utils.URIBuilder
-
- Scheme - Class in org.apache.http.conn.scheme
-
- Scheme(String, int, SchemeSocketFactory) - Constructor for class org.apache.http.conn.scheme.Scheme
-
Deprecated.
Creates a new scheme.
- Scheme(String, SocketFactory, int) - Constructor for class org.apache.http.conn.scheme.Scheme
-
- SCHEME_MAP - Static variable in class org.apache.http.impl.client.SystemDefaultCredentialsProvider
-
- SCHEME_REGISTRY - Static variable in interface org.apache.http.client.protocol.ClientContext
-
Deprecated.
Attribute name of a
Scheme
object that represents the actual protocol scheme registry.
- SchemeLayeredSocketFactory - Interface in org.apache.http.conn.scheme
-
- SchemeLayeredSocketFactoryAdaptor - Class in org.apache.http.conn.scheme
-
- SchemeLayeredSocketFactoryAdaptor(LayeredSocketFactory) - Constructor for class org.apache.http.conn.scheme.SchemeLayeredSocketFactoryAdaptor
-
Deprecated.
- SchemeLayeredSocketFactoryAdaptor2 - Class in org.apache.http.conn.scheme
-
- SchemeLayeredSocketFactoryAdaptor2(LayeredSchemeSocketFactory) - Constructor for class org.apache.http.conn.scheme.SchemeLayeredSocketFactoryAdaptor2
-
Deprecated.
- SchemePortResolver - Interface in org.apache.http.conn
-
Strategy for default port resolution for protocol schemes.
- schemePortResolver - Variable in class org.apache.http.impl.client.BasicAuthCache
-
- schemePortResolver - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- schemePortResolver - Variable in class org.apache.http.impl.conn.DefaultHttpClientConnectionOperator
-
- schemePortResolver - Variable in class org.apache.http.impl.conn.DefaultRoutePlanner
-
- SchemeRegistry - Class in org.apache.http.conn.scheme
-
- SchemeRegistry() - Constructor for class org.apache.http.conn.scheme.SchemeRegistry
-
Deprecated.
Creates a new, empty scheme registry.
- schemeRegistry - Variable in class org.apache.http.impl.conn.BasicClientConnectionManager
-
Deprecated.
The schemes supported by this connection manager.
- schemeRegistry - Variable in class org.apache.http.impl.conn.DefaultClientConnectionOperator
-
Deprecated.
The scheme registry for looking up socket factories.
- schemeRegistry - Variable in class org.apache.http.impl.conn.DefaultHttpRoutePlanner
-
Deprecated.
The scheme registry.
- schemeRegistry - Variable in class org.apache.http.impl.conn.PoolingClientConnectionManager
-
Deprecated.
- schemeRegistry - Variable in class org.apache.http.impl.conn.ProxySelectorRoutePlanner
-
Deprecated.
The scheme registry.
- schemeRegistry - Variable in class org.apache.http.impl.conn.SingleClientConnManager
-
Deprecated.
The schemes supported by this connection manager.
- schemeRegistry - Variable in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
-
Deprecated.
The schemes supported by this connection manager.
- SchemeRegistryFactory - Class in org.apache.http.impl.conn
-
- SchemeRegistryFactory() - Constructor for class org.apache.http.impl.conn.SchemeRegistryFactory
-
Deprecated.
- SchemeSocketFactory - Interface in org.apache.http.conn.scheme
-
- SchemeSocketFactoryAdaptor - Class in org.apache.http.conn.scheme
-
- SchemeSocketFactoryAdaptor(SocketFactory) - Constructor for class org.apache.http.conn.scheme.SchemeSocketFactoryAdaptor
-
Deprecated.
- SEAL_MAGIC_CLIENT - Static variable in class org.apache.http.impl.auth.NTLMEngineImpl
-
- SEAL_MAGIC_SERVER - Static variable in class org.apache.http.impl.auth.NTLMEngineImpl
-
- sealingKey - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.Handle
-
- secondaryKey - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
- secure - Variable in class org.apache.http.conn.routing.HttpRoute
-
Whether the route is (supposed to be) secure.
- secure - Variable in class org.apache.http.conn.routing.RouteTracker
-
Whether the route is secure.
- secure - Variable in class org.apache.http.cookie.CookieOrigin
-
- SECURE_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
-
- secureRandom - Variable in class org.apache.http.conn.ssl.SSLContextBuilder
-
Deprecated.
- securityLevel - Variable in class org.apache.http.impl.cookie.BrowserCompatSpecFactory
-
Deprecated.
- SecurityLevel() - Constructor for enum org.apache.http.impl.cookie.BrowserCompatSpecFactory.SecurityLevel
-
Deprecated.
- select(Map<String, Header>, HttpHost, HttpResponse, HttpContext) - Method in interface org.apache.http.client.AuthenticationStrategy
-
Selects one authentication challenge out of all available and
creates and generates
AuthOption
instance capable of
processing that challenge.
- select(Map<String, Header>, HttpHost, HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.AuthenticationStrategyAdaptor
-
Deprecated.
- select(Map<String, Header>, HttpHost, HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.AuthenticationStrategyImpl
-
- selectScheme(Map<String, Header>, HttpResponse, HttpContext) - Method in interface org.apache.http.client.AuthenticationHandler
-
Deprecated.
Selects one authentication challenge out of all available and
creates and generates
AuthScheme
instance capable of
processing that challenge.
- selectScheme(Map<String, Header>, HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.AbstractAuthenticationHandler
-
Deprecated.
- selfClosed - Variable in class org.apache.http.conn.EofSensorInputStream
-
Indicates whether this stream itself is closed.
- sendRequestEntity(HttpEntityEnclosingRequest) - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- sendRequestEntity(HttpEntityEnclosingRequest) - Method in class org.apache.http.impl.conn.CPoolProxy
-
- sendRequestEntity(HttpEntityEnclosingRequest) - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- sendRequestHeader(HttpRequest) - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- sendRequestHeader(HttpRequest) - Method in class org.apache.http.impl.conn.CPoolProxy
-
- sendRequestHeader(HttpRequest) - Method in class org.apache.http.impl.conn.DefaultClientConnection
-
Deprecated.
- sendRequestHeader(HttpRequest) - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- sequenceNumber - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.Handle
-
- serializable - Variable in class org.apache.http.client.entity.EntityBuilder
-
- serialVersionUID - Static variable in exception org.apache.http.auth.AuthenticationException
-
- serialVersionUID - Static variable in class org.apache.http.auth.BasicUserPrincipal
-
- serialVersionUID - Static variable in exception org.apache.http.auth.InvalidCredentialsException
-
- serialVersionUID - Static variable in class org.apache.http.auth.KerberosCredentials
-
- serialVersionUID - Static variable in exception org.apache.http.auth.MalformedChallengeException
-
- serialVersionUID - Static variable in class org.apache.http.auth.NTCredentials
-
- serialVersionUID - Static variable in class org.apache.http.auth.NTUserPrincipal
-
- serialVersionUID - Static variable in class org.apache.http.auth.UsernamePasswordCredentials
-
- serialVersionUID - Static variable in exception org.apache.http.client.CircularRedirectException
-
- serialVersionUID - Static variable in exception org.apache.http.client.ClientProtocolException
-
- serialVersionUID - Static variable in exception org.apache.http.client.HttpResponseException
-
- serialVersionUID - Static variable in exception org.apache.http.client.NonRepeatableRequestException
-
- serialVersionUID - Static variable in exception org.apache.http.client.RedirectException
-
- serialVersionUID - Static variable in exception org.apache.http.conn.ConnectionPoolTimeoutException
-
- serialVersionUID - Static variable in exception org.apache.http.conn.ConnectTimeoutException
-
- serialVersionUID - Static variable in exception org.apache.http.conn.HttpHostConnectException
-
- serialVersionUID - Static variable in class org.apache.http.conn.HttpInetSocketAddress
-
Deprecated.
- serialVersionUID - Static variable in exception org.apache.http.conn.ssl.SSLInitializationException
-
- serialVersionUID - Static variable in exception org.apache.http.conn.UnsupportedSchemeException
-
- serialVersionUID - Static variable in class org.apache.http.cookie.CookieIdentityComparator
-
- serialVersionUID - Static variable in class org.apache.http.cookie.CookiePathComparator
-
- serialVersionUID - Static variable in exception org.apache.http.cookie.CookieRestrictionViolationException
-
- serialVersionUID - Static variable in exception org.apache.http.cookie.MalformedCookieException
-
- serialVersionUID - Static variable in class org.apache.http.impl.auth.BasicScheme
-
- serialVersionUID - Static variable in class org.apache.http.impl.auth.DigestScheme
-
- serialVersionUID - Static variable in exception org.apache.http.impl.auth.NTLMEngineException
-
- serialVersionUID - Static variable in class org.apache.http.impl.auth.RFC2617Scheme
-
- serialVersionUID - Static variable in exception org.apache.http.impl.auth.UnsupportedDigestAlgorithmException
-
- serialVersionUID - Static variable in class org.apache.http.impl.client.BasicCookieStore
-
- serialVersionUID - Static variable in exception org.apache.http.impl.client.TunnelRefusedException
-
Deprecated.
- serialVersionUID - Static variable in exception org.apache.http.impl.conn.ConnectionShutdownException
-
- serialVersionUID - Static variable in class org.apache.http.impl.cookie.BasicClientCookie
-
- serialVersionUID - Static variable in class org.apache.http.impl.cookie.BasicClientCookie2
-
- serialVersionUID - Static variable in exception org.apache.http.impl.cookie.DateParseException
-
Deprecated.
- serialVersionUID - Static variable in exception org.apache.http.impl.execchain.RequestAbortedException
-
- serialVersionUID - Static variable in exception org.apache.http.impl.execchain.TunnelRefusedException
-
- ServiceUnavailableRetryExec - Class in org.apache.http.impl.execchain
-
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.http.impl.execchain.ServiceUnavailableRetryExec
-
- ServiceUnavailableRetryStrategy - Interface in org.apache.http.client
-
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.
- serviceUnavailStrategy - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- sessionKey - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.Type3Message
-
- set(int, Object) - Method in class org.apache.http.impl.client.RedirectLocations
-
Replaces the URI at the specified position in this list with the
specified element (must be a URI).
- SET_COOKIE - Static variable in interface org.apache.http.cookie.SM
-
- SET_COOKIE2 - Static variable in interface org.apache.http.cookie.SM
-
- setAllowCircularRedirects(boolean) - Method in class org.apache.http.client.params.ClientParamBean
-
Deprecated.
- setAttribute(String, Object) - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- setAttribute(String, Object) - Method in class org.apache.http.impl.conn.CPoolProxy
-
- setAttribute(String, Object) - Method in class org.apache.http.impl.conn.DefaultClientConnection
-
Deprecated.
- setAttribute(String, Object) - Method in class org.apache.http.impl.conn.DefaultManagedHttpClientConnection
-
- setAttribute(String, Object) - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- setAttribute(String, String) - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
- setAuthCache(AuthCache) - Method in class org.apache.http.client.protocol.HttpClientContext
-
- setAuthenticating(HttpParams, boolean) - Static method in class org.apache.http.client.params.HttpClientParams
-
Deprecated.
- setAuthenticationEnabled(boolean) - Method in class org.apache.http.client.config.RequestConfig.Builder
-
- setAuthScheme(AuthScheme) - Method in class org.apache.http.auth.AuthState
-
- setAuthSchemeRegistry(AuthSchemeRegistry) - Method in class org.apache.http.client.protocol.ClientContextConfigurer
-
Deprecated.
- setAuthSchemeRegistry(Lookup<AuthSchemeProvider>) - Method in class org.apache.http.client.protocol.HttpClientContext
-
- setAuthSchemes(AuthSchemeRegistry) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- setAuthScope(AuthScope) - Method in class org.apache.http.auth.AuthState
-
- setBackoffFactor(double) - Method in class org.apache.http.impl.client.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.http.impl.client.AbstractHttpClient
-
Deprecated.
- setBackoffManager(BackoffManager) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
- setBinary(byte[]) - Method in class org.apache.http.client.entity.EntityBuilder
-
Sets entity content as a byte array.
- setCancellable(Cancellable) - Method in class org.apache.http.client.methods.AbstractExecutionAwareRequest
-
- setCancellable(Cancellable) - Method in interface org.apache.http.client.methods.HttpExecutionAware
-
Sets Cancellable
for the ongoing operation.
- setCharset(Charset) - Method in class org.apache.http.client.methods.RequestBuilder
-
- setCharset(Charset) - Method in class org.apache.http.client.utils.URIBuilder
-
- setCircularRedirectsAllowed(boolean) - Method in class org.apache.http.client.config.RequestConfig.Builder
-
- setComment(String) - Method in interface org.apache.http.cookie.SetCookie
-
If a user agent (web browser) presents this cookie to a user, the
cookie's purpose will be described using this comment.
- setComment(String) - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
If a user agent (web browser) presents this cookie to a user, the
cookie's purpose will be described using this comment.
- setCommentURL(String) - Method in interface org.apache.http.cookie.SetCookie2
-
If a user agent (web browser) presents this cookie to a user, the
cookie's purpose will be described by the information at this URL.
- setCommentURL(String) - Method in class org.apache.http.impl.cookie.BasicClientCookie2
-
- setConfig(RequestConfig) - Method in class org.apache.http.client.methods.HttpRequestBase
-
- setConfig(RequestConfig) - Method in class org.apache.http.client.methods.RequestBuilder
-
- setConnectionBackoffStrategy(ConnectionBackoffStrategy) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- setConnectionBackoffStrategy(ConnectionBackoffStrategy) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
- setConnectionConfig(ConnectionConfig) - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
-
- setConnectionConfig(HttpHost, ConnectionConfig) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager.ConfigData
-
- setConnectionConfig(HttpHost, ConnectionConfig) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- setConnectionManager(HttpClientConnectionManager) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
- setConnectionManagerFactoryClassName(String) - Method in class org.apache.http.client.params.ClientParamBean
-
- setConnectionManagerShared(boolean) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
Defines the connection manager is to be shared by multiple
client instances.
- setConnectionManagerTimeout(long) - Method in class org.apache.http.client.params.ClientParamBean
-
Deprecated.
- setConnectionManagerTimeout(HttpParams, long) - Static method in class org.apache.http.client.params.HttpClientParams
-
Deprecated.
Set the parameter ClientPNames.CONN_MANAGER_TIMEOUT
.
- setConnectionRequest(ClientConnectionRequest) - Method in interface org.apache.http.client.methods.AbortableHttpRequest
-
Deprecated.
- setConnectionRequest(ClientConnectionRequest) - Method in class org.apache.http.client.methods.AbstractExecutionAwareRequest
-
- setConnectionRequestTimeout(int) - Method in class org.apache.http.client.config.RequestConfig.Builder
-
- setConnectionReuseStrategy(ConnectionReuseStrategy) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
Assigns ConnectionReuseStrategy
instance.
- setConnectionsPerRoute(ConnPerRouteBean) - Method in class org.apache.http.conn.params.ConnManagerParamBean
-
Deprecated.
- setConnectionTimeToLive(long, TimeUnit) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
Sets maximum time to live for persistent connections
- setConnectTimeout(int) - Method in class org.apache.http.client.config.RequestConfig.Builder
-
- setContentCompressionEnabled(boolean) - Method in class org.apache.http.client.config.RequestConfig.Builder
-
- setContentDecoderRegistry(Map<String, InputStreamFactory>) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
- setContentEncoding(String) - Method in class org.apache.http.client.entity.EntityBuilder
-
Sets content encoding of the entity.
- setContentType(ContentType) - Method in class org.apache.http.client.entity.EntityBuilder
-
Sets ContentType
of the entity.
- SetCookie - Interface in org.apache.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.
- SetCookie2 - Interface in org.apache.http.cookie
-
This interface represents a Set-Cookie2
response header sent by the
origin server to the HTTP agent in order to maintain a conversational state.
- setCookiePolicy(String) - Method in class org.apache.http.client.params.ClientParamBean
-
Deprecated.
- setCookiePolicy(HttpParams, String) - Static method in class org.apache.http.client.params.HttpClientParams
-
Deprecated.
- setCookieSpec(String) - Method in class org.apache.http.client.config.RequestConfig.Builder
-
- setCookieSpecRegistry(CookieSpecRegistry) - Method in class org.apache.http.client.protocol.ClientContextConfigurer
-
Deprecated.
- setCookieSpecRegistry(Lookup<CookieSpecProvider>) - Method in class org.apache.http.client.protocol.HttpClientContext
-
- setCookieSpecs(CookieSpecRegistry) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- setCookieStore(CookieStore) - Method in class org.apache.http.client.protocol.ClientContextConfigurer
-
Deprecated.
- setCookieStore(CookieStore) - Method in class org.apache.http.client.protocol.HttpClientContext
-
- setCookieStore(CookieStore) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- setCooldownMillis(long) - Method in class org.apache.http.impl.client.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.http.impl.cookie.BasicClientCookie
-
- setCredentialCharset(String) - Method in class org.apache.http.auth.params.AuthParamBean
-
Deprecated.
- setCredentialCharset(HttpParams, String) - Static method in class org.apache.http.auth.params.AuthParams
-
Deprecated.
- setCredentials(Credentials) - Method in class org.apache.http.auth.AuthState
-
- setCredentials(AuthScope, Credentials) - Method in interface org.apache.http.client.CredentialsProvider
-
Sets the
credentials
for the given authentication
scope.
- setCredentials(AuthScope, Credentials) - Method in class org.apache.http.impl.client.BasicCredentialsProvider
-
- setCredentials(AuthScope, Credentials) - Method in class org.apache.http.impl.client.SystemDefaultCredentialsProvider
-
- setCredentialsProvider(CredentialsProvider) - Method in class org.apache.http.client.protocol.ClientContextConfigurer
-
Deprecated.
- setCredentialsProvider(CredentialsProvider) - Method in class org.apache.http.client.protocol.HttpClientContext
-
- setCredentialsProvider(CredentialsProvider) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- setCustomQuery(String) - Method in class org.apache.http.client.utils.URIBuilder
-
Sets custom URI query.
- setDatePatterns(Collection<String>) - Method in class org.apache.http.cookie.params.CookieSpecParamBean
-
Deprecated.
- setDecompressionEnabled(boolean) - Method in class org.apache.http.client.config.RequestConfig.Builder
-
- setDefaultAuthSchemeRegistry(Lookup<AuthSchemeProvider>) - Method in class org.apache.http.impl.client.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.http.impl.client.HttpClientBuilder
-
Assigns default ConnectionConfig
.
- setDefaultConnectionConfig(ConnectionConfig) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager.ConfigData
-
- setDefaultConnectionConfig(ConnectionConfig) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- setDefaultCookieSpecRegistry(Lookup<CookieSpecProvider>) - Method in class org.apache.http.impl.client.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.http.impl.client.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.http.impl.client.HttpClientBuilder
-
Assigns default
CredentialsProvider
instance which will be used
for request execution if not explicitly set in the client execution
context.
- setDefaultHeaders(Collection<Header>) - Method in class org.apache.http.client.params.ClientParamBean
-
Deprecated.
- setDefaultHeaders(Collection<? extends Header>) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
Assigns default request header values.
- setDefaultHost(HttpHost) - Method in class org.apache.http.client.params.ClientParamBean
-
Deprecated.
- setDefaultHttpParams(HttpParams) - Static method in class org.apache.http.impl.client.DefaultHttpClient
-
Deprecated.
Saves the default set of HttpParams in the provided parameter.
- setDefaultMaxPerRoute(int) - Method in class org.apache.http.conn.params.ConnPerRouteBean
-
Deprecated.
- setDefaultMaxPerRoute(int) - Method in class org.apache.http.impl.conn.PoolingClientConnectionManager
-
Deprecated.
- setDefaultMaxPerRoute(int) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- setDefaultMaxPerRoute(int) - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
-
Deprecated.
- setDefaultProxy(HttpHost) - Method in class org.apache.http.conn.params.ConnRouteParamBean
-
Deprecated.
- setDefaultProxy(HttpParams, HttpHost) - Static method in class org.apache.http.conn.params.ConnRouteParams
-
Deprecated.
- setDefaultRequestConfig(RequestConfig) - Method in class org.apache.http.impl.client.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.http.impl.client.HttpClientBuilder
-
Assigns default SocketConfig
.
- setDefaultSocketConfig(SocketConfig) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager.ConfigData
-
- setDefaultSocketConfig(SocketConfig) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- setDiscard(boolean) - Method in interface org.apache.http.cookie.SetCookie2
-
Set the Discard attribute.
- setDiscard(boolean) - Method in class org.apache.http.impl.cookie.BasicClientCookie2
-
- setDnsResolver(DnsResolver) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
- setDomain(String) - Method in interface org.apache.http.cookie.SetCookie
-
Sets the domain attribute.
- setDomain(String) - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
Sets the domain attribute.
- setEntity(HttpEntity) - Method in class org.apache.http.client.methods.HttpEntityEnclosingRequestBase
-
- setEntity(HttpEntity) - Method in class org.apache.http.client.methods.HttpRequestWrapper.HttpEntityEnclosingRequestWrapper
-
- setEntity(HttpEntity) - Method in class org.apache.http.client.methods.RequestBuilder
-
- setEntity(HttpEntity) - Method in class org.apache.http.impl.client.EntityEnclosingRequestWrapper
-
Deprecated.
- setEntity(HttpEntity) - Method in class org.apache.http.impl.execchain.HttpResponseProxy
-
- setExceptions(Collection<String>) - Method in class org.apache.http.impl.cookie.PublicSuffixFilter
-
Deprecated.
Sets the exceptions from the blacklist.
- setExpectContinueEnabled(boolean) - Method in class org.apache.http.client.config.RequestConfig.Builder
-
- setExpiryDate(Date) - Method in interface org.apache.http.cookie.SetCookie
-
Sets expiration date.
- setExpiryDate(Date) - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
Sets expiration date.
- setFile(File) - Method in class org.apache.http.client.entity.EntityBuilder
-
Sets entity content as a File
.
- setForcedRoute(HttpRoute) - Method in class org.apache.http.conn.params.ConnRouteParamBean
-
Deprecated.
- setForcedRoute(HttpParams, HttpRoute) - Static method in class org.apache.http.conn.params.ConnRouteParams
-
Deprecated.
- setFragment(String) - Method in class org.apache.http.client.utils.URIBuilder
-
Sets URI fragment.
- setHandleAuthentication(boolean) - Method in class org.apache.http.client.params.ClientParamBean
-
Deprecated.
- setHandleRedirects(boolean) - Method in class org.apache.http.client.params.ClientParamBean
-
Deprecated.
- setHeader(Header) - Method in class org.apache.http.client.methods.RequestBuilder
-
- setHeader(String, String) - Method in class org.apache.http.client.methods.RequestBuilder
-
- setHeader(Header) - Method in class org.apache.http.impl.execchain.HttpResponseProxy
-
- setHeader(String, String) - Method in class org.apache.http.impl.execchain.HttpResponseProxy
-
- setHeaders(Header[]) - Method in class org.apache.http.impl.execchain.HttpResponseProxy
-
- setHost(String) - Method in class org.apache.http.client.utils.URIBuilder
-
Sets URI host.
- setHostnameVerifier(X509HostnameVerifier) - Method in class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- setHostnameVerifier(X509HostnameVerifier) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
- setHttpProcessor(HttpProcessor) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
Assigns HttpProcessor
instance.
- setHttpRequestRetryHandler(HttpRequestRetryHandler) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- setIdleDuration(long, TimeUnit) - Method in interface org.apache.http.conn.ManagedClientConnection
-
Deprecated.
Sets the duration that this connection can remain idle before it is
reused.
- setIdleDuration(long, TimeUnit) - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- setIdleDuration(long, TimeUnit) - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- setItems(Map<String, AuthSchemeFactory>) - Method in class org.apache.http.auth.AuthSchemeRegistry
-
Deprecated.
Populates the internal collection of registered
authentication schemes
with the content of the map passed as a parameter.
- setItems(Map<String, Scheme>) - Method in class org.apache.http.conn.scheme.SchemeRegistry
-
Deprecated.
Populates the internal collection of registered
protocol schemes
with the content of the map passed as a parameter.
- setItems(Map<String, CookieSpecFactory>) - Method in class org.apache.http.cookie.CookieSpecRegistry
-
Deprecated.
Populates the internal collection of registered
cookie
specs
with the content of the map passed as a parameter.
- setKeepAliveStrategy(ConnectionKeepAliveStrategy) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- setKeepAliveStrategy(ConnectionKeepAliveStrategy) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
- setLocalAddress(InetAddress) - Method in class org.apache.http.client.config.RequestConfig.Builder
-
- setLocalAddress(InetAddress) - Method in class org.apache.http.conn.params.ConnRouteParamBean
-
Deprecated.
- setLocalAddress(HttpParams, InetAddress) - Static method in class org.apache.http.conn.params.ConnRouteParams
-
Deprecated.
- setLocale(Locale) - Method in class org.apache.http.impl.execchain.HttpResponseProxy
-
- setMaxConnectionsPerRoute(HttpParams, ConnPerRoute) - Static method in class org.apache.http.conn.params.ConnManagerParams
-
Deprecated.
Sets lookup interface for maximum number of connections allowed per route.
- setMaxConnPerRoute(int) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
Assigns maximum connection per route value.
- setMaxConnTotal(int) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
Assigns maximum total connection value.
- setMaxForRoute(HttpRoute, int) - Method in class org.apache.http.conn.params.ConnPerRouteBean
-
Deprecated.
- setMaxForRoute(HttpRoute, int) - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
-
Deprecated.
- setMaxForRoutes(Map<HttpRoute, Integer>) - Method in class org.apache.http.conn.params.ConnPerRouteBean
-
Deprecated.
- setMaxPerRoute(HttpRoute, int) - Method in class org.apache.http.impl.conn.PoolingClientConnectionManager
-
Deprecated.
- setMaxPerRoute(HttpRoute, int) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- setMaxRedirects(int) - Method in class org.apache.http.client.config.RequestConfig.Builder
-
- setMaxRedirects(int) - Method in class org.apache.http.client.params.ClientParamBean
-
Deprecated.
- setMaxStatusLineGarbage(int) - Method in class org.apache.http.conn.params.ConnConnectionParamBean
-
- setMaxTotal(int) - Method in class org.apache.http.impl.conn.PoolingClientConnectionManager
-
Deprecated.
- setMaxTotal(int) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- setMaxTotal(int) - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
-
Deprecated.
since 4.1
- setMaxTotalConnections(int) - Method in class org.apache.http.conn.params.ConnManagerParamBean
-
Deprecated.
- setMaxTotalConnections(HttpParams, int) - Static method in class org.apache.http.conn.params.ConnManagerParams
-
Deprecated.
Sets the maximum number of connections allowed.
- setMaxTotalConnections(int) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
since 4.1
- setMethod(String) - Method in class org.apache.http.impl.client.RequestWrapper
-
Deprecated.
- setNormalizeUri(boolean) - Method in class org.apache.http.client.config.RequestConfig.Builder
-
- setParameter(String, String) - Method in class org.apache.http.client.utils.URIBuilder
-
Sets parameter of URI query overriding existing value if set.
- setParameter(String, Object) - Method in class org.apache.http.impl.client.ClientParamsStack
-
Deprecated.
Does not set a parameter.
- setParameters(List<NameValuePair>) - Method in class org.apache.http.client.entity.EntityBuilder
-
Sets entity content as a parameter list.
- setParameters(NameValuePair...) - Method in class org.apache.http.client.entity.EntityBuilder
-
Sets entity content as a parameter list.
- setParameters(List<NameValuePair>) - Method in class org.apache.http.client.utils.URIBuilder
-
Sets URI query parameters.
- setParameters(NameValuePair...) - Method in class org.apache.http.client.utils.URIBuilder
-
Sets URI query parameters.
- setParams(HttpParams) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
Replaces the parameters.
- setParams(HttpParams) - Method in class org.apache.http.impl.execchain.HttpResponseProxy
-
- setPath(String) - Method in class org.apache.http.client.utils.URIBuilder
-
Sets URI path.
- setPath(String) - Method in interface org.apache.http.cookie.SetCookie
-
Sets the path attribute.
- setPath(String) - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
Sets the path attribute.
- setPathSegments(String...) - Method in class org.apache.http.client.utils.URIBuilder
-
Sets URI path.
- setPathSegments(List<String>) - Method in class org.apache.http.client.utils.URIBuilder
-
Sets URI path.
- setPerHostConnectionCap(int) - Method in class org.apache.http.impl.client.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.http.client.utils.URIBuilder
-
Sets URI port.
- setPorts(int[]) - Method in interface org.apache.http.cookie.SetCookie2
-
Sets the Port attribute.
- setPorts(int[]) - Method in class org.apache.http.impl.cookie.BasicClientCookie2
-
- setProtocolVersion(ProtocolVersion) - Method in class org.apache.http.client.methods.HttpRequestBase
-
- setProtocolVersion(ProtocolVersion) - Method in class org.apache.http.client.methods.HttpRequestWrapper
-
- setProtocolVersion(ProtocolVersion) - Method in class org.apache.http.impl.client.RequestWrapper
-
Deprecated.
- setProxy(HttpHost) - Method in class org.apache.http.client.config.RequestConfig.Builder
-
- setProxy(HttpHost) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
Assigns default proxy value.
- setProxyAuthenticationHandler(AuthenticationHandler) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- setProxyAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- setProxyAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
- setProxyPreferredAuthSchemes(Collection<String>) - Method in class org.apache.http.client.config.RequestConfig.Builder
-
- setProxySelector(ProxySelector) - Method in class org.apache.http.impl.conn.ProxySelectorRoutePlanner
-
Deprecated.
Sets the proxy selector to use.
- setPublicSuffixes(Collection<String>) - Method in class org.apache.http.impl.cookie.PublicSuffixFilter
-
Deprecated.
Sets the suffix blacklist patterns.
- setPublicSuffixMatcher(PublicSuffixMatcher) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
Assigns file containing public suffix matcher.
- setQuery(String) - Method in class org.apache.http.client.utils.URIBuilder
-
- setReasonPhrase(String) - Method in class org.apache.http.impl.execchain.HttpResponseProxy
-
- setRedirectHandler(RedirectHandler) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- setRedirecting(HttpParams, boolean) - Static method in class org.apache.http.client.params.HttpClientParams
-
Deprecated.
- setRedirectsEnabled(boolean) - Method in class org.apache.http.client.config.RequestConfig.Builder
-
- setRedirectStrategy(RedirectStrategy) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- setRedirectStrategy(RedirectStrategy) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
- setRejectRelativeRedirect(boolean) - Method in class org.apache.http.client.params.ClientParamBean
-
Deprecated.
- setRelativeRedirectsAllowed(boolean) - Method in class org.apache.http.client.config.RequestConfig.Builder
-
- setReleaseTrigger(ConnectionReleaseTrigger) - Method in interface org.apache.http.client.methods.AbortableHttpRequest
-
Deprecated.
- setReleaseTrigger(ConnectionReleaseTrigger) - Method in class org.apache.http.client.methods.AbstractExecutionAwareRequest
-
- setRequestConfig(RequestConfig) - Method in class org.apache.http.client.protocol.HttpClientContext
-
- setRequestExecutor(HttpRequestExecutor) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
Assigns HttpRequestExecutor
instance.
- setRetryHandler(HttpRequestRetryHandler) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
- setReuseStrategy(ConnectionReuseStrategy) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- setRoutePlanner(HttpRoutePlanner) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- setRoutePlanner(HttpRoutePlanner) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
- setScheme(String) - Method in class org.apache.http.client.utils.URIBuilder
-
Sets URI scheme.
- setSchemePortResolver(SchemePortResolver) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
- setSecure(boolean) - Method in interface org.apache.http.cookie.SetCookie
-
Sets the secure attribute of the cookie.
- setSecure(boolean) - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
Sets the secure attribute of the cookie.
- setSecureRandom(SecureRandom) - Method in class org.apache.http.conn.ssl.SSLContextBuilder
-
Deprecated.
- setSerializable(Serializable) - Method in class org.apache.http.client.entity.EntityBuilder
-
Sets entity content as a Serializable
.
- setServiceUnavailableRetryStrategy(ServiceUnavailableRetryStrategy) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
- setSingleHeader(boolean) - Method in class org.apache.http.cookie.params.CookieSpecParamBean
-
Deprecated.
- setSocketConfig(SocketConfig) - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
-
- setSocketConfig(HttpHost, SocketConfig) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager.ConfigData
-
- setSocketConfig(HttpHost, SocketConfig) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- setSocketTimeout(int) - Method in class org.apache.http.client.config.RequestConfig.Builder
-
- setSocketTimeout(int) - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- setSocketTimeout(int) - Method in class org.apache.http.impl.conn.CPoolProxy
-
- setSocketTimeout(int) - Method in class org.apache.http.impl.conn.LoggingManagedHttpClientConnection
-
- setSocketTimeout(int) - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- setSslcontext(SSLContext) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
- setSSLContext(SSLContext) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
Assigns SSLContext
instance.
- setSSLHostnameVerifier(HostnameVerifier) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
Assigns HostnameVerifier
instance.
- setSSLSocketFactory(LayeredConnectionSocketFactory) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
- setStaleConnectionCheckEnabled(boolean) - Method in class org.apache.http.client.config.RequestConfig.Builder
-
- setState(AuthProtocolState) - Method in class org.apache.http.auth.AuthState
-
- setState(Object) - Method in interface org.apache.http.conn.ManagedClientConnection
-
Deprecated.
Assigns a state object to this connection.
- setState(Object) - Method in class org.apache.http.impl.conn.AbstractPooledConnAdapter
-
Deprecated.
- setState(Object) - Method in class org.apache.http.impl.conn.AbstractPoolEntry
-
Deprecated.
Assigns a state object to this pool entry.
- setState(Object) - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- setState(Object) - Method in class org.apache.http.impl.execchain.ConnectionHolder
-
- setStatusCode(int) - Method in class org.apache.http.impl.execchain.HttpResponseProxy
-
- setStatusLine(StatusLine) - Method in class org.apache.http.impl.execchain.HttpResponseProxy
-
- setStatusLine(ProtocolVersion, int) - Method in class org.apache.http.impl.execchain.HttpResponseProxy
-
- setStatusLine(ProtocolVersion, int, String) - Method in class org.apache.http.impl.execchain.HttpResponseProxy
-
- setStream(InputStream) - Method in class org.apache.http.client.entity.EntityBuilder
-
Sets entity content as a InputStream
.
- setTargetAuthenticationHandler(AuthenticationHandler) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- setTargetAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- setTargetAuthenticationStrategy(AuthenticationStrategy) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
- setTargetPreferredAuthSchemes(Collection<String>) - Method in class org.apache.http.client.config.RequestConfig.Builder
-
- setText(String) - Method in class org.apache.http.client.entity.EntityBuilder
-
Sets entity content as a string.
- setTimeout(long) - Method in class org.apache.http.conn.params.ConnManagerParamBean
-
Deprecated.
- setTimeout(HttpParams, long) - Static method in class org.apache.http.conn.params.ConnManagerParams
-
- setupContext(HttpClientContext) - Method in class org.apache.http.impl.client.InternalHttpClient
-
- setURI(URI) - Method in class org.apache.http.client.methods.HttpRequestBase
-
- setURI(URI) - Method in class org.apache.http.client.methods.HttpRequestWrapper
-
- setUri(URI) - Method in class org.apache.http.client.methods.RequestBuilder
-
- setUri(String) - Method in class org.apache.http.client.methods.RequestBuilder
-
- setURI(URI) - Method in class org.apache.http.impl.client.RequestWrapper
-
Deprecated.
- setUserAgent(String) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
Assigns User-Agent
value.
- setUserInfo(String) - Method in class org.apache.http.client.utils.URIBuilder
-
Sets URI user info.
- setUserInfo(String, String) - Method in class org.apache.http.client.utils.URIBuilder
-
Sets URI user info as a combination of username and password.
- setUserToken(Object) - Method in class org.apache.http.client.protocol.HttpClientContext
-
- setUserTokenHandler(UserTokenHandler) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- setUserTokenHandler(UserTokenHandler) - Method in class org.apache.http.impl.client.HttpClientBuilder
-
- setValidateAfterInactivity(int) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
Defines period of inactivity in milliseconds after which persistent connections must
be re-validated prior to being
leased
to the consumer.
- setValidFor(long, TimeUnit) - Method in class org.apache.http.impl.execchain.ConnectionHolder
-
- setValue(String) - Method in interface org.apache.http.cookie.SetCookie
-
- setValue(String) - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
Sets the value
- setVersion(ProtocolVersion) - Method in class org.apache.http.client.methods.RequestBuilder
-
- setVersion(int) - Method in interface org.apache.http.cookie.SetCookie
-
Sets the version of the cookie specification to which this
cookie conforms.
- setVersion(int) - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
Sets the version of the cookie specification to which this
cookie conforms.
- setVirtualHost(HttpHost) - Method in class org.apache.http.client.params.ClientParamBean
-
Deprecated.
- setWaitingThread(WaitingThread) - Method in class org.apache.http.impl.conn.tsccm.WaitingThreadAborter
-
Deprecated.
Sets the waiting thread.
- shouldBackoff(Throwable) - Method in interface org.apache.http.client.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.http.client.ConnectionBackoffStrategy
-
Determines whether receiving the given HttpResponse
as
a result of request execution should result in a backoff
signal.
- shouldBackoff(Throwable) - Method in class org.apache.http.impl.client.DefaultBackoffStrategy
-
- shouldBackoff(HttpResponse) - Method in class org.apache.http.impl.client.DefaultBackoffStrategy
-
- shouldBackoff(Throwable) - Method in class org.apache.http.impl.client.NullBackoffStrategy
-
- shouldBackoff(HttpResponse) - Method in class org.apache.http.impl.client.NullBackoffStrategy
-
- shutdown() - Method in interface org.apache.http.conn.ClientConnectionManager
-
Deprecated.
Shuts down this connection manager and releases allocated resources.
- shutdown() - Method in interface org.apache.http.conn.HttpClientConnectionManager
-
Shuts down this connection manager and releases allocated resources.
- shutdown() - Method in class org.apache.http.impl.client.IdleConnectionEvictor
-
- shutdown() - Method in class org.apache.http.impl.conn.AbstractPooledConnAdapter
-
Deprecated.
- shutdown - Variable in class org.apache.http.impl.conn.BasicClientConnectionManager
-
Deprecated.
Indicates whether this connection manager is shut down.
- shutdown() - Method in class org.apache.http.impl.conn.BasicClientConnectionManager
-
Deprecated.
- shutdown() - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
-
- shutdown() - Method in class org.apache.http.impl.conn.CPoolProxy
-
- shutdown - Variable in class org.apache.http.impl.conn.DefaultClientConnection
-
Deprecated.
True if this connection was shutdown.
- shutdown() - Method in class org.apache.http.impl.conn.DefaultClientConnection
-
Deprecated.
Force-closes this connection.
- shutdown - Variable in class org.apache.http.impl.conn.DefaultManagedHttpClientConnection
-
- shutdown() - Method in class org.apache.http.impl.conn.DefaultManagedHttpClientConnection
-
- shutdown() - Method in class org.apache.http.impl.conn.LoggingManagedHttpClientConnection
-
- shutdown() - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- shutdown() - Method in class org.apache.http.impl.conn.PoolingClientConnectionManager
-
Deprecated.
- shutdown() - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- shutdown() - Method in class org.apache.http.impl.conn.SingleClientConnManager.PoolEntry
-
Deprecated.
Shuts down the connection in this pool entry.
- shutdown() - Method in class org.apache.http.impl.conn.SingleClientConnManager
-
Deprecated.
- shutdown() - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
-
Deprecated.
Shuts down this pool and all associated resources.
- shutdown - Variable in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
- shutdown() - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
- shutdown() - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
-
Deprecated.
- shutdownConnection(HttpClientConnection) - Method in class org.apache.http.impl.conn.BasicClientConnectionManager
-
Deprecated.
- shutdownConnection() - Method in class org.apache.http.impl.conn.CPoolEntry
-
- shutdownEntry() - Method in class org.apache.http.impl.conn.AbstractPoolEntry
-
Deprecated.
Shuts down the entry.
- shutdownEntry() - Method in class org.apache.http.impl.conn.tsccm.BasicPoolEntry
-
Deprecated.
- SIGN_MAGIC_CLIENT - Static variable in class org.apache.http.impl.auth.NTLMEngineImpl
-
- SIGN_MAGIC_SERVER - Static variable in class org.apache.http.impl.auth.NTLMEngineImpl
-
- signAndEncryptMessage(byte[]) - Method in class org.apache.http.impl.auth.NTLMEngineImpl.Handle
-
- SIGNATURE - Static variable in class org.apache.http.impl.auth.NTLMEngineImpl
-
The signature string as bytes in the default encoding
- signingKey - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.Handle
-
- SINGLE_COOKIE_HEADER - Static variable in interface org.apache.http.cookie.params.CookieSpecPNames
-
Deprecated.
Defines whether cookies should be forced into a single
Cookie
request header.
- SingleClientConnManager - Class in org.apache.http.impl.conn
-
- SingleClientConnManager(HttpParams, SchemeRegistry) - Constructor for class org.apache.http.impl.conn.SingleClientConnManager
-
- SingleClientConnManager(SchemeRegistry) - Constructor for class org.apache.http.impl.conn.SingleClientConnManager
-
Deprecated.
Creates a new simple connection manager.
- SingleClientConnManager() - Constructor for class org.apache.http.impl.conn.SingleClientConnManager
-
Deprecated.
- SingleClientConnManager.ConnAdapter - Class in org.apache.http.impl.conn
-
Deprecated.
The connection adapter used by this manager.
- SingleClientConnManager.PoolEntry - Class in org.apache.http.impl.conn
-
Deprecated.
The pool entry for this connection manager.
- size() - Method in class org.apache.http.impl.client.RedirectLocations
-
Returns the number of elements in this list.
- skew - Static variable in class org.apache.http.client.utils.Rfc3492Idn
-
Deprecated.
- skip(long) - Method in class org.apache.http.client.entity.DeflateInputStream
-
Skip
- skip(long) - Method in class org.apache.http.client.entity.LazyDecompressingInputStream
-
- skip(long) - Method in class org.apache.http.impl.conn.LoggingInputStream
-
- skipDelims(CharSequence, ParserCursor) - Method in class org.apache.http.impl.cookie.LaxExpiresHandler
-
- sleepTimeMs - Variable in class org.apache.http.impl.client.IdleConnectionEvictor
-
- SM - Interface in org.apache.http.cookie
-
Constants and static helpers related to the HTTP state management.
- socket - Variable in class org.apache.http.impl.conn.DefaultClientConnection
-
Deprecated.
The unconnected socket
- SOCKET_FACTORY_REGISTRY - Static variable in interface org.apache.http.client.protocol.ClientContext
-
Deprecated.
- SOCKET_FACTORY_REGISTRY - Static variable in class org.apache.http.impl.conn.DefaultHttpClientConnectionOperator
-
- socketConfig - Variable in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
-
- socketConfigMap - Variable in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager.ConfigData
-
- socketFactory - Variable in class org.apache.http.conn.scheme.Scheme
-
Deprecated.
The socket factory for this scheme
- SocketFactory - Interface in org.apache.http.conn.scheme
-
- socketfactory - Variable in class org.apache.http.conn.ssl.SSLConnectionSocketFactory
-
- socketfactory - Variable in class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- SocketFactoryAdaptor - Class in org.apache.http.conn.scheme
-
- SocketFactoryAdaptor(SchemeSocketFactory) - Constructor for class org.apache.http.conn.scheme.SocketFactoryAdaptor
-
Deprecated.
- socketFactoryRegistry - Variable in class org.apache.http.impl.conn.DefaultHttpClientConnectionOperator
-
- socketTimeout - Variable in class org.apache.http.client.config.RequestConfig.Builder
-
- socketTimeout - Variable in class org.apache.http.client.config.RequestConfig
-
- sourceStream - Variable in class org.apache.http.client.entity.DeflateInputStream
-
- SPECIAL_CHARS - Static variable in class org.apache.http.impl.cookie.RFC6265CookieSpec
-
- spengoGenerator - Variable in class org.apache.http.impl.auth.NegotiateScheme
-
Deprecated.
- spengoGenerator - Variable in class org.apache.http.impl.auth.NegotiateSchemeFactory
-
Deprecated.
- split(String) - Static method in class org.apache.http.conn.ssl.SSLConnectionSocketFactory
-
- split(String) - Static method in class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- split(String) - Static method in class org.apache.http.impl.client.HttpClientBuilder
-
- splitPathSegments(CharSequence) - Static method in class org.apache.http.client.utils.URLEncodedUtils
-
- splitSegments(CharSequence, BitSet) - Static method in class org.apache.http.client.utils.URLEncodedUtils
-
- SPNEGO - Static variable in class org.apache.http.client.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).
- SPNEGO - Static variable in class org.apache.http.client.params.AuthPolicy
-
Deprecated.
SPNEGO Authentication scheme.
- SPNEGO_OID - Static variable in class org.apache.http.impl.auth.NegotiateScheme
-
Deprecated.
- SPNEGO_OID - Static variable in class org.apache.http.impl.auth.SPNegoScheme
-
- SPNegoScheme - Class in org.apache.http.impl.auth
-
SPNEGO (Simple and Protected GSSAPI Negotiation Mechanism) authentication
scheme.
- SPNegoScheme(boolean, boolean) - Constructor for class org.apache.http.impl.auth.SPNegoScheme
-
- SPNegoScheme(boolean) - Constructor for class org.apache.http.impl.auth.SPNegoScheme
-
- SPNegoScheme() - Constructor for class org.apache.http.impl.auth.SPNegoScheme
-
- SPNegoSchemeFactory - Class in org.apache.http.impl.auth
-
- SPNegoSchemeFactory(boolean, boolean) - Constructor for class org.apache.http.impl.auth.SPNegoSchemeFactory
-
- SPNegoSchemeFactory(boolean) - Constructor for class org.apache.http.impl.auth.SPNegoSchemeFactory
-
- SPNegoSchemeFactory() - Constructor for class org.apache.http.impl.auth.SPNegoSchemeFactory
-
- SpnegoTokenGenerator - Interface in org.apache.http.impl.auth
-
- SSL - Static variable in class org.apache.http.conn.ssl.SSLConnectionSocketFactory
-
- SSL - Static variable in class org.apache.http.conn.ssl.SSLContextBuilder
-
Deprecated.
- SSL - Static variable in class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- SSLConnectionSocketFactory - Class in org.apache.http.conn.ssl
-
Layered socket factory for TLS/SSL connections.
- SSLConnectionSocketFactory(SSLContext) - Constructor for class org.apache.http.conn.ssl.SSLConnectionSocketFactory
-
- SSLConnectionSocketFactory(SSLContext, X509HostnameVerifier) - Constructor for class org.apache.http.conn.ssl.SSLConnectionSocketFactory
-
- SSLConnectionSocketFactory(SSLContext, String[], String[], X509HostnameVerifier) - Constructor for class org.apache.http.conn.ssl.SSLConnectionSocketFactory
-
- SSLConnectionSocketFactory(SSLSocketFactory, X509HostnameVerifier) - Constructor for class org.apache.http.conn.ssl.SSLConnectionSocketFactory
-
- SSLConnectionSocketFactory(SSLSocketFactory, String[], String[], X509HostnameVerifier) - Constructor for class org.apache.http.conn.ssl.SSLConnectionSocketFactory
-
- SSLConnectionSocketFactory(SSLContext, HostnameVerifier) - Constructor for class org.apache.http.conn.ssl.SSLConnectionSocketFactory
-
- SSLConnectionSocketFactory(SSLContext, String[], String[], HostnameVerifier) - Constructor for class org.apache.http.conn.ssl.SSLConnectionSocketFactory
-
- SSLConnectionSocketFactory(SSLSocketFactory, HostnameVerifier) - Constructor for class org.apache.http.conn.ssl.SSLConnectionSocketFactory
-
- SSLConnectionSocketFactory(SSLSocketFactory, String[], String[], HostnameVerifier) - Constructor for class org.apache.http.conn.ssl.SSLConnectionSocketFactory
-
- sslContext - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- SSLContextBuilder - Class in org.apache.http.conn.ssl
-
- SSLContextBuilder() - Constructor for class org.apache.http.conn.ssl.SSLContextBuilder
-
Deprecated.
- SSLContextBuilder.KeyManagerDelegate - Class in org.apache.http.conn.ssl
-
Deprecated.
- SSLContextBuilder.TrustManagerDelegate - Class in org.apache.http.conn.ssl
-
Deprecated.
- SSLContexts - Class in org.apache.http.conn.ssl
-
- SSLContexts() - Constructor for class org.apache.http.conn.ssl.SSLContexts
-
Deprecated.
- SSLInitializationException - Exception in org.apache.http.conn.ssl
-
- SSLInitializationException(String, Throwable) - Constructor for exception org.apache.http.conn.ssl.SSLInitializationException
-
- SSLSocketFactory - Class in org.apache.http.conn.ssl
-
- SSLSocketFactory(String, KeyStore, String, KeyStore, SecureRandom, HostNameResolver) - Constructor for class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- SSLSocketFactory(String, KeyStore, String, KeyStore, SecureRandom, TrustStrategy, X509HostnameVerifier) - Constructor for class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- SSLSocketFactory(String, KeyStore, String, KeyStore, SecureRandom, X509HostnameVerifier) - Constructor for class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- SSLSocketFactory(KeyStore, String, KeyStore) - Constructor for class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- SSLSocketFactory(KeyStore, String) - Constructor for class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- SSLSocketFactory(KeyStore) - Constructor for class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- SSLSocketFactory(TrustStrategy, X509HostnameVerifier) - Constructor for class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- SSLSocketFactory(TrustStrategy) - Constructor for class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- SSLSocketFactory(SSLContext) - Constructor for class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- SSLSocketFactory(SSLContext, HostNameResolver) - Constructor for class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- SSLSocketFactory(SSLContext, X509HostnameVerifier) - Constructor for class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- SSLSocketFactory(SSLContext, String[], String[], X509HostnameVerifier) - Constructor for class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- SSLSocketFactory(SSLSocketFactory, X509HostnameVerifier) - Constructor for class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- SSLSocketFactory(SSLSocketFactory, String[], String[], X509HostnameVerifier) - Constructor for class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- sslSocketFactory - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- SSLV2 - Static variable in class org.apache.http.conn.ssl.SSLConnectionSocketFactory
-
- SSLV2 - Static variable in class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- staleConnectionCheckEnabled - Variable in class org.apache.http.client.config.RequestConfig.Builder
-
- staleConnectionCheckEnabled - Variable in class org.apache.http.client.config.RequestConfig
-
- STANDARD - Static variable in class org.apache.http.client.config.CookieSpecs
-
The RFC 6265 compliant policy (interoprability profile).
- STANDARD_STRICT - Static variable in class org.apache.http.client.config.CookieSpecs
-
The RFC 6265 compliant policy (strict profile).
- StandardHttpRequestRetryHandler - Class in org.apache.http.impl.client
-
HttpRequestRetryHandler
which assumes
that all requested HTTP methods which should be idempotent according
to RFC-2616 are in fact idempotent and can be retried.
- StandardHttpRequestRetryHandler(int, boolean) - Constructor for class org.apache.http.impl.client.StandardHttpRequestRetryHandler
-
Default constructor
- StandardHttpRequestRetryHandler() - Constructor for class org.apache.http.impl.client.StandardHttpRequestRetryHandler
-
Default constructor
- start() - Method in class org.apache.http.impl.client.IdleConnectionEvictor
-
- started() - Method in class org.apache.http.client.methods.HttpRequestBase
-
- started - Variable in class org.apache.http.impl.client.HttpRequestTaskCallable
-
- startedTime() - Method in class org.apache.http.impl.client.HttpRequestFutureTask
-
- state - Variable in class org.apache.http.auth.AuthState
-
Actual state of authentication protocol
- state - Variable in class org.apache.http.impl.auth.GGSSchemeBase
-
Authentication process state
- State() - Constructor for enum org.apache.http.impl.auth.GGSSchemeBase.State
-
- state - Variable in class org.apache.http.impl.auth.NTLMScheme
-
- State() - Constructor for enum org.apache.http.impl.auth.NTLMScheme.State
-
- state - Variable in class org.apache.http.impl.conn.AbstractPoolEntry
-
Deprecated.
Connection state object
- state - Variable in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
-
- state - Variable in class org.apache.http.impl.execchain.ConnectionHolder
-
- statusCode - Variable in exception org.apache.http.client.HttpResponseException
-
- stream - Variable in class org.apache.http.client.entity.EntityBuilder
-
- streamAbort(InputStream) - Method in class org.apache.http.conn.BasicEofSensorWatcher
-
Deprecated.
- streamAbort(InputStream) - Method in class org.apache.http.conn.BasicManagedEntity
-
Deprecated.
- streamAbort(InputStream) - Method in interface org.apache.http.conn.EofSensorWatcher
-
Indicates that the
stream
is aborted.
- streamAbort(InputStream) - Method in class org.apache.http.impl.execchain.ResponseEntityProxy
-
- streamClosed(InputStream) - Method in class org.apache.http.conn.BasicEofSensorWatcher
-
Deprecated.
- streamClosed(InputStream) - Method in class org.apache.http.conn.BasicManagedEntity
-
Deprecated.
- streamClosed(InputStream) - Method in interface org.apache.http.conn.EofSensorWatcher
-
Indicates that the
stream
is closed.
- streamClosed(InputStream) - Method in class org.apache.http.impl.execchain.ResponseEntityProxy
-
- strict - Variable in class org.apache.http.impl.cookie.DefaultCookieSpec
-
- STRICT_HOSTNAME_VERIFIER - Static variable in class org.apache.http.conn.ssl.SSLConnectionSocketFactory
-
- STRICT_HOSTNAME_VERIFIER - Static variable in class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- StrictHostnameVerifier - Class in org.apache.http.conn.ssl
-
- StrictHostnameVerifier() - Constructor for class org.apache.http.conn.ssl.StrictHostnameVerifier
-
Deprecated.
- stringRep - Variable in class org.apache.http.conn.scheme.Scheme
-
Deprecated.
- stripDotSuffix(String) - Static method in class org.apache.http.impl.auth.NTLMEngineImpl
-
Strip dot suffix from a name
- stripPort - Variable in class org.apache.http.impl.auth.GGSSchemeBase
-
- stripPort - Variable in class org.apache.http.impl.auth.KerberosSchemeFactory
-
- stripPort - Variable in class org.apache.http.impl.auth.NegotiateSchemeFactory
-
Deprecated.
- stripPort - Variable in class org.apache.http.impl.auth.SPNegoSchemeFactory
-
- SubjectName - Class in org.apache.http.conn.ssl
-
- SubjectName(String, int) - Constructor for class org.apache.http.conn.ssl.SubjectName
-
- subjectType - Variable in enum org.apache.http.conn.ssl.DefaultHostnameVerifier.HostNameType
-
- successfulConnections - Variable in class org.apache.http.impl.client.FutureRequestExecutionMetrics
-
- suffixes - Variable in class org.apache.http.impl.cookie.PublicSuffixFilter
-
Deprecated.
- supportedAuthSchemes - Variable in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- supportedCipherSuites - Variable in class org.apache.http.conn.ssl.SSLConnectionSocketFactory
-
- supportedCipherSuites - Variable in class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- supportedCookieSpecs - Variable in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- supportedProtocols - Variable in class org.apache.http.conn.ssl.SSLConnectionSocketFactory
-
- supportedProtocols - Variable in class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- SystemClock - Class in org.apache.http.impl.client
-
The actual system clock.
- SystemClock() - Constructor for class org.apache.http.impl.client.SystemClock
-
- SystemDefaultCredentialsProvider - Class in org.apache.http.impl.client
-
- SystemDefaultCredentialsProvider() - Constructor for class org.apache.http.impl.client.SystemDefaultCredentialsProvider
-
Default constructor.
- SystemDefaultDnsResolver - Class in org.apache.http.impl.conn
-
DNS resolver that uses the default OS implementation for resolving host names.
- SystemDefaultDnsResolver() - Constructor for class org.apache.http.impl.conn.SystemDefaultDnsResolver
-
- SystemDefaultHttpClient - Class in org.apache.http.impl.client
-
- SystemDefaultHttpClient(HttpParams) - Constructor for class org.apache.http.impl.client.SystemDefaultHttpClient
-
Deprecated.
- SystemDefaultHttpClient() - Constructor for class org.apache.http.impl.client.SystemDefaultHttpClient
-
Deprecated.
- SystemDefaultRoutePlanner - Class in org.apache.http.impl.conn
-
- SystemDefaultRoutePlanner(SchemePortResolver, ProxySelector) - Constructor for class org.apache.http.impl.conn.SystemDefaultRoutePlanner
-
- SystemDefaultRoutePlanner(ProxySelector) - Constructor for class org.apache.http.impl.conn.SystemDefaultRoutePlanner
-
- systemProperties - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- uncache(AuthCache, HttpHost, AuthScheme) - Method in class org.apache.http.client.protocol.ResponseAuthCache
-
Deprecated.
- UNCOMPRESSED - Static variable in class org.apache.http.client.protocol.ResponseContentEncoding
-
- UNICODE_LITTLE_UNMARKED - Static variable in class org.apache.http.impl.auth.NTLMEngineImpl
-
Unicode encoding
- unique - Variable in class org.apache.http.impl.client.RedirectLocations
-
- uniquePoolEntry - Variable in class org.apache.http.impl.conn.SingleClientConnManager
-
Deprecated.
The one and only entry in this pool.
- unmarkReusable() - Method in interface org.apache.http.conn.ManagedClientConnection
-
Deprecated.
Marks this connection as not being in a reusable state.
- unmarkReusable() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- unmarkReusable() - Method in class org.apache.http.impl.conn.ManagedClientConnectionImpl
-
Deprecated.
- UNREACHABLE - Static variable in interface org.apache.http.conn.routing.HttpRouteDirector
-
Indicates that the route can not be established at all.
- unregister(String) - Method in class org.apache.http.auth.AuthSchemeRegistry
-
Deprecated.
- unregister(String) - Method in class org.apache.http.conn.scheme.SchemeRegistry
-
Deprecated.
Unregisters a scheme.
- unregister(String) - Method in class org.apache.http.cookie.CookieSpecRegistry
-
Deprecated.
- UNRESERVED - Static variable in class org.apache.http.client.utils.URLEncodedUtils
-
Unreserved characters, i.e.
- UnsupportedDigestAlgorithmException - Exception in org.apache.http.impl.auth
-
Authentication credentials required to respond to a authentication
challenge are invalid
- UnsupportedDigestAlgorithmException() - Constructor for exception org.apache.http.impl.auth.UnsupportedDigestAlgorithmException
-
Creates a new UnsupportedAuthAlgoritmException with a null
detail message.
- UnsupportedDigestAlgorithmException(String) - Constructor for exception org.apache.http.impl.auth.UnsupportedDigestAlgorithmException
-
Creates a new UnsupportedAuthAlgoritmException with the specified message.
- UnsupportedDigestAlgorithmException(String, Throwable) - Constructor for exception org.apache.http.impl.auth.UnsupportedDigestAlgorithmException
-
Creates a new UnsupportedAuthAlgoritmException with the specified detail message and cause.
- UnsupportedSchemeException - Exception in org.apache.http.conn
-
Signals failure to establish connection using an unknown protocol scheme.
- UnsupportedSchemeException(String) - Constructor for exception org.apache.http.conn.UnsupportedSchemeException
-
Creates a UnsupportedSchemeException with the specified detail message.
- update(AuthScheme, Credentials) - Method in class org.apache.http.auth.AuthState
-
- update(Queue<AuthOption>) - Method in class org.apache.http.auth.AuthState
-
Updates the auth state with a queue of
AuthOption
s.
- update(Socket, HttpHost, boolean, HttpParams) - Method in interface org.apache.http.conn.OperatedClientConnection
-
Deprecated.
Updates this connection.
- update(byte[]) - Method in class org.apache.http.impl.auth.NTLMEngineImpl.HMACMD5
-
Update by adding a complete array
- update(byte[], int, int) - Method in class org.apache.http.impl.auth.NTLMEngineImpl.HMACMD5
-
Update the algorithm
- update(byte[]) - Method in class org.apache.http.impl.auth.NTLMEngineImpl.MD4
-
- update(Socket, HttpHost, boolean, HttpParams) - Method in class org.apache.http.impl.conn.DefaultClientConnection
-
Deprecated.
- updated - Variable in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
-
- updated - Variable in class org.apache.http.impl.conn.tsccm.BasicPoolEntry
-
Deprecated.
- updateExpiry(long, TimeUnit) - Method in class org.apache.http.impl.conn.tsccm.BasicPoolEntry
-
Deprecated.
- updateSecureConnection(OperatedClientConnection, HttpHost, HttpContext, HttpParams) - Method in interface org.apache.http.conn.ClientConnectionOperator
-
Deprecated.
Updates a connection with a layered secure connection.
- updateSecureConnection(OperatedClientConnection, HttpHost, HttpContext, HttpParams) - Method in class org.apache.http.impl.conn.DefaultClientConnectionOperator
-
Deprecated.
- upgrade(HttpClientConnection, HttpRoute, HttpContext) - Method in interface org.apache.http.conn.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.http.conn.HttpClientConnectionOperator
-
- upgrade(HttpClientConnection, HttpRoute, HttpContext) - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
-
- upgrade(ManagedHttpClientConnection, HttpHost, HttpContext) - Method in class org.apache.http.impl.conn.DefaultHttpClientConnectionOperator
-
- upgrade(HttpClientConnection, HttpRoute, HttpContext) - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- uri - Variable in class org.apache.http.client.methods.HttpRequestBase
-
- uri - Variable in class org.apache.http.client.methods.HttpRequestWrapper
-
- uri - Variable in class org.apache.http.client.methods.RequestBuilder
-
- uri - Variable in class org.apache.http.impl.client.RequestWrapper
-
Deprecated.
- URIBuilder - Class in org.apache.http.client.utils
-
Builder for URI
instances.
- URIBuilder() - Constructor for class org.apache.http.client.utils.URIBuilder
-
Constructs an empty instance.
- URIBuilder(String) - Constructor for class org.apache.http.client.utils.URIBuilder
-
Construct an instance from the string which must be a valid URI.
- URIBuilder(URI) - Constructor for class org.apache.http.client.utils.URIBuilder
-
Construct an instance from the provided URI.
- URIBuilder(String, Charset) - Constructor for class org.apache.http.client.utils.URIBuilder
-
Construct an instance from the string which must be a valid URI.
- URIBuilder(URI, Charset) - Constructor for class org.apache.http.client.utils.URIBuilder
-
Construct an instance from the provided URI.
- URIC - Static variable in class org.apache.http.client.utils.URLEncodedUtils
-
Characters which are safe to use in a query or a fragment,
i.e.
- UriFlag() - Constructor for enum org.apache.http.client.utils.URIUtils.UriFlag
-
- URIUtils - Class in org.apache.http.client.utils
-
A collection of utilities for URIs
, to workaround
bugs within the class or for ease-of-use features.
- URIUtils() - Constructor for class org.apache.http.client.utils.URIUtils
-
This class should not be instantiated.
- URIUtils.UriFlag - Enum in org.apache.http.client.utils
-
Flags that control how URI is being rewritten.
- urlDecode(String, Charset, boolean) - Static method in class org.apache.http.client.utils.URLEncodedUtils
-
Decode/unescape a portion of a URL, to use with the query part ensure plusAsBlank
is true.
- urlEncode(String, Charset, BitSet, boolean) - Static method in class org.apache.http.client.utils.URLEncodedUtils
-
- UrlEncodedFormEntity - Class in org.apache.http.client.entity
-
An entity composed of a list of url-encoded pairs.
- UrlEncodedFormEntity(List<? extends NameValuePair>, String) - Constructor for class org.apache.http.client.entity.UrlEncodedFormEntity
-
- UrlEncodedFormEntity(Iterable<? extends NameValuePair>, Charset) - Constructor for class org.apache.http.client.entity.UrlEncodedFormEntity
-
- UrlEncodedFormEntity(List<? extends NameValuePair>) - Constructor for class org.apache.http.client.entity.UrlEncodedFormEntity
-
Constructs a new
UrlEncodedFormEntity
with the list
of parameters with the default encoding of
HTTP.DEFAULT_CONTENT_CHARSET
- UrlEncodedFormEntity(Iterable<? extends NameValuePair>) - Constructor for class org.apache.http.client.entity.UrlEncodedFormEntity
-
Constructs a new
UrlEncodedFormEntity
with the list
of parameters with the default encoding of
HTTP.DEFAULT_CONTENT_CHARSET
- URLEncodedUtils - Class in org.apache.http.client.utils
-
A collection of utilities for encoding URLs.
- URLEncodedUtils() - Constructor for class org.apache.http.client.utils.URLEncodedUtils
-
- URLENCODER - Static variable in class org.apache.http.client.utils.URLEncodedUtils
-
Safe characters for x-www-form-urlencoded data, as per java.net.URLEncoder and browser behaviour,
i.e.
- useCanonicalHostname - Variable in class org.apache.http.impl.auth.GGSSchemeBase
-
- useCanonicalHostname - Variable in class org.apache.http.impl.auth.KerberosSchemeFactory
-
- useCanonicalHostname - Variable in class org.apache.http.impl.auth.SPNegoSchemeFactory
-
- useProtocol(String) - Method in class org.apache.http.conn.ssl.SSLContextBuilder
-
Deprecated.
- user - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.CipherGen
-
- USER_TOKEN - Static variable in interface org.apache.http.client.protocol.ClientContext
-
Deprecated.
Attribute name of a Object
object that represents
the actual user identity such as user Principal
.
- USER_TOKEN - Static variable in class org.apache.http.client.protocol.HttpClientContext
-
Attribute name of a Object
object that represents
the actual user identity such as user Principal
.
- userAgent - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- userBytes - Variable in class org.apache.http.impl.auth.NTLMEngineImpl.Type3Message
-
- userInfo - Variable in class org.apache.http.client.utils.URIBuilder
-
- USERINFO - Static variable in class org.apache.http.client.utils.URLEncodedUtils
-
Characters which are safe to use in userinfo,
i.e.
- username - Variable in class org.apache.http.auth.BasicUserPrincipal
-
- username - Variable in class org.apache.http.auth.NTUserPrincipal
-
- UsernamePasswordCredentials - Class in org.apache.http.auth
-
Simple
Credentials
implementation based on a user name / password
pair.
- UsernamePasswordCredentials(String) - Constructor for class org.apache.http.auth.UsernamePasswordCredentials
-
- UsernamePasswordCredentials(String, String) - Constructor for class org.apache.http.auth.UsernamePasswordCredentials
-
The constructor with the username and password arguments.
- UserTokenHandler - Interface in org.apache.http.client
-
A handler for determining if the given execution context is user specific
or not.
- userTokenHandler - Variable in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- userTokenHandler - Variable in class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
The user token handler.
- userTokenHandler - Variable in class org.apache.http.impl.client.HttpClientBuilder
-
- userTokenHandler - Variable in class org.apache.http.impl.execchain.MainClientExec
-
- useSSL() - Method in class org.apache.http.conn.ssl.SSLContextBuilder
-
Deprecated.
- useSystemProperties() - Method in class org.apache.http.impl.client.HttpClientBuilder
-
Use system properties when creating and configuring default
implementations.
- useTLS() - Method in class org.apache.http.conn.ssl.SSLContextBuilder
-
Deprecated.
- UTC - Static variable in class org.apache.http.impl.cookie.LaxExpiresHandler
-
- validate(Cookie, CookieOrigin) - Method in interface org.apache.http.cookie.CookieAttributeHandler
-
Peforms cookie validation for the given attribute value.
- validate(Cookie, CookieOrigin) - Method in interface org.apache.http.cookie.CookieSpec
-
Validate the cookie according to validation rules defined by the
cookie specification.
- validate(CPoolEntry) - Method in class org.apache.http.impl.conn.CPool
-
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.AbstractCookieAttributeHandler
-
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.BasicDomainHandler
-
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.BasicPathHandler
-
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.CookieSpecBase
-
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.DefaultCookieSpec
-
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.NetscapeDomainHandler
-
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.PublicSuffixDomainFilter
-
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.PublicSuffixFilter
-
Deprecated.
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2109DomainHandler
-
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2109Spec
-
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2109VersionHandler
-
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965CommentUrlAttributeHandler
-
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965DiscardAttributeHandler
-
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965DomainAttributeHandler
-
Validate cookie domain attribute.
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965PortAttributeHandler
-
Validate cookie port attribute.
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965Spec
-
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965VersionAttributeHandler
-
validate cookie version attribute.
- validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC6265CookieSpec
-
- validateSignature(byte[], byte[]) - Method in class org.apache.http.impl.auth.NTLMEngineImpl.Handle
-
- validCountryWildcard(String[]) - Static method in class org.apache.http.conn.ssl.AbstractVerifier
-
Deprecated.
- validDuration - Variable in class org.apache.http.impl.execchain.ConnectionHolder
-
- validUntil - Variable in class org.apache.http.impl.conn.tsccm.BasicPoolEntry
-
Deprecated.
- value - Variable in class org.apache.http.conn.ssl.SubjectName
-
- value - Variable in class org.apache.http.impl.cookie.BasicClientCookie
-
Cookie value
- VALUE_DELIMS - Static variable in class org.apache.http.impl.cookie.NetscapeDraftHeaderParser
-
- VALUE_DELIMS - Static variable in class org.apache.http.impl.cookie.RFC6265CookieSpec
-
- valueOf(String) - Static method in enum org.apache.http.auth.AuthProtocolState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.http.auth.ChallengeState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.http.client.utils.URIUtils.UriFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.http.conn.routing.RouteInfo.LayerType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.http.conn.routing.RouteInfo.TunnelType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.http.conn.ssl.DefaultHostnameVerifier.HostNameType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.http.conn.util.DomainType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.http.impl.auth.GGSSchemeBase.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.http.impl.auth.NTLMEngineImpl.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.http.impl.auth.NTLMScheme.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.http.impl.cookie.BrowserCompatSpecFactory.SecurityLevel
-
Deprecated.
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.http.impl.cookie.DefaultCookieSpecProvider.CompatibilityLevel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.http.impl.cookie.RFC6265CookieSpecProvider.CompatibilityLevel
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.apache.http.auth.AuthProtocolState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.http.auth.ChallengeState
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.http.client.utils.URIUtils.UriFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.http.conn.routing.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.http.conn.routing.RouteInfo.TunnelType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.http.conn.ssl.DefaultHostnameVerifier.HostNameType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.http.conn.util.DomainType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.http.impl.auth.GGSSchemeBase.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.http.impl.auth.NTLMEngineImpl.Mode
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.http.impl.auth.NTLMScheme.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.http.impl.cookie.BrowserCompatSpecFactory.SecurityLevel
-
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.http.impl.cookie.DefaultCookieSpecProvider.CompatibilityLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum org.apache.http.impl.cookie.RFC6265CookieSpecProvider.CompatibilityLevel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- verify(String, SSLSocket) - Method in class org.apache.http.conn.ssl.AbstractVerifier
-
Deprecated.
- verify(String, SSLSession) - Method in class org.apache.http.conn.ssl.AbstractVerifier
-
Deprecated.
- verify(String, X509Certificate) - Method in class org.apache.http.conn.ssl.AbstractVerifier
-
Deprecated.
- verify(String, String[], String[], boolean) - Method in class org.apache.http.conn.ssl.AbstractVerifier
-
Deprecated.
- verify(String, String[], String[]) - Method in class org.apache.http.conn.ssl.AllowAllHostnameVerifier
-
Deprecated.
- verify(String, String[], String[]) - Method in class org.apache.http.conn.ssl.BrowserCompatHostnameVerifier
-
Deprecated.
- verify(String, SSLSession) - Method in class org.apache.http.conn.ssl.DefaultHostnameVerifier
-
- verify(String, X509Certificate) - Method in class org.apache.http.conn.ssl.DefaultHostnameVerifier
-
- verify(String, SSLSession) - Method in class org.apache.http.conn.ssl.NoopHostnameVerifier
-
- verify(String, String[], String[]) - Method in class org.apache.http.conn.ssl.StrictHostnameVerifier
-
Deprecated.
- verify(String, SSLSocket) - Method in interface org.apache.http.conn.ssl.X509HostnameVerifier
-
Deprecated.
Verifies that the host name is an acceptable match with the server's
authentication scheme based on the given SSLSocket
.
- verify(String, X509Certificate) - Method in interface org.apache.http.conn.ssl.X509HostnameVerifier
-
Deprecated.
Verifies that the host name is an acceptable match with the server's
authentication scheme based on the given X509Certificate
.
- verify(String, String[], String[]) - Method in interface org.apache.http.conn.ssl.X509HostnameVerifier
-
Deprecated.
Checks to see if the supplied hostname matches any of the supplied CNs
or "DNS" Subject-Alts.
- verifyHostname(SSLSocket, String) - Method in class org.apache.http.conn.ssl.SSLConnectionSocketFactory
-
- verifyHostname(SSLSocket, String) - Method in class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- version - Variable in class org.apache.http.client.methods.HttpRequestBase
-
- version - Variable in class org.apache.http.client.methods.HttpRequestWrapper
-
- version - Variable in class org.apache.http.client.methods.RequestBuilder
-
- version - Variable in class org.apache.http.impl.client.RequestWrapper
-
Deprecated.
- VERSION_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
-
- VIRTUAL_HOST - Static variable in interface org.apache.http.client.params.ClientPNames
-
Deprecated.
Defines the virtual host to be used in the Host
request header instead of the physical host.
- virtualHost - Variable in class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.