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
 
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.
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) - 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 class org.apache.http.client.HttpState
Adds an HTTP cookie, replacing any existing equivalent cookies.
addCookies(Cookie[]) - Method in class org.apache.http.client.HttpState
Adds an array of HTTP cookies.
addRequestInterceptor(HttpRequestInterceptor) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
addResponseInterceptor(HttpResponseInterceptor) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
allocateConnection(HttpRoute, long) - Method in class org.apache.http.impl.client.DefaultClientRequestDirector
Obtains a connection for the target route.
ALLOW_ALL_HOSTNAME_VERIFIER - Static variable in class org.apache.http.conn.ssl.SSLSocketFactory
 
ALLOW_CIRCULAR_REDIRECTS - Static variable in class org.apache.http.client.params.HttpClientParams
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_HOST_CONFIGURATION - Static variable in class org.apache.http.conn.HostConfiguration
Constant representing a configuration for 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.
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.
AUTH_SCHEME_PRIORITY - Static variable in class org.apache.http.client.params.HttpClientParams
The key used to look up the list of IDs of supported authentication schemes in their order of preference.
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.
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 class org.apache.http.client.protocol.HttpClientContext
 
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)
BasicCommentHandler - Class in org.apache.http.impl.cookie
 
BasicCommentHandler() - Constructor for class org.apache.http.impl.cookie.BasicCommentHandler
 
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
 
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 stives 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 class org.apache.http.client.HttpState
Clears the state information (all cookies, credentials and proxy credentials).
clearCookies() - Method in class org.apache.http.client.HttpState
Clears all cookies.
clearCredentials() - Method in class org.apache.http.client.HttpState
Clears all credentials.
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.
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.
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.ThreadSafeClientConnManager
Deletes all free connections that are idle or closed.
closing() - Method in class org.apache.http.impl.conn.AbstractPoolEntry
Tracks close or shutdown of the connection.
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 class org.apache.http.conn.RouteDirector
Indicates that the route is complete.
CONNECT_PROXY - Static variable in class org.apache.http.conn.RouteDirector
Step: open connection to proxy.
CONNECT_TARGET - Static variable in class org.apache.http.conn.RouteDirector
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 class org.apache.http.client.params.HttpClientParams
Defines the class name of the default ClientConnectionManager
CONNECTION_MANAGER_TIMEOUT - Static variable in class org.apache.http.client.params.HttpClientParams
Defines the timeout in milliseconds used when retrieving an instance of ManagedClientConnection from the ClientConnectionManager.
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.
connOperator - Variable in class org.apache.http.impl.conn.SingleClientConnManager
The operator for opening and updating connections.
consumeContent() - Method in class org.apache.http.conn.BasicManagedEntity
 
Cookie - Class 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(String, String) - Constructor for class org.apache.http.cookie.Cookie
Default Constructor taking a name and a value.
COOKIE - Static variable in interface org.apache.http.cookie.SM
 
COOKIE_ORIGIN - Static variable in class org.apache.http.client.protocol.HttpClientContext
 
COOKIE_POLICY - Static variable in class org.apache.http.client.params.HttpClientParams
Defines the name of the cookie specification to be used for HTTP state management.
COOKIE_SPEC - Static variable in class org.apache.http.client.protocol.HttpClientContext
 
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 class org.apache.http.client.protocol.HttpClientContext
 
CookieSpecBase - Class in org.apache.http.impl.cookie
Cookie management functions shared by all specification.
CookieSpecBase() - Constructor for class org.apache.http.impl.cookie.CookieSpecBase
 
CookieSpecFactory - Interface in org.apache.http.cookie
 
CookieSpecParams - Class in org.apache.http.cookie.params
This class implements an adaptor around the HttpParams interface to simplify manipulation of cookie management specific parameters.
CookieSpecParams() - Constructor for class org.apache.http.cookie.params.CookieSpecParams
 
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
 
countDots(String) - Static method in class org.apache.http.conn.ssl.AbstractVerifier
Counts the number of dots "." in a string.
createAuthenticationHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
createAuthenticationHandler() - Method in class org.apache.http.impl.client.DefaultHttpClient
 
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.ThreadSafeClientConnManager
Hook for creating the connection operator.
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
 
createHttpContext() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
createHttpContext() - Method in class org.apache.http.impl.client.DefaultHttpClient
 
createHttpDataReceiver(Socket, int, HttpParams) - Method in class org.apache.http.impl.conn.DefaultClientConnection
 
createHttpDataTransmitter(Socket, int, HttpParams) - Method in class org.apache.http.impl.conn.DefaultClientConnection
 
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
 
