- abort() - Method in class org.apache.http.client.fluent.Request
-
- 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.conn.AbstractClientConnAdapter
-
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
-
Deprecated.
(4.2) do not use
- 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.
- AbstractContentBody - Class in org.apache.http.entity.mime.content
-
- AbstractContentBody(ContentType) - Constructor for class org.apache.http.entity.mime.content.AbstractContentBody
-
- AbstractContentBody(String) - Constructor for class org.apache.http.entity.mime.content.AbstractContentBody
-
- 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
- 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
-
Deprecated.
(4.2) do not use
- 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
-
Deprecated.
(4.2) do not use
- AbstractPoolEntry(ClientConnectionOperator, HttpRoute) - Constructor for class org.apache.http.impl.conn.AbstractPoolEntry
-
Deprecated.
Creates a new pool entry.
- AbstractVerifier - Class in org.apache.http.conn.ssl
-
- AbstractVerifier() - Constructor for class org.apache.http.conn.ssl.AbstractVerifier
-
- acceptableCountryWildcard(String) - Static method in class org.apache.http.conn.ssl.AbstractVerifier
-
- adapt(HttpContext) - Static method in class org.apache.http.client.cache.HttpCacheContext
-
- adapt(HttpContext) - Static method in class org.apache.http.client.protocol.HttpClientContext
-
- add(String, String) - Method in class org.apache.http.client.fluent.Form
-
- 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.
- addBinaryBody(String, byte[], ContentType, String) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
-
- addBinaryBody(String, byte[]) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
-
- addBinaryBody(String, File, ContentType, String) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
-
- addBinaryBody(String, File) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
-
- addBinaryBody(String, InputStream, ContentType, String) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
-
- addBinaryBody(String, InputStream) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
-
- addBodyPart(FormBodyPart) - Method in class org.apache.http.entity.mime.HttpMultipart
-
Deprecated.
- 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
-
- addField(String, String) - Method in class org.apache.http.entity.mime.FormBodyPart
-
- addField(MinimalField) - Method in class org.apache.http.entity.mime.Header
-
- addHeader(Header) - Method in class org.apache.http.client.fluent.Request
-
- addHeader(String, String) - Method in class org.apache.http.client.fluent.Request
-
- addHeader(Header) - Method in class org.apache.http.client.methods.RequestBuilder
-
- addHeader(String, String) - Method in class org.apache.http.client.methods.RequestBuilder
-
- 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.
- addPart(FormBodyPart) - Method in class org.apache.http.entity.mime.MultipartEntity
-
Deprecated.
- addPart(String, ContentBody) - Method in class org.apache.http.entity.mime.MultipartEntity
-
Deprecated.
- addPart(String, ContentBody) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
-
- 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.
- addTextBody(String, String, ContentType) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
-
- addTextBody(String, String) - Method in class org.apache.http.entity.mime.MultipartEntityBuilder
-
- AGE - Static variable in class org.apache.http.client.cache.HeaderConstants
-
- 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
.
- 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 - Static variable in class org.apache.http.client.cache.HeaderConstants
-
- 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
-
The ALLOW_ALL HostnameVerifier essentially turns hostname verification
off.
- AllowAllHostnameVerifier() - Constructor for class org.apache.http.conn.ssl.AllowAllHostnameVerifier
-
- 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
.
- asBytes() - Method in class org.apache.http.client.fluent.Content
-
- assertAttached() - Method in class org.apache.http.impl.conn.AbstractPooledConnAdapter
-
- assertNotAborted() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
- 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.
- asStream() - Method in class org.apache.http.client.fluent.Content
-
- asString() - Method in class org.apache.http.client.fluent.Content
-
- Async - Class in org.apache.http.client.fluent
-
- 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.
- AUTH - Class in org.apache.http.auth
-
Constants and static helpers related to the HTTP authentication.
- auth(AuthScope, Credentials) - Method in class org.apache.http.client.fluent.Executor
-
- auth(HttpHost, Credentials) - Method in class org.apache.http.client.fluent.Executor
-
- auth(Credentials) - Method in class org.apache.http.client.fluent.Executor
-
- auth(String, String) - Method in class org.apache.http.client.fluent.Executor
-
- auth(String, String, String, String) - Method in class org.apache.http.client.fluent.Executor
-
- auth(HttpHost, String, String) - Method in class org.apache.http.client.fluent.Executor
-
- auth(HttpHost, String, String, String, String) - Method in class org.apache.http.client.fluent.Executor
-
- 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.
(4.1) do not use
- AuthCache - Interface in org.apache.http.client
-
- 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(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.
- 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.
- authFailed(HttpHost, AuthScheme, HttpContext) - Method in interface org.apache.http.client.AuthenticationStrategy
-
Callback invoked in case of unsuccessful authentication.
- AuthOption - Class in org.apache.http.auth
-
- AuthOption(AuthScheme, Credentials) - Constructor for class org.apache.http.auth.AuthOption
-
- AUTHORIZATION - Static variable in class org.apache.http.client.cache.HeaderConstants
-
- 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
-
- AuthPNames - Interface in org.apache.http.auth.params
-
- AuthPolicy - Class in org.apache.http.client.params
-
- authPreemptive(HttpHost) - Method in class org.apache.http.client.fluent.Executor
-
- authPreemptiveProxy(HttpHost) - Method in class org.apache.http.client.fluent.Executor
-
- AuthProtocolState - Enum in org.apache.http.auth
-
- AuthScheme - Interface in org.apache.http.auth
-
This interface represents an abstract challenge-response oriented
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
-
Deprecated.
(4.3) do not use.
- 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.
- AuthSchemes - Class in org.apache.http.client.config
-
Standard authentication schemes supported by HttpClient.
- AuthScope - Class in org.apache.http.auth
-
The class represents an authentication scope consisting of a host name,
a port number, a realm name and an authentication scheme name which
Credentials
apply to.
- AuthScope(String, int, String, String) - Constructor for class org.apache.http.auth.AuthScope
-
Creates a new credentials scope for the given
host, port, realm, and
authentication scheme.
- AuthScope(HttpHost, String, String) - Constructor for class org.apache.http.auth.AuthScope
-
- AuthScope(HttpHost) - Constructor for class org.apache.http.auth.AuthScope
-
- AuthScope(String, int, String) - Constructor for class org.apache.http.auth.AuthScope
-
Creates a new credentials scope for the given
host, port, realm, and any
authentication scheme.
- AuthScope(String, int) - Constructor for class org.apache.http.auth.AuthScope
-
Creates a new credentials scope for the given
host, port, any realm name, and any
authentication scheme.
- AuthScope(AuthScope) - Constructor for class org.apache.http.auth.AuthScope
-
Creates a copy of the given credentials 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.
- 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.conn.EofSensorInputStream
-
- await(Date) - Method in class org.apache.http.impl.conn.tsccm.WaitingThread
-
Deprecated.
Blocks the calling thread.
- CACHE_CONTROL - Static variable in class org.apache.http.client.cache.HeaderConstants
-
- CACHE_CONTROL_MAX_AGE - Static variable in class org.apache.http.client.cache.HeaderConstants
-
- CACHE_CONTROL_MAX_STALE - Static variable in class org.apache.http.client.cache.HeaderConstants
-
- CACHE_CONTROL_MIN_FRESH - Static variable in class org.apache.http.client.cache.HeaderConstants
-
- CACHE_CONTROL_MUST_REVALIDATE - Static variable in class org.apache.http.client.cache.HeaderConstants
-
- CACHE_CONTROL_NO_CACHE - Static variable in class org.apache.http.client.cache.HeaderConstants
-
- CACHE_CONTROL_NO_STORE - Static variable in class org.apache.http.client.cache.HeaderConstants
-
- CACHE_CONTROL_PROXY_REVALIDATE - Static variable in class org.apache.http.client.cache.HeaderConstants
-
- CACHE_RESPONSE_STATUS - Static variable in class org.apache.http.client.cache.HttpCacheContext
-
This is the name under which the
CacheResponseStatus
of a request
(for example, whether it resulted in a cache hit) will be recorded if an
HttpContext
is provided during execution.
- CACHE_RESPONSE_STATUS - Static variable in class org.apache.http.impl.client.cache.CachingHttpClient
-
Deprecated.
This is the name under which the
CacheResponseStatus
of a request
(for example, whether it resulted in a cache hit) will be recorded if an
HttpContext
is provided during execution.
- CacheConfig - Class in org.apache.http.impl.client.cache
-
- CacheConfig() - Constructor for class org.apache.http.impl.client.cache.CacheConfig
-
- CacheConfig.Builder - Class in org.apache.http.impl.client.cache
-
- CacheResponseStatus - Enum in org.apache.http.client.cache
-
- CachingExec - Class in org.apache.http.impl.client.cache
-
Request executor in the request execution chain that is responsible for
transparent client-side caching.
- CachingExec(ClientExecChain, HttpCache, CacheConfig) - Constructor for class org.apache.http.impl.client.cache.CachingExec
-
- CachingExec(ClientExecChain, HttpCache, CacheConfig, AsynchronousValidator) - Constructor for class org.apache.http.impl.client.cache.CachingExec
-
- CachingExec(ClientExecChain, ResourceFactory, HttpCacheStorage, CacheConfig) - Constructor for class org.apache.http.impl.client.cache.CachingExec
-
- CachingExec(ClientExecChain) - Constructor for class org.apache.http.impl.client.cache.CachingExec
-
- CachingHttpClient - Class in org.apache.http.impl.client.cache
-
- CachingHttpClient() - Constructor for class org.apache.http.impl.client.cache.CachingHttpClient
-
Deprecated.
Constructs a
CachingHttpClient
with default caching settings that
stores cache entries in memory and uses a vanilla
DefaultHttpClient
for backend requests.
- CachingHttpClient(CacheConfig) - Constructor for class org.apache.http.impl.client.cache.CachingHttpClient
-
Deprecated.
Constructs a
CachingHttpClient
with the given caching options that
stores cache entries in memory and uses a vanilla
DefaultHttpClient
for backend requests.
- CachingHttpClient(HttpClient) - Constructor for class org.apache.http.impl.client.cache.CachingHttpClient
-
Deprecated.
Constructs a
CachingHttpClient
with default caching settings that
stores cache entries in memory and uses the given
HttpClient
for backend requests.
- CachingHttpClient(HttpClient, CacheConfig) - Constructor for class org.apache.http.impl.client.cache.CachingHttpClient
-
Deprecated.
Constructs a
CachingHttpClient
with the given caching options that
stores cache entries in memory and uses the given
HttpClient
for backend requests.
- CachingHttpClient(HttpClient, ResourceFactory, HttpCacheStorage, CacheConfig) - Constructor for class org.apache.http.impl.client.cache.CachingHttpClient
-
Deprecated.
Constructs a
CachingHttpClient
with the given caching options
that stores cache entries in the provided storage backend and uses
the given
HttpClient
for backend requests.
- CachingHttpClient(HttpClient, HttpCacheStorage, CacheConfig) - Constructor for class org.apache.http.impl.client.cache.CachingHttpClient
-
Deprecated.
Constructs a
CachingHttpClient
with the given caching options
that stores cache entries in the provided storage backend and uses
the given
HttpClient
for backend requests.
- CachingHttpClientBuilder - Class in org.apache.http.impl.client.cache
-
- CachingHttpClientBuilder() - Constructor for class org.apache.http.impl.client.cache.CachingHttpClientBuilder
-
- CachingHttpClients - Class in org.apache.http.impl.client.cache
-
- calculateDelayInMillis(int) - Method in class org.apache.http.impl.client.cache.ExponentialBackOffSchedulingStrategy
-
- cancel(boolean) - Method in class org.apache.http.impl.client.HttpRequestFutureTask
-
- ChallengeState - Enum in org.apache.http.auth
-
Challenge mode (TARGET or PROXY)
- checkAbort() - Method in class org.apache.http.conn.EofSensorInputStream
-
Detects stream abort and notifies the watcher.
- 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.
- checkNotNegative(String, long) - Static method in class org.apache.http.impl.client.cache.ExponentialBackOffSchedulingStrategy
-
- checkNotNull(String, T) - Static method in class org.apache.http.impl.client.cache.ExponentialBackOffSchedulingStrategy
-
- chooseAlias(Map<String, PrivateKeyDetails>, Socket) - Method in interface org.apache.http.conn.ssl.PrivateKeyStrategy
-
Determines what key material to use for SSL authentication.
- 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.
- chunked() - Method in class org.apache.http.client.entity.EntityBuilder
-
Makes entity chunk coded.
- 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.
- cleanResources() - Method in class org.apache.http.impl.client.cache.ManagedHttpCacheStorage
-
- 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
-
- clearAuth() - Method in class org.apache.http.client.fluent.Executor
-
- clearCookies() - Method in class org.apache.http.client.fluent.Executor
-
- 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.
- 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
-
Deprecated.
(4.3) use configuration classes provided 'org.apache.http.config'
and 'org.apache.http.client.config'
- 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
-
- 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.client.cache.CacheConfig
-
- 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.
- close() - Method in class org.apache.http.client.entity.DeflateInputStream
-
Close.
- close() - Method in class org.apache.http.conn.EofSensorInputStream
-
- close() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- close() - Method in class org.apache.http.impl.client.cache.ExponentialBackOffSchedulingStrategy
-
- close() - Method in class org.apache.http.impl.client.cache.ImmediateSchedulingStrategy
-
- close() - Method in class org.apache.http.impl.client.cache.ManagedHttpCacheStorage
-
- close() - Method in class org.apache.http.impl.client.FutureRequestExecutionService
-
- 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.DefaultClientConnection
-
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.
- CloseableHttpClient - Class in org.apache.http.impl.client
-
- CloseableHttpClient() - Constructor for class org.apache.http.impl.client.CloseableHttpClient
-
- CloseableHttpResponse - Interface in org.apache.http.client.methods
-
- closeConnection(OperatedClientConnection) - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
-
Deprecated.
Closes a connection from this pool.
- 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.
- COMMENT_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
-
- COMMENTURL_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
-
- compare(Cookie, Cookie) - Method in class org.apache.http.cookie.CookieIdentityComparator
-
- compare(Cookie, Cookie) - Method in class org.apache.http.cookie.CookiePathComparator
-
- COMPLETE - Static variable in interface org.apache.http.conn.routing.HttpRouteDirector
-
Indicates that the route is complete.
- completed() - Method in class org.apache.http.client.methods.AbstractExecutionAwareRequest
-
- config(String, Object) - Method in class org.apache.http.client.fluent.Request
-
- Configurable - Interface in org.apache.http.client.methods
-
Configuration interface for HTTP requests.
- CONN_MANAGER_TIMEOUT - Static variable in interface org.apache.http.client.params.ClientPNames
-
Deprecated.
- 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(HttpClientConnection, HttpRoute, int, HttpContext) - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
-
- 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.
- 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.
- connectionExpiresTime - Variable in class org.apache.http.impl.conn.SingleClientConnManager
-
Deprecated.
The time the last released connection expires and shouldn't be reused.
- ConnectionKeepAliveStrategy - Interface in org.apache.http.conn
-
Interface for deciding how long a connection can remain
idle before being reused.
- 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.
- 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.
- 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 interface org.apache.http.conn.scheme.SchemeSocketFactory
-
Deprecated.
Connects a socket to the target host with the given remote address.
- 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(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(int) - Method in class org.apache.http.client.fluent.Request
-
- 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
.
- connManager - Variable in class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
The connection manager.
- ConnManagerParamBean - Class in org.apache.http.conn.params
-
Deprecated.
(4.1) use configuration methods of the specific connection manager implementation.
- ConnManagerParamBean(HttpParams) - Constructor for class org.apache.http.conn.params.ConnManagerParamBean
-
Deprecated.
- ConnManagerParams - Class in org.apache.http.conn.params
-
Deprecated.
(4.1) use configuration methods of the specific connection manager implementation.
- ConnManagerParams() - Constructor for class org.apache.http.conn.params.ConnManagerParams
-
Deprecated.
- ConnManagerPNames - Interface in org.apache.http.conn.params
-
Deprecated.
(4.1) use configuration methods of the specific connection manager implementation.
- connOperator - Variable in class org.apache.http.impl.conn.AbstractPoolEntry
-
Deprecated.
The connection operator.
- 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
-
Deprecated.
(4.3) no longer used.
- 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
-
- ConnRoutePNames - Interface in org.apache.http.conn.params
-
- consumeContent() - Method in class org.apache.http.conn.BasicManagedEntity
-
- consumeContent() - Method in class org.apache.http.entity.mime.MultipartEntity
-
Deprecated.
- 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
-
- Content - Class in org.apache.http.client.fluent
-
- CONTENT_DISPOSITION - Static variable in class org.apache.http.entity.mime.MIME
-
- CONTENT_RANGE - Static variable in class org.apache.http.client.cache.HeaderConstants
-
- CONTENT_TRANSFER_ENC - Static variable in class org.apache.http.entity.mime.MIME
-
- CONTENT_TYPE - Static variable in class org.apache.http.client.utils.URLEncodedUtils
-
The default HTML form content type.
- CONTENT_TYPE - Static variable in class org.apache.http.entity.mime.MIME
-
- ContentBody - Interface in org.apache.http.entity.mime.content
-
- ContentDescriptor - Interface in org.apache.http.entity.mime.content
-
Represents common content properties.
- 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.
- 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.
- 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.
- 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
-
- 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
-
- 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
-
- 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.
- CookieSpec - Interface in org.apache.http.cookie
-
Defines the cookie management specification.
- 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
-
- 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
-
- CookieSpecRegistry - Class in org.apache.http.cookie
-
- CookieSpecRegistry() - Constructor for class org.apache.http.cookie.CookieSpecRegistry
-
Deprecated.
- CookieSpecs - Class in org.apache.http.client.config
-
Standard cookie specifications supported by HttpClient.
- CookieStore - Interface in org.apache.http.client
-
This interface represents an abstract store for
Cookie
objects.
- cookieStore(CookieStore) - Method in class org.apache.http.client.fluent.Executor
-
- copy(String, Resource) - Method in interface org.apache.http.client.cache.ResourceFactory
-
- 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(CacheConfig) - Static method in class org.apache.http.impl.client.cache.CacheConfig
-
- copy(String, Resource) - Method in class org.apache.http.impl.client.cache.FileResourceFactory
-
- copy(String, Resource) - Method in class org.apache.http.impl.client.cache.HeapResourceFactory
-
- copy() - Method in class org.apache.http.impl.client.ClientParamsStack
-
Deprecated.
Does not copy parameters.
- countDots(String) - Static method in class org.apache.http.conn.ssl.AbstractVerifier
-
Counts the number of dots "." in a string.
- create(HttpContext) - Method in interface org.apache.http.auth.AuthSchemeProvider
-
- create() - Static method in class org.apache.http.client.cache.HttpCacheContext
-
- create() - Static method in class org.apache.http.client.entity.EntityBuilder
-
- 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(String, String, Charset) - Static method in class org.apache.http.entity.mime.content.StringBody
-
- create(String, Charset) - Static method in class org.apache.http.entity.mime.content.StringBody
-
- create(String) - Static method in class org.apache.http.entity.mime.content.StringBody
-
- create() - Static method in class org.apache.http.entity.mime.MultipartEntityBuilder
-
- 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.cache.CachingHttpClientBuilder
-
- 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, ConnectionConfig) - Method in class org.apache.http.impl.conn.ManagedHttpClientConnectionFactory
-
- create(HttpContext) - Method in class org.apache.http.impl.cookie.BestMatchSpecFactory
-
- create(HttpContext) - Method in class org.apache.http.impl.cookie.BrowserCompatSpecFactory
-
- create(HttpContext) - Method in class org.apache.http.impl.cookie.IgnoreSpecFactory
-
- create(HttpContext) - Method in class org.apache.http.impl.cookie.NetscapeDraftSpecFactory
-
- create(HttpContext) - Method in class org.apache.http.impl.cookie.RFC2109SpecFactory
-
- create(HttpContext) - Method in class org.apache.http.impl.cookie.RFC2965SpecFactory
-
- createAuthSchemeRegistry() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- 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
-
Deprecated.
(4.1) do not use
- createClientRequestDirector(HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectStrategy, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
(4.2) do not use
- 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
-
Deprecated.
(4.1) use #createConnectionPool(long, TimeUnit))
- 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.
- 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.
- createDefault() - Static method in class org.apache.http.conn.ssl.SSLContexts
-
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.HttpClients
-
- createDefault() - Static method in class org.apache.http.impl.conn.SchemeRegistryFactory
-
Deprecated.
Initializes default scheme registry based on JSSE defaults.
- createdEntry(BasicPoolEntry) - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
-
Deprecated.
Indicates creation of an entry for this pool.
- createEntry(RouteSpecificPool, ClientConnectionOperator) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
Creates a new pool entry.
- createFileBound(File) - Static method in class org.apache.http.impl.client.cache.CachingHttpClients
-
- createFreeConnQueue() - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
- 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, 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.
- createLocationURI(String) - Method in class org.apache.http.impl.client.DefaultRedirectStrategy
-
- createMemoryBound() - Static method in class org.apache.http.impl.client.cache.CachingHttpClients
-
- 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
-
Deprecated.
(4.2) do not use
- createProxyAuthenticationStrategy() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- createRedirectHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
(4.1) do not use
- 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(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 interface org.apache.http.conn.scheme.SchemeSocketFactory
-
Deprecated.
Creates a new, unconnected socket.
- createSocket() - Method in interface org.apache.http.conn.scheme.SocketFactory
-
Deprecated.
Creates a new, unconnected socket.
- 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
-
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
-
Deprecated.
(4.2) do not use
- 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.
- createTunnelToTarget(HttpRoute, HttpContext) - Method in class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
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.
- CREDENTIAL_CHARSET - Static variable in interface org.apache.http.auth.params.AuthPNames
-
Deprecated.
Defines the charset to be used when encoding
Credentials
.
- 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
- CredentialsProvider - Interface in org.apache.http.client
-
Abstract credentials provider that maintains a collection of user
credentials.
- 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.
- custom() - Static method in class org.apache.http.client.config.RequestConfig
-
- custom() - Static method in class org.apache.http.conn.ssl.SSLContexts
-
Creates custom SSL context.
- custom() - Static method in class org.apache.http.impl.client.cache.CacheConfig
-
- custom() - Static method in class org.apache.http.impl.client.cache.CachingHttpClients
-
- custom() - Static method in class org.apache.http.impl.client.HttpClients
-
- DATE_FORMAT - Static variable in class org.apache.http.client.fluent.Request
-
- DATE_LOCALE - Static variable in class org.apache.http.client.fluent.Request
-
- 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.
- DateParseException - Exception in org.apache.http.impl.cookie
-
An exception to indicate an error parsing a date string.
- DateParseException() - Constructor for exception org.apache.http.impl.cookie.DateParseException
-
- DateParseException(String) - Constructor for exception org.apache.http.impl.cookie.DateParseException
-
- 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 - Class in org.apache.http.impl.cookie
-
- decode(String) - Method in class org.apache.http.client.utils.Rfc3492Idn
-
- 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.
- decorateMainExec(ClientExecChain) - Method in class org.apache.http.impl.client.cache.CachingHttpClientBuilder
-
- 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.
- DEFAULT - Static variable in class org.apache.http.client.config.RequestConfig
-
- DEFAULT - Static variable in class org.apache.http.impl.client.cache.CacheConfig
-
- DEFAULT - Static variable in class org.apache.http.impl.cookie.NetscapeDraftHeaderParser
-
- DEFAULT_303_CACHING_ENABLED - Static variable in class org.apache.http.impl.client.cache.CacheConfig
-
Default setting for 303 caching
- DEFAULT_ASYNCHRONOUS_WORKER_IDLE_LIFETIME_SECS - Static variable in class org.apache.http.impl.client.cache.CacheConfig
-
Default maximum idle lifetime for a background revalidation thread
before it gets reclaimed.
- DEFAULT_ASYNCHRONOUS_WORKERS_CORE - Static variable in class org.apache.http.impl.client.cache.CacheConfig
-
Default minimum number of worker threads to allow for background
revalidations resulting from the stale-while-revalidate directive.
- DEFAULT_ASYNCHRONOUS_WORKERS_MAX - Static variable in class org.apache.http.impl.client.cache.CacheConfig
-
Default number of worker threads to allow for background revalidations
resulting from the stale-while-revalidate directive.
- DEFAULT_BACK_OFF_RATE - Static variable in class org.apache.http.impl.client.cache.ExponentialBackOffSchedulingStrategy
-
- DEFAULT_CHARSET - Static variable in class org.apache.http.entity.mime.MIME
-
The default character set to be used, i.e.
- 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_HEURISTIC_CACHING_ENABLED - Static variable in class org.apache.http.impl.client.cache.CacheConfig
-
Default setting for heuristic caching
- DEFAULT_HEURISTIC_COEFFICIENT - Static variable in class org.apache.http.impl.client.cache.CacheConfig
-
Default coefficient used to heuristically determine freshness
lifetime from the Last-Modified time of a cache entry.
- DEFAULT_HEURISTIC_LIFETIME - Static variable in class org.apache.http.impl.client.cache.CacheConfig
-
Default lifetime in seconds to be assumed when we cannot calculate
freshness heuristically.
- DEFAULT_HOST - Static variable in interface org.apache.http.client.params.ClientPNames
-
Deprecated.
Defines the default host.
- DEFAULT_INITIAL_EXPIRY_IN_MILLIS - Static variable in class org.apache.http.impl.client.cache.ExponentialBackOffSchedulingStrategy
-
- DEFAULT_MAX_CACHE_ENTRIES - Static variable in class org.apache.http.impl.client.cache.CacheConfig
-
Default setting for the maximum number of cache entries
that will be retained.
- DEFAULT_MAX_CONNECTIONS_PER_ROUTE - Static variable in class org.apache.http.conn.params.ConnPerRouteBean
-
Deprecated.
The default maximum number of connections allowed per host
- DEFAULT_MAX_EXPIRY_IN_MILLIS - Static variable in class org.apache.http.impl.client.cache.ExponentialBackOffSchedulingStrategy
-
- DEFAULT_MAX_OBJECT_SIZE_BYTES - Static variable in class org.apache.http.impl.client.cache.CacheConfig
-
Default setting for the maximum object size that will be
cached, in bytes.
- DEFAULT_MAX_TOTAL_CONNECTIONS - Static variable in class org.apache.http.conn.params.ConnManagerParams
-
Deprecated.
The default maximum number of connections allowed overall
- DEFAULT_MAX_UPDATE_RETRIES - Static variable in class org.apache.http.impl.client.cache.CacheConfig
-
Default setting for the number of retries on a failed
cache update
- DEFAULT_PROXY - Static variable in interface org.apache.http.conn.params.ConnRoutePNames
-
Deprecated.
Parameter for the default proxy.
- DEFAULT_REVALIDATION_QUEUE_SIZE - Static variable in class org.apache.http.impl.client.cache.CacheConfig
-
Default maximum queue length for background revalidation requests.
- DEFAULT_WEAK_ETAG_ON_PUTDELETE_ALLOWED - Static variable in class org.apache.http.impl.client.cache.CacheConfig
-
Default setting to allow weak tags on PUT/DELETE methods
- 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.
- 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
-
- DefaultFailureCache - Class in org.apache.http.impl.client.cache
-
Implements a bounded failure cache.
- DefaultFailureCache() - Constructor for class org.apache.http.impl.client.cache.DefaultFailureCache
-
- DefaultFailureCache(int) - Constructor for class org.apache.http.impl.client.cache.DefaultFailureCache
-
Creates a new failure cache with the specified maximum size.
- DefaultHttpCacheEntrySerializer - Class in org.apache.http.impl.client.cache
-
- DefaultHttpCacheEntrySerializer() - Constructor for class org.apache.http.impl.client.cache.DefaultHttpCacheEntrySerializer
-
- 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.
- 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
-
- 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
-
- 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
-
- DefaultTargetAuthenticationHandler - Class in org.apache.http.impl.client
-
- DefaultTargetAuthenticationHandler() - Constructor for class org.apache.http.impl.client.DefaultTargetAuthenticationHandler
-
Deprecated.
- 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
-
- 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
-
- Delete(URI) - Static method in class org.apache.http.client.fluent.Request
-
- Delete(String) - Static method in class org.apache.http.client.fluent.Request
-
- delete() - Static method in class org.apache.http.client.methods.RequestBuilder
-
- DELETE_METHOD - Static variable in class org.apache.http.client.cache.HeaderConstants
-
- 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.
- deleted(String) - Method in class org.apache.http.osgi.impl.HttpProxyConfigurationActivator
- 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.
- 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.tsccm.BasicPooledConnAdapter
-
Deprecated.
- 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
-
- 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.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.
- DIGEST - Static variable in class org.apache.http.client.config.AuthSchemes
-
Digest authentication scheme as defined in RFC2617.
- DIGEST - Static variable in class org.apache.http.client.params.AuthPolicy
-
Deprecated.
Digest authentication scheme as defined in RFC2617.
- 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
-
Deprecated.
(4.3) do not use.
- 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
-
- 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.
- disableRedirectHandling() - Method in class org.apache.http.impl.client.HttpClientBuilder
-
Disables automatic redirect handling.
- DISCARD_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
-
- discardContent() - Method in class org.apache.http.client.fluent.Response
-
Discards response content and deallocates all resources associated with it.
- dispose() - Method in interface org.apache.http.client.cache.Resource
-
Indicates the system no longer needs to keep this
response body and any system resources associated with
it may be reclaimed.
- dispose() - Method in class org.apache.http.impl.client.cache.FileResource
-
- dispose() - Method in class org.apache.http.impl.client.cache.HeapResource
-
- 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.conn.DefaultClientConnectionOperator
-
Deprecated.
the custom-configured DNS lookup mechanism.
- 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
-
- DOMAIN_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
-
- domainMatch(String, String) - Method in class org.apache.http.impl.cookie.RFC2965DomainAttributeHandler
-
Performs domain-match as defined by the RFC2965.
- dropEntry() - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
-
Deprecated.
Forgets about an entry from this pool.
- generate(String, InputStream, InputLimit) - Method in interface org.apache.http.client.cache.ResourceFactory
-
Creates a
Resource
from a given response body.
- generate(String, InputStream, InputLimit) - Method in class org.apache.http.impl.client.cache.FileResourceFactory
-
- generate(String, InputStream, InputLimit) - Method in class org.apache.http.impl.client.cache.HeapResourceFactory
-
- generateAuthResponse(HttpRequest, AuthState, HttpContext) - Method in class org.apache.http.impl.auth.HttpAuthenticator
-
- generateBoundary() - Method in class org.apache.http.entity.mime.MultipartEntity
-
Deprecated.
- generateContentDisp(ContentBody) - Method in class org.apache.http.entity.mime.FormBodyPart
-
- generateContentType(ContentBody) - Method in class org.apache.http.entity.mime.FormBodyPart
-
- generateContentType(String, Charset) - Method in class org.apache.http.entity.mime.MultipartEntity
-
Deprecated.
- generateGSSToken(byte[], Oid, String) - 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) - 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) - Method in class org.apache.http.impl.auth.SPNegoScheme
-
- generateTransferEncoding(ContentBody) - Method in class org.apache.http.entity.mime.FormBodyPart
-
- generateType1Msg(String, String) - Method in interface org.apache.http.impl.auth.NTLMEngine
-
Generates a Type1 message given the domain and workstation.
- 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.
- get(HttpHost) - Method in interface org.apache.http.client.AuthCache
-
- Get(URI) - Static method in class org.apache.http.client.fluent.Request
-
- Get(String) - Static method in class org.apache.http.client.fluent.Request
-
- get() - 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.
- GET_METHOD - Static variable in class org.apache.http.client.cache.HeaderConstants
-
- getActiveConnectionCount() - 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.client.cache.HttpCacheEntry
-
Returns all the headers that were on the origin response.
- 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.
- getAsynchronousWorkerIdleLifetimeSecs() - Method in class org.apache.http.impl.client.cache.CacheConfig
-
Returns the current maximum idle lifetime in seconds for a
background revalidation worker thread.
- getAsynchronousWorkersCore() - Method in class org.apache.http.impl.client.cache.CacheConfig
-
Returns the minimum number of threads to keep alive for background
revalidations due to the stale-while-revalidate
directive.
- getAsynchronousWorkersMax() - Method in class org.apache.http.impl.client.cache.CacheConfig
-
Returns the maximum number of threads to allow for background
revalidations due to the stale-while-revalidate
directive.
- getAttribHandler(String) - Method in class org.apache.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.DefaultClientConnection
-
Deprecated.
- getAttribute(String) - Method in class org.apache.http.impl.conn.DefaultManagedHttpClientConnection
-
- getAttribute(String) - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
- 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.
- 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
-
Deprecated.
(4.3) do not use.
- getAuthSchemes() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- getAuthScope() - Method in class org.apache.http.auth.AuthState
-
Deprecated.
(4.2) do not use.
- getBackoffManager() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- getBackOffRate() - Method in class org.apache.http.impl.client.cache.ExponentialBackOffSchedulingStrategy
-
- getBinary() - Method in class org.apache.http.client.entity.EntityBuilder
-
- getBody() - Method in class org.apache.http.entity.mime.FormBodyPart
-
- getBody() - Method in class org.apache.http.entity.mime.MinimalField
-
- getBodyParts() - Method in class org.apache.http.entity.mime.HttpMultipart
-
Deprecated.
- getCacheHits() - Method in class org.apache.http.impl.client.cache.CachingExec
-
Reports the number of times that the cache successfully responded
to an
HttpRequest
without contacting the origin server.
- getCacheHits() - Method in class org.apache.http.impl.client.cache.CachingHttpClient
-
Deprecated.
Reports the number of times that the cache successfully responded
to an
HttpRequest
without contacting the origin server.
- getCacheMisses() - Method in class org.apache.http.impl.client.cache.CachingExec
-
Reports the number of times that the cache contacted the origin
server because it had no appropriate response cached.
- getCacheMisses() - Method in class org.apache.http.impl.client.cache.CachingHttpClient
-
Deprecated.
Reports the number of times that the cache contacted the origin
server because it had no appropriate response cached.
- getCacheResponseStatus() - Method in class org.apache.http.client.cache.HttpCacheContext
-
- getCacheUpdates() - Method in class org.apache.http.impl.client.cache.CachingExec
-
Reports the number of times that the cache was able to satisfy
a response by revalidating an existing but stale cache entry.
- getCacheUpdates() - Method in class org.apache.http.impl.client.cache.CachingHttpClient
-
Deprecated.
Reports the number of times that the cache was able to satisfy
a response by revalidating an existing but stale cache entry.
- 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
-
- 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(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.entity.mime.content.AbstractContentBody
-
- getCharset() - Method in class org.apache.http.entity.mime.content.ByteArrayBody
-
- getCharset() - Method in interface org.apache.http.entity.mime.content.ContentDescriptor
-
The body descriptors character set, defaulted appropriately for the MIME type.
- getClientParams() - Method in class org.apache.http.impl.client.ClientParamsStack
-
Deprecated.
Obtains the client parameters of this stack.
- getCNs(X509Certificate) - Static method in class org.apache.http.conn.ssl.AbstractVerifier
-
- 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
-
- 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.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
-
- 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.cache.CachingHttpClient
-
Deprecated.
- getConnectionManager() - Method in class org.apache.http.impl.client.DecompressingHttpClient
-
Deprecated.
- 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.GzipCompressingEntity
-
- getContent() - Method in class org.apache.http.conn.BasicManagedEntity
-
Deprecated.
- getContent() - Method in class org.apache.http.entity.mime.MultipartEntity
-
Deprecated.
- getContentEncoding() - Method in class org.apache.http.client.entity.DeflateDecompressingEntity
- 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.client.entity.GzipDecompressingEntity
- getContentEncoding() - Method in class org.apache.http.entity.mime.MultipartEntity
-
Deprecated.
- getContentLength() - Method in class org.apache.http.client.entity.DeflateDecompressingEntity
- getContentLength() - Method in class org.apache.http.client.entity.GzipCompressingEntity
-
- getContentLength() - Method in class org.apache.http.client.entity.GzipDecompressingEntity
- getContentLength() - Method in class org.apache.http.entity.mime.content.ByteArrayBody
-
- getContentLength() - Method in interface org.apache.http.entity.mime.content.ContentDescriptor
-
Returns the body descriptors content-length.
- getContentLength() - Method in class org.apache.http.entity.mime.content.FileBody
-
- getContentLength() - Method in class org.apache.http.entity.mime.content.InputStreamBody
-
- getContentLength() - Method in class org.apache.http.entity.mime.content.StringBody
-
- getContentLength() - Method in class org.apache.http.entity.mime.MultipartEntity
-
Deprecated.
- getContentType() - Method in class org.apache.http.client.entity.EntityBuilder
-
- getContentType() - Method in class org.apache.http.entity.mime.content.AbstractContentBody
-
- getContentType() - Method in class org.apache.http.entity.mime.MultipartEntity
-
Deprecated.
- 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.
- getCreationTimeInNanos() - Method in class org.apache.http.impl.client.cache.FailureCacheValue
-
- getCredentialCharset(HttpParams) - Static method in class org.apache.http.auth.params.AuthParams
-
Deprecated.
- 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
-
- getCredentialsProvider() - Method in class org.apache.http.client.protocol.HttpClientContext
-
- getCredentialsProvider() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- getDate() - Method in class org.apache.http.client.cache.HttpCacheEntry
-
Gets the Date value of the "Date" header or null if the header is missing or cannot be
parsed.
- getDefaultConnectionConfig() - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- getDefaultDomain(CookieOrigin) - Static method in class org.apache.http.impl.cookie.CookieSpecBase
-
- 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
-
- 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.
- getDefaultSocketConfig() - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- getDNSSubjectAlts(X509Certificate) - Static method in class org.apache.http.conn.ssl.AbstractVerifier
-
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.
- getEntity() - Method in class org.apache.http.client.methods.HttpEntityEnclosingRequestBase
-
- getEntity() - Method in class org.apache.http.client.methods.RequestBuilder
-
- getEntity() - Method in class org.apache.http.impl.client.EntityEnclosingRequestWrapper
-
Deprecated.
- getEntry(String) - Method in interface org.apache.http.client.cache.HttpCacheStorage
-
Retrieves the cache entry stored under the given key
or null if no entry exists under that key.
- getEntry(String) - Method in class org.apache.http.impl.client.cache.BasicHttpCacheStorage
-
Gets an entry from the cache, if it exists
- getEntry(String) - Method in class org.apache.http.impl.client.cache.ehcache.EhcacheHttpCacheStorage
-
- getEntry(String) - Method in class org.apache.http.impl.client.cache.ManagedHttpCacheStorage
-
- getEntry(String) - Method in class org.apache.http.impl.client.cache.memcached.MemcachedHttpCacheStorage
-
- 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.
- getErrorCount(String) - Method in class org.apache.http.impl.client.cache.DefaultFailureCache
-
- getErrorCount(String) - Method in interface org.apache.http.impl.client.cache.FailureCache
-
Get the current error count.
- getErrorCount() - Method in class org.apache.http.impl.client.cache.FailureCacheValue
-
- 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.
- getFailedConnectionAverageDuration() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics
-
- getFailedConnectionCount() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics
-
- getField(String) - Method in class org.apache.http.entity.mime.Header
-
- getFields() - Method in class org.apache.http.entity.mime.Header
-
- getFields(String) - Method in class org.apache.http.entity.mime.Header
-
- getFile() - Method in class org.apache.http.client.entity.EntityBuilder
-
- getFile() - Method in class org.apache.http.entity.mime.content.FileBody
-
- getFilename() - Method in class org.apache.http.entity.mime.content.ByteArrayBody
-
- getFilename() - Method in interface org.apache.http.entity.mime.content.ContentBody
-
- getFilename() - Method in class org.apache.http.entity.mime.content.FileBody
-
- getFilename() - Method in class org.apache.http.entity.mime.content.InputStreamBody
-
- getFilename() - Method in class org.apache.http.entity.mime.content.StringBody
-
- getFirstHeader(String) - Method in class org.apache.http.client.cache.HttpCacheEntry
-
Returns the first header from the origin response with the given
name.
- getFirstHeader(String) - Method in class org.apache.http.client.methods.RequestBuilder
-
- 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.
- getHeader() - Method in class org.apache.http.entity.mime.FormBodyPart
-
- getHeaders(String) - Method in class org.apache.http.client.cache.HttpCacheEntry
-
Gets all the headers with the given name that were on the origin
response.
- getHeaders(String) - Method in class org.apache.http.client.methods.RequestBuilder
-
- getHeuristicCoefficient() - Method in class org.apache.http.impl.client.cache.CacheConfig
-
Returns lifetime coefficient used in heuristic freshness caching.
- getHeuristicDefaultLifetime() - Method in class org.apache.http.impl.client.cache.CacheConfig
-
Get the default lifetime to be used if heuristic freshness calculation is
not possible.
- 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.
- getHostname() - Method in class org.apache.http.osgi.impl.OSGiProxyConfiguration
-
- getHostname() - Method in interface org.apache.http.osgi.services.ProxyConfiguration
-
- getHostnameVerifier() - Method in class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- getHttpCacheEntry() - Method in interface org.apache.http.impl.client.cache.memcached.MemcachedCacheEntry
-
- getHttpCacheEntry() - Method in class org.apache.http.impl.client.cache.memcached.MemcachedCacheEntryImpl
-
- 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.
- 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.DefaultClientConnection
-
Deprecated.
- getId() - Method in class org.apache.http.impl.conn.DefaultManagedHttpClientConnection
-
- getInitialExpiryInMillis() - Method in class org.apache.http.impl.client.cache.ExponentialBackOffSchedulingStrategy
-
- getInputStream() - Method in interface org.apache.http.client.cache.Resource
-
Returns an
InputStream
from which the response
body can be read.
- getInputStream() - Method in class org.apache.http.entity.mime.content.FileBody
-
- getInputStream() - Method in class org.apache.http.entity.mime.content.InputStreamBody
-
- getInputStream() - Method in class org.apache.http.impl.client.cache.FileResource
-
- getInputStream() - Method in class org.apache.http.impl.client.cache.HeapResource
-
- 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
-
- getKey() - Method in class org.apache.http.impl.client.cache.FailureCacheValue
-
- getLastHeader(String) - Method in class org.apache.http.client.methods.RequestBuilder
-
- 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
-
- 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.
- getLocalPort() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
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.
- 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.tsccm.BasicPooledConnAdapter
-
Deprecated.
- getMaxCacheEntries() - Method in class org.apache.http.impl.client.cache.CacheConfig
-
Returns the maximum number of cache entries the cache will retain.
- 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.
- getMaxExpiryInMillis() - Method in class org.apache.http.impl.client.cache.ExponentialBackOffSchedulingStrategy
-
- 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.
- getMaxObjectSize() - Method in class org.apache.http.impl.client.cache.CacheConfig
-
Returns the current maximum response body size that will be cached.
- getMaxObjectSizeBytes() - Method in class org.apache.http.impl.client.cache.CacheConfig
-
- 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
- getMaxUpdateRetries() - Method in class org.apache.http.impl.client.cache.CacheConfig
-
Returns the number of times to retry a cache update on failure
- getMediaType() - Method in class org.apache.http.entity.mime.content.AbstractContentBody
-
- getMediaType() - Method in interface org.apache.http.entity.mime.content.ContentDescriptor
-
Gets the defaulted MIME media type for this content.
- getMemcachedCacheEntry(String, HttpCacheEntry) - Method in interface org.apache.http.impl.client.cache.memcached.MemcachedCacheEntryFactory
-
- getMemcachedCacheEntry(String, HttpCacheEntry) - Method in class org.apache.http.impl.client.cache.memcached.MemcachedCacheEntryFactoryImpl
-
- 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.impl.client.RequestWrapper
-
Deprecated.
- getMetrics() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- getMetrics() - Method in class org.apache.http.impl.conn.LoggingSessionInputBuffer
-
Deprecated.
- getMetrics() - Method in class org.apache.http.impl.conn.LoggingSessionOutputBuffer
-
Deprecated.
- getMimeType() - Method in class org.apache.http.entity.mime.content.AbstractContentBody
-
- getMimeType() - Method in interface org.apache.http.entity.mime.content.ContentDescriptor
-
Returns the body descriptors MIME type.
- getMode() - Method in class org.apache.http.entity.mime.HttpMultipart
-
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.entity.mime.FormBodyPart
-
- getName() - Method in class org.apache.http.entity.mime.MinimalField
-
- getName() - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
Returns the name.
- getName() - Method in class org.apache.http.osgi.impl.HttpProxyConfigurationActivator
- getOriginal() - Method in class org.apache.http.client.methods.HttpRequestWrapper
-
- getOriginal() - Method in class org.apache.http.impl.client.RequestWrapper
-
Deprecated.
- 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.cache.CachingHttpClient
-
Deprecated.
- getParams() - Method in class org.apache.http.impl.client.DecompressingHttpClient
-
Deprecated.
- getParams() - Method in class org.apache.http.impl.client.ProxyClient
-
Deprecated.
(4.3) do not use.
- getPassword() - Method in interface org.apache.http.auth.Credentials
-
- getPassword() - Method in class org.apache.http.auth.NTCredentials
-
- getPassword() - Method in class org.apache.http.auth.UsernamePasswordCredentials
-
- getPassword() - Method in class org.apache.http.osgi.impl.OSGiProxyConfiguration
-
- getPassword() - Method in interface org.apache.http.osgi.services.ProxyConfiguration
-
- 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
- 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.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
-
- getPort() - Method in class org.apache.http.osgi.impl.OSGiProxyConfiguration
-
- getPort() - Method in interface org.apache.http.osgi.services.ProxyConfiguration
-
- 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
-
- getProtocolVersion() - Method in class org.apache.http.client.cache.HttpCacheEntry
-
- 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.
- getProxy() - Method in class org.apache.http.client.config.RequestConfig
-
Returns HTTP proxy to be used for request execution.
- getProxyAuthenticationHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
(4.2) do not use
- getProxyAuthenticationStrategy() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
- getProxyAuthState() - Method in class org.apache.http.client.protocol.HttpClientContext
-
- getProxyExceptions() - Method in class org.apache.http.osgi.impl.OSGiProxyConfiguration
-
- getProxyExceptions() - Method in interface org.apache.http.osgi.services.ProxyConfiguration
-
- 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
-
- getReader() - Method in class org.apache.http.entity.mime.content.StringBody
-
- 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 class org.apache.http.client.cache.HttpCacheEntry
-
Gets the reason phrase from the origin
HttpResponse
, for example, "Not Modified".
- 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
-
- getRedirectHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
(4.1) do not use
- 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.
- getRemotePort() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
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() - Method in class org.apache.http.client.protocol.HttpClientContext
-
- getRequestCount() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics
-
- getRequestDate() - Method in class org.apache.http.client.cache.HttpCacheEntry
-
Returns the time the associated origin request was initiated by the
caching module.
- 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.
- getResource() - Method in class org.apache.http.client.cache.HttpCacheEntry
-
Returns the
Resource
containing the origin response body.
- getResponse() - Method in exception org.apache.http.impl.client.TunnelRefusedException
-
Deprecated.
- getResponse() - Method in exception org.apache.http.impl.execchain.TunnelRefusedException
-
- getResponseDate() - Method in class org.apache.http.client.cache.HttpCacheEntry
-
Returns the time the origin response was received by the caching module.
- 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
-
- getRevalidationQueueSize() - Method in class org.apache.http.impl.client.cache.CacheConfig
-
Returns the current maximum queue size for background revalidations.
- 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.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.
- getScheduledConnectionCount() - 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() - 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.
- getSerializable() - Method in class org.apache.http.client.entity.EntityBuilder
-
- 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.DefaultClientConnection
-
Deprecated.
- getSocket() - Method in class org.apache.http.impl.conn.DefaultManagedHttpClientConnection
-
- getSocketConfig() - Method in class org.apache.http.impl.conn.BasicHttpClientConnectionManager
-
- 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).
- 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.
- 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.DefaultClientConnection
-
Deprecated.
- getSSLSession() - Method in class org.apache.http.impl.conn.DefaultManagedHttpClientConnection
-
- 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.
- 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 class org.apache.http.client.cache.HttpCacheEntry
-
Returns the HTTP response code from the origin
HttpResponse
.
- getStatusCode() - Method in exception org.apache.http.client.HttpResponseException
-
- getStatusLine() - Method in class org.apache.http.client.cache.HttpCacheEntry
-
- getStorageKey() - Method in interface org.apache.http.impl.client.cache.memcached.MemcachedCacheEntry
-
Returns the storage key associated with this entry.
- getStorageKey() - Method in class org.apache.http.impl.client.cache.memcached.MemcachedCacheEntryImpl
-
- getStream() - Method in class org.apache.http.client.entity.EntityBuilder
-
- getSubType() - Method in class org.apache.http.entity.mime.content.AbstractContentBody
-
- getSubType() - Method in interface org.apache.http.entity.mime.content.ContentDescriptor
-
Gets the defaulted MIME sub type for this content.
- getSuccessfulConnectionAverageDuration() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics
-
- getSuccessfulConnectionCount() - Method in class org.apache.http.impl.client.FutureRequestExecutionMetrics
-
- getSystemSocketFactory() - Static method in class org.apache.http.conn.ssl.SSLConnectionSocketFactory
-
- getSystemSocketFactory() - Static method in class org.apache.http.conn.ssl.SSLSocketFactory
-
Deprecated.
- getTargetAuthenticationHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Deprecated.
(4.2) do not use
- 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.
- 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
-
- 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
-
- getTotalStats() - Method in class org.apache.http.impl.conn.PoolingClientConnectionManager
-
Deprecated.
- getTotalStats() - Method in class org.apache.http.impl.conn.PoolingHttpClientConnectionManager
-
- getTransferEncoding() - Method in class org.apache.http.entity.mime.content.ByteArrayBody
-
- getTransferEncoding() - Method in interface org.apache.http.entity.mime.content.ContentDescriptor
-
Returns the body descriptors transfer encoding.
- getTransferEncoding() - Method in class org.apache.http.entity.mime.content.FileBody
-
- getTransferEncoding() - Method in class org.apache.http.entity.mime.content.InputStreamBody
-
- getTransferEncoding() - Method in class org.apache.http.entity.mime.content.StringBody
-
- 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.client.fluent.Content
-
- getType() - Method in class org.apache.http.conn.ssl.PrivateKeyDetails
-
- getUnsetCacheEntry() - Method in interface org.apache.http.impl.client.cache.memcached.MemcachedCacheEntryFactory
-
- getUnsetCacheEntry() - Method in class org.apache.http.impl.client.cache.memcached.MemcachedCacheEntryFactoryImpl
-
- 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
-
- getUsername() - Method in class org.apache.http.osgi.impl.OSGiProxyConfiguration
-
- getUsername() - Method in interface org.apache.http.osgi.services.ProxyConfiguration
-
- getUserPrincipal() - Method in interface org.apache.http.auth.Credentials
-
- 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.
- getValidUntil() - Method in class org.apache.http.impl.conn.tsccm.BasicPoolEntry
-
Deprecated.
- getValue() - Method in class org.apache.http.client.cache.InputLimit
-
Returns the current maximum limit that was set on
creation.
- 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.
- getVariantMap() - Method in class org.apache.http.client.cache.HttpCacheEntry
-
Returns an index about where in the cache different variants for
a given resource are stored.
- 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.BestMatchSpec
-
- getVersion() - Method in class org.apache.http.impl.cookie.BrowserCompatSpec
-
- 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
-
- 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.BestMatchSpec
-
- getVersionHeader() - Method in class org.apache.http.impl.cookie.BrowserCompatSpec
-
- 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
-
- 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.
- GGSSchemeBase - Class 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.
- 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
-
- GzipDecompressingEntity(HttpEntity) - Constructor for class org.apache.http.client.entity.GzipDecompressingEntity
-
- IdleConnectionHandler - Class in org.apache.http.impl.conn
-
Deprecated.
(4.1) no longer used
- IdleConnectionHandler() - Constructor for class org.apache.http.impl.conn.IdleConnectionHandler
-
Deprecated.
- idleConnHandler - Variable in class org.apache.http.impl.conn.tsccm.AbstractConnPool
-
Deprecated.
- Idn - Interface in org.apache.http.client.utils
-
Abstraction of international domain name (IDN) conversion.
- IF_MATCH - Static variable in class org.apache.http.client.cache.HeaderConstants
-
- IF_MODIFIED_SINCE - Static variable in class org.apache.http.client.cache.HeaderConstants
-
- IF_NONE_MATCH - Static variable in class org.apache.http.client.cache.HeaderConstants
-
- IF_RANGE - Static variable in class org.apache.http.client.cache.HeaderConstants
-
- IF_UNMODIFIED_SINCE - Static variable in class org.apache.http.client.cache.HeaderConstants
-
- 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
-
- ImmediateSchedulingStrategy - Class in org.apache.http.impl.client.cache
-
Immediately schedules any incoming validation request.
- ImmediateSchedulingStrategy(CacheConfig) - Constructor for class org.apache.http.impl.client.cache.ImmediateSchedulingStrategy
-
- increaseErrorCount(String) - Method in class org.apache.http.impl.client.cache.DefaultFailureCache
-
- increaseErrorCount(String) - Method in interface org.apache.http.impl.client.cache.FailureCache
-
Increases the error count by one.
- 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.
- 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
-
Deprecated.
(4.1) do not use
- InputLimit - Class in org.apache.http.client.cache
-
Used to limiting the size of an incoming response body of
unknown size that is optimistically being read in anticipation
of caching it.
- InputLimit(long) - Constructor for class org.apache.http.client.cache.InputLimit
-
Create a limit for how many bytes of a response body to
read.
- InputStreamBody - Class in org.apache.http.entity.mime.content
-
Binary body part backed by an input stream.
- InputStreamBody(InputStream, String, String) - Constructor for class org.apache.http.entity.mime.content.InputStreamBody
-
- InputStreamBody(InputStream, String) - Constructor for class org.apache.http.entity.mime.content.InputStreamBody
-
- InputStreamBody(InputStream, ContentType, String) - Constructor for class org.apache.http.entity.mime.content.InputStreamBody
-
- InputStreamBody(InputStream, ContentType) - Constructor for class org.apache.http.entity.mime.content.InputStreamBody
-
- INSTANCE - Static variable in class org.apache.http.conn.socket.PlainConnectionSocketFactory
-
- 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.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
-
- 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.
- is303CachingEnabled() - Method in class org.apache.http.impl.client.cache.CacheConfig
-
Returns whether 303 caching is enabled.
- 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(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.
- 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.entity.mime.MultipartEntity
-
Deprecated.
- isCircularRedirectsAllowed() - Method in class org.apache.http.client.config.RequestConfig
-
Determines whether circular redirects (redirects to the same location) should
be allowed.
- 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
-
- 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.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.
- isDataAvailable(int) - Method in class org.apache.http.impl.conn.LoggingSessionInputBuffer
-
Deprecated.
- isEnabled() - Method in class org.apache.http.osgi.impl.OSGiProxyConfiguration
-
- isEnabled() - Method in interface org.apache.http.osgi.services.ProxyConfiguration
-
- 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
.
- 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.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
-
- isGzipCompress() - Method in class org.apache.http.client.entity.EntityBuilder
-
Returns true
if entity is to be GZIP compressed, false
otherwise.
- isHeuristicCachingEnabled() - Method in class org.apache.http.impl.client.cache.CacheConfig
-
Returns whether heuristic caching is enabled.
- 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.
- isNeverCacheHTTP10ResponsesWithQuery() - Method in class org.apache.http.impl.client.cache.CacheConfig
-
Returns whether the cache will never cache HTTP 1.0 responses with a query string or not.
- isOpaque() - Method in class org.apache.http.client.utils.URIBuilder
-
- isOpen() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- 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.
- isReached() - Method in class org.apache.http.client.cache.InputLimit
-
Returns true
if the input limit has been reached.
- 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
-
- isRedirectable(String) - Method in class org.apache.http.impl.client.LaxRedirectStrategy
-
- 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
-
- 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.
- isRepeatable() - Method in class org.apache.http.conn.BasicManagedEntity
-
Deprecated.
- isRepeatable() - Method in class org.apache.http.entity.mime.MultipartEntity
-
Deprecated.
- isRepeatable() - Method in class org.apache.http.impl.client.EntityEnclosingRequestWrapper
-
Deprecated.
- isRepeatable() - Method in class org.apache.http.impl.client.RequestWrapper
-
Deprecated.
- isRequestSentRetryEnabled() - Method in class org.apache.http.impl.client.DefaultHttpRequestRetryHandler
-
- isResponseAvailable(int) - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- 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 interface org.apache.http.conn.scheme.SchemeSocketFactory
-
Deprecated.
Checks whether a socket provides a secure connection.
- 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.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.cookie.BasicClientCookie
-
- isSharedCache() - Method in class org.apache.http.impl.client.cache.CacheConfig
-
Returns whether the cache will behave as a shared cache or not.
- isSharedCache() - Method in class org.apache.http.impl.client.cache.CachingHttpClient
-
Deprecated.
Reports whether this CachingHttpClient
is configured as
a shared (public) or non-shared (private) cache.
- 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.
- isStale() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Deprecated.
- isStaleConnectionCheckEnabled() - Method in class org.apache.http.client.config.RequestConfig
-
Determines whether stale connection check is to be used.
- isStreaming() - Method in class org.apache.http.entity.mime.MultipartEntity
-
Deprecated.
- 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.TrustSelfSignedStrategy
-
- isTrusted(X509Certificate[], String) - Method in interface org.apache.http.conn.ssl.TrustStrategy
-
Determines whether the certificate chain can be trusted without consulting the trust manager
configured in the actual SSL context.
- 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.
- isValid() - Method in class org.apache.http.auth.AuthState
-
Deprecated.
(4.2) do not use
- isWeakETagOnPutDeleteAllowed() - Method in class org.apache.http.impl.client.cache.CacheConfig
-
Returns whether weak etags is allowed with PUT/DELETE methods.
- iterator() - Method in class org.apache.http.entity.mime.Header
-
- 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, AuthenticationStrategy, AuthenticationStrategy, UserTokenHandler) - Constructor for class org.apache.http.impl.execchain.MainClientExec
-
- 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
-
- 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.
- ManagedHttpCacheStorage - Class in org.apache.http.impl.client.cache
-
HttpCacheStorage
implementation capable of deallocating resources associated with
the cache entries.
- ManagedHttpCacheStorage(CacheConfig) - Constructor for class org.apache.http.impl.client.cache.ManagedHttpCacheStorage
-
- 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>) - 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
-
- mark(int) - Method in class org.apache.http.client.entity.DeflateInputStream
-
Mark.
- 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.
- markSupported() - Method in class org.apache.http.client.entity.DeflateInputStream
-
Check if mark is supported.
- match(AuthScope) - Method in class org.apache.http.auth.AuthScope
-
Tests if the authentication scopes match.
- 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.BestMatchSpec
-
- match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.CookieSpecBase
-
- match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.NetscapeDomainHandler
-
- match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.PublicSuffixFilter
-
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
-
- MAX_AGE_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
-
- MAX_CONNECTIONS_PER_ROUTE - Static variable in interface org.apache.http.conn.params.ConnManagerPNames
-
Deprecated.
Defines the maximum number of connections per route.
- MAX_FORWARDS - Static variable in class org.apache.http.client.cache.HeaderConstants
-
- 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.
- maxEntries - Variable in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
-
Deprecated.
- maxTotalConnections - Variable in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deprecated.
- MemcachedCacheEntry - Interface in org.apache.http.impl.client.cache.memcached
-
Provides for serialization and deserialization of higher-level
HttpCacheEntry
objects into byte arrays suitable for
storage in memcached.
- MemcachedCacheEntryFactory - Interface in org.apache.http.impl.client.cache.memcached
-
- MemcachedCacheEntryFactoryImpl - Class in org.apache.http.impl.client.cache.memcached
-
- MemcachedCacheEntryFactoryImpl() - Constructor for class org.apache.http.impl.client.cache.memcached.MemcachedCacheEntryFactoryImpl
-
- MemcachedCacheEntryImpl - Class in org.apache.http.impl.client.cache.memcached
-
- MemcachedCacheEntryImpl(String, HttpCacheEntry) - Constructor for class org.apache.http.impl.client.cache.memcached.MemcachedCacheEntryImpl
-
- MemcachedCacheEntryImpl() - Constructor for class org.apache.http.impl.client.cache.memcached.MemcachedCacheEntryImpl
-
- MemcachedHttpCacheStorage - Class in org.apache.http.impl.client.cache.memcached
-
This class is a storage backend that uses an external memcached
for storing cached origin responses.
- MemcachedHttpCacheStorage(InetSocketAddress) - Constructor for class org.apache.http.impl.client.cache.memcached.MemcachedHttpCacheStorage
-
Create a storage backend talking to a memcached instance
listening on the specified host and port.
- MemcachedHttpCacheStorage(MemcachedClientIF) - Constructor for class org.apache.http.impl.client.cache.memcached.MemcachedHttpCacheStorage
-
Create a storage backend using the pre-configured given
memcached client.
- MemcachedHttpCacheStorage(MemcachedClientIF, CacheConfig, HttpCacheEntrySerializer) - Constructor for class org.apache.http.impl.client.cache.memcached.MemcachedHttpCacheStorage
-
Deprecated.
(4.2) do not use
- MemcachedHttpCacheStorage(MemcachedClientIF, CacheConfig, MemcachedCacheEntryFactory, KeyHashingScheme) - Constructor for class org.apache.http.impl.client.cache.memcached.MemcachedHttpCacheStorage
-
Create a storage backend using the given memcached client and
applying the given cache configuration, serialization, and hashing
mechanisms.
- MemcachedKeyHashingException - Exception in org.apache.http.impl.client.cache.memcached
-
Indicates a problem encountered when trying to map a
logical "storage key" to a "cache key" suitable for use with
memcached.
- MemcachedKeyHashingException(Throwable) - Constructor for exception org.apache.http.impl.client.cache.memcached.MemcachedKeyHashingException
-
- MemcachedSerializationException - Exception in org.apache.http.impl.client.cache.memcached
-
Raised when there is a problem serializing or deserializing cache
entries into a byte representation suitable for memcached storage.
- MemcachedSerializationException(Throwable) - Constructor for exception org.apache.http.impl.client.cache.memcached.MemcachedSerializationException
-
- 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() - Method in class org.apache.http.impl.client.FutureRequestExecutionService
-
- MIME - Class in org.apache.http.entity.mime
-
- MIME() - Constructor for class org.apache.http.entity.mime.MIME
-
- 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
-
- MinimalField - Class in org.apache.http.entity.mime
-
Minimal MIME field.
- MinimalField(String, String) - Constructor for class org.apache.http.entity.mime.MinimalField
-
- 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.
- MultihomePlainSocketFactory - Class in org.apache.http.conn
-
Deprecated.
(4.1) Do not use. For multihome support socket factories must implement
SchemeSocketFactory
interface.
- MultipartEntity - Class in org.apache.http.entity.mime
-
- MultipartEntity(HttpMultipartMode, String, Charset) - Constructor for class org.apache.http.entity.mime.MultipartEntity
-
Deprecated.
Creates an instance using the specified parameters
- MultipartEntity(HttpMultipartMode) - Constructor for class org.apache.http.entity.mime.MultipartEntity
-
Deprecated.
- MultipartEntity() - Constructor for class org.apache.http.entity.mime.MultipartEntity
-
Deprecated.
- MultipartEntityBuilder - Class in org.apache.http.entity.mime
-
- params - Variable in class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
The HTTP parameters.
- parse(URI, String) - Static method in class org.apache.http.client.utils.URLEncodedUtils
-
Returns a list of
NameValuePairs
as built from the URI's query portion.
- parse(HttpEntity) - Static method in class org.apache.http.client.utils.URLEncodedUtils
-
- parse(List<NameValuePair>, Scanner, String) - Static method in class org.apache.http.client.utils.URLEncodedUtils
-
Adds all parameters within the Scanner to the list of parameters
, as encoded by
encoding
.
- parse(List<NameValuePair>, Scanner, String, String) - Static method in class org.apache.http.client.utils.URLEncodedUtils
-
Adds all parameters within the Scanner to the list of
parameters
, as encoded by encoding
.
- parse(String, Charset) - 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(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(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.BestMatchSpec
-
- parse(Header, CookieOrigin) - Method in class org.apache.http.impl.cookie.BrowserCompatSpec
-
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.BrowserCompatVersionAttributeHandler
-
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.IgnoreSpec
-
- parse(Header, CookieOrigin) - Method in class org.apache.http.impl.cookie.NetscapeDraftSpec
-
Parses the Set-Cookie value into an array of Cookies.
- parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.PublicSuffixFilter
-
- parse(Reader) - Method in class org.apache.http.impl.cookie.PublicSuffixListParser
-
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.
- 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
-
- PATH_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
-
- 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.tsccm.ThreadSafeClientConnManager
-
Deprecated.
The pool of connections being managed.
- poolEntry - Variable in class org.apache.http.impl.conn.AbstractPooledConnAdapter
-
Deprecated.
The wrapped 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
-
- poolLock - Variable in class org.apache.http.impl.conn.tsccm.AbstractConnPool
-
Deprecated.
The global lock for this pool.
- PORT_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
-
- Post(URI) - Static method in class org.apache.http.client.fluent.Request
-
- Post(String) - Static method in class org.apache.http.client.fluent.Request
-
- post() - Static method in class org.apache.http.client.methods.RequestBuilder
-
- PRAGMA - Static variable in class org.apache.http.client.cache.HeaderConstants
-
- PrefixKeyHashingScheme - Class in org.apache.http.impl.client.cache.memcached
-
This is a
KeyHashingScheme
decorator that simply adds
a known prefix to the results of another
KeyHashingScheme
.
- PrefixKeyHashingScheme(String, KeyHashingScheme) - Constructor for class org.apache.http.impl.client.cache.memcached.PrefixKeyHashingScheme
-
Creates a new
KeyHashingScheme
that prepends the given
prefix to the results of hashes from the given backing scheme.
- 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.
- PRIVATE - Static variable in class org.apache.http.client.cache.HeaderConstants
-
- PrivateKeyDetails - Class in org.apache.http.conn.ssl
-
Private key details.
- PrivateKeyDetails(String, X509Certificate[]) - Constructor for class org.apache.http.conn.ssl.PrivateKeyDetails
-
- PrivateKeyStrategy - Interface in org.apache.http.conn.ssl
-
A strategy allowing for a choice of an alias during SSL authentication.
- 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
-
Adds the header "Accept-Encoding: gzip,deflate"
to the request.
- 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(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
-
- 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.
- 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
-
- proxiedStep(RouteInfo, RouteInfo) - Method in class org.apache.http.conn.routing.BasicRouteDirector
-
Determines the next step to establish a connection via proxy.
- 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_AUTHENTICATE - Static variable in class org.apache.http.client.cache.HeaderConstants
-
- 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.
- proxyAuthState - Variable in class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
- proxyAuthStrategy - Variable in class org.apache.http.impl.client.DefaultRequestDirector
-
Deprecated.
The proxy authentication handler.
- 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
-
- ProxyConfiguration - Interface in org.apache.http.osgi.services
-
- proxySelector - Variable in class org.apache.http.impl.conn.ProxySelectorRoutePlanner
-
Deprecated.
The proxy selector to use, or null
for system default.
- 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.
- PUBLIC - Static variable in class org.apache.http.client.cache.HeaderConstants
-
- PublicSuffixFilter - Class in org.apache.http.impl.cookie
-
Wraps a CookieAttributeHandler and leverages its match method
to never match a suffix from a black list.
- PublicSuffixFilter(CookieAttributeHandler) - Constructor for class org.apache.http.impl.cookie.PublicSuffixFilter
-
- PublicSuffixListParser - Class in org.apache.http.impl.cookie
-
- Punycode - Class in org.apache.http.client.utils
-
Facade that provides conversion between Unicode and Punycode domain names.
- Punycode() - Constructor for class org.apache.http.client.utils.Punycode
-
- put(HttpHost, AuthScheme) - Method in interface org.apache.http.client.AuthCache
-
- Put(URI) - Static method in class org.apache.http.client.fluent.Request
-
- Put(String) - Static method in class org.apache.http.client.fluent.Request
-
- put() - Static method in class org.apache.http.client.methods.RequestBuilder
-
- put(HttpHost, AuthScheme) - Method in class org.apache.http.impl.client.BasicAuthCache
-
- PUT_METHOD - Static variable in class org.apache.http.client.cache.HeaderConstants
-
- putEntry(String, HttpCacheEntry) - Method in interface org.apache.http.client.cache.HttpCacheStorage
-
Store a given cache entry under the given key.
- putEntry(String, HttpCacheEntry) - Method in class org.apache.http.impl.client.cache.BasicHttpCacheStorage
-
Places a HttpCacheEntry in the cache
- putEntry(String, HttpCacheEntry) - Method in class org.apache.http.impl.client.cache.ehcache.EhcacheHttpCacheStorage
-
- putEntry(String, HttpCacheEntry) - Method in class org.apache.http.impl.client.cache.ManagedHttpCacheStorage
-
- putEntry(String, HttpCacheEntry) - Method in class org.apache.http.impl.client.cache.memcached.MemcachedHttpCacheStorage
-