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

A

abort() - Method in interface org.apache.http.client.methods.AbortableHttpRequest
 
AbortableHttpRequest - Interface in org.apache.http.client.methods
Interface representing an HTTP request that can be aborted by shutting donw the underying 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
 
AbstractAuthenticationHandler - Class in org.apache.http.impl.client
 
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(ClientConnectionManager) - Constructor for class org.apache.http.impl.conn.tsccm.AbstractConnPool
Creates a new connection pool.
AbstractCookieAttributeHandler - Class in org.apache.http.impl.cookie
 
AbstractCookieAttributeHandler() - Constructor for class org.apache.http.impl.cookie.AbstractCookieAttributeHandler
 
AbstractCookieSpec - Class in org.apache.http.impl.cookie
Abstract cookie specification which can delegate the job of parsing, validation or matching cookie attributes to a number of arbitrary CookieAttributeHandlers.
AbstractCookieSpec() - Constructor for class org.apache.http.impl.cookie.AbstractCookieSpec
Default constructor
AbstractHttpClient - Class in org.apache.http.impl.client
Convenience base class for HTTP client 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(OperatedClientConnection, 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 HostnameVerifier implementations.
acceptableCountryWildcard(String) - Static method in class org.apache.http.conn.ssl.AbstractVerifier
 
add(HttpConnection) - 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 HTTP 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.
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.
allocateConnection(HttpRoute, long) - Method in class org.apache.http.impl.client.DefaultClientRequestDirector
Obtains a connection for the target route.
allocEntry() - 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.
announce(Socket) - Method in interface org.apache.http.conn.OperatedClientConnection
Announces opening of this connection.
announce(Socket) - Method in class org.apache.http.impl.conn.DefaultClientConnection
 
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
Asserts that this adapter is still attached.
assertStillUp() - Method in class org.apache.http.impl.conn.SingleClientConnManager
Asserts that this manager is not shut down.
assertWrappedConn() - 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.
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.
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
 
AuthParams - Class in org.apache.http.auth.params
This class implements an adaptor around the HttpParams interface to simplify manipulation of the HTTP authentication specific parameters.
AuthPNames - Interface in org.apache.http.auth.params
Parameter names for HttpAuth.
AuthPolicy - Class in org.apache.http.client.params
 
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
 
AuthSchemeFactory - Interface in org.apache.http.auth
 
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.client
This class provides detailed information about the state of the authentication process.
AuthState() - Constructor for class org.apache.http.client.AuthState
Default constructor.
available() - Method in class org.apache.http.conn.EofSensorInputStream
 

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
HTTP "magic-cookie" represents a piece of state information that the HTTP agent and the target server can exchange to maintain a session.
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
HTTP "magic-cookie" represents a piece of state information that the HTTP agent and the target server can exchange to maintain a session as specified by RFC2965.
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) - 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) - Constructor for class org.apache.http.impl.conn.tsccm.BasicPoolEntryRef
Creates a new reference to a pool entry.
BasicRouteDirector - Class in org.apache.http.conn
Basic implementation of an HttpRouteDirector.
BasicRouteDirector() - Constructor for class org.apache.http.conn.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 authetication scheme.
BasicSchemeFactory - Class in org.apache.http.impl.auth
 
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
 
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
 
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.
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
Clears all credentials.
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
 
ClientConnectionOperator - Interface in org.apache.http.conn
Interface for opening connections.
ClientContext - Interface in org.apache.http.client.protocol
Context attribute names for client.
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.
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 the HttpClient module.
ClientRequestDirector - Interface in org.apache.http.client
A client-side request director.
clone() - Method in class org.apache.http.conn.HttpRoute
 
clone() - Method in class org.apache.http.conn.RouteTracker
 
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.
closeIdleConnections(long) - 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) - Method in class org.apache.http.impl.conn.SingleClientConnManager
 
closeIdleConnections(long) - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
Closes idle connections.
closeIdleConnections(long) - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
 
closing() - Method in class org.apache.http.impl.conn.AbstractPoolEntry
Tracks close or shutdown of the connection.
COMMENT_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
 
COMMENTURL_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
 
compare(Object, Object) - Method in class org.apache.http.cookie.CookieIdentityComparator
 
compare(Object, Object) - Method in class org.apache.http.cookie.CookiePathComparator
 
COMPLETE - Static variable in interface org.apache.http.conn.HttpRouteDirector
Indicates that the route is complete.
ConnConnectionPNames - Interface in org.apache.http.conn.params
Parameter names for connections in HttpConn.
CONNECT_PROXY - Static variable in interface org.apache.http.conn.HttpRouteDirector
Step: open connection to proxy.
CONNECT_TARGET - Static variable in interface org.apache.http.conn.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
Defines the class name of the default ClientConnectionManager
CONNECTION_MANAGER_TIMEOUT - Static variable in interface org.apache.http.client.params.ClientPNames
Defines the timeout in milliseconds used when retrieving an instance of ManagedClientConnection from the ClientConnectionManager.
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.RouteTracker
Tracks connecting to the first proxy.
connectSocket(Socket, String, int, InetAddress, int, HttpParams) - Method in class org.apache.http.conn.PlainSocketFactory
 
connectSocket(Socket, String, int, InetAddress, int, HttpParams) - Method in interface org.apache.http.conn.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.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.DefaultClientRequestDirector
The connection manager.
connManager - Variable in class org.apache.http.impl.conn.AbstractClientConnAdapter
The connection manager, if any.
connManager - Variable in class org.apache.http.impl.conn.tsccm.AbstractConnPool
The connection manager.
ConnManagerPNames - Interface in org.apache.http.conn.params
Parameter names for connection managers in HttpConn.
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.
ConnPoolByRoute - Class in org.apache.http.impl.conn.tsccm
A connection pool that maintains connections by route.
ConnPoolByRoute(ClientConnectionManager) - Constructor for class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
Creates a new connection pool, managed by route.
ConnPoolByRoute.WaitingThread - Class in org.apache.http.impl.conn.tsccm
A thread and the pool in which it is waiting.
ConnPoolByRoute.WaitingThread() - Constructor for class org.apache.http.impl.conn.tsccm.ConnPoolByRoute.WaitingThread
 
ConnRoutePNames - Interface in org.apache.http.conn.params
Parameter names for routing in HttpConn.
consumeContent() - Method in class org.apache.http.conn.BasicManagedEntity
 
containsAttribute(String) - Method in interface org.apache.http.cookie.ClientCookie
 
containsAttribute(String) - Method in class org.apache.http.impl.cookie.BasicClientCookie
 
Cookie - Interface in org.apache.http.cookie
HTTP "magic-cookie" represents a piece of state information 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
 
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
 
COOKIE_STORE - Static variable in interface org.apache.http.client.protocol.ClientContext
 
CookieAttributeHandler - Interface in org.apache.http.cookie
Ths 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 incapsulates 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
 
CookieSpec - Interface in org.apache.http.cookie
Defines the cookie management specification.
COOKIESPEC_REGISTRY - Static variable in interface org.apache.http.client.protocol.ClientContext
 
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
 
CookieSpecPNames - Interface in org.apache.http.cookie.params
Parameter names for cookie specifications in HttpCookie.
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
Abstract cookie store.
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
 
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
 
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() - 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.DefaultClientRequestDirector
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.
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
 
createResponseParser(SessionInputBuffer, HttpResponseFactory, HttpParams) - Method in class org.apache.http.impl.conn.DefaultClientConnection
 
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(Socket, String, int, boolean) - Method in interface org.apache.http.conn.LayeredSocketFactory
Returns a socket connected to the given host that is layered over an existing socket.
createSocket() - Method in class org.apache.http.conn.PlainSocketFactory
 
createSocket() - Method in interface org.apache.http.conn.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.DefaultClientRequestDirector
Creates a tunnel to an intermediate proxy.
createTunnelToTarget(HttpRoute, HttpContext) - Method in class org.apache.http.impl.client.DefaultClientRequestDirector
Creates a tunnel to the target server.
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
User name and password based authentication credentials.
CredentialsProvider - Interface in org.apache.http.client
Abstract credentials provider.
CREDS_PROVIDER - Static variable in interface org.apache.http.client.protocol.ClientContext
 

D

DATE_PATTERNS - Static variable in interface org.apache.http.cookie.params.CookieSpecPNames
Parameter for the date patterns used for parsing.
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.
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_HOST_CONNECTIONS - Static variable in class org.apache.http.conn.params.HttpConnectionManagerParams
The default maximum number of connections allowed per host
DEFAULT_MAX_TOTAL_CONNECTIONS - Static variable in class org.apache.http.conn.params.HttpConnectionManagerParams
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.
DEFAULT_PROXY - Static variable in class org.apache.http.conn.params.HttpConnParams
Defines 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.
DefaultClientRequestDirector - Class in org.apache.http.impl.client
Default implementation of a client-side request director.
DefaultClientRequestDirector(ClientConnectionManager, ConnectionReuseStrategy, HttpProcessor, HttpRequestRetryHandler, RedirectHandler, AuthenticationHandler, AuthenticationHandler, HttpParams) - Constructor for class org.apache.http.impl.client.DefaultClientRequestDirector
 
DefaultHttpClient - Class in org.apache.http.impl.client
Default implementation of an HTTP client.
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(ClientConnectionManager) - Constructor for class org.apache.http.impl.conn.DefaultHttpRoutePlanner
 
DefaultProxyAuthenticationHandler - Class in org.apache.http.impl.client
 
DefaultProxyAuthenticationHandler() - Constructor for class org.apache.http.impl.client.DefaultProxyAuthenticationHandler
 
DefaultRedirectHandler - Class in org.apache.http.impl.client
Default implementation of a redirect handler.
DefaultRedirectHandler() - Constructor for class org.apache.http.impl.client.DefaultRedirectHandler
 
DefaultResponseParser - Class in org.apache.http.impl.conn
 
DefaultResponseParser(SessionInputBuffer, LineParser, HttpResponseFactory, HttpParams) - Constructor for class org.apache.http.impl.conn.DefaultResponseParser
 
DefaultTargetAuthenticationHandler - Class in org.apache.http.impl.client
 
DefaultTargetAuthenticationHandler() - Constructor for class org.apache.http.impl.client.DefaultTargetAuthenticationHandler
 
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.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.
determineRoute(HttpHost, HttpRequest, HttpContext) - Method in interface org.apache.http.conn.HttpRoutePlanner
Determines the route for a request.
determineRoute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.client.AbstractHttpClient
Determines the route for a request.
determineRoute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.client.DefaultHttpClient
 
determineRoute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.conn.DefaultHttpRoutePlanner
 
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
 
DigestSchemeFactory() - Constructor for class org.apache.http.impl.auth.DigestSchemeFactory
 
directStep(HttpRoute, HttpRoute) - Method in class org.apache.http.conn.BasicRouteDirector
Determines the next step to establish a direct connection.
DISCARD_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
 
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

