|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
ClientConnectionRequest.getConnection(long, TimeUnit)
,
causing it to throw an InterruptedException
.
PoolEntryRequest.getPoolEntry(long, TimeUnit)
.
AuthenticationHandler
implementations.operated
to
managed
client connections.CookieAttributeHandler
s.HttpClient
implementations.entries
to
managed
client connections.X509HostnameVerifier
implementations.Cookie
, replacing any existing equivalent cookies.
HTTP cookie
, replacing any existing equivalent cookies.
HTTP cookies
.
null
.
AbstractPooledConnAdapter.assertValid(AbstractPoolEntry)
AbstractClientConnAdapter.assertValid(OperatedClientConnection)
AuthCache
object
that represents the auth scheme cache.
AuthScheme
cache.ContextAwareAuthScheme.authenticate(Credentials, HttpRequest, org.apache.http.protocol.HttpContext)
Credentials
.
Credentials
.
Credentials
and charset.
Credentials
, method name and URI.
HttpParams
and manipulate HTTP authentication parameters
using Java Beans conventions.HttpParams
.AuthSchemeRegistry
object that represents the actual authentication scheme registry.
AuthScheme
implementations.Credentials
apply to.AuthCache
.SetCookie
.SetCookie2
.CookieStore
CredentialsProvider
.EofSensorWatcher
.HttpCacheStorage
implementation backed by an instance of
LinkedHashMap
.connection
.BasicPoolEntry
.ResponseHandler
that returns the response body as a String
for successful (2xx) responses.HttpRouteDirector
.AuthSchemeFactory
implementation that creates and initializes
BasicScheme
instances.CookieSpecFactory
implementation that creates and initializes
BestMatchSpec
instances.CookieSpecFactory
implementation that creates and initializes
BrowserCompatSpec
instances.CacheResponseStatus
of a request
(for example, whether it resulted in a cache hit) will be recorded if an
HttpContext
is provided during execution.
CachingHttpClient
.CachingHttpClient
;
if a request is executed with an HttpContext
then a parameter with one of these values will be registered in the
context under the key
CachingHttpClient.CACHE_RESPONSE_STATUS
.CachingHttpClient
is meant to be a drop-in replacement for
a DefaultHttpClient
that transparently adds client-side caching.CachingHttpClient
with default caching settings that
stores cache entries in memory and uses a vanilla DefaultHttpClient
for backend requests.
CachingHttpClient
with the given caching options that
stores cache entries in memory and uses a vanilla DefaultHttpClient
for backend requests.
CachingHttpClient
with default caching settings that
stores cache entries in memory and uses the given HttpClient
for backend requests.
CachingHttpClient
with the given caching options that
stores cache entries in memory and uses the given HttpClient
for backend requests.
CachingHttpClient
with the given caching options
that stores cache entries in the provided storage backend and uses
the given HttpClient
for backend requests.
CachingHttpClient
with the given caching options
that stores cache entries in the provided storage backend and uses
the given HttpClient
for backend requests.
Cookie
s in this store that have expired by
the specified Date
.
cookies
in this HTTP state
that have expired by the specified date
.
client connections
.ClientConnectionManager
instances.OperatedClientConnection
instances and updating the underlying
Socket
of those objects.ManagedClientConnection
.HttpContext
attribute names for
client side HTTP protocol processing.HttpContext
instances.Cookie
interface with
additional client specific functionality such ability to retrieve
original cookie attributes exactly as they were specified by the
origin server.HttpParams
and manipulate HTTP client parameters using
Java Beans conventions.null
.
HttpParams
and manipulate HTTP client connection parameters
using Java Beans conventions.ClientConnectionManager
InetAddress
es the
given host name resolves to.
PlainSocketFactory.connectSocket(Socket, InetSocketAddress, InetSocketAddress, HttpParams)
SSLSocketFactory.connectSocket(Socket, InetSocketAddress, InetSocketAddress, HttpParams)
HttpConnectionParams
and ThreadSafeClientConnManager
.
See individual method descriptions for detailsConnPoolByRoute.ConnPoolByRoute(ClientConnectionOperator, ConnPerRoute, int)
HttpParams
and manipulate connection routing parameters
using Java Beans conventions.HttpParams
.DefaultHttpClient
sub-class which includes a RequestAcceptEncoding
for the request and response.HttpContext
in order to
generate an authorization string.CookieOrigin
object that represents the actual details of the origin server.
CookieSpec
object that represents the actual cookie specification.
CookieStore
object that represents the actual cookie store.
CookieSpecRegistry
object that represents the actual cookie specification registry.
CookieSpec
implementations.HttpParams
and manipulate HTTP cookie parameters using Java Beans
conventions.Cookie
objects.Resource
.
ConnPoolByRoute.freeConnections
.
DefaultHttpClient.setDefaultHttpParams(HttpParams)
ConnPoolByRoute.routeToPool
.
SSLSocketFactory.createLayeredSocket(Socket, String, int, boolean)
URI
using all the parameters.
ConnPoolByRoute.waitingThreads
.
Credentials
.
CredentialsProvider
object that represents the actual credentials provider.
expires
attribute.
ClientConnectionOperator
.HttpCacheEntrySerializer
implementation that uses the default (native)
serialization.HttpClient
pre-configured for most common use scenarios.HttpRequestRetryHandler
used by request executors.HttpRoutePlanner
.AuthenticationHandler
implementation for proxy host
authentication.DefaultRedirectStrategy
.RedirectStrategy
.RequestDirector
.AuthenticationHandler
implementation for target host
authentication.UserTokenHandler
.HttpEntityWrapper
responsible for handling deflate Content Coded responses.DeflateDecompressingEntity
which will wrap the specified
HttpEntity
.
AuthSchemeFactory
implementation that creates and initializes
DigestScheme
instances.HttpEntityEnclosingRequest
s that can
be used to change properties of the current request without
modifying the original object.close()
and EOF.EofSensorInputStream
.execute(target, request, context)
.
URI
.
Resource
instances whose body is stored in a temporary file.CookieAttributeHandler
for the
given attribute.
application/x-www-form-urlencoded
list of parameters in an HTTP PUT or HTTP POST.
Resource
from a given response body.
URI
s in the order they were added to the collection.
stale-while-revalidate
directive.
stale-while-revalidate
directive.
CookieAttributeHandler
for the
given attribute.
authentication scheme
with the given name.
authentication scheme
.
AuthScope
if available
HttpRequest
without contacting the origin server.
cookies
that this HTTP
state currently contains.
cookie specification
with the given ID.
cookie specification
with the given name.
Credentials
.If not configured,
HTTP.DEFAULT_PROTOCOL_CHARSET
is used instead.
Credentials
selected for authentication if available
credentials
for the given authentication scope.
ConnPerRouteBean.getDefaultMaxPerRoute()
instead
DEFAULT_PROXY
parameter value.
Date
of the cookie, or null
if none exists.
Date
of the cookie, or null
if none exists.
FORCED_ROUTE
parameter value.
InetSocketAddress
.
InputStream
from which the response
body can be read.
LOCAL_ADDRESS
parameter value.
ThreadSafeClientConnManager.getMaxForRoute(org.apache.http.conn.routing.HttpRoute)
ThreadSafeClientConnManager.getMaxTotal()
GET
,
PUT
, POST
, or other.
ProtocolVersion
from the origin HttpResponse
.
HttpResponse
, for example,
"Not Modified".
Resource
containing the origin response body.
authentication
schemes
Scheme.getSchemeSocketFactory()
cookie
specs
.
HttpResponse
.
StatusLine
from the origin HttpResponse
.
HttpConnectionParams.getConnectionTimeout(HttpParams)
http://example.org/path/to/file
.
null
if it is not.
HttpEntityWrapper
for handling gzip Content Coded responses.GzipDecompressingEntity
which will wrap the specified
HttpEntity
.
HttpResponse
and returns some value
corresponding to that response.
Resource
instances stored entirely in heap.HttpResponse
in a cache.HttpCacheEntry
with variants.
HttpCacheEntry
.
HttpCacheEntry
fails.HttpCacheStorage
implementations to serialize
HttpCacheEntry
instances to a byte representation before
storage.HttpCacheStorage
interface.HttpCacheStorage
implementation.HttpCacheStorage
encountered an error performing an
update operation.HttpParams
.ConnectException
that specifies the HttpHost
that was
being connected to.HttpRoute
to a target host.HttpRequest
interface that provides
convenience methods to access request properties such as request URI
and method type.CookieSpecFactory
implementation that ignores all cookies.application/x-www-form-urlencoded
.
true
if authenticating against a proxy, false
otherwise.
true
if the input limit has been reached.
CachingHttpClient
is configured as
a shared (public) or non-shared (private) cache.
SocketFactory
for layered sockets (SSL/TLS).SchemeSocketFactory
tunnelled
connection.
HttpCacheStorage
implementation capable of deallocating resources associated with
the cache entries.ThreadSafeClientConnManager.setMaxForRoute(org.apache.http.conn.routing.HttpRoute, int)
,
ThreadSafeClientConnManager.getMaxForRoute(org.apache.http.conn.routing.HttpRoute)
ThreadSafeClientConnManager.setMaxTotal(int)
,
ThreadSafeClientConnManager.getMaxTotal()
SchemeSocketFactory
interface.HttpMultipartMode
mode.
HttpMultipartMode.STRICT
CookieSpec
implementation conforms to the original draft
specification published by Netscape Communications.CookieSpecFactory
implementation that creates and initializes
NetscapeDraftSpec
instances.AuthScheme
using given HTTP parameters.
CookieSpec
using given HTTP parameters.
Credentials
implementation for Microsoft Windows platforms that includes
Windows specific attributes such as name of the domain the user belongs to.AuthSchemeFactory
implementation that creates and initializes
NTLMScheme
instances configured to use the default NTLMEngine
implementation.CachingHttpClient
or for
those clients wanting to get a little more behavioral information
out of the cache module (for example, whether a particular response
was a cache hit or not).Scheme
class represents a protocol
scheme such as "http" or "https" and contains a number of protocol properties
such as the default port and the socket factory to be used to creating
Socket
s for the given protocolorg.apache.http.auth
.org.apache.http.client
.CachingHttpClient
and
used for storing cache entries.CachingHttpClient
and
used for storing cache entries.org.apache.http.impl.conn
and related classes.org.apache.http.cookie
.null
.
NameValuePairs
as built from the
URI's query portion.
NameValuePairs
as parsed from an
HttpEntity
.
parameters
, as encoded by encoding
.
Cookie
property.
asctime()
format.
BasicPoolEntry
."Accept-Encoding: gzip,deflate"
to the request.
Content-Encoding
s by
using the appropriate decompressor to wrap the response Entity:
gzip - see GzipDecompressingEntity
deflate - see DeflateDecompressingEntity
identity - no action needed
AuthScheme
s when
authenticating with the proxy host.
AuthState
object that represents the actual proxy authentication state.
null
for system default.
HttpRoutePlanner
.InputStream
.
RedirectStrategy
URI
s used as redirect locations.AuthSchemeFactory
with the given identifier.
CookieSpecFactory
with the given identifier.
close()
.
CookieStore
to the request being executed and generates
corresponding Cookie
request headers.AuthScheme
instance in the local
AuthCache
associated with the given target or proxy host.Connection
or Proxy-Connection
headers to the outgoing requests, which
is essential for managing persistence of HTTP/1.0
connections.ClientConnectionRequest
, from which a
ManagedClientConnection
can be obtained or the request can be
aborted.
null
.
PoolEntryRequest
, from which a BasicPoolEntry
can be obtained, or the request can be aborted.
HttpRequest
s that can be used to change
properties of the current request without modifying the original
object.Resource
instances for handling cached
HTTP response bodies.AuthScheme
s
to the local AuthCache
instance.HttpResponseInterceptor
responsible for processing Content-Encoding
responses.HttpResponse
.CookieStore
with data
contained in response cookies received in the given the HTTP response.retryCount
and requestSentRetryEnabled
to determine
if the given method should be retried.
URI
whose scheme, host
and port are taken from the target host, but whose path, query and
fragment are taken from the existing URI.
URIUtils.rewriteURI(URI, HttpHost, boolean)
that always keeps the
fragment.
CookieSpec
implementation.CookieSpecFactory
implementation that creates and initializes
RFC2109Spec
instances.CookieSpec
implementation.CookieSpecFactory
implementation that creates and initializes
RFC2965Spec
instances.ConnPoolByRoute
.RouteSpecificPool.RouteSpecificPool(HttpRoute, ConnPerRoute)
Scheme.Scheme(String, int, SchemeSocketFactory)
Scheme
object that represents the actual protocol scheme registry.
Scheme
s.AuthScheme
instance capable of
processing that challenge.
stale-while-revalidate
directive.
stale-while-revalidate
directive.
authentication scheme
.
HttpParams.setParameter(String, Object)
to set the parameters
AuthPNames#TARGET_AUTH_PREF
and
AuthPNames#PROXY_AUTH_PREF
instead
AuthScope
.
ClientConnectionRequest
callback that can be
used to abort a long-lived request for a connection.
Set-Cookie
response header sent by the
origin server to the HTTP agent in order to maintain a conversational state.Set-Cookie2
response header sent by the
origin server to the HTTP agent in order to maintain a conversational state.Credentials
.
Credentials
to be used for authentication
credentials
for the given authentication
scope.
DEFAULT_PROXY
parameter value.
FORCED_ROUTE
parameter value.
authentication schemes
with the content of the map passed as a parameter.
protocol schemes
with the content of the map passed as a parameter.
cookie
specs
with the content of the map passed as a parameter.
LOCAL_ADDRESS
parameter value.
ThreadSafeClientConnManager.setMaxForRoute(org.apache.http.conn.routing.HttpRoute, int)
ThreadSafeClientConnManager.setMaxTotal(int)
ConnectionReleaseTrigger
callback that can
be used to abort an active connection.
HttpConnectionParams.setConnectionTimeout(HttpParams, int)
Cookie
request header.
SingleClientConnManager.SingleClientConnManager(SchemeRegistry)
SchemeSocketFactory
SSLSocketFactory.SSLSocketFactory(String, KeyStore, String, KeyStore, SecureRandom, X509HostnameVerifier)
SSLSocketFactory.SSLSocketFactory(SSLContext)
stream
is aborted.
stream
is closed.
CachingHttpClient
implementation
supports byte-range requests as specified by the Range
and Content-Range
headers.
AuthScheme
s when
authenticating with the target host.
AuthState
object that represents the actual target authentication state.
client connections
and
is able to service connection requests from multiple execution threads.ThreadSafeClientConnManager.ThreadSafeClientConnManager(SchemeRegistry)
CoreConnectionPNames.CONNECTION_TIMEOUT
null
before tracking starts.
authentication scheme
with
the given name.
CookieSpecFactory
with the given ID.
URIs
, to workaround
bugs within the class or for ease-of-use features.UrlEncodedFormEntity
with the list
of parameters in the specified encoding.
UrlEncodedFormEntity
with the list
of parameters with the default encoding of HTTP.DEFAULT_CONTENT_CHARSET
Object
object that represents
the actual user identity such as user Principal
.
Credentials
implementation based on a user name / password
pair.SSLSocket
.
X509Certificate
.
Host
request header instead of the physical host.
WaitingThread
.OutputStream
.
FileBody.writeTo(OutputStream)
InputStreamBody.writeTo(OutputStream)
StringBody.writeTo(OutputStream)
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |