A B C D E F G H I J K L M N O P Q R S T U V W X

A

abort() - Method in interface org.apache.http.client.methods.AbortableHttpRequest
Aborts this http request.
abort() - Method in class org.apache.http.client.methods.HttpRequestBase
 
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
 
abort() - Method in class org.apache.http.impl.conn.tsccm.WaitingThreadAborter
If a waiting thread has been set, interrupts it.
AbortableHttpRequest - Interface in org.apache.http.client.methods
Interface representing an HTTP request that can be aborted by shutting down the underlying HTTP connection.
abortConnection() - Method in class org.apache.http.conn.BasicManagedEntity
 
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
 
abortRequest() - Method in interface org.apache.http.conn.ClientConnectionRequest
Aborts the call to ClientConnectionRequest.getConnection(long, TimeUnit), causing it to throw an InterruptedException.
abortRequest() - Method in interface org.apache.http.impl.conn.tsccm.PoolEntryRequest
Aborts the active or next call to PoolEntryRequest.getPoolEntry(long, TimeUnit).
AbstractAuthenticationHandler - Class in org.apache.http.impl.client
Base class for AuthenticationHandler implementations.
AbstractAuthenticationHandler() - Constructor for class org.apache.http.impl.client.AbstractAuthenticationHandler
 
AbstractClientConnAdapter - Class in org.apache.http.impl.conn
Abstract adapter from operated to managed client connections.
AbstractClientConnAdapter(ClientConnectionManager, OperatedClientConnection) - Constructor for class org.apache.http.impl.conn.AbstractClientConnAdapter
Creates a new connection adapter.
AbstractConnPool - Class in org.apache.http.impl.conn.tsccm
An abstract connection pool.
AbstractConnPool() - Constructor for class org.apache.http.impl.conn.tsccm.AbstractConnPool
Creates a new connection pool.
AbstractContentBody - Class in org.apache.http.entity.mime.content
 
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 CookieAttributeHandlers.
AbstractCookieSpec() - Constructor for class org.apache.http.impl.cookie.AbstractCookieSpec
Default constructor
AbstractHttpClient - Class in org.apache.http.impl.client
Base class for HttpClient implementations.
AbstractHttpClient(ClientConnectionManager, HttpParams) - Constructor for class org.apache.http.impl.client.AbstractHttpClient
Creates a new HTTP client.
AbstractPooledConnAdapter - Class in org.apache.http.impl.conn
Abstract adapter from pool entries to managed client connections.
AbstractPooledConnAdapter(ClientConnectionManager, AbstractPoolEntry) - Constructor for class org.apache.http.impl.conn.AbstractPooledConnAdapter
Creates a new connection adapter.
AbstractPoolEntry - Class in org.apache.http.impl.conn
A pool entry for use by connection manager implementations.
AbstractPoolEntry(ClientConnectionOperator, HttpRoute) - Constructor for class org.apache.http.impl.conn.AbstractPoolEntry
Creates a new pool entry.
AbstractVerifier - Class in org.apache.http.conn.ssl
Abstract base class for all standard X509HostnameVerifier implementations.
AbstractVerifier() - Constructor for class org.apache.http.conn.ssl.AbstractVerifier
 
acceptableCountryWildcard(String) - Static method in class org.apache.http.conn.ssl.AbstractVerifier
 
add(URI) - Method in class org.apache.http.impl.client.RedirectLocations
Adds a new URI to the list of redirects.
add(HttpConnection, long, TimeUnit) - Method in class org.apache.http.impl.conn.IdleConnectionHandler
Registers the given connection with this handler.
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
Adds an array of HTTP cookies.
addPart(String, ContentBody) - Method in class org.apache.http.entity.mime.MultipartEntity
 
addRequestInterceptor(HttpRequestInterceptor) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
addRequestInterceptor(HttpRequestInterceptor, int) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
addResponseInterceptor(HttpResponseInterceptor) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
addResponseInterceptor(HttpResponseInterceptor, int) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
AllClientPNames - Interface in org.apache.http.client.params
Collected parameter names for the HttpClient module.
allocEntry(Object) - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
Obtains a free entry from this pool, if one is available.
ALLOW_ALL_HOSTNAME_VERIFIER - Static variable in class org.apache.http.conn.ssl.SSLSocketFactory
 