enabled() - Method in class org.apache.http.impl.conn.Wire
 
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.UsernamePasswordCredentials
These credentials are assumed equal if the username and password are the same.
equals(Object) - Method in class org.apache.http.conn.HttpRoute
Compares this route to another.
equals(Object) - Method in class org.apache.http.conn.PlainSocketFactory
Compares this factory with an object.
equals(Object) - Method in class org.apache.http.conn.RouteTracker
Compares this tracked route to another.
equals(Object) - Method in class org.apache.http.conn.Scheme
Compares this scheme to an object.
establishRoute(HttpRoute, HttpContext) - Method in class org.apache.http.impl.client.DefaultClientRequestDirector
Establishes the target route.
execute(RoutedRequest, HttpContext) - Method in interface org.apache.http.client.ClientRequestDirector
Executes a request.
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(RoutedRequest, HttpContext) - Method in interface org.apache.http.client.HttpClient
Executes a request along the given route.
execute(RoutedRequest) - Method in interface org.apache.http.client.HttpClient
Executes a request along the given route using the default context.
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(roureq, context).
execute(RoutedRequest) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
execute(RoutedRequest, HttpContext) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
execute(RoutedRequest, HttpContext) - Method in class org.apache.http.impl.client.DefaultClientRequestDirector
 
EXPIRES_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
 

F

findAttribHandler(String) - Method in class org.apache.http.impl.cookie.AbstractCookieSpec
Finds an attribute handler CookieAttributeHandler for the given attribute.
firstStep(HttpRoute) - Method in class org.apache.http.conn.BasicRouteDirector
Determines the first step to establish a route.
flush() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
FORM_URL_ENCODED_CONTENT_TYPE - Static variable in class org.apache.http.client.methods.UrlEncodedFormEntity
The Content-Type for www-form-urlencoded.
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(Cookie[]) - Method in interface org.apache.http.cookie.CookieSpec
Create "Cookie" headers for an array of Cookies.
formatCookies(Cookie[]) - Method in class org.apache.http.impl.cookie.BrowserCompatSpec
 
formatCookies(Cookie[]) - Method in class org.apache.http.impl.cookie.NetscapeDraftSpec
 