createHttpState() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
createHttpState() - 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
 
createSocket() - Method in class org.apache.http.conn.PlainSocketFactory
 
createSocket(Socket, String, int, boolean) - Method in interface org.apache.http.conn.SecureSocketFactory
Returns a socket connected to the given host that is layered over an existing socket.
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
 
createTunnel(HttpRoute, HttpContext) - Method in class org.apache.http.impl.client.DefaultClientRequestDirector
Creates a tunnel.
CREDENTIAL_CHARSET - Static variable in class org.apache.http.auth.params.AuthParams
Defines the charset to be used when encoding Credentials.
Credentials - Interface in org.apache.http.auth
User name and password based authentication credentials.

D

DATE_PATTERNS - Static variable in class org.apache.http.cookie.params.CookieSpecParams
The key used to look up 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 class org.apache.http.client.params.HttpClientParams
Defines the request headers to be sent per default with each request.
DEFAULT_HOST - Static variable in class org.apache.http.client.params.HttpClientParams
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 class org.apache.http.client.params.HttpClientParams
Defines the default proxy.
DefaultAuthenticationHandler - Class in org.apache.http.impl.client
 
DefaultAuthenticationHandler() - Constructor for class org.apache.http.impl.client.DefaultAuthenticationHandler
 
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, 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
DefaultRedirectHandler - Class in org.apache.http.impl.client
Default implementation of a redirect handler.
DefaultRedirectHandler() - Constructor for class org.apache.http.impl.client.DefaultRedirectHandler
 
detach() - Method in class org.apache.http.impl.conn.AbstractPooledConnAdapter
Detaches this adapter from the wrapped connection.
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
 
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.RouteDirector
Determines the next step to establish a direct connection.

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.HostConfiguration
 
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
Maps to execute(request, context).
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
 

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.RouteDirector
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.
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.
formUrlEncode(NameValuePair[], String) - Static method in class org.apache.http.client.utils.URLUtils
Form-urlencoding routine.

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
 
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
 
getAuthenticationHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
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
getCNs(X509Certificate) - Static method in class org.apache.http.conn.ssl.AbstractVerifier
 
getComment() - Method in class org.apache.http.cookie.Cookie
Returns the comment describing the purpose of this cookie, or null if no such comment has been defined.
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(HttpRoute) - Method in class org.apache.http.impl.conn.ThreadSafeClientConnManager
 
getConnection(HttpRoute, long) - Method in class org.apache.http.impl.conn.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(HostConfiguration) - Method in class org.apache.http.impl.conn.ThreadSafeClientConnManager
Gets the total number of pooled connections for the given host configuration.
getConnectionsInPool() - Method in class org.apache.http.impl.conn.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 class org.apache.http.client.HttpState
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
 
getCredentialCharset(HttpParams) - Static method in class org.apache.http.auth.params.AuthParams
Defines the charset to be used when encoding Credentials.
getCredentials() - Method in class org.apache.http.client.AuthState
Returns user Credentials selected for authentication if available
getCredentials(AuthScope) - Method in class org.apache.http.client.HttpState
Get the credentials for the given authentication scope.
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 class org.apache.http.cookie.Cookie
Returns domain attribute of the cookie.
getExpiryDate() - Method in class org.apache.http.cookie.Cookie
Returns the expiration Date of the cookie, or null if none exists.
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 class org.apache.http.conn.HostConfiguration
Returns the target host.
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
 
getHttpVersion() - Method in interface org.apache.http.client.methods.HttpUriRequest
 
getLocalAddress() - Method in class org.apache.http.conn.HostConfiguration
Return the local address to be used when creating connections.
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
 
getMaxConnectionsPerHost(HttpParams, HostConfiguration) - Static method in class org.apache.http.conn.params.HttpConnectionManagerParams
Gets the maximum number of connections to be used for a particular host config.
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 class org.apache.http.cookie.Cookie
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
 
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.
getParameters() - Method in class org.apache.http.impl.auth.RFC2617Scheme
Returns authentication parameters map.
getParams() - Method in interface org.apache.http.client.HttpClient
Obtains the parameters for this client.
getParams() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
getParams() - Method in class org.apache.http.impl.conn.ThreadSafeClientConnManager
Returns parameters associated with this connection manager.
getPassword() - Method in interface org.apache.http.auth.Credentials
 
getPassword() - Method in class org.apache.http.auth.UsernamePasswordCredentials
Password property getter.
getPath() - Method in class org.apache.http.cookie.Cookie
Returns the path attribute of the cookie
getPath() - Method in class org.apache.http.cookie.CookieOrigin
 