ALLOW_CIRCULAR_REDIRECTS - Static variable in interface org.apache.http.client.params.ClientPNames
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
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
The application parameter collection, or null.
assertAttached() - Method in class org.apache.http.impl.conn.AbstractPooledConnAdapter
Deprecated.  
assertNotAborted() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
assertStillUp() - Method in class org.apache.http.impl.conn.SingleClientConnManager
Asserts that this manager is not shut down.
assertValid(OperatedClientConnection) - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
Asserts that there is a wrapped connection to delegate to.
attemptReuse - Variable in class org.apache.http.conn.BasicEofSensorWatcher
Whether to keep the connection alive.
attemptReuse - Variable in class org.apache.http.conn.BasicManagedEntity
Whether to keep the connection alive.
AUTH - Class in org.apache.http.auth
Constants and static helpers related to the HTTP authentication.
AUTH_SCHEME_PREF - Static variable in interface org.apache.http.client.protocol.ClientContext
RESERVED.
authenticate(Credentials, HttpRequest) - Method in interface org.apache.http.auth.AuthScheme
Produces an authorization string for the given set of Credentials.
authenticate(Credentials, HttpRequest) - 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
Returns a basic Authorization header value for the given Credentials and charset.
authenticate(Credentials, HttpRequest) - 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.NTLMScheme
 
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
/** 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.
AuthParamBean - Class in org.apache.http.auth.params
This is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate HTTP authentication parameters using Java Beans conventions.
AuthParamBean(HttpParams) - Constructor for class org.apache.http.auth.params.AuthParamBean
 
AuthParams - Class in org.apache.http.auth.params
An adaptor for manipulating HTTP authentication parameters in HttpParams.
AuthPNames - Interface in org.apache.http.auth.params
Parameter names for HTTP authentication classes.
AuthPolicy - Class in org.apache.http.client.params
Standard authentication schemes supported by HttpClient.
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
Attribute name of a AuthSchemeRegistry object that represents the actual authentication scheme registry.
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() - Constructor for class org.apache.http.impl.auth.AuthSchemeBase
 
AuthSchemeFactory - Interface in org.apache.http.auth
Factory for AuthScheme implementations.
AuthSchemeRegistry - Class in org.apache.http.auth
Authentication scheme registry that can be used to obtain the corresponding authentication scheme implementation for a given type of authorization challenge.
AuthSchemeRegistry() - Constructor for class org.apache.http.auth.AuthSchemeRegistry
 
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(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
Default constructor.
available() - Method in class org.apache.http.conn.EofSensorInputStream
 
await(Date) - Method in class org.apache.http.impl.conn.tsccm.WaitingThread
Blocks the calling thread.

B

BASIC - Static variable in class org.apache.http.client.params.AuthPolicy
Basic authentication scheme as defined in RFC2617 (considered inherently insecure, but most widely supported)
BasicClientCookie - Class in org.apache.http.impl.cookie
Default implementation of SetCookie.
BasicClientCookie(String, String) - Constructor for class org.apache.http.impl.cookie.BasicClientCookie
Default Constructor taking a name and a value.
BasicClientCookie2 - Class in org.apache.http.impl.cookie
Default implementation of SetCookie2.
BasicClientCookie2(String, String) - Constructor for class org.apache.http.impl.cookie.BasicClientCookie2
Default Constructor taking a name and a value.
BasicCommentHandler - Class in org.apache.http.impl.cookie
 
BasicCommentHandler() - Constructor for class org.apache.http.impl.cookie.BasicCommentHandler
 
BasicCookieStore - Class in org.apache.http.impl.client
Default implementation of CookieStore
BasicCookieStore() - Constructor for class org.apache.http.impl.client.BasicCookieStore
Default constructor.
BasicCredentialsProvider - Class in org.apache.http.impl.client
Default implementation of CredentialsProvider.
BasicCredentialsProvider() - Constructor for class org.apache.http.impl.client.BasicCredentialsProvider
Default constructor.
BasicDomainHandler - Class in org.apache.http.impl.cookie
 
BasicDomainHandler() - Constructor for class org.apache.http.impl.cookie.BasicDomainHandler
 
BasicEofSensorWatcher - Class in org.apache.http.conn
Basic implementation of EofSensorWatcher.
BasicEofSensorWatcher(ManagedClientConnection, boolean) - Constructor for class org.apache.http.conn.BasicEofSensorWatcher
Creates a new watcher for auto-releasing a connection.
BasicExpiresHandler - Class in org.apache.http.impl.cookie
 
BasicExpiresHandler(String[]) - Constructor for class org.apache.http.impl.cookie.BasicExpiresHandler
 
BasicManagedEntity - Class in org.apache.http.conn
An entity that releases a connection.
BasicManagedEntity(HttpEntity, ManagedClientConnection, boolean) - Constructor for class org.apache.http.conn.BasicManagedEntity
Creates a new managed entity that can release a connection.
BasicMaxAgeHandler - Class in org.apache.http.impl.cookie
 
BasicMaxAgeHandler() - Constructor for class org.apache.http.impl.cookie.BasicMaxAgeHandler
 
BasicPathHandler - Class in org.apache.http.impl.cookie
 
BasicPathHandler() - Constructor for class org.apache.http.impl.cookie.BasicPathHandler
 
BasicPooledConnAdapter - Class in org.apache.http.impl.conn.tsccm
A connection wrapper and callback handler.
BasicPooledConnAdapter(ThreadSafeClientConnManager, AbstractPoolEntry) - Constructor for class org.apache.http.impl.conn.tsccm.BasicPooledConnAdapter
Creates a new adapter.
BasicPoolEntry - Class in org.apache.http.impl.conn.tsccm
Basic implementation of a connection pool entry.
BasicPoolEntry(ClientConnectionOperator, HttpRoute, ReferenceQueue<Object>) - Constructor for class org.apache.http.impl.conn.tsccm.BasicPoolEntry
Deprecated. do not use
BasicPoolEntry(ClientConnectionOperator, HttpRoute) - Constructor for class org.apache.http.impl.conn.tsccm.BasicPoolEntry
Creates a new pool entry.
BasicPoolEntryRef - Class in org.apache.http.impl.conn.tsccm
A weak reference to a BasicPoolEntry.
BasicPoolEntryRef(BasicPoolEntry, ReferenceQueue<Object>) - Constructor for class org.apache.http.impl.conn.tsccm.BasicPoolEntryRef
Creates a new reference to a pool entry.
BasicResponseHandler - Class in org.apache.http.impl.client
A ResponseHandler that returns the response body as a String for successful (2xx) responses.
BasicResponseHandler() - Constructor for class org.apache.http.impl.client.BasicResponseHandler
 
BasicRouteDirector - Class in org.apache.http.conn.routing
Basic implementation of an HttpRouteDirector.
BasicRouteDirector() - Constructor for class org.apache.http.conn.routing.BasicRouteDirector
 
BasicScheme - Class in org.apache.http.impl.auth
Basic authentication scheme as defined in RFC 2617.
BasicScheme() - Constructor for class org.apache.http.impl.auth.BasicScheme
Default constructor for the basic authentication scheme.
BasicSchemeFactory - Class in org.apache.http.impl.auth
AuthSchemeFactory implementation that creates and initializes BasicScheme instances.
BasicSchemeFactory() - Constructor for class org.apache.http.impl.auth.BasicSchemeFactory
 
BasicSecureHandler - Class in org.apache.http.impl.cookie
 
BasicSecureHandler() - Constructor for class org.apache.http.impl.cookie.BasicSecureHandler
 
BasicUserPrincipal - Class in org.apache.http.auth
Basic user principal used for HTTP authentication
BasicUserPrincipal(String) - Constructor for class org.apache.http.auth.BasicUserPrincipal
 
BEST_MATCH - Static variable in class org.apache.http.client.params.CookiePolicy
The default 'best match' policy.
BestMatchSpec - Class in org.apache.http.impl.cookie
'Meta' cookie specification that picks up a cookie policy based on the format of cookies sent with the HTTP response.
BestMatchSpec(String[], boolean) - Constructor for class org.apache.http.impl.cookie.BestMatchSpec
 
BestMatchSpec() - Constructor for class org.apache.http.impl.cookie.BestMatchSpec
 
BestMatchSpecFactory - Class in org.apache.http.impl.cookie
CookieSpecFactory implementation that creates and initializes BestMatchSpec instances.
BestMatchSpecFactory() - Constructor for class org.apache.http.impl.cookie.BestMatchSpecFactory
 
BROWSER_COMPATIBILITY - Static variable in class org.apache.http.client.params.CookiePolicy
The policy that provides high degree of compatibilty with common cookie management of popular HTTP agents.
BROWSER_COMPATIBLE_HOSTNAME_VERIFIER - Static variable in class org.apache.http.conn.ssl.SSLSocketFactory
 
BrowserCompatHostnameVerifier - Class in org.apache.http.conn.ssl
The HostnameVerifier that works the same way as Curl and Firefox.
BrowserCompatHostnameVerifier() - Constructor for class org.apache.http.conn.ssl.BrowserCompatHostnameVerifier
 
BrowserCompatSpec - Class in org.apache.http.impl.cookie
Cookie specification that strives to closely mimic (mis)behavior of common web browser applications such as Microsoft Internet Explorer and Mozilla FireFox.
BrowserCompatSpec(String[]) - Constructor for class org.apache.http.impl.cookie.BrowserCompatSpec
Default constructor
BrowserCompatSpec() - Constructor for class org.apache.http.impl.cookie.BrowserCompatSpec
Default constructor
BrowserCompatSpecFactory - Class in org.apache.http.impl.cookie
CookieSpecFactory implementation that creates and initializes BrowserCompatSpec instances.
BrowserCompatSpecFactory() - Constructor for class org.apache.http.impl.cookie.BrowserCompatSpecFactory
 

C

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.
chooseProxy(List<Proxy>, HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.conn.ProxySelectorRoutePlanner
Chooses a proxy from a list of available proxies.
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.
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.BasicCookieStore
Clears all cookies.
clear() - Method in class org.apache.http.impl.client.BasicCredentialsProvider
 
clearExpired(Date) - Method in interface org.apache.http.client.CookieStore
Removes all of Cookies 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.
clearRequestInterceptors() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
clearResponseInterceptors() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
ClientConnectionManager - Interface in org.apache.http.conn
Management interface for client connections.
ClientConnectionManagerFactory - Interface in org.apache.http.conn
A factory for creating new ClientConnectionManager instances.
ClientConnectionOperator - Interface in org.apache.http.conn
ClientConnectionOperator represents a strategy for creating OperatedClientConnection instances and updating the underlying Socket of those objects.
ClientConnectionRequest - Interface in org.apache.http.conn
Encapsulates a request for a ManagedClientConnection.
ClientContext - Interface in org.apache.http.client.protocol
HttpContext attribute names for client side HTTP protocol processing.
ClientContextConfigurer - Class in org.apache.http.client.protocol
Configuration facade for HttpContext instances.
ClientContextConfigurer(HttpContext) - Constructor for class org.apache.http.client.protocol.ClientContextConfigurer
 
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.
ClientParamBean - Class in org.apache.http.client.params
This is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate HTTP client parameters using Java Beans conventions.
ClientParamBean(HttpParams) - Constructor for class org.apache.http.client.params.ClientParamBean
 
clientParams - Variable in class org.apache.http.impl.client.ClientParamsStack
The client parameter collection, or null.
ClientParamsStack - Class in org.apache.http.impl.client
Represents a stack of parameter collections.
ClientParamsStack(HttpParams, HttpParams, HttpParams, HttpParams) - Constructor for class org.apache.http.impl.client.ClientParamsStack
Creates a new parameter stack from elements.
ClientParamsStack(ClientParamsStack) - Constructor for class org.apache.http.impl.client.ClientParamsStack
Creates a copy of a parameter stack.
ClientParamsStack(ClientParamsStack, HttpParams, HttpParams, HttpParams, HttpParams) - Constructor for class org.apache.http.impl.client.ClientParamsStack
Creates a modified copy of a parameter stack.
ClientPNames - Interface in org.apache.http.client.params
Parameter names for HTTP client parameters.
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.methods.HttpEntityEnclosingRequestBase
 
clone() - Method in class org.apache.http.client.methods.HttpRequestBase
 
clone(Object) - Static method in class org.apache.http.client.utils.CloneUtils
 
clone() - Method in class org.apache.http.conn.routing.HttpRoute
 
clone() - Method in class org.apache.http.conn.routing.RouteTracker
 
clone() - Method in class org.apache.http.impl.cookie.BasicClientCookie
 
clone() - Method in class org.apache.http.impl.cookie.BasicClientCookie2
 
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.conn.EofSensorInputStream
 
close() - Method in class org.apache.http.impl.conn.AbstractPooledConnAdapter
 
close() - Method in class org.apache.http.impl.conn.DefaultClientConnection
 
close() - Method in class org.apache.http.impl.conn.SingleClientConnManager.PoolEntry
Closes the connection in this pool entry.
closeConnection(OperatedClientConnection) - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
Closes a connection from this pool.
closeExpiredConnections() - Method in interface org.apache.http.conn.ClientConnectionManager
Closes all expired connections in the pool.
closeExpiredConnections() - Method in class org.apache.http.impl.conn.IdleConnectionHandler
 
closeExpiredConnections() - Method in class org.apache.http.impl.conn.SingleClientConnManager
 
closeExpiredConnections() - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
 
closeExpiredConnections() - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
 
closeIdleConnections(long, TimeUnit) - Method in interface org.apache.http.conn.ClientConnectionManager
Closes idle connections in the pool.
closeIdleConnections(long) - Method in class org.apache.http.impl.conn.IdleConnectionHandler
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.SingleClientConnManager
 
closeIdleConnections(long, TimeUnit) - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
Closes idle connections.
closeIdleConnections(long, TimeUnit) - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
 
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.
ConnConnectionParamBean - Class in org.apache.http.conn.params
This is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate HTTP client connection parameters using Java Beans conventions.
ConnConnectionParamBean(HttpParams) - Constructor for class org.apache.http.conn.params.ConnConnectionParamBean
 
ConnConnectionPNames - Interface in org.apache.http.conn.params
Parameter names for HTTP client connections.
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
The underlying connection being pooled or used.
CONNECTION_MANAGER_FACTORY - Static variable in interface org.apache.http.client.params.ClientPNames
Deprecated. use #CONNECTION_MANAGER_FACTORY_CLASS_NAME
CONNECTION_MANAGER_FACTORY_CLASS_NAME - Static variable in interface org.apache.http.client.params.ClientPNames
Defines the class name of the default ClientConnectionManager
connectionExpiresTime - Variable in class org.apache.http.impl.conn.SingleClientConnManager
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
The pool of connections being managed.
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.
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
Attempts to connects the socket to any of the InetAddresses the given host name resolves to.
connectSocket(Socket, String, int, InetAddress, int, HttpParams) - Method in class org.apache.http.conn.scheme.PlainSocketFactory
 
connectSocket(Socket, String, int, InetAddress, int, HttpParams) - Method in interface org.apache.http.conn.scheme.SocketFactory
Connects a socket to the given host.
connectSocket(Socket, String, int, InetAddress, int, HttpParams) - Method in class org.apache.http.conn.ssl.SSLSocketFactory
 
connectTarget(boolean) - Method in class org.apache.http.conn.routing.RouteTracker
Tracks connecting to the target.
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.
connManager - Variable in class org.apache.http.impl.client.DefaultRequestDirector
The connection manager.
ConnManagerParamBean - Class in org.apache.http.conn.params
This is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate connection manager parameters using Java Beans conventions.
ConnManagerParamBean(HttpParams) - Constructor for class org.apache.http.conn.params.ConnManagerParamBean
 
ConnManagerParams - Class in org.apache.http.conn.params
An adaptor for manipulating HTTP connection management parameters in HttpParams.
ConnManagerParams() - Constructor for class org.apache.http.conn.params.ConnManagerParams
 
ConnManagerPNames - Interface in org.apache.http.conn.params
Parameter names for connection managers in HttpConn.
connOperator - Variable in class org.apache.http.impl.conn.AbstractPoolEntry
The connection operator.
connOperator - Variable in class org.apache.http.impl.conn.SingleClientConnManager
The operator for opening and updating connections.
connOperator - Variable in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
The operator for opening and updating connections.
ConnPerRoute - Interface in org.apache.http.conn.params
This interface is intended for looking up maximum number of connections allowed for a given route.
ConnPerRouteBean - Class in org.apache.http.conn.params
This class maintains a map of HTTP routes to maximum number of connections allowed for those routes.
ConnPerRouteBean(int) - Constructor for class org.apache.http.conn.params.ConnPerRouteBean
 
ConnPerRouteBean() - Constructor for class org.apache.http.conn.params.ConnPerRouteBean
 
ConnPoolByRoute - Class in org.apache.http.impl.conn.tsccm
A connection pool that maintains connections by route.
ConnPoolByRoute(ClientConnectionOperator, HttpParams) - Constructor for class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
Creates a new connection pool, managed by route.
ConnRouteParamBean - Class in org.apache.http.conn.params
This is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate connection routing parameters using Java Beans conventions.
ConnRouteParamBean(HttpParams) - Constructor for class org.apache.http.conn.params.ConnRouteParamBean
 
ConnRouteParams - Class in org.apache.http.conn.params
An adaptor for manipulating HTTP routing parameters in HttpParams.
ConnRoutePNames - Interface in org.apache.http.conn.params
Parameter names for connection routing.
consumeContent() - Method in class org.apache.http.conn.BasicManagedEntity
 
consumeContent() - Method in class org.apache.http.entity.mime.MultipartEntity
 
contains(URI) - Method in class org.apache.http.impl.client.RedirectLocations
Returns true if this collection contains the given URI.
containsAttribute(String) - Method in interface org.apache.http.cookie.ClientCookie
 
containsAttribute(String) - Method in class org.apache.http.impl.cookie.BasicClientCookie
 
CONTENT_DISPOSITION - Static variable in class org.apache.http.entity.mime.MIME
 
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
 
CONTENT_TYPE - Static variable in class org.apache.http.entity.mime.MIME
 
ContentBody - Interface in org.apache.http.entity.mime.content
 
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
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
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
Attribute name of a CookieSpec object that represents the actual cookie specification.
COOKIE_STORE - Static variable in interface org.apache.http.client.protocol.ClientContext
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
Standard cookie specifications supported by HttpClient.
CookieSpec - Interface in org.apache.http.cookie
Defines the cookie management specification.
COOKIESPEC_REGISTRY - Static variable in interface org.apache.http.client.protocol.ClientContext
Attribute name of a CookieSpecRegistry object that represents the actual cookie specification registry.
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
Factory for CookieSpec implementations.
CookieSpecParamBean - Class in org.apache.http.cookie.params
This is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate HTTP cookie parameters using Java Beans conventions.
CookieSpecParamBean(HttpParams) - Constructor for class org.apache.http.cookie.params.CookieSpecParamBean
 
CookieSpecPNames - Interface in org.apache.http.cookie.params
Parameter names for HTTP cookie management classes.
CookieSpecRegistry - Class in org.apache.http.cookie
Cookie specification registry that can be used to obtain the corresponding cookie specification implementation for a given type of type or version of cookie.
CookieSpecRegistry() - Constructor for class org.apache.http.cookie.CookieSpecRegistry
 
CookieStore - Interface in org.apache.http.client
This interface represents an abstract store for Cookie objects.
copy() - Method in class org.apache.http.impl.client.ClientParamsStack
Does not copy parameters.
countDots(String) - Static method in class org.apache.http.conn.ssl.AbstractVerifier
Counts the number of dots "." in a string.
createAuthSchemeRegistry() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
createAuthSchemeRegistry() - Method in class org.apache.http.impl.client.DefaultHttpClient
 
createClientConnectionManager() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
createClientConnectionManager() - Method in class org.apache.http.impl.client.DefaultHttpClient
 
createClientRequestDirector(HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectHandler, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
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
Creates a new connection that can be operated.
createConnection() - Method in class org.apache.http.impl.conn.DefaultClientConnectionOperator
 
createConnectionKeepAliveStrategy() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
createConnectionKeepAliveStrategy() - Method in class org.apache.http.impl.client.DefaultHttpClient
 
createConnectionOperator(SchemeRegistry) - Method in class org.apache.http.impl.conn.SingleClientConnManager
Hook for creating the connection operator.
createConnectionOperator(SchemeRegistry) - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
Hook for creating the connection operator.
createConnectionPool(HttpParams) - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
Hook for creating the connection pool.
createConnectionReuseStrategy() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
createConnectionReuseStrategy() - Method in class org.apache.http.impl.client.DefaultHttpClient
 
createConnectRequest(HttpRoute, HttpContext) - Method in class org.apache.http.impl.client.DefaultRequestDirector
Creates the CONNECT request for tunnelling.
createCookieSpecRegistry() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
createCookieSpecRegistry() - Method in class org.apache.http.impl.client.DefaultHttpClient
 
createCookieStore() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
createCookieStore() - Method in class org.apache.http.impl.client.DefaultHttpClient
 
createCredentialsProvider() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
createCredentialsProvider() - Method in class org.apache.http.impl.client.DefaultHttpClient
 
createdEntry(BasicPoolEntry) - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
Indicates creation of an entry for this pool.
createEntry(RouteSpecificPool, ClientConnectionOperator) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
Creates a new pool entry.
createFreeConnQueue() - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
Creates the queue for ConnPoolByRoute.freeConnections.
createHttpContext() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
createHttpContext() - Method in class org.apache.http.impl.client.DefaultHttpClient
 
createHttpParams() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
createHttpParams() - Method in class org.apache.http.impl.client.DefaultHttpClient
 
createHttpProcessor() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
createHttpProcessor() - Method in class org.apache.http.impl.client.DefaultHttpClient
 
createHttpRequestRetryHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
createHttpRequestRetryHandler() - Method in class org.apache.http.impl.client.DefaultHttpClient
 
createHttpRoutePlanner() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
createHttpRoutePlanner() - Method in class org.apache.http.impl.client.DefaultHttpClient
 
createProxyAuthenticationHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
createProxyAuthenticationHandler() - Method in class org.apache.http.impl.client.DefaultHttpClient
 
createRedirectHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
createRedirectHandler() - Method in class org.apache.http.impl.client.DefaultHttpClient
 
createRequestExecutor() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
createRequestExecutor() - Method in class org.apache.http.impl.client.DefaultHttpClient
 
createResponseParser(SessionInputBuffer, HttpResponseFactory, HttpParams) - Method in class org.apache.http.impl.conn.DefaultClientConnection
 
createRouteToPoolMap() - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
Creates the map for ConnPoolByRoute.routeToPool.
createSessionInputBuffer(Socket, int, HttpParams) - Method in class org.apache.http.impl.conn.DefaultClientConnection
 
createSessionOutputBuffer(Socket, int, HttpParams) - Method in class org.apache.http.impl.conn.DefaultClientConnection
 
createSocket() - Method in class org.apache.http.conn.MultihomePlainSocketFactory
 
createSocket(Socket, String, int, boolean) - Method in interface org.apache.http.conn.scheme.LayeredSocketFactory
Returns a socket connected to the given host that is layered over an existing socket.
createSocket() - Method in class org.apache.http.conn.scheme.PlainSocketFactory
 
createSocket() - Method in interface org.apache.http.conn.scheme.SocketFactory
Creates a new, unconnected socket.
createSocket() - Method in class org.apache.http.conn.ssl.SSLSocketFactory
 
createSocket(Socket, String, int, boolean) - Method in class org.apache.http.conn.ssl.SSLSocketFactory
 
createTargetAuthenticationHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
createTargetAuthenticationHandler() - Method in class org.apache.http.impl.client.DefaultHttpClient
 
createTunnelToProxy(HttpRoute, int, HttpContext) - Method in class org.apache.http.impl.client.DefaultRequestDirector
Creates a tunnel to an intermediate proxy.
createTunnelToTarget(HttpRoute, HttpContext) - Method in class org.apache.http.impl.client.DefaultRequestDirector
Creates a tunnel to the target server.
createURI(String, String, int, String, String, String) - Static method in class org.apache.http.client.utils.URIUtils
Constructs a URI using all the parameters.
createUserTokenHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
createUserTokenHandler() - Method in class org.apache.http.impl.client.DefaultHttpClient
 
createWaitingThreadQueue() - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
Creates the queue for ConnPoolByRoute.waitingThreads.
CREDENTIAL_CHARSET - Static variable in interface org.apache.http.auth.params.AuthPNames
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
Attribute name of a CredentialsProvider object that represents the actual crednetials provider.

D

DATE_PATTERNS - Static variable in interface org.apache.http.cookie.params.CookieSpecPNames
Defines valid date patterns to be used for parsing non-standard expires attribute.
DATE_PATTERNS - Static variable in class org.apache.http.impl.cookie.BrowserCompatSpec
Deprecated. 
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.impl.cookie
A utility class for parsing and formatting HTTP dates as used in cookies and other headers.
decode(String) - Method in class org.apache.http.client.utils.Rfc3492Idn
 
DEFAULT - Static variable in class org.apache.http.impl.cookie.NetscapeDraftHeaderParser
 
DEFAULT_CHARSET - Static variable in class org.apache.http.entity.mime.MIME
 
DEFAULT_HEADERS - Static variable in interface org.apache.http.client.params.ClientPNames
Defines the request headers to be sent per default with each request.
DEFAULT_HOST - Static variable in interface org.apache.http.client.params.ClientPNames
Defines the default host.
DEFAULT_MAX_CONNECTIONS_PER_ROUTE - Static variable in class org.apache.http.conn.params.ConnPerRouteBean
The default maximum number of connections allowed per host
DEFAULT_MAX_TOTAL_CONNECTIONS - Static variable in class org.apache.http.conn.params.ConnManagerParams
The default maximum number of connections allowed overall
DEFAULT_PROXY - Static variable in interface org.apache.http.conn.params.ConnRoutePNames
Parameter for the default proxy.
DefaultClientConnection - Class in org.apache.http.impl.conn
Default implementation of an operated client connection.
DefaultClientConnection() - Constructor for class org.apache.http.impl.conn.DefaultClientConnection
 
DefaultClientConnectionOperator - Class in org.apache.http.impl.conn
Default implementation of a ClientConnectionOperator.
DefaultClientConnectionOperator(SchemeRegistry) - Constructor for class org.apache.http.impl.conn.DefaultClientConnectionOperator
Creates a new client connection operator for the given scheme registry.
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
 
DefaultHttpClient - Class in org.apache.http.impl.client
Default implementation of AbstractHttpClient.
DefaultHttpClient(ClientConnectionManager, HttpParams) - Constructor for class org.apache.http.impl.client.DefaultHttpClient
Creates a new HTTP client from parameters and a connection manager.
DefaultHttpClient(HttpParams) - Constructor for class org.apache.http.impl.client.DefaultHttpClient
 
DefaultHttpClient() - Constructor for class org.apache.http.impl.client.DefaultHttpClient
 
DefaultHttpRequestRetryHandler - Class in org.apache.http.impl.client
The default HttpRequestRetryHandler used by request executors.
DefaultHttpRequestRetryHandler(int, boolean) - Constructor for class org.apache.http.impl.client.DefaultHttpRequestRetryHandler
Default constructor
DefaultHttpRequestRetryHandler() - Constructor for class org.apache.http.impl.client.DefaultHttpRequestRetryHandler
Default constructor
DefaultHttpRoutePlanner - Class in org.apache.http.impl.conn
Default implementation of an HttpRoutePlanner.
DefaultHttpRoutePlanner(SchemeRegistry) - Constructor for class org.apache.http.impl.conn.DefaultHttpRoutePlanner
Creates a new default route planner.
DefaultProxyAuthenticationHandler - Class in org.apache.http.impl.client
Default AuthenticationHandler implementation for proxy host authentication.
DefaultProxyAuthenticationHandler() - Constructor for class org.apache.http.impl.client.DefaultProxyAuthenticationHandler
 
DefaultRedirectHandler - Class in org.apache.http.impl.client
Default implementation of RedirectHandler.
DefaultRedirectHandler() - Constructor for class org.apache.http.impl.client.DefaultRedirectHandler
 
DefaultRequestDirector - Class in org.apache.http.impl.client
Default implementation of RequestDirector.
DefaultRequestDirector(HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectHandler, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams) - Constructor for class org.apache.http.impl.client.DefaultRequestDirector
 
DefaultResponseParser - Class in org.apache.http.impl.conn
Default HTTP response parser implementation.
DefaultResponseParser(SessionInputBuffer, LineParser, HttpResponseFactory, HttpParams) - Constructor for class org.apache.http.impl.conn.DefaultResponseParser
 
DefaultTargetAuthenticationHandler - Class in org.apache.http.impl.client
Default AuthenticationHandler implementation for target host authentication.
DefaultTargetAuthenticationHandler() - Constructor for class org.apache.http.impl.client.DefaultTargetAuthenticationHandler
 
DefaultUserTokenHandler - Class in org.apache.http.impl.client
Default implementation of UserTokenHandler.
DefaultUserTokenHandler() - Constructor for class org.apache.http.impl.client.DefaultUserTokenHandler
 
deleteClosedConnections() - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
Deletes all entries for closed connections.
deleteClosedConnections() - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
 
deleteEntry(BasicPoolEntry) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
Deletes a given pool entry.
deleteEntry(BasicPoolEntry) - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
Deletes an entry from this pool.
deleteLeastUsedEntry() - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
Delete an old, free pool entry to make room for a new one.
detach() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
Detaches this adapter from the wrapped connection.
detach() - Method in class org.apache.http.impl.conn.AbstractPooledConnAdapter
Detaches this adapter from the wrapped connection.
detach() - Method in class org.apache.http.impl.conn.tsccm.BasicPooledConnAdapter
 
determineParams(HttpRequest) - Method in class org.apache.http.impl.client.AbstractHttpClient
Obtains parameters for executing a request.
determineProxy(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.conn.ProxySelectorRoutePlanner
Determines a proxy for the given target.
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
Determines the route for a request.
determineRoute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.conn.DefaultHttpRoutePlanner
 
determineRoute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.conn.ProxySelectorRoutePlanner
 
DIGEST - Static variable in class org.apache.http.client.params.AuthPolicy
Digest authentication scheme as defined in RFC2617.
DigestScheme - Class in org.apache.http.impl.auth
Digest authentication scheme as defined in RFC 2617.
DigestScheme() - Constructor for class org.apache.http.impl.auth.DigestScheme
Default constructor for the digest authetication scheme.
DigestSchemeFactory - Class in org.apache.http.impl.auth
AuthSchemeFactory implementation that creates and initializes DigestScheme instances.
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.
DISCARD_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
 
dispose() - Method in class org.apache.http.entity.mime.content.AbstractContentBody
 
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
Forgets about an entry from this pool.

E

enableConnectionGC() - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
Deprecated. do not sue
enabled() - Method in class org.apache.http.impl.conn.Wire
 
ENC_8BIT - Static variable in class org.apache.http.entity.mime.MIME
 
ENC_BINARY - Static variable in class org.apache.http.entity.mime.MIME
 
EntityEnclosingRequestWrapper - Class in org.apache.http.impl.client
A wrapper class for HttpEntityEnclosingRequests that can be used to change properties of the current request without modifying the original object.
EntityEnclosingRequestWrapper(HttpEntityEnclosingRequest) - Constructor for class org.apache.http.impl.client.EntityEnclosingRequestWrapper
 
eofDetected(InputStream) - Method in class org.apache.http.conn.BasicEofSensorWatcher
 
eofDetected(InputStream) - Method in class org.apache.http.conn.BasicManagedEntity
 
eofDetected(InputStream) - Method in interface org.apache.http.conn.EofSensorWatcher
Indicates that EOF is detected.
EofSensorInputStream - Class in org.apache.http.conn
A stream wrapper that triggers actions on close() and EOF.
EofSensorInputStream(InputStream, EofSensorWatcher) - Constructor for class org.apache.http.conn.EofSensorInputStream
Creates a new EOF sensor.
EofSensorWatcher - Interface in org.apache.http.conn
A watcher for EofSensorInputStream.
equals(Object) - Method in class org.apache.http.auth.AuthScope
 
equals(Object) - Method in class org.apache.http.auth.BasicUserPrincipal
 
equals(Object) - Method in class org.apache.http.auth.NTCredentials
 
equals(Object) - Method in class org.apache.http.auth.NTUserPrincipal
 
equals(Object) - Method in class org.apache.http.auth.UsernamePasswordCredentials
 
equals(Object) - Method in class org.apache.http.conn.routing.HttpRoute
Compares this route to another.
equals(Object) - Method in class org.apache.http.conn.routing.RouteTracker
Compares this tracked route to another.
equals(Object) - Method in class org.apache.http.conn.scheme.Scheme
Compares this scheme to an object.
establishRoute(HttpRoute, HttpContext) - Method in class org.apache.http.impl.client.DefaultRequestDirector
Establishes the target route.
execute(HttpUriRequest) - Method in interface org.apache.http.client.HttpClient
Executes a request using the default context.
execute(HttpUriRequest, HttpContext) - Method in interface org.apache.http.client.HttpClient
Executes a request using the given context.
execute(HttpHost, HttpRequest) - Method in interface org.apache.http.client.HttpClient
Executes a request to the target using the default context.
execute(HttpHost, HttpRequest, HttpContext) - Method in interface org.apache.http.client.HttpClient
Executes a request to the target using the given context.
execute(HttpUriRequest, ResponseHandler<? extends T>) - Method in interface org.apache.http.client.HttpClient
Executes a request using the default context and processes the response using the given response handler.
execute(HttpUriRequest, ResponseHandler<? extends T>, HttpContext) - Method in interface org.apache.http.client.HttpClient
Executes a request using the given context and processes the response using the given response handler.
execute(HttpHost, HttpRequest, ResponseHandler<? extends T>) - Method in interface org.apache.http.client.HttpClient
Executes a request to the target using the default context and processes the response using the given response handler.
execute(HttpHost, HttpRequest, ResponseHandler<? extends T>, HttpContext) - Method in interface org.apache.http.client.HttpClient
Executes a request to the target using the given context and processes the response using the given response handler.
execute(HttpHost, HttpRequest, HttpContext) - Method in interface org.apache.http.client.RequestDirector
Executes a request.
execute(HttpUriRequest) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
execute(HttpUriRequest, HttpContext) - Method in class org.apache.http.impl.client.AbstractHttpClient
Maps to execute(target, request, context).
execute(HttpHost, HttpRequest) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
execute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
execute(HttpUriRequest, ResponseHandler<? extends T>) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
execute(HttpUriRequest, ResponseHandler<? extends T>, HttpContext) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
execute(HttpHost, HttpRequest, ResponseHandler<? extends T>) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
execute(HttpHost, HttpRequest, ResponseHandler<? extends T>, HttpContext) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
execute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.client.DefaultRequestDirector
 
expectContinue() - Method in class org.apache.http.client.methods.HttpEntityEnclosingRequestBase
 
expectContinue() - Method in class org.apache.http.impl.client.EntityEnclosingRequestWrapper
 
EXPIRES_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
 
EXPIRES_PATTERN - Static variable in class org.apache.http.impl.cookie.NetscapeDraftSpec
 

F

FileBody - Class in org.apache.http.entity.mime.content
 
FileBody(File, String) - Constructor for class org.apache.http.entity.mime.content.FileBody
 
FileBody(File) - Constructor for class org.apache.http.entity.mime.content.FileBody
 
finalize() - Method in class org.apache.http.impl.conn.SingleClientConnManager
 
finalize() - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
 
findAttribHandler(String) - Method in class org.apache.http.impl.cookie.AbstractCookieSpec
Finds an attribute handler CookieAttributeHandler for the given attribute.
firstStep(RouteInfo) - Method in class org.apache.http.conn.routing.BasicRouteDirector
Determines the first step to establish a route.
flush() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
flush() - Method in class org.apache.http.impl.conn.LoggingSessionOutputBuffer
 
FORCED_ROUTE - Static variable in interface org.apache.http.conn.params.ConnRoutePNames
Parameter for an forced route.
format(List<? extends NameValuePair>, String) - Static method in class org.apache.http.client.utils.URLEncodedUtils
Returns a String that is suitable for use as an application/x-www-form-urlencoded list of parameters in an HTTP PUT or HTTP POST.
formatCookieAsVer(CharArrayBuffer, Cookie, int) - Method in class org.apache.http.impl.cookie.RFC2109Spec
Return a string suitable for sending in a "Cookie" header as defined in RFC 2109 for backward compatibility with cookie version 0
formatCookieAsVer(CharArrayBuffer, Cookie, int) - Method in class org.apache.http.impl.cookie.RFC2965Spec
Adds valid Port attribute value, e.g.
formatCookies(List<Cookie>) - Method in interface org.apache.http.cookie.CookieSpec
Create "Cookie" headers for an array of Cookies.
formatCookies(List<Cookie>) - Method in class org.apache.http.impl.cookie.BestMatchSpec
 
formatCookies(List<Cookie>) - Method in class org.apache.http.impl.cookie.BrowserCompatSpec
 
formatCookies(List<Cookie>) - Method in class org.apache.http.impl.cookie.NetscapeDraftSpec
 
formatCookies(List<Cookie>) - Method in class org.apache.http.impl.cookie.RFC2109Spec
 
formatDate(Date) - Static method in class org.apache.http.impl.cookie.DateUtils
Formats the given date according to the RFC 1123 pattern.
formatDate(Date, String) - Static method in class org.apache.http.impl.cookie.DateUtils
Formats the given date according to the specified pattern.
formatParamAsVer(CharArrayBuffer, String, String, int) - Method in class org.apache.http.impl.cookie.RFC2109Spec
Return a name/value string suitable for sending in a "Cookie" header as defined in RFC 2109 for backward compatibility with cookie version 0
FormBodyPart - Class in org.apache.http.entity.mime
An extension of the mime4j standard BodyPart class that automatically populates the header with standard fields based on the content description of the enclosed body.
FormBodyPart(String, ContentBody) - Constructor for class org.apache.http.entity.mime.FormBodyPart
 
freeConnections - Variable in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
The list of free connections
freeEntries - Variable in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
The list of free entries.
freeEntry(BasicPoolEntry, boolean, long, TimeUnit) - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
Returns an entry into the pool.
freeEntry(BasicPoolEntry, boolean, long, TimeUnit) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
 
freeEntry(BasicPoolEntry) - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
Returns an allocated entry to this pool.

G

generateContentDisp(ContentBody) - Method in class org.apache.http.entity.mime.FormBodyPart
 
generateContentType(ContentDescriptor) - Method in class org.apache.http.entity.mime.FormBodyPart
 
generateContentType(String, Charset) - Method in class org.apache.http.entity.mime.MultipartEntity
 
generateTransferEncoding(ContentDescriptor) - 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(String) - Method in class org.apache.http.conn.scheme.SchemeRegistry
Obtains a scheme by name, if registered.
getAllowedMethods(HttpResponse) - Method in class org.apache.http.client.methods.HttpOptions
 
getApplicationParams() - Method in class org.apache.http.impl.client.ClientParamsStack
Obtains the application parameters of this stack.
getAttribHandler(String) - Method in class org.apache.http.impl.cookie.AbstractCookieSpec
Gets attribute handler CookieAttributeHandler for the given attribute.
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.cookie.BasicClientCookie
 
getAuthPreferences() - Method in class org.apache.http.impl.client.AbstractAuthenticationHandler
 
getAuthScheme(String, HttpParams) - Method in class org.apache.http.auth.AuthSchemeRegistry
Gets the authentication scheme with the given name.
getAuthScheme() - Method in class org.apache.http.auth.AuthState
Returns the authentication scheme.
getAuthSchemes() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
getAuthScope() - Method in class org.apache.http.auth.AuthState
Returns actual AuthScope if available
getBody() - Method in class org.apache.http.entity.mime.MinimalField
 
getBoundary() - Method in class org.apache.http.entity.mime.HttpMultipart
 
getCapacity() - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
Return remaining capacity of this pool
getChallenges(HttpResponse, HttpContext) - Method in interface org.apache.http.client.AuthenticationHandler
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
 
getChallenges(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultTargetAuthenticationHandler
 
getCharset() - Method in class org.apache.http.entity.mime.content.FileBody
 
getCharset() - Method in class org.apache.http.entity.mime.content.InputStreamBody
 
getCharset() - Method in class org.apache.http.entity.mime.content.StringBody
 
getCharset() - Method in class org.apache.http.entity.mime.HttpMultipart
 
getClientParams() - Method in class org.apache.http.impl.client.ClientParamsStack
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
Obtains the condition.
getConnection(long, TimeUnit) - Method in interface org.apache.http.conn.ClientConnectionRequest
Obtains a connection within a given time.
getConnection(HttpRoute, Object) - Method in class org.apache.http.impl.conn.SingleClientConnManager
Obtains a connection.
getConnection() - Method in class org.apache.http.impl.conn.tsccm.BasicPoolEntry
 
getConnectionKeepAliveStrategy() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
getConnectionManager() - Method in interface org.apache.http.client.HttpClient
Obtains the connection manager used by this client.
getConnectionManager() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
getConnectionReuseStrategy() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
getConnectionsInPool(HttpRoute) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
 
getConnectionsInPool(HttpRoute) - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
Gets the total number of pooled connections for the given route.
getConnectionsInPool() - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
Gets the total number of pooled connections.
getContent() - Method in class org.apache.http.conn.BasicManagedEntity
 
getContent() - Method in class org.apache.http.entity.mime.MultipartEntity
 
getContentEncoding() - Method in class org.apache.http.entity.mime.MultipartEntity
 
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
 
getContentType() - Method in class org.apache.http.entity.mime.MultipartEntity
 
getContentTypeParameters() - Method in class org.apache.http.entity.mime.content.AbstractContentBody
 
getContentTypeParameters() - Method in class org.apache.http.entity.mime.content.StringBody
 
getCookiePolicy(HttpParams) - Static method in class org.apache.http.client.params.HttpClientParams
 
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(String, HttpParams) - Method in class org.apache.http.cookie.CookieSpecRegistry
Gets the cookie specification with the given ID.
getCookieSpec(String) - Method in class org.apache.http.cookie.CookieSpecRegistry
Gets the cookie specification with the given name.
getCookieSpecs() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
getCookieStore() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
getCredentialCharset(HttpParams) - Static method in class org.apache.http.auth.params.AuthParams
Obtains the charset for encoding Credentials.If not configured, HTTP.DEFAULT_PROTOCOL_CHARSETis used instead.
getCredentials() - Method in class org.apache.http.auth.AuthState
Returns user Credentials selected for authentication if available
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
 
getCredentialsProvider() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
getDefaultDomain(CookieOrigin) - Static method in class org.apache.http.impl.cookie.CookieSpecBase
 
getDefaultMax() - Method in class org.apache.http.conn.params.ConnPerRouteBean
 
getDefaultPath(CookieOrigin) - Static method in class org.apache.http.impl.cookie.CookieSpecBase
 
getDefaultPort() - Method in class org.apache.http.conn.scheme.Scheme
Obtains the default port.
getDefaultProxy(HttpParams) - Static method in class org.apache.http.conn.params.ConnRouteParams
Obtains the DEFAULT_PROXY parameter value.
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.impl.client.EntityEnclosingRequestWrapper
 
getEntry(HttpRoute, Object, long, TimeUnit) - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
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
Obtains a pool entry with a connection within the given timeout.
getEntryCount() - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
Obtains the number of entries.
getExecCount() - Method in class org.apache.http.impl.client.RequestWrapper
 
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.
getFile() - Method in class org.apache.http.entity.mime.content.FileBody
 
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
 
getForcedRoute(HttpParams) - Static method in class org.apache.http.conn.params.ConnRouteParams
Obtains the FORCED_ROUTE parameter value.
getFreeEntry(RouteSpecificPool, Object) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
If available, get a free pool entry for a route.
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 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
Obtains a host from an InetSocketAddress.
getHostnameVerifier() - Method in class org.apache.http.conn.ssl.SSLSocketFactory
 
getHttpProcessor() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
getHttpRequestRetryHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
getInputStream() - Method in class org.apache.http.entity.mime.content.FileBody
 
getInputStream() - Method in class org.apache.http.entity.mime.content.InputStreamBody
 
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
 
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(HttpParams) - Static method in class org.apache.http.conn.params.ConnRouteParams
Obtains the LOCAL_ADDRESS parameter value.
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
 
getLocalPort() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
getLocationURI(HttpResponse, HttpContext) - Method in interface org.apache.http.client.RedirectHandler
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
 
getManager() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
getManager() - Method in class org.apache.http.impl.conn.tsccm.BasicPooledConnAdapter
 
getMaxConnectionsPerRoute(HttpParams) - Static method in class org.apache.http.conn.params.ConnManagerParams
Returns lookup interface for maximum number of connections allowed per route.
getMaxEntries() - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
Obtains the maximum number of entries allowed for this pool.
getMaxForRoute(HttpRoute) - Method in interface org.apache.http.conn.params.ConnPerRoute
 
getMaxForRoute(HttpRoute) - Method in class org.apache.http.conn.params.ConnPerRouteBean
 
getMaxTotalConnections(HttpParams) - Static method in class org.apache.http.conn.params.ConnManagerParams
Gets the maximum number of connections allowed.
getMediaType() - Method in class org.apache.http.entity.mime.content.AbstractContentBody
 
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.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.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.impl.client.RequestWrapper
 
getMetrics() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
getMetrics() - Method in class org.apache.http.impl.conn.LoggingSessionInputBuffer
 
getMetrics() - Method in class org.apache.http.impl.conn.LoggingSessionOutputBuffer
 
getMimeType() - Method in class org.apache.http.entity.mime.content.AbstractContentBody
 
getMode() - Method in class org.apache.http.entity.mime.HttpMultipart
 
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
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.
getOriginal() - Method in class org.apache.http.impl.client.RequestWrapper
 
getOverrideParams() - Method in class org.apache.http.impl.client.ClientParamsStack
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.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.client.ClientParamsStack
Obtains a parameter from this stack.
getParameters() - Method in class org.apache.http.impl.auth.RFC2617Scheme
Returns authentication parameters map.
getParams() - Method in interface org.apache.http.client.HttpClient
Obtains the parameters for this client.
getParams() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
getParent() - Method in class org.apache.http.entity.mime.content.AbstractContentBody
 
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
 
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
 
getPool() - Method in class org.apache.http.impl.conn.tsccm.WaitingThread
Obtains the pool, if there is one.
getPoolEntry() - Method in class org.apache.http.impl.conn.tsccm.BasicPooledConnAdapter
Obtains the pool entry.
getPoolEntry(long, TimeUnit) - Method in interface org.apache.http.impl.conn.tsccm.PoolEntryRequest
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.cookie.CookieOrigin
 
getPorts() - Method in interface org.apache.http.cookie.Cookie
Get the Port attribute.
getPorts() - Method in class org.apache.http.impl.cookie.BasicClientCookie
Returns null.
getPorts() - Method in class org.apache.http.impl.cookie.BasicClientCookie2
 
getProtocolVersion() - Method in class org.apache.http.client.methods.HttpRequestBase
 
getProtocolVersion() - Method in class org.apache.http.impl.client.RequestWrapper
 
getProxyAuthenticationHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
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
 
getProxySelector() - Method in class org.apache.http.impl.conn.ProxySelectorRoutePlanner
Obtains the proxy selector to use.
getRaw() - Method in class org.apache.http.entity.mime.MinimalField
 
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.NTLMScheme
 
getRealm() - Method in class org.apache.http.impl.auth.RFC2617Scheme
Returns authentication realm.
getRedirectHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
getRemoteAddress() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
getRemotePort() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
getRequest() - Method in class org.apache.http.impl.client.RoutedRequest
 
getRequestExecutor() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
getRequestInterceptor(int) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
getRequestInterceptorCount() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
getRequestLine() - Method in class org.apache.http.client.methods.HttpRequestBase
 
getRequestLine() - Method in class org.apache.http.impl.client.RequestWrapper
 
getRequestParams() - Method in class org.apache.http.impl.client.ClientParamsStack
Obtains the request parameters of this stack.
getResponse() - Method in exception org.apache.http.impl.client.TunnelRefusedException
 
getResponseInterceptor(int) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
getResponseInterceptorCount() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
getRetryCount() - Method in class org.apache.http.impl.client.DefaultHttpRequestRetryHandler
 
getRoute() - Method in interface org.apache.http.conn.ManagedClientConnection
Obtains the current route of this connection.
getRoute() - Method in class org.apache.http.impl.client.RoutedRequest
 
getRoute() - Method in class org.apache.http.impl.conn.AbstractPooledConnAdapter
 
getRoute() - Method in class org.apache.http.impl.conn.tsccm.BasicPoolEntryRef
Obtain the planned route for the referenced entry.
getRoute() - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
Obtains the route for which this pool is specific.
getRoutePlanner() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
getRoutePool(HttpRoute, boolean) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
Get a route-specific pool of available connections.
getScheme() - Method in class org.apache.http.auth.AuthScope
 
getScheme(String) - Method in class org.apache.http.conn.scheme.SchemeRegistry
Obtains a scheme by name.
getScheme(HttpHost) - Method in class org.apache.http.conn.scheme.SchemeRegistry
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.NTLMScheme
 
getSchemeNames() - Method in class org.apache.http.auth.AuthSchemeRegistry
Obtains a list containing names of all registered authentication schemes in their default order.
getSchemeNames() - Method in class org.apache.http.conn.scheme.SchemeRegistry
Obtains the names of the registered schemes in their default order.
getSchemeRegistry() - Method in interface org.apache.http.conn.ClientConnectionManager
Obtains the scheme registry used by this manager.
getSchemeRegistry() - Method in class org.apache.http.impl.conn.SingleClientConnManager
 
getSchemeRegistry() - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
 
getSocket() - Method in interface org.apache.http.conn.OperatedClientConnection
Obtains the socket for this connection.
getSocket() - Method in class org.apache.http.impl.conn.DefaultClientConnection
 
getSocketFactory() - Static method in class org.apache.http.conn.MultihomePlainSocketFactory
Gets the singleton instance of this class.
getSocketFactory() - Static method in class org.apache.http.conn.scheme.PlainSocketFactory
Gets the default factory.
getSocketFactory() - Method in class org.apache.http.conn.scheme.Scheme
Obtains the socket factory.
getSocketFactory() - Static method in class org.apache.http.conn.ssl.SSLSocketFactory
Gets the default factory, which uses the default JVM settings for secure connections.
getSocketTimeout() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
getSpecNames() - Method in class org.apache.http.cookie.CookieSpecRegistry
Obtains a list containing names of all registered cookie specs in their default order.
getSSLSession() - Method in interface org.apache.http.conn.ManagedClientConnection
Obtains the SSL session of the underlying connection, if any.
getSSLSession() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
getState() - Method in interface org.apache.http.conn.ManagedClientConnection
Returns the state object associated with this connection.
getState() - Method in class org.apache.http.impl.conn.AbstractPooledConnAdapter
 
getState() - Method in class org.apache.http.impl.conn.AbstractPoolEntry
Returns the state object associated with this pool entry.
getStatusCode() - Method in exception org.apache.http.client.HttpResponseException
 
getSubType() - Method in class org.apache.http.entity.mime.content.AbstractContentBody
 
getTargetAuthenticationHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
getTargetHost() - Method in interface org.apache.http.conn.OperatedClientConnection
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
 
getThread() - Method in class org.apache.http.impl.conn.tsccm.WaitingThread
Obtains the thread, if there is one.
getTimeout(HttpParams) - Static method in class org.apache.http.conn.params.ConnManagerParams
Returns the timeout in milliseconds used when retrieving a ManagedClientConnection from the ClientConnectionManager.
getTotalLength() - Method in class org.apache.http.entity.mime.HttpMultipart
Determines the total length of the multipart content (content length of individual parts plus that of extra elements required to delimit the parts from one another).
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
 
getURI() - Method in class org.apache.http.client.methods.HttpRequestBase
 
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.impl.client.RequestWrapper
 
getUserName() - Method in class org.apache.http.auth.NTCredentials
 
getUsername() - Method in class org.apache.http.auth.NTUserPrincipal
 
getUserName() - Method in class org.apache.http.auth.UsernamePasswordCredentials
 
getUserPrincipal() - Method in interface org.apache.http.auth.Credentials
 
getUserPrincipal() - Method in class org.apache.http.auth.NTCredentials
 
getUserPrincipal() - Method in class org.apache.http.auth.UsernamePasswordCredentials
 
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
 
getUserTokenHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
getValue() - Method in interface org.apache.http.cookie.Cookie
Returns the value.
getValue() - Method in class org.apache.http.impl.cookie.BasicClientCookie
Returns the value.
getVersion() - Method in 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.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.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
 
GMT - Static variable in class org.apache.http.impl.cookie.DateUtils
 
GuardedBy - Annotation Type in org.apache.http.annotation
The field or method to which this annotation is applied can only be accessed when holding a particular lock, which may be a built-in (synchronization) lock, or may be an explicit java.util.concurrent.Lock.

H

HANDLE_AUTHENTICATION - Static variable in interface org.apache.http.client.params.ClientPNames
Defines whether authentication should be handled automatically.
HANDLE_REDIRECTS - Static variable in interface org.apache.http.client.params.ClientPNames
Defines whether redirects should be handled automatically
handleLostEntry(HttpRoute) - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
Deprecated. 
handleLostEntry(HttpRoute) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
 
handleReference(Reference<?>) - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
Deprecated. 
handleReference(Reference<?>) - Method in interface org.apache.http.impl.conn.tsccm.RefQueueHandler
Deprecated. Invoked when a reference is found on the queue.
handleResponse(HttpResponse) - Method in interface org.apache.http.client.ResponseHandler
Processes an HttpResponse and returns some value corresponding to that response.
handleResponse(HttpResponse) - Method in class org.apache.http.impl.client.BasicResponseHandler
Returns the response body as a String if the response was successful (a 2xx status code).
handleResponse(RoutedRequest, HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultRequestDirector
Analyzes a response to check need for a followup.
hashCode() - Method in class org.apache.http.auth.AuthScope
 
hashCode() - Method in class org.apache.http.auth.BasicUserPrincipal
 
hashCode() - Method in class org.apache.http.auth.NTCredentials
 
hashCode() - Method in class org.apache.http.auth.NTUserPrincipal
 
hashCode() - Method in class org.apache.http.auth.UsernamePasswordCredentials
 
hashCode() - Method in class org.apache.http.conn.routing.HttpRoute
Generates a hash code for this route.
hashCode() - Method in class org.apache.http.conn.routing.RouteTracker
Generates a hash code for this tracked route.
hashCode() - Method in class org.apache.http.conn.scheme.Scheme
Obtains a hash code for this scheme.
hasThread() - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
Checks whether there is a waiting thread in this pool.
HostNameResolver - Interface in org.apache.http.conn.scheme
Hostname to IP address resolver.
HttpClient - Interface in org.apache.http.client
This interface represents only the most basic contract for HTTP request execution.
HttpClientParams - Class in org.apache.http.client.params
An adaptor for manipulating HTTP client parameters in HttpParams.
HttpDelete - Class in org.apache.http.client.methods
HTTP DELETE method
HttpDelete() - Constructor for class org.apache.http.client.methods.HttpDelete
 
HttpDelete(URI) - Constructor for class org.apache.http.client.methods.HttpDelete
 
HttpDelete(String) - Constructor for class org.apache.http.client.methods.HttpDelete
 
HttpEntityEnclosingRequestBase - Class in org.apache.http.client.methods
Basic implementation of an entity enclosing HTTP request that can be modified
HttpEntityEnclosingRequestBase() - Constructor for class org.apache.http.client.methods.HttpEntityEnclosingRequestBase
 
HttpGet - Class in org.apache.http.client.methods
HTTP GET method.
HttpGet() - Constructor for class org.apache.http.client.methods.HttpGet
 
HttpGet(URI) - Constructor for class org.apache.http.client.methods.HttpGet
 
HttpGet(String) - Constructor for class org.apache.http.client.methods.HttpGet
 
HttpHead - Class in org.apache.http.client.methods
HTTP HEAD method.
HttpHead() - Constructor for class org.apache.http.client.methods.HttpHead
 
HttpHead(URI) - Constructor for class org.apache.http.client.methods.HttpHead
 
HttpHead(String) - Constructor for class org.apache.http.client.methods.HttpHead
 
HttpHostConnectException - Exception in org.apache.http.conn
A ConnectException that specifies the HttpHost that was being connected to.
HttpHostConnectException(HttpHost, ConnectException) - Constructor for exception org.apache.http.conn.HttpHostConnectException
 
HttpMultipart - Class in org.apache.http.entity.mime
An extension of the mime4j standard Multipart class, which is capable of operating either in the strict (fully RFC 822, RFC 2045, RFC 2046 compliant) or the browser compatible modes.
HttpMultipart(String) - Constructor for class org.apache.http.entity.mime.HttpMultipart
 
HttpMultipartMode - Enum in org.apache.http.entity.mime
 
HttpOptions - Class in org.apache.http.client.methods
HTTP OPTIONS method.
HttpOptions() - Constructor for class org.apache.http.client.methods.HttpOptions
 
HttpOptions(URI) - Constructor for class org.apache.http.client.methods.HttpOptions
 
HttpOptions(String) - Constructor for class org.apache.http.client.methods.HttpOptions
 
HttpPost - Class in org.apache.http.client.methods
HTTP POST method.
HttpPost() - Constructor for class org.apache.http.client.methods.HttpPost
 
HttpPost(URI) - Constructor for class org.apache.http.client.methods.HttpPost
 
HttpPost(String) - Constructor for class org.apache.http.client.methods.HttpPost
 
httpProcessor - Variable in class org.apache.http.impl.client.DefaultRequestDirector
The HTTP protocol processor.
HttpPut - Class in org.apache.http.client.methods
HTTP PUT method.
HttpPut() - Constructor for class org.apache.http.client.methods.HttpPut
 
HttpPut(URI) - Constructor for class org.apache.http.client.methods.HttpPut
 
HttpPut(String) - Constructor for class org.apache.http.client.methods.HttpPut
 
HttpRequestBase - Class in org.apache.http.client.methods
Basic implementation of an HTTP request that can be modified.
HttpRequestBase() - Constructor for class org.apache.http.client.methods.HttpRequestBase
 
HttpRequestRetryHandler - Interface in org.apache.http.client
A handler for determining if an HttpRequest should be retried after a recoverable exception during execution.
HttpResponseException - Exception in org.apache.http.client
Signals a non 2xx HTTP response.
HttpResponseException(int, String) - Constructor for exception org.apache.http.client.HttpResponseException
 
HttpRoute - Class in org.apache.http.conn.routing
The route for a request.
HttpRoute(HttpHost, InetAddress, HttpHost[], boolean, RouteInfo.TunnelType, RouteInfo.LayerType) - Constructor for class org.apache.http.conn.routing.HttpRoute
Creates a new route with all attributes specified explicitly.
HttpRoute(HttpHost, InetAddress, HttpHost, boolean, RouteInfo.TunnelType, RouteInfo.LayerType) - Constructor for class org.apache.http.conn.routing.HttpRoute
Creates a new route with at most one proxy.
HttpRoute(HttpHost, InetAddress, boolean) - Constructor for class org.apache.http.conn.routing.HttpRoute
Creates a new direct route.
HttpRoute(HttpHost) - Constructor for class org.apache.http.conn.routing.HttpRoute
Creates a new direct insecure route.
HttpRoute(HttpHost, InetAddress, HttpHost, boolean) - Constructor for class org.apache.http.conn.routing.HttpRoute
Creates a new route through a proxy.
HttpRouteDirector - Interface in org.apache.http.conn.routing
Provides directions on establishing a route.
HttpRoutePlanner - Interface in org.apache.http.conn.routing
Encapsulates logic to compute a HttpRoute to a target host.
HttpTrace - Class in org.apache.http.client.methods
HTTP TRACE method.
HttpTrace() - Constructor for class org.apache.http.client.methods.HttpTrace
 
HttpTrace(URI) - Constructor for class org.apache.http.client.methods.HttpTrace
 
HttpTrace(String) - Constructor for class org.apache.http.client.methods.HttpTrace
 
HttpUriRequest - Interface in org.apache.http.client.methods
Extended version of the HttpRequest interface that provides convenience methods to access request properties such as request URI and method type.

I

IdleConnectionHandler - Class in org.apache.http.impl.conn
A helper class for connection managers to track idle connections.
IdleConnectionHandler() - Constructor for class org.apache.http.impl.conn.IdleConnectionHandler
 
idleConnHandler - Variable in class org.apache.http.impl.conn.tsccm.AbstractConnPool
The handler for idle connections.
Idn - Interface in org.apache.http.client.utils
Abstraction of international domain name (IDN) conversion.
Immutable - Annotation Type in org.apache.http.annotation
The class to which this annotation is applied is immutable.
incrementExecCount() - Method in class org.apache.http.impl.client.RequestWrapper
 
InetAddressUtils - Class in org.apache.http.conn.util
A collection of utilities relating to InetAddresses.
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
 
InputStreamBody - Class in org.apache.http.entity.mime.content
 
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
 
interrupt() - Method in class org.apache.http.impl.conn.tsccm.WaitingThread
 
invalidate() - Method in class org.apache.http.auth.AuthState
Invalidates the authentication state by resetting its parameters.
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.
isAborted() - Method in class org.apache.http.client.methods.HttpRequestBase
 
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
 
isAuthenticating(HttpParams) - Static method in class org.apache.http.client.params.HttpClientParams
 
isAuthenticationRequested(HttpResponse, HttpContext) - Method in interface org.apache.http.client.AuthenticationHandler
Determines if the given HTTP response response represents an authentication challenge that was sent back as a result of authentication failure
isAuthenticationRequested(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultProxyAuthenticationHandler
 
isAuthenticationRequested(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultTargetAuthenticationHandler
 
isChunked() - Method in class org.apache.http.entity.mime.MultipartEntity
 
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.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.NTLMScheme
 
isDataAvailable(int) - Method in class org.apache.http.impl.conn.LoggingSessionInputBuffer
 
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.
isExpired(Date) - Method in interface org.apache.http.cookie.Cookie
Returns true if this cookie has expired.
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
 
isIPv4Address(String) - Static method in class org.apache.http.conn.util.InetAddressUtils
 
isIPv6Address(String) - Static method in class org.apache.http.conn.util.InetAddressUtils
 
isIPv6HexCompressedAddress(String) - Static method in class org.apache.http.conn.util.InetAddressUtils
 
isIPv6StdAddress(String) - Static method in class org.apache.http.conn.util.InetAddressUtils
 
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
Indicates whether this scheme allows for layered connections.
isMarkedReusable() - Method in interface org.apache.http.conn.ManagedClientConnection
Indicates whether this connection is in a reusable communication state.
isMarkedReusable() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
isOpen() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
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.
isReadAllowed() - Method in class org.apache.http.conn.EofSensorInputStream
Checks whether the underlying stream can be read from.
isRedirecting(HttpParams) - Static method in class org.apache.http.client.params.HttpClientParams
 
isRedirectRequested(HttpResponse, HttpContext) - Method in interface org.apache.http.client.RedirectHandler
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
 
isRepeatable() - Method in class org.apache.http.conn.BasicManagedEntity
 
isRepeatable() - Method in class org.apache.http.entity.mime.MultipartEntity
 
isRepeatable() - Method in class org.apache.http.impl.client.EntityEnclosingRequestWrapper
 
isRepeatable() - Method in class org.apache.http.impl.client.RequestWrapper
 
isRequestSentRetryEnabled() - Method in class org.apache.http.impl.client.DefaultHttpRequestRetryHandler
 
isResponseAvailable(int) - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
isSecure() - Method in interface org.apache.http.conn.ManagedClientConnection
Indicates whether this connection is secure.
isSecure(Socket) - Method in class org.apache.http.conn.MultihomePlainSocketFactory
Checks whether a socket connection is secure.
isSecure() - Method in interface org.apache.http.conn.OperatedClientConnection
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
Checks whether a socket connection is secure.
isSecure(Socket) - Method in interface org.apache.http.conn.scheme.SocketFactory
Checks whether a socket provides a secure connection.
isSecure(Socket) - Method in class org.apache.http.conn.ssl.SSLSocketFactory
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
 
isSecure() - Method in class org.apache.http.impl.conn.DefaultClientConnection
 
isSecure() - Method in class org.apache.http.impl.cookie.BasicClientCookie
 
isShutDown - Variable in class org.apache.http.impl.conn.SingleClientConnManager
Indicates whether this connection manager is shut down.
isShutDown - Variable in class org.apache.http.impl.conn.tsccm.AbstractConnPool
Indicates whether this pool is shut down.
isStale() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
isStreaming() - Method in class org.apache.http.entity.mime.MultipartEntity
 
issuedConnections - Variable in class org.apache.http.impl.conn.tsccm.AbstractConnPool
Deprecated. 
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
Indicates whether this pool is unused.
isValid() - Method in class org.apache.http.auth.AuthState
 

J

JdkIdn - Class in org.apache.http.client.utils
Uses the java.net.IDN class through reflection.
JdkIdn() - Constructor for class org.apache.http.client.utils.JdkIdn
 

K

keepAliveStrategy - Variable in class org.apache.http.impl.client.DefaultRequestDirector
The keep-alive duration strategy.

L

lastReleaseTime - Variable in class org.apache.http.impl.conn.SingleClientConnManager
The time of the last connection release, or -1.
LAYER_PROTOCOL - Static variable in interface org.apache.http.conn.routing.HttpRouteDirector
Step: layer protocol (over tunnel).
LayeredSocketFactory - Interface in org.apache.http.conn.scheme
A SocketFactory for layered sockets (SSL/TLS).
layerProtocol(HttpContext, HttpParams) - Method in interface org.apache.http.conn.ManagedClientConnection
Layers a new protocol on top of a tunnelled connection.
layerProtocol(boolean) - Method in class org.apache.http.conn.routing.RouteTracker
Tracks layering a protocol.
layerProtocol(HttpContext, HttpParams) - Method in class org.apache.http.impl.conn.AbstractPooledConnAdapter
 
layerProtocol(HttpContext, HttpParams) - Method in class org.apache.http.impl.conn.AbstractPoolEntry
Layers a protocol on top of an established tunnel.
leasedConnections - Variable in class org.apache.http.impl.conn.tsccm.AbstractConnPool
References to issued connections.
LOCAL_ADDRESS - Static variable in interface org.apache.http.conn.params.ConnRoutePNames
Parameter for the local address.
LoggingSessionInputBuffer - Class in org.apache.http.impl.conn
Logs all data read to the wire LOG.
LoggingSessionInputBuffer(SessionInputBuffer, Wire) - Constructor for class org.apache.http.impl.conn.LoggingSessionInputBuffer
Create an instance that wraps the specified session input buffer.
LoggingSessionOutputBuffer - Class in org.apache.http.impl.conn
Logs all data written to the wire LOG.
LoggingSessionOutputBuffer(SessionOutputBuffer, Wire) - Constructor for class org.apache.http.impl.conn.LoggingSessionOutputBuffer
Create an instance that wraps the specified session output buffer.

M

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
A client-side connection with advanced connection logic.
managedConn - Variable in class org.apache.http.conn.BasicEofSensorWatcher
The connection to auto-release.
managedConn - Variable in class org.apache.http.conn.BasicManagedEntity
The connection to release.
managedConn - Variable in class org.apache.http.impl.client.DefaultRequestDirector
The currently allocated connection.
managedConn - Variable in class org.apache.http.impl.conn.SingleClientConnManager
The currently issued managed connection, if any.
markReusable() - Method in interface org.apache.http.conn.ManagedClientConnection
Marks this connection as being in a reusable communication state.
markReusable() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
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
Defines the maximum number of connections per route.
MAX_REDIRECTS - Static variable in interface org.apache.http.client.params.ClientPNames
Defines the maximum number of redirects to be followed.
MAX_STATUS_LINE_GARBAGE - Static variable in interface org.apache.http.conn.params.ConnConnectionPNames
Defines the maximum number of ignorable lines before we expect a HTTP response's status line.
MAX_TOTAL_CONNECTIONS - Static variable in interface org.apache.http.conn.params.ConnManagerPNames
Defines the maximum number of connections in total.
maxEntries - Variable in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
the maximum number of entries allowed for this pool
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.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
 
MIME - Class in org.apache.http.entity.mime
 
MIME() - Constructor for class org.apache.http.entity.mime.MIME
 
MinimalField - Class in org.apache.http.entity.mime
Minimal implementation of Field.
MISUSE_MESSAGE - Static variable in class org.apache.http.impl.conn.SingleClientConnManager
The message to be logged on multiple allocation.
MultihomePlainSocketFactory - Class in org.apache.http.conn
Socket factory that implements a simple multi-home fail-over on connect failure, provided the same hostname resolves to multiple InetAddresses.
MultipartEntity - Class in org.apache.http.entity.mime
Multipart/form coded HTTP entity consisting of multiple body parts.
MultipartEntity(HttpMultipartMode, String, Charset) - Constructor for class org.apache.http.entity.mime.MultipartEntity
 
MultipartEntity(HttpMultipartMode) - Constructor for class org.apache.http.entity.mime.MultipartEntity
 
MultipartEntity() - Constructor for class org.apache.http.entity.mime.MultipartEntity
 

N

NETSCAPE - Static variable in class org.apache.http.client.params.CookiePolicy
The Netscape cookie draft compliant policy.
NetscapeDomainHandler - Class in org.apache.http.impl.cookie
 
NetscapeDomainHandler() - Constructor for class org.apache.http.impl.cookie.NetscapeDomainHandler
 
NetscapeDraftHeaderParser - Class in org.apache.http.impl.cookie
 
NetscapeDraftHeaderParser() - Constructor for class org.apache.http.impl.cookie.NetscapeDraftHeaderParser
 
NetscapeDraftSpec - Class in org.apache.http.impl.cookie
This CookieSpec implementation conforms to the original draft specification published by Netscape Communications.
NetscapeDraftSpec(String[]) - Constructor for class org.apache.http.impl.cookie.NetscapeDraftSpec
Default constructor
NetscapeDraftSpec() - Constructor for class org.apache.http.impl.cookie.NetscapeDraftSpec
Default constructor
NetscapeDraftSpecFactory - Class in org.apache.http.impl.cookie
CookieSpecFactory implementation that creates and initializes NetscapeDraftSpec instances.
NetscapeDraftSpecFactory() - Constructor for class org.apache.http.impl.cookie.NetscapeDraftSpecFactory
 
newInstance(HttpParams) - Method in interface org.apache.http.auth.AuthSchemeFactory
Creates an instance of AuthScheme using given HTTP parameters.
newInstance(HttpParams, SchemeRegistry) - Method in interface org.apache.http.conn.ClientConnectionManagerFactory
 
newInstance(HttpParams) - Method in interface org.apache.http.cookie.CookieSpecFactory
Creates an instance of CookieSpec using given HTTP parameters.
newInstance(HttpParams) - Method in class org.apache.http.impl.auth.BasicSchemeFactory
 
newInstance(HttpParams) - Method in class org.apache.http.impl.auth.DigestSchemeFactory
 
newInstance(HttpParams) - Method in class org.apache.http.impl.cookie.BestMatchSpecFactory
 
newInstance(HttpParams) - Method in class org.apache.http.impl.cookie.BrowserCompatSpecFactory
 
newInstance(HttpParams) - Method in class org.apache.http.impl.cookie.NetscapeDraftSpecFactory
 
newInstance(HttpParams) - Method in class org.apache.http.impl.cookie.RFC2109SpecFactory
 
newInstance(HttpParams) - Method in class org.apache.http.impl.cookie.RFC2965SpecFactory
 
newRouteSpecificPool(HttpRoute) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
Creates a new route-specific pool.
newWaitingThread(Condition, RouteSpecificPool) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
Creates a new waiting thread.
nextStep(RouteInfo, RouteInfo) - Method in class org.apache.http.conn.routing.BasicRouteDirector
Provides the next step.
nextStep(RouteInfo, RouteInfo) - Method in interface org.apache.http.conn.routing.HttpRouteDirector
Provides the next step.
nextThread() - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
Returns the next thread in the queue.
NO_HOST - Static variable in class org.apache.http.conn.params.ConnRouteParams
A special value indicating "no host".
NO_ROUTE - Static variable in class org.apache.http.conn.params.ConnRouteParams
A special value indicating "no route".
NonRepeatableRequestException - Exception in org.apache.http.client
Signals failure to retry the request due to non-repeatable request entity.
NonRepeatableRequestException() - Constructor for exception org.apache.http.client.NonRepeatableRequestException
Creates a new NonRepeatableEntityException with a null detail message.
NonRepeatableRequestException(String) - Constructor for exception org.apache.http.client.NonRepeatableRequestException
Creates a new NonRepeatableEntityException with the specified detail message.
NonRepeatableRequestException(String, Throwable) - Constructor for exception org.apache.http.client.NonRepeatableRequestException
Creates a new NonRepeatableEntityException with the specified detail message.
notifyWaitingThread(RouteSpecificPool) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
Notifies a waiting thread that a connection is available.
NotThreadSafe - Annotation Type in org.apache.http.annotation
The class to which this annotation is applied is not thread-safe.
NTCredentials - Class in org.apache.http.auth
Credentials implementation for Microsoft Windows platforms that includes Windows specific attributes such as name of the domain the user belongs to.
NTCredentials(String) - Constructor for class org.apache.http.auth.NTCredentials
The constructor with the fully qualified username and password combined string argument.
NTCredentials(String, String, String, String) - Constructor for class org.apache.http.auth.NTCredentials
Constructor.
NTLM - Static variable in class org.apache.http.client.params.AuthPolicy
The NTLM scheme is a proprietary Microsoft Windows Authentication protocol (considered to be the most secure among currently supported authentication schemes).
NTLMEngine - Interface in org.apache.http.impl.auth
Abstract NTLM authentication engine.
NTLMEngineException - Exception in org.apache.http.impl.auth
Signals NTLM protocol failure.
NTLMEngineException() - Constructor for exception org.apache.http.impl.auth.NTLMEngineException
 
NTLMEngineException(String) - Constructor for exception org.apache.http.impl.auth.NTLMEngineException
Creates a new NTLMEngineException with the specified message.
NTLMEngineException(String, Throwable) - Constructor for exception org.apache.http.impl.auth.NTLMEngineException
Creates a new NTLMEngineException with the specified detail message and cause.
NTLMScheme - Class in org.apache.http.impl.auth
NTLM is a proprietary authentication scheme developed by Microsoft and optimized for Windows platforms.
NTLMScheme(NTLMEngine) - Constructor for class org.apache.http.impl.auth.NTLMScheme
 
NTUserPrincipal - Class in org.apache.http.auth
Microsoft Windows specific user principal implementation.
NTUserPrincipal(String, String) - Constructor for class org.apache.http.auth.NTUserPrincipal
 
numConnections - Variable in class org.apache.http.impl.conn.tsccm.AbstractConnPool
The current total number of connections.
numEntries - Variable in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
The number of created entries.

O

open(HttpRoute, HttpContext, HttpParams) - Method in interface org.apache.http.conn.ManagedClientConnection
Opens this connection according to the given route.
open(HttpRoute, HttpContext, HttpParams) - Method in class org.apache.http.impl.conn.AbstractPooledConnAdapter
 
open(HttpRoute, HttpContext, HttpParams) - Method in class org.apache.http.impl.conn.AbstractPoolEntry
Opens the underlying connection.
openCompleted(boolean, HttpParams) - Method in interface org.apache.http.conn.OperatedClientConnection
Signals that the connection has been successfully open.
openCompleted(boolean, HttpParams) - Method in class org.apache.http.impl.conn.DefaultClientConnection
 
openConnection(OperatedClientConnection, HttpHost, InetAddress, HttpContext, HttpParams) - Method in interface org.apache.http.conn.ClientConnectionOperator
Opens a connection to the given target host.
openConnection(OperatedClientConnection, HttpHost, InetAddress, HttpContext, HttpParams) - Method in class org.apache.http.impl.conn.DefaultClientConnectionOperator
 
opening(Socket, HttpHost) - Method in interface org.apache.http.conn.OperatedClientConnection
Signals that this connection is in the process of being open.
opening(Socket, HttpHost) - Method in class org.apache.http.impl.conn.DefaultClientConnection
 
OperatedClientConnection - Interface in org.apache.http.conn
A client-side connection that relies on outside logic to connect sockets to the appropriate hosts.
operator - Variable in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
Connection operator for this pool
org.apache.http.annotation - package org.apache.http.annotation
 
org.apache.http.auth - package org.apache.http.auth
The API for client-side HTTP authentication against a server.
org.apache.http.auth.params - package org.apache.http.auth.params
Parameters for configuring HTTP authentication classes.
org.apache.http.client - package org.apache.http.client
The API for client-side HTTP communication.
org.apache.http.client.entity - package org.apache.http.client.entity
Additional HTTP entity implementations that depend on HttpClient specific features.
org.apache.http.client.methods - package org.apache.http.client.methods
Request implementations for the various HTTP methods like GET and POST.
org.apache.http.client.params - package org.apache.http.client.params
Parameters for configuring the default HttpClient implementation.
org.apache.http.client.protocol - package org.apache.http.client.protocol
Additional request and response interceptors for HTTP state and authentication management.
org.apache.http.client.utils - package org.apache.http.client.utils
Helpers and utility classes for HttpClient.
org.apache.http.conn - package org.apache.http.conn
The client-side connection management and handling API that provides interfaces and implementations for opening and managing client side HTTP connections.
org.apache.http.conn.params - package org.apache.http.conn.params
Parameters for configuring HTTP connection and connection management related classes.
org.apache.http.conn.routing - package org.apache.http.conn.routing
The client-side route representation and tracking API.
org.apache.http.conn.scheme - package org.apache.http.conn.scheme
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 Sockets for the given protocol
org.apache.http.conn.ssl - package org.apache.http.conn.ssl
TLS/SSL specific API.
org.apache.http.conn.util - package org.apache.http.conn.util
A collection of HTTP connection utility classes.
org.apache.http.cookie - package org.apache.http.cookie
The API for client-side state management via cookies.
org.apache.http.cookie.params - package org.apache.http.cookie.params
Parameters for configuring HTTP state management classes.
org.apache.http.entity.mime - package org.apache.http.entity.mime
Support for MIME multipart messages based on Apache Mime4J
org.apache.http.entity.mime.content - package org.apache.http.entity.mime.content
MIME Multipart content body parts.
org.apache.http.impl.auth - package org.apache.http.impl.auth
Default implementations for interfaces in org.apache.http.auth.
org.apache.http.impl.client - package org.apache.http.impl.client
Default implementations for interfaces in org.apache.http.client.
org.apache.http.impl.conn - package org.apache.http.impl.conn
Default implementations for interfaces in org.apache.http.impl.conn and related classes.
org.apache.http.impl.conn.tsccm - package org.apache.http.impl.conn.tsccm
The implementation of a thread-safe client connection manager.
org.apache.http.impl.cookie - package org.apache.http.impl.cookie
Default implementations for interfaces in org.apache.http.cookie.
output(InputStream) - Method in class org.apache.http.impl.conn.Wire
 
output(byte[], int, int) - Method in class org.apache.http.impl.conn.Wire
 
output(byte[]) - Method in class org.apache.http.impl.conn.Wire
 
output(int) - Method in class org.apache.http.impl.conn.Wire
 
output(String) - Method in class org.apache.http.impl.conn.Wire
 
overrideParams - Variable in class org.apache.http.impl.client.ClientParamsStack
The override parameter collection, or null.
overrideParamter(String, String) - Method in class org.apache.http.impl.auth.DigestScheme
 

P

params - Variable in class org.apache.http.impl.client.DefaultRequestDirector
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
Returns a list of NameValuePairs as parsed from an HttpEntity.
parse(List<NameValuePair>, Scanner, String) - Static method in class org.apache.http.client.utils.URLEncodedUtils
Adds all parameters within the Scanner to the list of parameters, as encoded by 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(HeaderElement[], CookieOrigin) - Method in class org.apache.http.impl.cookie.CookieSpecBase
 
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.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
 
parseDate(String) - Static method in class org.apache.http.impl.cookie.DateUtils
Parses a date value.
parseDate(String, String[]) - Static method in class org.apache.http.impl.cookie.DateUtils
Parses the date value using the given date formats.
parseDate(String, String[], Date) - Static method in class org.apache.http.impl.cookie.DateUtils
Parses the date value using the given date formats.
parseHead(SessionInputBuffer) - Method in class org.apache.http.impl.conn.DefaultResponseParser
 
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.impl.cookie.DateUtils
Date format pattern used to parse HTTP date headers in ANSI C asctime() format.
PATTERN_RFC1036 - Static variable in class org.apache.http.impl.cookie.DateUtils
Date format pattern used to parse HTTP date headers in RFC 1036 format.
PATTERN_RFC1123 - Static variable in class org.apache.http.impl.cookie.DateUtils
Date format pattern used to parse HTTP date headers in RFC 1123 format.
PlainSocketFactory - Class in org.apache.http.conn.scheme
The default class for creating plain (unencrypted) sockets.
PlainSocketFactory(HostNameResolver) - Constructor for class org.apache.http.conn.scheme.PlainSocketFactory
 
PlainSocketFactory() - Constructor for class org.apache.http.conn.scheme.PlainSocketFactory
 
poolEntry - Variable in class org.apache.http.impl.conn.AbstractPooledConnAdapter
The wrapped pool entry.
PoolEntryRequest - Interface in org.apache.http.impl.conn.tsccm
Encapsulates a request for a BasicPoolEntry.
poolLock - Variable in class org.apache.http.impl.conn.tsccm.AbstractConnPool
The global lock for this pool.
PORT_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
 
prepareSocket(Socket, HttpContext, HttpParams) - Method in class org.apache.http.impl.conn.DefaultClientConnectionOperator
Performs standard initializations on a newly created socket.
process(HttpRequest, HttpContext) - Method in class org.apache.http.client.protocol.RequestAddCookies
 
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.RequestProxyAuthentication
 
process(HttpRequest, HttpContext) - Method in class org.apache.http.client.protocol.RequestTargetAuthentication
 
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.
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_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
Attribute name of a AuthState object that represents the actual proxy authentication state.
proxyAuthHandler - Variable in class org.apache.http.impl.client.DefaultRequestDirector
The proxy authentication handler.
proxyAuthState - Variable in class org.apache.http.impl.client.DefaultRequestDirector
 
proxySelector - Variable in class org.apache.http.impl.conn.ProxySelectorRoutePlanner
The proxy selector to use, or null for system default.
ProxySelectorRoutePlanner - Class in org.apache.http.impl.conn
Default implementation of an HttpRoutePlanner.
ProxySelectorRoutePlanner(SchemeRegistry, ProxySelector) - Constructor for class org.apache.http.impl.conn.ProxySelectorRoutePlanner
Creates a new proxy selector route planner.
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
Parses the list from publicsuffix.org and configures a PublicSuffixFilter.
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
 

Q

queueThread(WaitingThread) - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
Adds a waiting thread.

R

read() - Method in class org.apache.http.conn.EofSensorInputStream
 
read(byte[], int, int) - Method in class org.apache.http.conn.EofSensorInputStream
 
read(byte[]) - Method in class org.apache.http.conn.EofSensorInputStream
 
read(byte[], int, int) - Method in class org.apache.http.impl.conn.LoggingSessionInputBuffer
 
read() - Method in class org.apache.http.impl.conn.LoggingSessionInputBuffer
 
read(byte[]) - Method in class org.apache.http.impl.conn.LoggingSessionInputBuffer
 
readLine() - Method in class org.apache.http.impl.conn.LoggingSessionInputBuffer
 
readLine(CharArrayBuffer) - Method in class org.apache.http.impl.conn.LoggingSessionInputBuffer
 
receiveResponseEntity(HttpResponse) - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
receiveResponseHeader() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
receiveResponseHeader() - Method in class org.apache.http.impl.conn.DefaultClientConnection
 
RedirectException - Exception in org.apache.http.client
Signals violation of HTTP specification caused by an invalid redirect
RedirectException() - Constructor for exception org.apache.http.client.RedirectException
Creates a new RedirectException with a null detail message.
RedirectException(String) - Constructor for exception org.apache.http.client.RedirectException
Creates a new RedirectException with the specified detail message.
RedirectException(String, Throwable) - Constructor for exception org.apache.http.client.RedirectException
Creates a new RedirectException with the specified detail message and cause.
RedirectHandler - Interface in org.apache.http.client
A handler for determining if an HTTP request should be redirected to a new location in response to an HTTP response received from the target server.
redirectHandler - Variable in class org.apache.http.impl.client.DefaultRequestDirector
The redirect handler.
RedirectLocations - Class in org.apache.http.impl.client
A collection of URIs that were used as redirects.
RedirectLocations() - Constructor for class org.apache.http.impl.client.RedirectLocations
 
refHandler - Variable in class org.apache.http.impl.conn.tsccm.RefQueueWorker
Deprecated. The handler for the references found.
refQueue - Variable in class org.apache.http.impl.conn.tsccm.AbstractConnPool
Deprecated. 
refQueue - Variable in class org.apache.http.impl.conn.tsccm.RefQueueWorker
Deprecated. The reference queue to monitor.
RefQueueHandler - Interface in org.apache.http.impl.conn.tsccm
Deprecated. do not use
RefQueueWorker - Class in org.apache.http.impl.conn.tsccm
Deprecated. do not use
RefQueueWorker(ReferenceQueue<?>, RefQueueHandler) - Constructor for class org.apache.http.impl.conn.tsccm.RefQueueWorker
Deprecated. Instantiates a new worker to listen for lost connections.
register(String, AuthSchemeFactory) - Method in class org.apache.http.auth.AuthSchemeRegistry
Registers a AuthSchemeFactory with the given identifier.
register(Scheme) - Method in class org.apache.http.conn.scheme.SchemeRegistry
Registers a scheme.
register(String, CookieSpecFactory) - Method in class org.apache.http.cookie.CookieSpecRegistry
Registers a CookieSpecFactory with the given identifier.
registerAttribHandler(String, CookieAttributeHandler) - Method in class org.apache.http.impl.cookie.AbstractCookieSpec
 
REJECT_RELATIVE_REDIRECT - Static variable in interface org.apache.http.client.params.ClientPNames
Defines whether relative redirects should be rejected.
releaseConnection() - Method in class org.apache.http.conn.BasicManagedEntity
 
releaseConnection(ManagedClientConnection, long, TimeUnit) - Method in interface org.apache.http.conn.ClientConnectionManager
Releases a connection for use by others.
releaseConnection() - Method in interface org.apache.http.conn.ConnectionReleaseTrigger
Releases the connection with the option of keep-alive.
releaseConnection() - Method in class org.apache.http.conn.EofSensorInputStream
Same as close().
releaseConnection() - Method in class org.apache.http.impl.client.DefaultRequestDirector
Returns the connection back to the connection manager and prepares for retrieving a new connection during the next request.
releaseConnection() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
releaseConnection(ManagedClientConnection, long, TimeUnit) - Method in class org.apache.http.impl.conn.SingleClientConnManager
 
releaseConnection(ManagedClientConnection, long, TimeUnit) - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
 
releaseManagedConnection() - Method in class org.apache.http.conn.BasicManagedEntity
Releases the connection gracefully.
remove(URI) - Method in class org.apache.http.impl.client.RedirectLocations
Removes a URI from the list of redirects.
remove(HttpConnection) - Method in class org.apache.http.impl.conn.IdleConnectionHandler
Removes the given connection from the list of connections to be closed when idle.
removeAll() - Method in class org.apache.http.impl.conn.IdleConnectionHandler
Removes all connections referenced by this handler.
removeParameter(String) - Method in class org.apache.http.impl.client.ClientParamsStack
Does not remove a parameter.
removeRequestInterceptorByClass(Class<? extends HttpRequestInterceptor>) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
removeResponseInterceptorByClass(Class<? extends HttpResponseInterceptor>) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
removeThread(WaitingThread) - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
Removes a waiting thread, if it is queued.
request - Variable in class org.apache.http.impl.client.RoutedRequest
 
RequestAddCookies - Class in org.apache.http.client.protocol
Request interceptor that matches cookies available in the current CookieStore to the request being executed and generates corresponding Cookie request headers.
RequestAddCookies() - Constructor for class org.apache.http.client.protocol.RequestAddCookies
 
RequestClientConnControl - Class in org.apache.http.client.protocol
This protocol interceptor is responsible for adding Connection or Proxy-Connection headers to the outgoing requests, which is essential for managing persistence of HTTP/1.0 connections.
RequestClientConnControl() - Constructor for class org.apache.http.client.protocol.RequestClientConnControl
 
requestConnection(HttpRoute, Object) - Method in interface org.apache.http.conn.ClientConnectionManager
Returns a new ClientConnectionRequest, from which a ManagedClientConnection can be obtained or the request can be aborted.
requestConnection(HttpRoute, Object) - Method in class org.apache.http.impl.conn.SingleClientConnManager
 
requestConnection(HttpRoute, Object) - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
 
RequestDefaultHeaders - Class in org.apache.http.client.protocol
Request interceptor that adds default request headers.
RequestDefaultHeaders() - Constructor for class org.apache.http.client.protocol.RequestDefaultHeaders
 
RequestDirector - Interface in org.apache.http.client
A client-side request director.
requestExec - Variable in class org.apache.http.impl.client.DefaultRequestDirector
The request executor.
requestParams - Variable in class org.apache.http.impl.client.ClientParamsStack
The request parameter collection, or null.
requestPoolEntry(HttpRoute, Object) - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
Returns a new PoolEntryRequest, from which a BasicPoolEntry can be obtained, or the request can be aborted.
requestPoolEntry(HttpRoute, Object) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
 
RequestProxyAuthentication - Class in org.apache.http.client.protocol
Generates authentication header for the proxy host, if required, based on the actual state of the HTTP authentication context.
RequestProxyAuthentication() - Constructor for class org.apache.http.client.protocol.RequestProxyAuthentication
 
RequestTargetAuthentication - Class in org.apache.http.client.protocol
Generates authentication header for the target host, if required, based on the actual state of the HTTP authentication context.
RequestTargetAuthentication() - Constructor for class org.apache.http.client.protocol.RequestTargetAuthentication
 
RequestWrapper - Class in org.apache.http.impl.client
A wrapper class for HttpRequests that can be used to change properties of the current request without modifying the original object.
RequestWrapper(HttpRequest) - Constructor for class org.apache.http.impl.client.RequestWrapper
 
resetHeaders() - Method in class org.apache.http.impl.client.RequestWrapper
 
resolve(URI, String) - Static method in class org.apache.http.client.utils.URIUtils
Resolves a URI reference against a base URI.
resolve(URI, URI) - Static method in class org.apache.http.client.utils.URIUtils
Resolves a URI reference against a base URI.
resolve(String) - Method in interface org.apache.http.conn.scheme.HostNameResolver
Resolves given hostname to its IP address
resolvePort(int) - Method in class org.apache.http.conn.scheme.Scheme
Resolves the correct port for this scheme.
ResponseHandler<T> - Interface in org.apache.http.client
Handler that encapsulates the process of generating a response object from a HttpResponse.
ResponseProcessCookies - Class in org.apache.http.client.protocol
Response interceptor that populates the current CookieStore with data contained in response cookies received in the given the HTTP response.
ResponseProcessCookies() - Constructor for class org.apache.http.client.protocol.ResponseProcessCookies
 
retryHandler - Variable in class org.apache.http.impl.client.DefaultRequestDirector
The request retry handler.
retryRequest(IOException, int, HttpContext) - Method in interface org.apache.http.client.HttpRequestRetryHandler
Determines if a method should be retried after an IOException occurs during execution.
retryRequest(IOException, int, HttpContext) - Method in class org.apache.http.impl.client.DefaultHttpRequestRetryHandler
Used retryCount and requestSentRetryEnabled to determine if the given method should be retried.
reuseStrategy - Variable in class org.apache.http.impl.client.DefaultRequestDirector
The connection re-use strategy.
revokeConnection() - Method in class org.apache.http.impl.conn.SingleClientConnManager
Deprecated. no longer used
rewriteRequestURI(RequestWrapper, HttpRoute) - Method in class org.apache.http.impl.client.DefaultRequestDirector
 
rewriteURI(URI, HttpHost, boolean) - Static method in class org.apache.http.client.utils.URIUtils
A convenience method for creating a new URI whose scheme, host and port are taken from the target host, but whose path, query and fragment are taken from the existing URI.
rewriteURI(URI, HttpHost) - Static method in class org.apache.http.client.utils.URIUtils
A convenience method for URIUtils.rewriteURI(URI, HttpHost, boolean) that always keeps the fragment.
RFC2109DomainHandler - Class in org.apache.http.impl.cookie
 
RFC2109DomainHandler() - Constructor for class org.apache.http.impl.cookie.RFC2109DomainHandler
 
RFC2109Spec - Class in org.apache.http.impl.cookie
RFC 2109 compliant CookieSpec implementation.
RFC2109Spec(String[], boolean) - Constructor for class org.apache.http.impl.cookie.RFC2109Spec
Default constructor
RFC2109Spec() - Constructor for class org.apache.http.impl.cookie.RFC2109Spec
Default constructor
RFC2109SpecFactory - Class in org.apache.http.impl.cookie
CookieSpecFactory implementation that creates and initializes RFC2109Spec instances.
RFC2109SpecFactory() - Constructor for class org.apache.http.impl.cookie.RFC2109SpecFactory
 
RFC2109VersionHandler - Class in org.apache.http.impl.cookie
 
RFC2109VersionHandler() - Constructor for class org.apache.http.impl.cookie.RFC2109VersionHandler
 
RFC2617Scheme - Class in org.apache.http.impl.auth
Abstract authentication scheme class that lays foundation for all RFC 2617 compliant authentication schemes and provides capabilities common to all authentication schemes defined in RFC 2617.
RFC2617Scheme() - Constructor for class org.apache.http.impl.auth.RFC2617Scheme
Default constructor for RFC2617 compliant authentication schemes.
RFC2965CommentUrlAttributeHandler - Class in org.apache.http.impl.cookie
"CommentURL" cookie attribute handler for RFC 2965 cookie spec.
RFC2965CommentUrlAttributeHandler() - Constructor for class org.apache.http.impl.cookie.RFC2965CommentUrlAttributeHandler
 
RFC2965DiscardAttributeHandler - Class in org.apache.http.impl.cookie
"Discard" cookie attribute handler for RFC 2965 cookie spec.
RFC2965DiscardAttributeHandler() - Constructor for class org.apache.http.impl.cookie.RFC2965DiscardAttributeHandler
 
RFC2965DomainAttributeHandler - Class in org.apache.http.impl.cookie
"Domain" cookie attribute handler for RFC 2965 cookie spec.
RFC2965DomainAttributeHandler() - Constructor for class org.apache.http.impl.cookie.RFC2965DomainAttributeHandler
 
RFC2965PortAttributeHandler - Class in org.apache.http.impl.cookie
"Port" cookie attribute handler for RFC 2965 cookie spec.
RFC2965PortAttributeHandler() - Constructor for class org.apache.http.impl.cookie.RFC2965PortAttributeHandler
 
RFC2965Spec - Class in org.apache.http.impl.cookie
RFC 2965 compliant CookieSpec implementation.
RFC2965Spec() - Constructor for class org.apache.http.impl.cookie.RFC2965Spec
Default constructor
RFC2965Spec(String[], boolean) - Constructor for class org.apache.http.impl.cookie.RFC2965Spec
 
RFC2965SpecFactory - Class in org.apache.http.impl.cookie
CookieSpecFactory implementation that creates and initializes RFC2965Spec instances.
RFC2965SpecFactory() - Constructor for class org.apache.http.impl.cookie.RFC2965SpecFactory
 
RFC2965VersionAttributeHandler - Class in org.apache.http.impl.cookie
"Version" cookie attribute handler for RFC 2965 cookie spec.
RFC2965VersionAttributeHandler() - Constructor for class org.apache.http.impl.cookie.RFC2965VersionAttributeHandler
 
Rfc3492Idn - Class in org.apache.http.client.utils
Implementation from pseudo code in RFC 3492.
Rfc3492Idn() - Constructor for class org.apache.http.client.utils.Rfc3492Idn
 
RFC_2109 - Static variable in class org.apache.http.client.params.CookiePolicy
The RFC 2109 compliant policy.
RFC_2965 - Static variable in class org.apache.http.client.params.CookiePolicy
The RFC 2965 compliant policy.
route - Variable in class org.apache.http.impl.client.RoutedRequest
 
route - Variable in class org.apache.http.impl.conn.AbstractPoolEntry
The route for which this entry gets allocated.
route - Variable in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
The route this pool is for.
RoutedRequest - Class in org.apache.http.impl.client
A request with the route along which it should be sent.
RoutedRequest(RequestWrapper, HttpRoute) - Constructor for class org.apache.http.impl.client.RoutedRequest
Creates a new routed request.
RouteInfo - Interface in org.apache.http.conn.routing
Read-only interface for route information.
RouteInfo.LayerType - Enum in org.apache.http.conn.routing
The layering type of a route.
RouteInfo.TunnelType - Enum in org.apache.http.conn.routing
The tunnelling type of a route.
routePlanner - Variable in class org.apache.http.impl.client.DefaultRequestDirector
The route planner.
RouteSpecificPool - Class in org.apache.http.impl.conn.tsccm
A connection sub-pool for a specific route, used by ConnPoolByRoute.
RouteSpecificPool(HttpRoute, int) - Constructor for class org.apache.http.impl.conn.tsccm.RouteSpecificPool
Creates a new route-specific pool.
routeToPool - Variable in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
A map of route-specific pools.
RouteTracker - Class in org.apache.http.conn.routing
Helps tracking the steps in establishing a route.
RouteTracker(HttpHost, InetAddress) - Constructor for class org.apache.http.conn.routing.RouteTracker
Creates a new route tracker.
RouteTracker(HttpRoute) - Constructor for class org.apache.http.conn.routing.RouteTracker
Creates a new tracker for the given route.
run() - Method in class org.apache.http.impl.conn.tsccm.RefQueueWorker
Deprecated. The main loop of this worker.

S

Scheme - Class in org.apache.http.conn.scheme
Encapsulates specifics of a protocol scheme such as "http" or "https".
Scheme(String, SocketFactory, int) - Constructor for class org.apache.http.conn.scheme.Scheme
Creates a new scheme.
SCHEME_REGISTRY - Static variable in interface org.apache.http.client.protocol.ClientContext
Attribute name of a Scheme object that represents the actual protocol scheme registry.
SchemeRegistry - Class in org.apache.http.conn.scheme
A set of supported protocol Schemes.
SchemeRegistry() - Constructor for class org.apache.http.conn.scheme.SchemeRegistry
Creates a new, empty scheme registry.
schemeRegistry - Variable in class org.apache.http.impl.conn.DefaultClientConnectionOperator
The scheme registry for looking up socket factories.
schemeRegistry - Variable in class org.apache.http.impl.conn.DefaultHttpRoutePlanner
The scheme registry.
schemeRegistry - Variable in class org.apache.http.impl.conn.ProxySelectorRoutePlanner
The scheme registry.
schemeRegistry - Variable in class org.apache.http.impl.conn.SingleClientConnManager
The schemes supported by this connection manager.
schemeRegistry - Variable in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
The schemes supported by this connection manager.
SECURE_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
 
selectScheme(Map<String, Header>, HttpResponse, HttpContext) - Method in interface org.apache.http.client.AuthenticationHandler
Selects one authentication challenge out of all available and creates and generates AuthScheme instance capable of processing that challenge.
selectScheme(Map<String, Header>, HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.AbstractAuthenticationHandler
 
sendRequestEntity(HttpEntityEnclosingRequest) - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
sendRequestHeader(HttpRequest) - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
sendRequestHeader(HttpRequest) - Method in class org.apache.http.impl.conn.DefaultClientConnection
 
SET_COOKIE - Static variable in interface org.apache.http.cookie.SM
 
SET_COOKIE2 - Static variable in interface org.apache.http.cookie.SM
 
setAllowCircularRedirects(boolean) - Method in class org.apache.http.client.params.ClientParamBean
 
setAttribute(String, String) - Method in class org.apache.http.impl.cookie.BasicClientCookie
 
setAuthenticating(HttpParams, boolean) - Static method in class org.apache.http.client.params.HttpClientParams
 
setAuthScheme(AuthScheme) - Method in class org.apache.http.auth.AuthState
Assigns the given authentication scheme.
setAuthSchemePref(List<String>) - Method in class org.apache.http.client.protocol.ClientContextConfigurer
Deprecated. to be replaced with a special parameter in 4.1
setAuthSchemeRegistry(AuthSchemeRegistry) - Method in class org.apache.http.client.protocol.ClientContextConfigurer
 
setAuthSchemes(AuthSchemeRegistry) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
setAuthScope(AuthScope) - Method in class org.apache.http.auth.AuthState
Sets actual AuthScope.
setComment(String) - Method in interface org.apache.http.cookie.SetCookie
If a user agent (web browser) presents this cookie to a user, the cookie's purpose will be described using this comment.
setComment(String) - Method in class org.apache.http.impl.cookie.BasicClientCookie
If a user agent (web browser) presents this cookie to a user, the cookie's purpose will be described using this comment.
setCommentURL(String) - Method in interface org.apache.http.cookie.SetCookie2
If a user agent (web browser) presents this cookie to a user, the cookie's purpose will be described by the information at this URL.
setCommentURL(String) - Method in class org.apache.http.impl.cookie.BasicClientCookie2
 
setConnectionManagerFactory(ClientConnectionManagerFactory) - Method in class org.apache.http.client.params.ClientParamBean
Deprecated. 
setConnectionManagerFactoryClassName(String) - Method in class org.apache.http.client.params.ClientParamBean
 
setConnectionRequest(ClientConnectionRequest) - Method in interface org.apache.http.client.methods.AbortableHttpRequest
Sets the ClientConnectionRequest callback that can be used to abort a long-lived request for a connection.
setConnectionRequest(ClientConnectionRequest) - Method in class org.apache.http.client.methods.HttpRequestBase
 
setConnectionsPerRoute(ConnPerRouteBean) - Method in class org.apache.http.conn.params.ConnManagerParamBean
 
SetCookie - Interface in org.apache.http.cookie
This interface represents a Set-Cookie response header sent by the origin server to the HTTP agent in order to maintain a conversational state.
SetCookie2 - Interface in org.apache.http.cookie
This interface represents a Set-Cookie2 response header sent by the origin server to the HTTP agent in order to maintain a conversational state.
setCookiePolicy(String) - Method in class org.apache.http.client.params.ClientParamBean
 
setCookiePolicy(HttpParams, String) - Static method in class org.apache.http.client.params.HttpClientParams
 
setCookieSpecRegistry(CookieSpecRegistry) - Method in class org.apache.http.client.protocol.ClientContextConfigurer
 
setCookieSpecs(CookieSpecRegistry) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
setCookieStore(CookieStore) - Method in class org.apache.http.client.protocol.ClientContextConfigurer
 
setCookieStore(CookieStore) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
setCredentialCharset(String) - Method in class org.apache.http.auth.params.AuthParamBean
 
setCredentialCharset(HttpParams, String) - Static method in class org.apache.http.auth.params.AuthParams
Sets the charset to be used when encoding Credentials.
setCredentials(Credentials) - Method in class org.apache.http.auth.AuthState
Sets user Credentials to be used for authentication
setCredentials(AuthScope, Credentials) - Method in interface org.apache.http.client.CredentialsProvider
Sets the credentials for the given authentication scope.
setCredentials(AuthScope, Credentials) - Method in class org.apache.http.impl.client.BasicCredentialsProvider
 
setCredentialsProvider(CredentialsProvider) - Method in class org.apache.http.client.protocol.ClientContextConfigurer
 
setCredentialsProvider(CredentialsProvider) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
setDatePatterns(Collection<String>) - Method in class org.apache.http.cookie.params.CookieSpecParamBean
 
setDefaultHeaders(Collection<Header>) - Method in class org.apache.http.client.params.ClientParamBean
 
setDefaultHost(HttpHost) - Method in class org.apache.http.client.params.ClientParamBean
 
setDefaultMaxPerRoute(int) - Method in class org.apache.http.conn.params.ConnPerRouteBean
 
setDefaultProxy(HttpHost) - Method in class org.apache.http.conn.params.ConnRouteParamBean
 
setDefaultProxy(HttpParams, HttpHost) - Static method in class org.apache.http.conn.params.ConnRouteParams
Sets the DEFAULT_PROXY parameter value.
setDiscard(boolean) - Method in interface org.apache.http.cookie.SetCookie2
Set the Discard attribute.
setDiscard(boolean) - Method in class org.apache.http.impl.cookie.BasicClientCookie2
 
setDomain(String) - Method in interface org.apache.http.cookie.SetCookie
Sets the domain attribute.
setDomain(String) - Method in class org.apache.http.impl.cookie.BasicClientCookie
Sets the domain attribute.
setEntity(HttpEntity) - Method in class org.apache.http.client.methods.HttpEntityEnclosingRequestBase
 
setEntity(HttpEntity) - Method in class org.apache.http.impl.client.EntityEnclosingRequestWrapper
 
setExceptions(Collection<String>) - Method in class org.apache.http.impl.cookie.PublicSuffixFilter
Sets the exceptions from the blacklist.
setExpiryDate(Date) - Method in interface org.apache.http.cookie.SetCookie
Sets expiration date.
setExpiryDate(Date) - Method in class org.apache.http.impl.cookie.BasicClientCookie
Sets expiration date.
setForcedRoute(HttpRoute) - Method in class org.apache.http.conn.params.ConnRouteParamBean
 
setForcedRoute(HttpParams, HttpRoute) - Static method in class org.apache.http.conn.params.ConnRouteParams
Sets the FORCED_ROUTE parameter value.
setHandleAuthentication(boolean) - Method in class org.apache.http.client.params.ClientParamBean
 
setHandleRedirects(boolean) - Method in class org.apache.http.client.params.ClientParamBean
 
setHostnameVerifier(X509HostnameVerifier) - Method in class org.apache.http.conn.ssl.SSLSocketFactory
 
setHttpRequestRetryHandler(HttpRequestRetryHandler) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
setIdleDuration(long, TimeUnit) - Method in interface org.apache.http.conn.ManagedClientConnection
Sets the duration that this connection can remain idle before it is reused.
setIdleDuration(long, TimeUnit) - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
setItems(Map<String, AuthSchemeFactory>) - Method in class org.apache.http.auth.AuthSchemeRegistry
Populates the internal collection of registered authentication schemes with the content of the map passed as a parameter.
setItems(Map<String, Scheme>) - Method in class org.apache.http.conn.scheme.SchemeRegistry
Populates the internal collection of registered protocol schemes with the content of the map passed as a parameter.
setItems(Map<String, CookieSpecFactory>) - Method in class org.apache.http.cookie.CookieSpecRegistry
Populates the internal collection of registered cookie specs with the content of the map passed as a parameter.
setKeepAliveStrategy(ConnectionKeepAliveStrategy) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
setLocalAddress(InetAddress) - Method in class org.apache.http.conn.params.ConnRouteParamBean
 
setLocalAddress(HttpParams, InetAddress) - Static method in class org.apache.http.conn.params.ConnRouteParams
Sets the LOCAL_ADDRESS parameter value.
setMaxConnectionsPerRoute(HttpParams, ConnPerRoute) - Static method in class org.apache.http.conn.params.ConnManagerParams
Sets lookup interface for maximum number of connections allowed per route.
setMaxForRoute(HttpRoute, int) - Method in class org.apache.http.conn.params.ConnPerRouteBean
 
setMaxForRoutes(Map<HttpRoute, Integer>) - Method in class org.apache.http.conn.params.ConnPerRouteBean
 
setMaxRedirects(int) - Method in class org.apache.http.client.params.ClientParamBean
 
setMaxStatusLineGarbage(int) - Method in class org.apache.http.conn.params.ConnConnectionParamBean
 
setMaxTotalConnections(int) - Method in class org.apache.http.conn.params.ConnManagerParamBean
 
setMaxTotalConnections(HttpParams, int) - Static method in class org.apache.http.conn.params.ConnManagerParams
Sets the maximum number of connections allowed.
setMethod(String) - Method in class org.apache.http.impl.client.RequestWrapper
 
setMode(HttpMultipartMode) - Method in class org.apache.http.entity.mime.HttpMultipart
 
setParameter(String, Object) - Method in class org.apache.http.impl.client.ClientParamsStack
Does not set a parameter.
setParams(HttpParams) - Method in class org.apache.http.impl.client.AbstractHttpClient
Replaces the parameters.
setParent(Entity) - Method in class org.apache.http.entity.mime.content.AbstractContentBody
 
setPath(String) - Method in interface org.apache.http.cookie.SetCookie
Sets the path attribute.
setPath(String) - Method in class org.apache.http.impl.cookie.BasicClientCookie
Sets the path attribute.
setPorts(int[]) - Method in interface org.apache.http.cookie.SetCookie2
Sets the Port attribute.
setPorts(int[]) - Method in class org.apache.http.impl.cookie.BasicClientCookie2
 
setProtocolVersion(ProtocolVersion) - Method in class org.apache.http.impl.client.RequestWrapper
 
setProxyAuthenticationHandler(AuthenticationHandler) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
setProxySelector(ProxySelector) - Method in class org.apache.http.impl.conn.ProxySelectorRoutePlanner
Sets the proxy selector to use.
setPublicSuffixes(Collection<String>) - Method in class org.apache.http.impl.cookie.PublicSuffixFilter
Sets the suffix blacklist patterns.
setRedirectHandler(RedirectHandler) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
setRedirecting(HttpParams, boolean) - Static method in class org.apache.http.client.params.HttpClientParams
 
setRejectRelativeRedirect(boolean) - Method in class org.apache.http.client.params.ClientParamBean
 
setReleaseTrigger(ConnectionReleaseTrigger) - Method in interface org.apache.http.client.methods.AbortableHttpRequest
Sets the ConnectionReleaseTrigger callback that can be used to abort an active connection.
setReleaseTrigger(ConnectionReleaseTrigger) - Method in class org.apache.http.client.methods.HttpRequestBase
 
setReuseStrategy(ConnectionReuseStrategy) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
setRoutePlanner(HttpRoutePlanner) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
setSecure(boolean) - Method in interface org.apache.http.cookie.SetCookie
Sets the secure attribute of the cookie.
setSecure(boolean) - Method in class org.apache.http.impl.cookie.BasicClientCookie
Sets the secure attribute of the cookie.
setSingleHeader(boolean) - Method in class org.apache.http.cookie.params.CookieSpecParamBean
 
setSocketTimeout(int) - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
setState(Object) - Method in interface org.apache.http.conn.ManagedClientConnection
Assigns a state object to this connection.
setState(Object) - Method in class org.apache.http.impl.conn.AbstractPooledConnAdapter
 
setState(Object) - Method in class org.apache.http.impl.conn.AbstractPoolEntry
Assigns a state object to this pool entry.
setTargetAuthenticationHandler(AuthenticationHandler) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
setTimeout(long) - Method in class org.apache.http.conn.params.ConnManagerParamBean
 
setTimeout(HttpParams, long) - Static method in class org.apache.http.conn.params.ConnManagerParams
Sets the timeout in milliseconds used when retrieving a ManagedClientConnection from the ClientConnectionManager.
setURI(URI) - Method in class org.apache.http.client.methods.HttpRequestBase
 
setURI(URI) - Method in class org.apache.http.impl.client.RequestWrapper
 
setUserTokenHandler(UserTokenHandler) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
setValue(String) - Method in interface org.apache.http.cookie.SetCookie
 
setValue(String) - Method in class org.apache.http.impl.cookie.BasicClientCookie
Sets the value
setVersion(int) - Method in interface org.apache.http.cookie.SetCookie
Sets the version of the cookie specification to which this cookie conforms.
setVersion(int) - Method in class org.apache.http.impl.cookie.BasicClientCookie
Sets the version of the cookie specification to which this cookie conforms.
setVirtualHost(HttpHost) - Method in class org.apache.http.client.params.ClientParamBean
 
setWaitingThread(WaitingThread) - Method in class org.apache.http.impl.conn.tsccm.WaitingThreadAborter
Sets the waiting thread.
shutdown() - Method in interface org.apache.http.conn.ClientConnectionManager
Shuts down this connection manager and releases allocated resources.
shutdown() - Method in class org.apache.http.impl.conn.AbstractPooledConnAdapter
 
shutdown() - Method in class org.apache.http.impl.conn.DefaultClientConnection
Force-closes this connection.
shutdown() - Method in class org.apache.http.impl.conn.SingleClientConnManager.PoolEntry
Shuts down the connection in this pool entry.
shutdown() - Method in class org.apache.http.impl.conn.SingleClientConnManager
 
shutdown() - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
Shuts down this pool and all associated resources.
shutdown() - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
 
shutdown() - Method in class org.apache.http.impl.conn.tsccm.RefQueueWorker
Deprecated. Shuts down this worker.
shutdown() - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
 
shutdownEntry() - Method in class org.apache.http.impl.conn.AbstractPoolEntry
Shuts down the entry.
shutdownEntry() - Method in class org.apache.http.impl.conn.tsccm.BasicPoolEntry
 
SINGLE_COOKIE_HEADER - Static variable in interface org.apache.http.cookie.params.CookieSpecPNames
Defines whether cookies should be forced into a single Cookie request header.
SingleClientConnManager - Class in org.apache.http.impl.conn
A connection manager for a single connection.
SingleClientConnManager(HttpParams, SchemeRegistry) - Constructor for class org.apache.http.impl.conn.SingleClientConnManager
Creates a new simple connection manager.
SingleClientConnManager.ConnAdapter - Class in org.apache.http.impl.conn
The connection adapter used by this manager.
SingleClientConnManager.ConnAdapter(SingleClientConnManager.PoolEntry, HttpRoute) - Constructor for class org.apache.http.impl.conn.SingleClientConnManager.ConnAdapter
Creates a new connection adapter.
SingleClientConnManager.PoolEntry - Class in org.apache.http.impl.conn
The pool entry for this connection manager.
SingleClientConnManager.PoolEntry() - Constructor for class org.apache.http.impl.conn.SingleClientConnManager.PoolEntry
Creates a new pool entry.
SM - Interface in org.apache.http.cookie
Constants and static helpers related to the HTTP state management.
SocketFactory - Interface in org.apache.http.conn.scheme
A factory for creating, initializing and connecting sockets.
SSL - Static variable in class org.apache.http.conn.ssl.SSLSocketFactory
 
SSLSocketFactory - Class in org.apache.http.conn.ssl
Layered socket factory for TLS/SSL connections, based on JSSE.
SSLSocketFactory(String, KeyStore, String, KeyStore, SecureRandom, HostNameResolver) - Constructor for class org.apache.http.conn.ssl.SSLSocketFactory
 
SSLSocketFactory(KeyStore, String, KeyStore) - Constructor for class org.apache.http.conn.ssl.SSLSocketFactory
 
SSLSocketFactory(KeyStore, String) - Constructor for class org.apache.http.conn.ssl.SSLSocketFactory
 
SSLSocketFactory(KeyStore) - Constructor for class org.apache.http.conn.ssl.SSLSocketFactory
 
SSLSocketFactory(SSLContext, HostNameResolver) - Constructor for class org.apache.http.conn.ssl.SSLSocketFactory
 
SSLSocketFactory(SSLContext) - Constructor for class org.apache.http.conn.ssl.SSLSocketFactory
 
SSLV2 - Static variable in class org.apache.http.conn.ssl.SSLSocketFactory
 
state - Variable in class org.apache.http.impl.conn.AbstractPoolEntry
Connection state object
streamAbort(InputStream) - Method in class org.apache.http.conn.BasicEofSensorWatcher
 
streamAbort(InputStream) - Method in class org.apache.http.conn.BasicManagedEntity
 
streamAbort(InputStream) - Method in interface org.apache.http.conn.EofSensorWatcher
Indicates that the stream is aborted.
streamClosed(InputStream) - Method in class org.apache.http.conn.BasicEofSensorWatcher
 
streamClosed(InputStream) - Method in class org.apache.http.conn.BasicManagedEntity
 
streamClosed(InputStream) - Method in interface org.apache.http.conn.EofSensorWatcher
Indicates that the stream is closed.
STRICT_HOSTNAME_VERIFIER - Static variable in class org.apache.http.conn.ssl.SSLSocketFactory
 
StrictHostnameVerifier - Class in org.apache.http.conn.ssl
The Strict HostnameVerifier works the same way as Sun Java 1.4, Sun Java 5, Sun Java 6-rc.
StrictHostnameVerifier() - Constructor for class org.apache.http.conn.ssl.StrictHostnameVerifier
 
StringBody - Class in org.apache.http.entity.mime.content
 
StringBody(String, String, Charset) - Constructor for class org.apache.http.entity.mime.content.StringBody
 
StringBody(String, Charset) - Constructor for class org.apache.http.entity.mime.content.StringBody
 
StringBody(String) - Constructor for class org.apache.http.entity.mime.content.StringBody
 

T

TARGET_AUTH_STATE - Static variable in interface org.apache.http.client.protocol.ClientContext
Attribute name of a AuthState object that represents the actual target authentication state.
targetAuthHandler - Variable in class org.apache.http.impl.client.DefaultRequestDirector
The target authentication handler.
targetAuthState - Variable in class org.apache.http.impl.client.DefaultRequestDirector
 
ThreadSafe - Annotation Type in org.apache.http.annotation
The class to which this annotation is applied is thread-safe.
ThreadSafeClientConnManager - Class in org.apache.http.impl.conn.tsccm
Manages a pool of client connections and is able to service connection requests from multiple execution threads.
ThreadSafeClientConnManager(HttpParams, SchemeRegistry) - Constructor for class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
Creates a new thread safe connection manager.
TIMEOUT - Static variable in interface org.apache.http.conn.params.ConnManagerPNames
Defines the timeout in milliseconds used when retrieving an instance of ManagedClientConnection from the ClientConnectionManager.
TLS - Static variable in class org.apache.http.conn.ssl.SSLSocketFactory
 
toRoute() - Method in class org.apache.http.conn.routing.RouteTracker
Obtains the tracked route.
toString() - Method in class org.apache.http.auth.AuthScope
 
toString() - Method in class org.apache.http.auth.AuthState
 
toString() - Method in class org.apache.http.auth.BasicUserPrincipal
 
toString() - Method in class org.apache.http.auth.NTCredentials
 
toString() - Method in class org.apache.http.auth.NTUserPrincipal
 
toString() - Method in class org.apache.http.auth.UsernamePasswordCredentials
 
toString() - Method in class org.apache.http.conn.params.ConnPerRouteBean
 
toString() - Method in class org.apache.http.conn.routing.HttpRoute
Obtains a description of this route.
toString() - Method in class org.apache.http.conn.routing.RouteTracker
Obtains a description of the tracked route.
toString() - Method in class org.apache.http.conn.scheme.Scheme
Return a string representation of this object.
toString() - Method in class org.apache.http.conn.ssl.AllowAllHostnameVerifier
 
toString() - Method in class org.apache.http.conn.ssl.BrowserCompatHostnameVerifier
 
toString() - Method in class org.apache.http.conn.ssl.StrictHostnameVerifier
 
toString() - Method in class org.apache.http.cookie.CookieOrigin
 
toString() - Method in class org.apache.http.entity.mime.MinimalField
 
toString() - Method in class org.apache.http.impl.auth.AuthSchemeBase
 
toString() - Method in class org.apache.http.impl.client.BasicCookieStore
 
toString() - Method in class org.apache.http.impl.client.BasicCredentialsProvider
 
toString() - Method in class org.apache.http.impl.conn.tsccm.RefQueueWorker
Deprecated. Obtains a description of this worker.
toString() - Method in class org.apache.http.impl.cookie.BasicClientCookie
 
toString() - Method in class org.apache.http.impl.cookie.BestMatchSpec
 
toString() - Method in class org.apache.http.impl.cookie.BrowserCompatSpec
 
toString() - Method in class org.apache.http.impl.cookie.NetscapeDraftSpec
 
toString() - Method in class org.apache.http.impl.cookie.RFC2109Spec
 
toString() - Method in class org.apache.http.impl.cookie.RFC2965Spec
 
toUnicode(String) - Method in interface org.apache.http.client.utils.Idn
Converts a name from its punycode representation to Unicode.
toUnicode(String) - Method in class org.apache.http.client.utils.JdkIdn
 
toUnicode(String) - Static method in class org.apache.http.client.utils.Punycode
 
toUnicode(String) - Method in class org.apache.http.client.utils.Rfc3492Idn
 
tracker - Variable in class org.apache.http.impl.conn.AbstractPoolEntry
The tracked route, or null before tracking starts.
TUNNEL_PROXY - Static variable in interface org.apache.http.conn.routing.HttpRouteDirector
Step: tunnel through proxy to other proxy.
TUNNEL_TARGET - Static variable in interface org.apache.http.conn.routing.HttpRouteDirector
Step: tunnel through proxy to target.
tunnelProxy(HttpHost, boolean, HttpParams) - Method in interface org.apache.http.conn.ManagedClientConnection
Indicates that a tunnel to an intermediate proxy has been established.
tunnelProxy(HttpHost, boolean) - Method in class org.apache.http.conn.routing.RouteTracker
Tracks tunnelling to a proxy in a proxy chain.
tunnelProxy(HttpHost, boolean, HttpParams) - Method in class org.apache.http.impl.conn.AbstractPooledConnAdapter
 
tunnelProxy(HttpHost, boolean, HttpParams) - Method in class org.apache.http.impl.conn.AbstractPoolEntry
Tracks tunnelling of the connection to a chained proxy.
TunnelRefusedException - Exception in org.apache.http.impl.client
Signals that the tunnel request was rejected by the proxy host.
TunnelRefusedException(String, HttpResponse) - Constructor for exception org.apache.http.impl.client.TunnelRefusedException
 
tunnelTarget(boolean, HttpParams) - Method in interface org.apache.http.conn.ManagedClientConnection
Indicates that a tunnel to the target has been established.
tunnelTarget(boolean) - Method in class org.apache.http.conn.routing.RouteTracker
Tracks tunnelling to the target.
tunnelTarget(boolean, HttpParams) - Method in class org.apache.http.impl.conn.AbstractPooledConnAdapter
 
tunnelTarget(boolean, HttpParams) - Method in class org.apache.http.impl.conn.AbstractPoolEntry
Tracks tunnelling of the connection to the target.

U

UnexpectedMimeException - Exception in org.apache.http.entity.mime
Deprecated. no longer used.
UnexpectedMimeException(MimeException) - Constructor for exception org.apache.http.entity.mime.UnexpectedMimeException
Deprecated.  
uniquePoolEntry - Variable in class org.apache.http.impl.conn.SingleClientConnManager
The one and only entry in this pool.
unmarkReusable() - Method in interface org.apache.http.conn.ManagedClientConnection
Marks this connection as not being in a reusable state.
unmarkReusable() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
UNREACHABLE - Static variable in interface org.apache.http.conn.routing.HttpRouteDirector
Indicates that the route can not be established at all.
unregister(String) - Method in class org.apache.http.auth.AuthSchemeRegistry
Unregisters the class implementing an authentication scheme with the given name.
unregister(String) - Method in class org.apache.http.conn.scheme.SchemeRegistry
Unregisters a scheme.
unregister(String) - Method in class org.apache.http.cookie.CookieSpecRegistry
Unregisters the CookieSpecFactory with the given ID.
UnsupportedDigestAlgorithmException - Exception in org.apache.http.impl.auth
Authentication credentials required to respond to a authentication challenge are invalid
UnsupportedDigestAlgorithmException() - Constructor for exception org.apache.http.impl.auth.UnsupportedDigestAlgorithmException
Creates a new UnsupportedAuthAlgoritmException with a null detail message.
UnsupportedDigestAlgorithmException(String) - Constructor for exception org.apache.http.impl.auth.UnsupportedDigestAlgorithmException
Creates a new UnsupportedAuthAlgoritmException with the specified message.
UnsupportedDigestAlgorithmException(String, Throwable) - Constructor for exception org.apache.http.impl.auth.UnsupportedDigestAlgorithmException
Creates a new UnsupportedAuthAlgoritmException with the specified detail message and cause.
update(Socket, HttpHost, boolean, HttpParams) - Method in interface org.apache.http.conn.OperatedClientConnection
Updates this connection.
update(Socket, HttpHost, boolean, HttpParams) - Method in class org.apache.http.impl.conn.DefaultClientConnection
 
updateSecureConnection(OperatedClientConnection, HttpHost, HttpContext, HttpParams) - Method in interface org.apache.http.conn.ClientConnectionOperator
Updates a connection with a layered secure connection.
updateSecureConnection(OperatedClientConnection, HttpHost, HttpContext, HttpParams) - Method in class org.apache.http.impl.conn.DefaultClientConnectionOperator
 
URIUtils - Class in org.apache.http.client.utils
A collection of utilities for URIs, to workaround bugs within the class or for ease-of-use features.
UrlEncodedFormEntity - Class in org.apache.http.client.entity
An entity composed of a list of url-encoded pairs.
UrlEncodedFormEntity(List<? extends NameValuePair>, String) - Constructor for class org.apache.http.client.entity.UrlEncodedFormEntity
Constructs a new UrlEncodedFormEntity with the list of parameters in the specified encoding.
UrlEncodedFormEntity(List<? extends NameValuePair>) - Constructor for class org.apache.http.client.entity.UrlEncodedFormEntity
Constructs a new UrlEncodedFormEntity with the list of parameters with the default encoding of HTTP.DEFAULT_CONTENT_CHARSET
URLEncodedUtils - Class in org.apache.http.client.utils
A collection of utilities for encoding URLs.
URLEncodedUtils() - Constructor for class org.apache.http.client.utils.URLEncodedUtils
 
USER_TOKEN - Static variable in interface org.apache.http.client.protocol.ClientContext
Attribute name of a Object object that represents the actual user identity such as user Principal.
UsernamePasswordCredentials - Class in org.apache.http.auth
Simple Credentials implementation based on a user name / password pair.
UsernamePasswordCredentials(String) - Constructor for class org.apache.http.auth.UsernamePasswordCredentials
The constructor with the username and password combined string argument.
UsernamePasswordCredentials(String, String) - Constructor for class org.apache.http.auth.UsernamePasswordCredentials
The constructor with the username and password arguments.
UserTokenHandler - Interface in org.apache.http.client
A handler for determining if the given execution context is user specific or not.
userTokenHandler - Variable in class org.apache.http.impl.client.DefaultRequestDirector
The user token handler.

V

validate(Cookie, CookieOrigin) - Method in interface org.apache.http.cookie.CookieAttributeHandler
Peforms cookie validation for the given attribute value.
validate(Cookie, CookieOrigin) - Method in interface org.apache.http.cookie.CookieSpec
Validate the cookie according to validation rules defined by the cookie specification.
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.AbstractCookieAttributeHandler
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.BasicDomainHandler
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.BasicPathHandler
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.BestMatchSpec
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.CookieSpecBase
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.NetscapeDomainHandler
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.PublicSuffixFilter
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2109DomainHandler
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2109Spec
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2109VersionHandler
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965CommentUrlAttributeHandler
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965DiscardAttributeHandler
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965DomainAttributeHandler
Validate cookie domain attribute.
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965PortAttributeHandler
Validate cookie port attribute.
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965Spec
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2965VersionAttributeHandler
validate cookie version attribute.
valueOf(String) - Static method in enum org.apache.http.conn.routing.RouteInfo.LayerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.http.conn.routing.RouteInfo.TunnelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.apache.http.entity.mime.HttpMultipartMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.apache.http.conn.routing.RouteInfo.LayerType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.http.conn.routing.RouteInfo.TunnelType
Returns an array containing the constants of this enum type, in the order they're declared.
values() - Static method in enum org.apache.http.entity.mime.HttpMultipartMode
Returns an array containing the constants of this enum type, in the order they're declared.
verify(String, SSLSocket) - Method in class org.apache.http.conn.ssl.AbstractVerifier
 
verify(String, SSLSession) - Method in class org.apache.http.conn.ssl.AbstractVerifier
 
verify(String, X509Certificate) - Method in class org.apache.http.conn.ssl.AbstractVerifier
 
verify(String, String[], String[], boolean) - Method in class org.apache.http.conn.ssl.AbstractVerifier
 
verify(String, String[], String[]) - Method in class org.apache.http.conn.ssl.AllowAllHostnameVerifier
 
verify(String, String[], String[]) - Method in class org.apache.http.conn.ssl.BrowserCompatHostnameVerifier
 
verify(String, String[], String[]) - Method in class org.apache.http.conn.ssl.StrictHostnameVerifier
 
verify(String, SSLSocket) - Method in interface org.apache.http.conn.ssl.X509HostnameVerifier
Verifies that the host name is an acceptable match with the server's authentication scheme based on the given SSLSocket.
verify(String, X509Certificate) - Method in interface org.apache.http.conn.ssl.X509HostnameVerifier
Verifies that the host name is an acceptable match with the server's authentication scheme based on the given X509Certificate.
verify(String, String[], String[]) - Method in interface org.apache.http.conn.ssl.X509HostnameVerifier
Checks to see if the supplied hostname matches any of the supplied CNs or "DNS" Subject-Alts.
VERSION_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
 
VIRTUAL_HOST - Static variable in interface org.apache.http.client.params.ClientPNames
Defines the virtual host name to be used in the Host request header instead of the physical host name.

W

WaitingThread - Class in org.apache.http.impl.conn.tsccm
Represents a thread waiting for a connection.
WaitingThread(Condition, RouteSpecificPool) - Constructor for class org.apache.http.impl.conn.tsccm.WaitingThread
Creates a new entry for a waiting thread.
WaitingThreadAborter - Class in org.apache.http.impl.conn.tsccm
A simple class that can interrupt a WaitingThread.
WaitingThreadAborter() - Constructor for class org.apache.http.impl.conn.tsccm.WaitingThreadAborter
 
waitingThreads - Variable in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
The list of WaitingThreads waiting for a connection
waitingThreads - Variable in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
The list of threads waiting for this pool.
wakeup() - Method in class org.apache.http.impl.conn.tsccm.WaitingThread
Wakes up the waiting thread.
Wire - Class in org.apache.http.impl.conn
Logs data to the wire LOG.
Wire(Log) - Constructor for class org.apache.http.impl.conn.Wire
 
workerThread - Variable in class org.apache.http.impl.conn.tsccm.RefQueueWorker
Deprecated. The thread executing this handler.
wrappedStream - Variable in class org.apache.http.conn.EofSensorInputStream
The wrapped input stream, while accessible.
write(byte[], int, int) - Method in class org.apache.http.impl.conn.LoggingSessionOutputBuffer
 
write(int) - Method in class org.apache.http.impl.conn.LoggingSessionOutputBuffer
 
write(byte[]) - Method in class org.apache.http.impl.conn.LoggingSessionOutputBuffer
 
writeLine(CharArrayBuffer) - Method in class org.apache.http.impl.conn.LoggingSessionOutputBuffer
 
writeLine(String) - Method in class org.apache.http.impl.conn.LoggingSessionOutputBuffer
 
writeTo(OutputStream) - Method in class org.apache.http.conn.BasicManagedEntity
 
writeTo(OutputStream, int) - Method in class org.apache.http.entity.mime.content.FileBody
Deprecated. use FileBody.writeTo(OutputStream)
writeTo(OutputStream) - Method in class org.apache.http.entity.mime.content.FileBody
 
writeTo(OutputStream, int) - Method in class org.apache.http.entity.mime.content.InputStreamBody
Deprecated. use InputStreamBody.writeTo(OutputStream)
writeTo(OutputStream) - Method in class org.apache.http.entity.mime.content.InputStreamBody
 
writeTo(OutputStream, int) - Method in class org.apache.http.entity.mime.content.StringBody
Deprecated. use writeTo(OutputStream)
writeTo(OutputStream) - Method in class org.apache.http.entity.mime.content.StringBody
 
writeTo(OutputStream) - Method in class org.apache.http.entity.mime.HttpMultipart
Writes out the content in the multipart/form encoding.
writeTo(OutputStream) - Method in class org.apache.http.entity.mime.MultipartEntity
 
WWW_AUTH - Static variable in class org.apache.http.auth.AUTH
The www authenticate challange header.
WWW_AUTH_RESP - Static variable in class org.apache.http.auth.AUTH
The www authenticate response header.

X

X509HostnameVerifier - Interface in org.apache.http.conn.ssl
Interface for checking if a hostname matches the names stored inside the server's X.509 certificate.

A B C D E F G H I J K L M N O P Q R S T U V W X

Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.