formatCookies(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
formUrlEncode(NameValuePair[], String) - Static method in class org.apache.http.client.utils.URLUtils
Form-urlencoding routine.
freeEntry(BasicPoolEntry) - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
Returns an entry into the pool.
freeEntry(BasicPoolEntry) - 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

get(String) - Method in class org.apache.http.conn.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.
getAttribHandlerIterator() - 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.client.AuthState
Returns the authentication scheme.
getAuthSchemes() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
getAuthScope() - Method in class org.apache.http.client.AuthState
Returns actual AuthScope if available
getChallenges(HttpResponse, HttpContext) - Method in interface org.apache.http.client.AuthenticationHandler
 
getChallenges(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultProxyAuthenticationHandler
 
getChallenges(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultTargetAuthenticationHandler
 
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
 
getConnection() - Method in interface org.apache.http.client.ClientRequestDirector
Obtains the connection to which the response is tied.
getConnection(HttpRoute) - Method in interface org.apache.http.conn.ClientConnectionManager
Obtains a connection.
getConnection(HttpRoute, long) - Method in interface org.apache.http.conn.ClientConnectionManager
Obtains a connection within a given time.
getConnection() - Method in class org.apache.http.impl.client.DefaultClientRequestDirector
 
getConnection(HttpRoute, long) - Method in class org.apache.http.impl.conn.SingleClientConnManager
Obtains a connection.
getConnection(HttpRoute) - Method in class org.apache.http.impl.conn.SingleClientConnManager
Obtains a connection.
getConnection() - Method in class org.apache.http.impl.conn.tsccm.BasicPoolEntry
 
getConnection(HttpRoute) - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
 
getConnection(HttpRoute, long) - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
 
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
 
getConnectionManagerTimeout(HttpParams) - Static method in class org.apache.http.client.params.HttpClientParams
Returns the timeout in milliseconds used when retrieving a ManagedClientConnection from the ClientConnectionManager.
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.client.methods.UrlEncodedFormEntity
 
getContent() - Method in class org.apache.http.conn.BasicManagedEntity
 
getContentLength() - Method in class org.apache.http.client.methods.UrlEncodedFormEntity
 
getContentType() - Method in class org.apache.http.client.methods.UrlEncodedFormEntity
 
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 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.
getCredentials() - Method in class org.apache.http.client.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
Get the credentials for the given authentication scope.
getCredentialsProvider() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
getDefaultContext() - Method in interface org.apache.http.client.HttpClient
Obtains the default context used by this client populated with default attributes.
getDefaultContext() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
getDefaultDomain(CookieOrigin) - Static method in class org.apache.http.impl.cookie.CookieSpecBase
 
getDefaultMaxConnectionsPerHost(HttpParams) - Static method in class org.apache.http.conn.params.HttpConnectionManagerParams
Gets the default maximum number of connections allowed for a given host config.
getDefaultPath(CookieOrigin) - Static method in class org.apache.http.impl.cookie.CookieSpecBase
 
getDefaultPort() - Method in class org.apache.http.conn.Scheme
Obtains the default port.
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 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.
getEntry(HttpRoute, long, ClientConnectionOperator) - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
Obtains a pool entry with a connection within the given timeout.
getEntry(HttpRoute, long, ClientConnectionOperator) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
 
getEntryCount() - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
Obtains the number of entries.
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.
getFreeEntry(RouteSpecificPool) - 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.HttpRoute
Obtains the number of hops in this route.
getHopCount() - Method in class org.apache.http.conn.RouteTracker
Obtains the number of tracked hops.
getHopTarget(int) - Method in class org.apache.http.conn.HttpRoute
Obtains the target of a hop in this route.
getHopTarget(int) - Method in class org.apache.http.conn.RouteTracker
Obtains the target of a hop in this route.
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
 
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
 
getLocalAddress() - Method in class org.apache.http.conn.HttpRoute
Obtains the local address to connect from.
getLocalAddress() - Method in class org.apache.http.conn.RouteTracker
Obtains the local address to connect from.
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.tsccm.BasicPooledConnAdapter
Obtains the connection manager.
getMaxConnectionsPerHost(HttpParams, HttpRoute) - Static method in class org.apache.http.conn.params.HttpConnectionManagerParams
Gets the maximum number of connections allowed for a specific route.
getMaxTotalConnections(HttpParams) - Static method in class org.apache.http.conn.params.HttpConnectionManagerParams
Gets the maximum number of connections allowed.
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.HttpTrace
 
getMethod() - Method in interface org.apache.http.client.methods.HttpUriRequest
 
getMetrics() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
getName() - Method in class org.apache.http.conn.Scheme
Obtains the scheme name.
getName() - Method in interface org.apache.http.cookie.Cookie
Returns the name.
getName() - Method in class org.apache.http.impl.cookie.BasicClientCookie
Returns the name.
getOperator() - Method in class org.apache.http.impl.conn.AbstractPoolEntry
Obtains the connection operator.
getOperator() - Method in class org.apache.http.impl.conn.SingleClientConnManager.PoolEntry
 
getOperator() - Method in class org.apache.http.impl.conn.tsccm.BasicPoolEntry
 
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.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 interface org.apache.http.conn.ClientConnectionManager
Obtains the parameters of this manager.
getParams() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
getParams() - Method in class org.apache.http.impl.conn.SingleClientConnManager
 
getParams() - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
 
getPassword() - Method in interface org.apache.http.auth.Credentials
 
getPassword() - Method in class org.apache.http.auth.UsernamePasswordCredentials
Password property getter.
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
 
getPoolEntry() - Method in class org.apache.http.impl.conn.tsccm.BasicPooledConnAdapter
Obtains the pool entry.
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
 
getPrincipalName() - Method in interface org.apache.http.auth.Credentials
 
getPrincipalName() - Method in class org.apache.http.auth.UsernamePasswordCredentials
User name property getter.
getProxyAuthenticationHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
getProxyHost() - Method in class org.apache.http.conn.HttpRoute
Obtains the first proxy host.
getProxyHost() - Method in class org.apache.http.conn.RouteTracker
Obtains the first proxy host.
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.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 interface org.apache.http.client.RoutedRequest
Obtains the request.
getRequest() - Method in class org.apache.http.client.RoutedRequest.Impl
 
getRequestInterceptor(int) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
getRequestInterceptorCount() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
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.client.RoutedRequest
Obtains the route.
getRoute() - Method in class org.apache.http.client.RoutedRequest.Impl
 
getRoute() - Method in interface org.apache.http.conn.ManagedClientConnection
Obtains the current route of this connection.
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.SchemeRegistry
Obtains a scheme by name.
getScheme(HttpHost) - Method in class org.apache.http.conn.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.
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.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.PlainSocketFactory
Gets the singleton instance of this class.
getSocketFactory() - Method in class org.apache.http.conn.Scheme
Obtains the socket factory.
getSocketFactory() - Static method in class org.apache.http.conn.ssl.SSLSocketFactory
Gets an singleton instance of the SSLProtocolSocketFactory.
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
 
getTargetAuthenticationHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
getTargetHost() - Method in class org.apache.http.conn.HttpRoute
Obtains the target host.
getTargetHost() - Method in interface org.apache.http.conn.OperatedClientConnection
Obtains the target host for this connection.
getTargetHost() - Method in class org.apache.http.conn.RouteTracker
Obtains the target host.
getTargetHost() - Method in class org.apache.http.impl.conn.DefaultClientConnection
 
getURI() - Method in interface org.apache.http.client.methods.HttpUriRequest
 
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.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.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
 
GMT - Static variable in class org.apache.http.impl.cookie.DateUtils
 

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
Handles cleaning up for a lost pool entry with the given route.
handleLostEntry(HttpRoute) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
 
handleReference(Reference) - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
 
handleReference(Reference) - Method in interface org.apache.http.impl.conn.tsccm.RefQueueHandler
Invoked when a reference is found on the queue.
handleResponse(RoutedRequest, HttpRequest, HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultClientRequestDirector
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.UsernamePasswordCredentials
Does a hash of both user name and password.
hashCode() - Method in class org.apache.http.conn.HttpRoute
Generates a hash code for this route.
hashCode() - Method in class org.apache.http.conn.PlainSocketFactory
Obtains a hash code for this object.
hashCode() - Method in class org.apache.http.conn.RouteTracker
Generates a hash code for this tracked route.
hashCode() - Method in class org.apache.http.conn.Scheme
Obtains a hash code for this scheme.
HostnameVerifier - Interface in org.apache.http.conn.ssl
Interface for checking if a hostname matches the names stored inside the server's X.509 certificate.
HttpClient - Interface in org.apache.http.client
Interface for an HTTP client.
HttpClientParams - Class in org.apache.http.client.params
An adaptor for accessing HTTP client parameters in HttpParams.
HttpConnectionManagerParams - Class in org.apache.http.conn.params
This class represents a collection of HTTP protocol parameters applicable to client-side connection managers.
HttpConnectionManagerParams() - Constructor for class org.apache.http.conn.params.HttpConnectionManagerParams
 
HttpConnParams - Class in org.apache.http.conn.params
An adaptor for accessing HTTP connection parameters in HttpParams.
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
 
HttpHostConnectException(HttpHost, ConnectException) - Constructor for exception org.apache.http.conn.HttpHostConnectException
 
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.DefaultClientRequestDirector
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
 
HttpRequestRetryHandler - Interface in org.apache.http.client
A handler for determining if an HttpRequest should be retried after a recoverable exception during execution.
HttpRoute - Class in org.apache.http.conn
The route for a request.
HttpRoute(HttpHost, InetAddress, HttpHost[], boolean, boolean, boolean) - Constructor for class org.apache.http.conn.HttpRoute
Creates a new route with all attributes specified explicitly.
HttpRoute(HttpHost, InetAddress, HttpHost, boolean, boolean, boolean) - Constructor for class org.apache.http.conn.HttpRoute
Creates a new route with at most one proxy.
HttpRoute(HttpHost, InetAddress, boolean) - Constructor for class org.apache.http.conn.HttpRoute
Creates a new direct route.
HttpRoute(HttpHost) - Constructor for class org.apache.http.conn.HttpRoute
Creates a new direct insecure route.
HttpRoute(HttpHost, InetAddress, HttpHost, boolean) - Constructor for class org.apache.http.conn.HttpRoute
Creates a new route through a proxy.
HttpRouteDirector - Interface in org.apache.http.conn
Provides directions on establishing a route.
HttpRoutePlanner - Interface in org.apache.http.conn
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.
InetAddressUtils - Class in org.apache.http.conn.util
 
InetAddressUtils() - Constructor for class org.apache.http.conn.util.InetAddressUtils
 
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
 
interruptedByConnectionPool - Variable in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute.WaitingThread
Indicates the source of an interruption.
invalidate() - Method in class org.apache.http.client.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.
isAuthenticating(HttpParams) - Static method in class org.apache.http.client.params.HttpClientParams
 
isAuthenticationPreemptive(HttpParams) - Static method in class org.apache.http.client.params.HttpClientParams
Returns true if authentication should be attempted preemptively, false otherwise.
isAuthenticationRequested(HttpResponse, HttpContext) - Method in interface org.apache.http.client.AuthenticationHandler
 
isAuthenticationRequested(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultProxyAuthenticationHandler
 
isAuthenticationRequested(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultTargetAuthenticationHandler
 
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.
isConnected() - Method in class org.apache.http.conn.RouteTracker
Checks whether this route is connected to it's first hop.
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.
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.HttpRoute
Checks whether this route includes a layered protocol.
isLayered() - Method in class org.apache.http.conn.RouteTracker
Checks whether this route includes a layered protocol.
isLayered() - Method in class org.apache.http.conn.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
 
isParameterSet(String) - Method in class org.apache.http.impl.client.ClientParamsStack
Checks whether a parameter is set in this stack.
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.RFC2617Scheme
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.client.methods.UrlEncodedFormEntity
 
isRepeatable() - Method in class org.apache.http.conn.BasicManagedEntity
 
isRequestSentRetryEnabled() - Method in class org.apache.http.impl.client.DefaultHttpRequestRetryHandler
 
isResponseAvailable(int) - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
isSecure() - Method in class org.apache.http.conn.HttpRoute
Checks whether this route is secure.
isSecure() - Method in interface org.apache.http.conn.ManagedClientConnection
Indicates whether this connection is secure.
isSecure() - Method in interface org.apache.http.conn.OperatedClientConnection
Indicates whether this connection is secure.
isSecure(Socket) - Method in class org.apache.http.conn.PlainSocketFactory
Checks whether a socket connection is secure.
isSecure() - Method in class org.apache.http.conn.RouteTracker
Checks whether this route is secure.
isSecure(Socket) - Method in interface org.apache.http.conn.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.client.methods.UrlEncodedFormEntity
 
issuedConnections - Variable in class org.apache.http.impl.conn.tsccm.AbstractConnPool
References to issued connections.
isTunnelled() - Method in class org.apache.http.conn.HttpRoute
Checks whether this route is tunnelled through a proxy.
isTunnelled() - Method in class org.apache.http.conn.RouteTracker
Checks whether this route is tunnelled through a proxy.
isUnused() - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
Indicates whether this pool is unused.

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.HttpRouteDirector
Step: layer protocol (over tunnel).
LayeredSocketFactory - Interface in org.apache.http.conn
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.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.
LOG - Variable in class org.apache.http.impl.conn.tsccm.RefQueueWorker
 

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.DefaultClientRequestDirector
The currently allocated connection.
managedConn - Variable in class org.apache.http.impl.conn.SingleClientConnManager
The currently issued managed connection, if any.
markedReusable - Variable in class org.apache.http.impl.conn.AbstractClientConnAdapter
The reusability marker.
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.CookieSpecBase
 
match(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.NetscapeDomainHandler
 
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_HOST_CONNECTIONS - Static variable in interface org.apache.http.conn.params.ConnManagerPNames
Defines the maximum number of connections to a host.
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.
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
 
MISUSE_MESSAGE - Static variable in class org.apache.http.impl.conn.SingleClientConnManager
The message to be logged on multiple allocation.

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
 
NetscapeDraftSpec - Class in org.apache.http.impl.cookie
Netscape cookie draft compliant cookie policy
NetscapeDraftSpec() - Constructor for class org.apache.http.impl.cookie.NetscapeDraftSpec
Default constructor
NetscapeDraftSpecFactory - Class in org.apache.http.impl.cookie
 
NetscapeDraftSpecFactory() - Constructor for class org.apache.http.impl.cookie.NetscapeDraftSpecFactory
 
newInstance(HttpParams) - Method in interface org.apache.http.auth.AuthSchemeFactory
 
newInstance(HttpParams, SchemeRegistry) - Method in interface org.apache.http.conn.ClientConnectionManagerFactory
 
newInstance(HttpParams) - Method in interface org.apache.http.cookie.CookieSpecFactory
 
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.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.
nextStep(HttpRoute, HttpRoute) - Method in class org.apache.http.conn.BasicRouteDirector
Provides the next step.
nextStep(HttpRoute, HttpRoute) - Method in interface org.apache.http.conn.HttpRouteDirector
Provides the next step.
notifyWaitingThread(RouteSpecificPool) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
Notifies a waiting thread that a connection is available.
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).
numConnections - Variable in class org.apache.http.impl.conn.tsccm.AbstractConnPool
The current total number of connections.

O

open(HttpRoute, HttpContext, HttpParams) - Method in interface org.apache.http.conn.ManagedClientConnection
Opens this connection according to the given route.
open(Socket, HttpHost, boolean, HttpParams) - Method in interface org.apache.http.conn.OperatedClientConnection
Opens this connection.
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.
open(Socket, HttpHost, 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
 
OperatedClientConnection - Interface in org.apache.http.conn
A client-side connection that needs to be operated.
org.apache.http.auth - package org.apache.http.auth
The API for client-side HTTP authentication against a server, commonly referred to as HttpAuth.
org.apache.http.auth.params - package org.apache.http.auth.params
Parameters for configuring HttpAuth.
org.apache.http.client - package org.apache.http.client
The API for client-side HTTP communication and entry point to the HttpClient module.
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 HttpClient.
org.apache.http.client.protocol - package org.apache.http.client.protocol
Additional request and response interceptors.
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 at the heart of what is referred to as HttpConn.
org.apache.http.conn.params - package org.apache.http.conn.params
Parameters for configuring HttpConn.
org.apache.http.conn.ssl - package org.apache.http.conn.ssl
TLS/SSL specific parts of the HttpConn API.
org.apache.http.conn.util - package org.apache.http.conn.util
 
org.apache.http.cookie - package org.apache.http.cookie
The API for client-side state management via cookies, commonly referred to as HttpCookie.
org.apache.http.cookie.params - package org.apache.http.cookie.params
Parameters for configuring HttpCookie.
org.apache.http.impl.auth - package org.apache.http.impl.auth
 
org.apache.http.impl.client - package org.apache.http.impl.client
 
org.apache.http.impl.conn - package org.apache.http.impl.conn
 
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
 
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.

P

params - Variable in class org.apache.http.impl.client.DefaultClientRequestDirector
The HTTP parameters.
params - Variable in class org.apache.http.impl.conn.SingleClientConnManager
The parameters of this connection manager.
params - Variable in class org.apache.http.impl.conn.tsccm.AbstractConnPool
The parameters of this connection pool.
params - Variable in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
The parameters of this connection manager.
parse(SetCookie, String) - Method in interface org.apache.http.cookie.CookieAttributeHandler
Parse the given cookie attribute value and update the corresponding Cookie property.
parse(Header, CookieOrigin) - Method in interface org.apache.http.cookie.CookieSpec
Parse the "Set-Cookie" Header into an array of Cookies.
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.BasicCommentHandler
 
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.BasicDomainHandler
 
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.BasicExpiresHandler
 
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.BasicMaxAgeHandler
 
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.BasicPathHandler
 
parse(SetCookie, String) - Method in class org.apache.http.impl.cookie.BasicSecureHandler
 
parse(Header, CookieOrigin) - Method in class org.apache.http.impl.cookie.BrowserCompatSpec
 
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.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(SetCookie, String) - Method in class org.apache.http.impl.cookie.RFC2965VersionAttributeHandler
Parse cookie version attribute.
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
 
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
The default class for creating sockets.
plannedRoute - Variable in class org.apache.http.impl.conn.AbstractPoolEntry
The route for which this entry gets allocated.
pool - Variable in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute.WaitingThread
The route specific pool the thread is waiting for.
poolEntry - Variable in class org.apache.http.impl.conn.AbstractPooledConnAdapter
The wrapped pool entry.
populateContext(HttpContext) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
populateContext(HttpContext) - Method in class org.apache.http.impl.client.DefaultHttpClient
 
PORT_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
 
PREEMPTIVE_AUTHENTICATION - Static variable in interface org.apache.http.client.params.ClientPNames
Defines whether authentication should be attempted preemptively.
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.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.BasicScheme
Processes the Basic challenge.
processChallenge(Header) - Method in class org.apache.http.impl.auth.DigestScheme
Processes the Digest challenge.
processChallenge(Header) - Method in class org.apache.http.impl.auth.RFC2617Scheme
Processes the given challenge token.
proxiedStep(HttpRoute, HttpRoute) - Method in class org.apache.http.conn.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
 

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
 
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.DefaultClientRequestDirector
The redirect handler.
refHandler - Variable in class org.apache.http.impl.conn.tsccm.RefQueueWorker
The handler for the references found.
refQueue - Variable in class org.apache.http.impl.conn.tsccm.AbstractConnPool
A reference queue to track loss of pool entries to GC.
refQueue - Variable in class org.apache.http.impl.conn.tsccm.RefQueueWorker
The reference queue to monitor.
RefQueueHandler - Interface in org.apache.http.impl.conn.tsccm
Callback handler for RefQueueWorker.
RefQueueWorker - Class in org.apache.http.impl.conn.tsccm
A worker thread for processing queued references.
RefQueueWorker(ReferenceQueue, RefQueueHandler) - Constructor for class org.apache.http.impl.conn.tsccm.RefQueueWorker
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.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) - 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.conn.AbstractClientConnAdapter
 
releaseConnection(ManagedClientConnection) - Method in class org.apache.http.impl.conn.SingleClientConnManager
 
releaseConnection(ManagedClientConnection) - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
 
releaseManagedConnection() - Method in class org.apache.http.conn.BasicManagedEntity
Releases the connection gracefully.
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.
removeRequestInterceptorByClass(Class) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
removeResponseInterceptorByClass(Class) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
request - Variable in class org.apache.http.client.RoutedRequest.Impl
 
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 cookierequest headers.
RequestAddCookies() - Constructor for class org.apache.http.client.protocol.RequestAddCookies
 
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
 
requestExec - Variable in class org.apache.http.impl.client.DefaultClientRequestDirector
The request executor.
requestParams - Variable in class org.apache.http.impl.client.ClientParamsStack
The request parameter collection, or null.
RequestProxyAuthentication - Class in org.apache.http.client.protocol
 
RequestProxyAuthentication() - Constructor for class org.apache.http.client.protocol.RequestProxyAuthentication
 
RequestTargetAuthentication - Class in org.apache.http.client.protocol
 
RequestTargetAuthentication() - Constructor for class org.apache.http.client.protocol.RequestTargetAuthentication
 
resolvePort(int) - Method in class org.apache.http.conn.Scheme
Resolves the correct port for this scheme.
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.DefaultClientRequestDirector
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.DefaultClientRequestDirector
The connection re-use strategy.
revokeConnection() - Method in class org.apache.http.impl.conn.SingleClientConnManager
Revokes the currently issued connection.
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 cookie policy
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
 
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 authetication 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 authetication schemes.
RFC2965CommentUrlAttributeHandler - Class in org.apache.http.impl.cookie
"CommantURL" 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 specific cookie management functions.
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
 
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
 
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.client.RoutedRequest.Impl
 
RoutedRequest - Interface in org.apache.http.client
A request with the route along which it should be sent.
RoutedRequest.Impl - Class in org.apache.http.client
Trivial default implementation of a routed request.
RoutedRequest.Impl(HttpRequest, HttpRoute) - Constructor for class org.apache.http.client.RoutedRequest.Impl
Creates a new routed request.
RouteSpecificPool - Class in org.apache.http.impl.conn.tsccm
A connection sub-pool for a specific route, used by ConnPoolByRoute.
RouteSpecificPool(HttpRoute) - Constructor for class org.apache.http.impl.conn.tsccm.RouteSpecificPool
Creates a new route-specific pool.
RouteTracker - Class in org.apache.http.conn
Helps tracking the steps in establishing a route.
RouteTracker(HttpHost, InetAddress) - Constructor for class org.apache.http.conn.RouteTracker
Creates a new route tracker.
RouteTracker(HttpRoute) - Constructor for class org.apache.http.conn.RouteTracker
Creates a new tracker for the given route.
run() - Method in class org.apache.http.impl.conn.tsccm.RefQueueWorker
The main loop of this worker.

S

Scheme - Class in org.apache.http.conn
Encapsulates specifics of a protocol scheme such as "http" or "https".
Scheme(String, SocketFactory, int) - Constructor for class org.apache.http.conn.Scheme
Creates a new scheme.
SchemeRegistry - Class in org.apache.http.conn
A set of supported protocol schemes.
SchemeRegistry() - Constructor for class org.apache.http.conn.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.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, HttpResponse, HttpContext) - Method in interface org.apache.http.client.AuthenticationHandler
 
selectScheme(Map, 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
 
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
 
setAuthenticationPreemptive(HttpParams, boolean) - Static method in class org.apache.http.client.params.HttpClientParams
Sets whether authentication should be attempted preemptively.
setAuthScheme(AuthScheme) - Method in class org.apache.http.client.AuthState
Assigns the given authentication scheme.
setAuthSchemes(AuthSchemeRegistry) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
setAuthScope(AuthScope) - Method in class org.apache.http.client.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
 
setConnectionManager(ClientConnectionManager) - Method in class org.apache.http.impl.conn.DefaultHttpRoutePlanner
 
setConnectionManagerTimeout(HttpParams, long) - Static method in class org.apache.http.client.params.HttpClientParams
Sets the timeout in milliseconds used when retrieving a ManagedClientConnection from the ClientConnectionManager.
SetCookie - Interface in org.apache.http.cookie
This interface represents a SetCookie 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 SetCookie2 response header sent by the origin server to the HTTP agent in order to maintain a conversational state.
setCookiePolicy(HttpParams, String) - Static method in class org.apache.http.client.params.HttpClientParams
 
setCookieSpecs(CookieSpecRegistry) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
setCookieStore(CookieStore) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
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.client.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
Sets the credentials for the given authentication scope.
setCredentialsProvider(CredentialsProvider) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
setDefaultMaxConnectionsPerHost(HttpParams, int) - Static method in class org.apache.http.conn.params.HttpConnectionManagerParams
Sets the default maximum number of connections allowed for routes.
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.
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.
setHostnameVerifier(HostnameVerifier) - Method in class org.apache.http.conn.ssl.SSLSocketFactory
 
setHttpRequestRetryHandler(HttpRequestRetryHandler) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
setInterceptors(List) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
setMaxConnectionsPerHost(HttpParams, HttpRoute, int) - Static method in class org.apache.http.conn.params.HttpConnectionManagerParams
Sets the maximum number of connections to be used for a given route.
setMaxTotalConnections(HttpParams, int) - Static method in class org.apache.http.conn.params.HttpConnectionManagerParams
Sets the maximum number of connections allowed.
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.
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
 
setProxyAuthenticationHandler(AuthenticationHandler) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
setRedirectHandler(RedirectHandler) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
setRedirecting(HttpParams, boolean) - Static method in class org.apache.http.client.params.HttpClientParams
 
setReleaseTrigger(ConnectionReleaseTrigger) - Method in interface org.apache.http.client.methods.AbortableHttpRequest
 
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.
setSocketTimeout(int) - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
setTargetAuthenticationHandler(AuthenticationHandler) - 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.
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
Shuts down this worker.
shutdown() - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
 
simpleFormUrlEncode(NameValuePair[], String) - Static method in class org.apache.http.client.utils.URLUtils
Form-urlencoding routine.
SINGLE_COOKIE_HEADER - Static variable in interface org.apache.http.cookie.params.CookieSpecPNames
Parameter for Cookie header formatting.
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(OperatedClientConnection) - 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
A factory for creating 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) - 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
 
SSLV2 - Static variable in class org.apache.http.conn.ssl.SSLSocketFactory
 
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
 

T

TARGET_AUTH_STATE - Static variable in interface org.apache.http.client.protocol.ClientContext
 
thread - Variable in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute.WaitingThread
The thread that is waiting for an entry.
ThreadSafeClientConnManager - Class in org.apache.http.impl.conn.tsccm
Manages a pool of client connections.
ThreadSafeClientConnManager(HttpParams, SchemeRegistry) - Constructor for class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
Creates a new thread safe connection manager.
TLS - Static variable in class org.apache.http.conn.ssl.SSLSocketFactory
 
toRoute() - Method in class org.apache.http.conn.RouteTracker
Obtains the tracked route.
toString() - Method in class org.apache.http.auth.AuthScope
 
toString() - Method in class org.apache.http.auth.UsernamePasswordCredentials
Get this object string.
toString() - Method in class org.apache.http.client.AuthState
 
toString() - Method in class org.apache.http.conn.HttpRoute
Obtains a description of this route.
toString() - Method in class org.apache.http.conn.RouteTracker
Obtains a description of the tracked route.
toString() - Method in class org.apache.http.conn.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.impl.client.BasicCookieStore
 
toString() - Method in class org.apache.http.impl.client.BasicCredentialsProvider
 
toString() - Method in class org.apache.http.impl.conn.tsccm.RefQueueWorker
Obtains a description of this worker.
toString() - Method in class org.apache.http.impl.cookie.BasicClientCookie
 
toText() - Method in class org.apache.http.auth.UsernamePasswordCredentials
 
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.HttpRouteDirector
Step: tunnel through proxy to other proxy.
TUNNEL_TARGET - Static variable in interface org.apache.http.conn.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.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
 
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.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

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.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.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
 
UrlEncodedFormEntity - Class in org.apache.http.client.methods
 
UrlEncodedFormEntity(NameValuePair[], String) - Constructor for class org.apache.http.client.methods.UrlEncodedFormEntity
 
UrlEncodedFormEntity(NameValuePair[]) - Constructor for class org.apache.http.client.methods.UrlEncodedFormEntity
 
URLUtils - Class in org.apache.http.client.utils
The home for utility methods that handle various URL encoding tasks.
UsernamePasswordCredentials - Class in org.apache.http.auth
Username and password Credentials.
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.

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.CookieSpecBase
 
validate(Cookie, CookieOrigin) - Method in class org.apache.http.impl.cookie.NetscapeDomainHandler
 
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.
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, SSLSession) - Method in interface org.apache.http.conn.ssl.HostnameVerifier
 
verify(String, SSLSocket) - Method in interface org.apache.http.conn.ssl.HostnameVerifier
 
verify(String, X509Certificate) - Method in interface org.apache.http.conn.ssl.HostnameVerifier
 
verify(String, String[], String[]) - Method in interface org.apache.http.conn.ssl.HostnameVerifier
Checks to see if the supplied hostname matches any of the supplied CNs or "DNS" Subject-Alts.
verify(String, String[], String[]) - Method in class org.apache.http.conn.ssl.StrictHostnameVerifier
 
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.

W

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
The thread executing this handler.
wrappedConnection - Variable in class org.apache.http.impl.conn.AbstractClientConnAdapter
The wrapped connection.
wrappedStream - Variable in class org.apache.http.conn.EofSensorInputStream
The wrapped input stream, while accessible.
writeTo(OutputStream) - Method in class org.apache.http.client.methods.UrlEncodedFormEntity
 
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.

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

Copyright © 2000-2007 Apache Software Foundation. All Rights Reserved.