getPort() - Method in class org.apache.http.auth.AuthScope
 
getPort() - Method in class org.apache.http.cookie.CookieOrigin
 
getPrincipalName() - Method in interface org.apache.http.auth.Credentials
 
getPrincipalName() - Method in class org.apache.http.auth.UsernamePasswordCredentials
User name property getter.
getProxyChallenges(HttpResponse, HttpContext) - Method in interface org.apache.http.client.AuthenticationHandler
 
getProxyChallenges(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultAuthenticationHandler
 
getProxyHost() - Method in class org.apache.http.conn.HostConfiguration
Returns the proxy to use.
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
 
getReleaseVersion() - Static method in class org.apache.http.client.VersionInfo
 
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
 
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
 
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
 
getSchemeRegistry() - Method in class org.apache.http.impl.conn.SingleClientConnManager
 
getSchemeRegistry() - Method in class org.apache.http.impl.conn.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.
getState() - Method in class org.apache.http.impl.client.AbstractHttpClient
 
getTargetChallenges(HttpResponse, HttpContext) - Method in interface org.apache.http.client.AuthenticationHandler
 
getTargetChallenges(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultAuthenticationHandler
 
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 class org.apache.http.cookie.Cookie
Returns the value.
getVersion() - Method in class org.apache.http.cookie.Cookie
Returns the version of the cookie specification to which this cookie conforms.
GMT - Static variable in class org.apache.http.impl.cookie.DateUtils
 

H

HANDLE_AUTHENTICATION - Static variable in class org.apache.http.client.params.HttpClientParams
Defines whether authentication should be handled automatically.
HANDLE_REDIRECTS - Static variable in class org.apache.http.client.params.HttpClientParams
Defines whether redirects should be handled automatically
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.HostConfiguration
 
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.
HostConfiguration - Class in org.apache.http.conn
Provides configuration data for connecting to a host.
HostConfiguration(HttpHost, HttpHost, InetAddress) - Constructor for class org.apache.http.conn.HostConfiguration
Creates a new host configuration.
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.
HTTP_STATE - Static variable in class org.apache.http.client.protocol.HttpClientContext
 
HttpClient - Interface in org.apache.http.client
Interface for an HTTP client.
HttpClientContext - Class in org.apache.http.client.protocol
 
HttpClientContext(HttpContext) - Constructor for class org.apache.http.client.protocol.HttpClientContext
 
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
 
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
 
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.
HttpState - Class in org.apache.http.client
A container for HTTP attributes that may persist from request to request, such as cookies and authentication credentials.
HttpState() - Constructor for class org.apache.http.client.HttpState
Default constructor.
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
 
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
 
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.
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.
isDomainAttributeSpecified() - Method in class org.apache.http.cookie.Cookie
Returns true if cookie's domain was set via a domain attribute in the Set-Cookie header.
isExpired(Date) - Method in class org.apache.http.cookie.Cookie
Returns true if this cookie has expired.
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
 
isPathAttributeSpecified() - Method in class org.apache.http.cookie.Cookie
Returns true if cookie's path was set via a path attribute in the Set-Cookie header.
isPersistent() - Method in class org.apache.http.cookie.Cookie
Returns false if the cookie should be discarded at the end of the "session"; true otherwise.
isProxy() - Method in class org.apache.http.impl.auth.RFC2617Scheme
Returns true if authenticating against a proxy, false otherwise.
isProxyAuthenticationRequested(HttpResponse, HttpContext) - Method in interface org.apache.http.client.AuthenticationHandler
 
isProxyAuthenticationRequested(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultAuthenticationHandler
 
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 class org.apache.http.cookie.Cookie
 
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
 
isShutDown - Variable in class org.apache.http.impl.conn.SingleClientConnManager
Indicates whether this connection manager is shut down.
isStale() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
isStreaming() - Method in class org.apache.http.client.methods.UrlEncodedFormEntity
 
isTargetAuthenticationRequested(HttpResponse, HttpContext) - Method in interface org.apache.http.client.AuthenticationHandler
 
isTargetAuthenticationRequested(HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultAuthenticationHandler
 
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.

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 class org.apache.http.conn.RouteDirector
Step: layer protocol (over tunnel).
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.

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
 
MAX_HOST_CONNECTIONS - Static variable in class org.apache.http.conn.params.HttpConnectionManagerParams
Defines the maximum number of connections allowed per host configuration.
MAX_REDIRECTS - Static variable in class org.apache.http.client.params.HttpClientParams
Defines the maximum number of redirects to be followed.
MAX_TOTAL_CONNECTIONS - Static variable in class org.apache.http.conn.params.HttpConnectionManagerParams
Defines the maximum number of connections allowed overall.
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
 
nextStep(HttpRoute, HttpRoute) - Method in class org.apache.http.conn.RouteDirector
Provides the next step.
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).

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.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.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
 

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.
parse(Cookie, 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(Cookie, String) - Method in class org.apache.http.impl.cookie.BasicCommentHandler
 
parse(Cookie, String) - Method in class org.apache.http.impl.cookie.BasicDomainHandler
 
parse(Cookie, String) - Method in class org.apache.http.impl.cookie.BasicExpiresHandler
 
parse(Cookie, String) - Method in class org.apache.http.impl.cookie.BasicMaxAgeHandler
 
parse(Cookie, String) - Method in class org.apache.http.impl.cookie.BasicPathHandler
 
parse(Cookie, 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(Cookie, String) - Method in class org.apache.http.impl.cookie.RFC2109DomainHandler
 
parse(Header, CookieOrigin) - Method in class org.apache.http.impl.cookie.RFC2109Spec
 
parse(Cookie, String) - Method in class org.apache.http.impl.cookie.RFC2109VersionHandler
 
parseChallenges(Header[]) - Method in class org.apache.http.impl.client.DefaultAuthenticationHandler
 
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.
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.SingleClientConnManager.PoolEntry
The route for which this entry gets allocated.
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
 
PREEMPTIVE_AUTHENTICATION - Static variable in class org.apache.http.client.params.HttpClientParams
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.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.RouteDirector
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 class org.apache.http.client.protocol.HttpClientContext
 
purgeExpiredCookies() - Method in class org.apache.http.client.HttpState
Removes all of cookies in this HTTP state that have expired by the specified date.

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.
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 class org.apache.http.client.params.HttpClientParams
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.ThreadSafeClientConnManager
Releases an allocated connection.
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.
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 HttpState to the request being executed and generates corresponding cookierequest headers.
RequestAddCookies() - Constructor for class org.apache.http.client.protocol.RequestAddCookies
 
requestExec - Variable in class org.apache.http.impl.client.DefaultClientRequestDirector
The request executor.
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 HttpState 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.
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
 
RouteDirector - Class in org.apache.http.conn
Provides directions on establishing a route.
RouteDirector() - Constructor for class org.apache.http.conn.RouteDirector
 
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.
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.

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.ThreadSafeClientConnManager
The schemes supported by this connection manager.
SecureSocketFactory - Interface in org.apache.http.conn
A SocketFactory for secure sockets (SSL/TLS).
selectScheme(Map, HttpResponse, HttpContext) - Method in interface org.apache.http.client.AuthenticationHandler
 
selectScheme(Map, HttpResponse, HttpContext) - Method in class org.apache.http.impl.client.DefaultAuthenticationHandler
 
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
 
setAuthenticating(HttpParams, boolean) - Static method in class org.apache.http.client.params.HttpClientParams
 
setAuthenticationHandler(AuthenticationHandler) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
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 class org.apache.http.cookie.Cookie
If a user agent (web browser) presents this cookie to a user, the cookie's purpose will be described using this comment.
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.
setCookiePolicy(HttpParams, String) - Static method in class org.apache.http.client.params.HttpClientParams
 
setCookieSpecs(CookieSpecRegistry) - 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 class org.apache.http.client.HttpState
Sets the credentials for the given authentication scope.
setDefaultMaxConnectionsPerHost(HttpParams, int) - Static method in class org.apache.http.conn.params.HttpConnectionManagerParams
Sets the default maximum number of connections allowed for a given host config.
setDomain(String) - Method in class org.apache.http.cookie.Cookie
Sets the domain attribute.
setDomainAttributeSpecified(boolean) - Method in class org.apache.http.cookie.Cookie
Indicates whether the cookie had a domain specified in a domain attribute of the Set-Cookie header.
setExpiryDate(Date) - Method in class org.apache.http.cookie.Cookie
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, HostConfiguration, int) - Static method in class org.apache.http.conn.params.HttpConnectionManagerParams
Sets the maximum number of connections to be used for the given host config.
setMaxTotalConnections(HttpParams, int) - Static method in class org.apache.http.conn.params.HttpConnectionManagerParams
Sets the maximum number of connections allowed.
setParams(HttpParams) - Method in class org.apache.http.impl.client.AbstractHttpClient
Replaces the parameters.
setParams(HttpParams) - Method in class org.apache.http.impl.conn.ThreadSafeClientConnManager
Assigns parameters for this connection manager.
setPath(String) - Method in class org.apache.http.cookie.Cookie
Sets the path attribute.
setPathAttributeSpecified(boolean) - Method in class org.apache.http.cookie.Cookie
Indicates whether the cookie had a path specified in a path attribute of the Set-Cookie header.
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
 
setSecure(boolean) - Method in class org.apache.http.cookie.Cookie
Sets the secure attribute of the cookie.
setSocketTimeout(int) - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
setState(HttpState) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
setVersion(int) - Method in class org.apache.http.cookie.Cookie
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.ThreadSafeClientConnManager
Shuts down the connection manager and releases all resources.
shutdownAll() - Static method in class org.apache.http.impl.conn.ThreadSafeClientConnManager
Shuts down and cleans up resources used by all instances of ThreadSafeClientConnManager.
simpleFormUrlEncode(NameValuePair[], String) - Static method in class org.apache.http.client.utils.URLUtils
Form-urlencoding routine.
SINGLE_COOKIE_HEADER - Static variable in class org.apache.http.cookie.params.CookieSpecParams
Defines whether cookies should be put on a single request header.
SingleClientConnManager - Class in org.apache.http.impl.conn
A connection "manager" for a single connection.
SingleClientConnManager(HttpParams, SchemeRegistry) - Constructor for class org.apache.http.impl.conn.SingleClientConnManager
Creates a new simple connection manager.
SingleClientConnManager.ConnAdapter - Class in org.apache.http.impl.conn
The connection adapter used by this manager.
SingleClientConnManager.ConnAdapter(SingleClientConnManager.PoolEntry, HttpRoute) - Constructor for class org.apache.http.impl.conn.SingleClientConnManager.ConnAdapter
Creates a new connection adapter.
SingleClientConnManager.PoolEntry - Class in org.apache.http.impl.conn
The pool entry for this connection manager.
SingleClientConnManager.PoolEntry(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
Secure socket factory 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 class org.apache.http.client.protocol.HttpClientContext
 
ThreadSafeClientConnManager - Class in org.apache.http.impl.conn
Manages a pool of client connections.
ThreadSafeClientConnManager(HttpParams, SchemeRegistry) - Constructor for class org.apache.http.impl.conn.ThreadSafeClientConnManager
Creates a new thread safe connection manager.
TLS - Static variable in class org.apache.http.conn.ssl.SSLSocketFactory
 
toHostConfig() - Method in class org.apache.http.conn.HttpRoute
Deprecated. No replacement. This class will replace HostConfiguration where routes need to be represented. No conversion necessary.
toHostConfig() - Method in class org.apache.http.conn.RouteTracker
Deprecated. use toRoute instead. Kept temporarily until HttpRoute takes over from HostConfiguration.
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.client.HttpState
Returns a string representation of this HTTP state.
toString() - Method in class org.apache.http.conn.HostConfiguration
 
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.Cookie
 
toString() - Method in class org.apache.http.cookie.CookieOrigin
 
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 class org.apache.http.conn.RouteDirector
Step: tunnel through proxy to other proxy.
TUNNEL_TARGET - Static variable in class org.apache.http.conn.RouteDirector
Step: tunnel through proxy to target.
tunnelCreated(boolean, HttpParams) - Method in interface org.apache.http.conn.ManagedClientConnection
Indicates that a tunnel has been established.
tunnelCreated(boolean, HttpParams) - Method in class org.apache.http.impl.conn.AbstractPooledConnAdapter
 
tunnelCreated(boolean, HttpParams) - Method in class org.apache.http.impl.conn.AbstractPoolEntry
Tracks tunnelling of the connection.
tunnelProxy(HttpHost, boolean) - Method in class org.apache.http.conn.RouteTracker
Tracks tunnelling to a proxy in a proxy chain.
TunnelRefusedException - Exception in org.apache.http.impl.client
 
TunnelRefusedException(String, HttpResponse) - Constructor for exception org.apache.http.impl.client.TunnelRefusedException
 
tunnelTarget(boolean) - Method in class org.apache.http.conn.RouteTracker
Tracks tunnelling 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 class org.apache.http.conn.RouteDirector
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
 
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
 
VersionInfo - Class in org.apache.http.client
 
VersionInfo() - Constructor for class org.apache.http.client.VersionInfo
 
VIRTUAL_HOST - Static variable in class org.apache.http.client.params.HttpClientParams
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
 
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.