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

A

abort() - Method in interface org.apache.http.client.methods.AbortableHttpRequest
Aborts this http request.
abort() - Method in class org.apache.http.client.methods.HttpRequestBase
 
abort() - Method in interface org.apache.http.client.methods.HttpUriRequest
Aborts execution of the request.
abort() - Method in class org.apache.http.impl.client.RequestWrapper
 
abort() - Method in class org.apache.http.impl.conn.tsccm.WaitingThreadAborter
If a waiting thread has been set, interrupts it.
AbortableHttpRequest - Interface in org.apache.http.client.methods
Interface representing an HTTP request that can be aborted by shutting down the underlying HTTP connection.
abortConnection() - Method in class org.apache.http.conn.BasicManagedEntity
 
abortConnection() - Method in interface org.apache.http.conn.ConnectionReleaseTrigger
Releases the connection without the option of keep-alive.
abortConnection() - Method in class org.apache.http.conn.EofSensorInputStream
Aborts this stream.
abortConnection() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
abortRequest() - Method in interface org.apache.http.conn.ClientConnectionRequest
Aborts the call to #getConnection(long, TimeUnit), causing it to throw an InterruptedException.
abortRequest() - Method in interface org.apache.http.impl.conn.tsccm.PoolEntryRequest
Aborts the active or next call to #getPoolEntry(long, TimeUnit).
AbstractAuthenticationHandler - Class in org.apache.http.impl.client
Base class for AuthenticationHandler implementations.
AbstractAuthenticationHandler() - Constructor for class org.apache.http.impl.client.AbstractAuthenticationHandler
 
AbstractClientConnAdapter - Class in org.apache.http.impl.conn
Abstract adapter from operated to managed client connections.
AbstractClientConnAdapter(ClientConnectionManager, OperatedClientConnection) - Constructor for class org.apache.http.impl.conn.AbstractClientConnAdapter
Creates a new connection adapter.
AbstractConnPool - Class in org.apache.http.impl.conn.tsccm
An abstract connection pool.
AbstractConnPool() - Constructor for class org.apache.http.impl.conn.tsccm.AbstractConnPool
Creates a new connection pool.
AbstractCookieAttributeHandler - Class in org.apache.http.impl.cookie
 
AbstractCookieAttributeHandler() - Constructor for class org.apache.http.impl.cookie.AbstractCookieAttributeHandler
 
AbstractCookieSpec - Class in org.apache.http.impl.cookie
Abstract cookie specification which can delegate the job of parsing, validation or matching cookie attributes to a number of arbitrary CookieAttributeHandlers.
AbstractCookieSpec() - Constructor for class org.apache.http.impl.cookie.AbstractCookieSpec
Default constructor
AbstractHttpClient - Class in org.apache.http.impl.client
Base class for HttpClient implementations.
AbstractHttpClient(ClientConnectionManager, HttpParams) - Constructor for class org.apache.http.impl.client.AbstractHttpClient
Creates a new HTTP client.
AbstractHttpClientConnection - Class in org.apache.http.impl
Abstract client-side HTTP connection capable of transmitting and receiving data using arbitrary SessionInputBuffer and SessionOutputBuffer implementations.
AbstractHttpClientConnection() - Constructor for class org.apache.http.impl.AbstractHttpClientConnection
Creates an instance of this class.
AbstractHttpEntity - Class in org.apache.http.entity
Abstract base class for entities.
AbstractHttpEntity() - Constructor for class org.apache.http.entity.AbstractHttpEntity
Protected default constructor.
AbstractHttpMessage - Class in org.apache.http.message
Basic implementation of HttpMessage.
AbstractHttpMessage(HttpParams) - Constructor for class org.apache.http.message.AbstractHttpMessage
 
AbstractHttpMessage() - Constructor for class org.apache.http.message.AbstractHttpMessage
 
AbstractHttpParams - Class in org.apache.http.params
Abstract base class for parameter collections.
AbstractHttpParams() - Constructor for class org.apache.http.params.AbstractHttpParams
Instantiates parameters.
AbstractHttpServerConnection - Class in org.apache.http.impl
Abstract server-side HTTP connection capable of transmitting and receiving data using arbitrary SessionInputBuffer and SessionOutputBuffer implementations.
AbstractHttpServerConnection() - Constructor for class org.apache.http.impl.AbstractHttpServerConnection
Creates an instance of this class.
AbstractMessageParser - Class in org.apache.http.impl.io
Abstract base class for HTTP message parsers that obtain input from an instance of SessionInputBuffer.
AbstractMessageParser(SessionInputBuffer, LineParser, HttpParams) - Constructor for class org.apache.http.impl.io.AbstractMessageParser
Creates an instance of this class.
AbstractMessageWriter - Class in org.apache.http.impl.io
Abstract base class for HTTP message writers that serialize output to an instance of SessionOutputBuffer.
AbstractMessageWriter(SessionOutputBuffer, LineFormatter, HttpParams) - Constructor for class org.apache.http.impl.io.AbstractMessageWriter
Creates an instance of AbstractMessageWriter.
AbstractPooledConnAdapter - Class in org.apache.http.impl.conn
Abstract adapter from pool entries to managed client connections.
AbstractPooledConnAdapter(ClientConnectionManager, AbstractPoolEntry) - Constructor for class org.apache.http.impl.conn.AbstractPooledConnAdapter
Creates a new connection adapter.
AbstractPoolEntry - Class in org.apache.http.impl.conn
A pool entry for use by connection manager implementations.
AbstractPoolEntry(ClientConnectionOperator, HttpRoute) - Constructor for class org.apache.http.impl.conn.AbstractPoolEntry
Creates a new pool entry.
AbstractSessionInputBuffer - Class in org.apache.http.impl.io
Abstract base class for session input buffers that stream data from an arbitrary InputStream.
AbstractSessionInputBuffer() - Constructor for class org.apache.http.impl.io.AbstractSessionInputBuffer
 
AbstractSessionOutputBuffer - Class in org.apache.http.impl.io
Abstract base class for session output buffers that stream data to an arbitrary OutputStream.
AbstractSessionOutputBuffer() - Constructor for class org.apache.http.impl.io.AbstractSessionOutputBuffer
 
AbstractVerifier - Class in org.apache.http.conn.ssl
Abstract base class for all standard X509HostnameVerifier implementations.
AbstractVerifier() - Constructor for class org.apache.http.conn.ssl.AbstractVerifier
 
acceptableCountryWildcard(String) - Static method in class org.apache.http.conn.ssl.AbstractVerifier
 
add(URI) - Method in class org.apache.http.impl.client.RedirectLocations
Adds a new URI to the list of redirects.
add(HttpConnection, long) - Method in class org.apache.http.impl.conn.IdleConnectionHandler
Registers the given connection with this handler.
addCookie(Cookie) - Method in interface org.apache.http.client.CookieStore
Adds an Cookie, replacing any existing equivalent cookies.
addCookie(Cookie) - Method in class org.apache.http.impl.client.BasicCookieStore
Adds an HTTP cookie, replacing any existing equivalent cookies.
addCookies(Cookie[]) - Method in class org.apache.http.impl.client.BasicCookieStore
Adds an array of HTTP cookies.
addHeader(Header) - Method in interface org.apache.http.HttpMessage
Adds a header to this message.
addHeader(String, String) - Method in interface org.apache.http.HttpMessage
Adds a header to this message.
addHeader(Header) - Method in class org.apache.http.message.AbstractHttpMessage
 
addHeader(String, String) - Method in class org.apache.http.message.AbstractHttpMessage
 
addHeader(Header) - Method in class org.apache.http.message.HeaderGroup
Adds the given header to the group.
addInterceptor(HttpRequestInterceptor) - Method in class org.apache.http.protocol.BasicHttpProcessor
addInterceptor(HttpRequestInterceptor, int) - Method in class org.apache.http.protocol.BasicHttpProcessor
 
addInterceptor(HttpResponseInterceptor) - Method in class org.apache.http.protocol.BasicHttpProcessor
addInterceptor(HttpResponseInterceptor, int) - Method in class org.apache.http.protocol.BasicHttpProcessor
 
addRequestInterceptor(HttpRequestInterceptor) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
addRequestInterceptor(HttpRequestInterceptor, int) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
addRequestInterceptor(HttpRequestInterceptor) - Method in class org.apache.http.protocol.BasicHttpProcessor
 
addRequestInterceptor(HttpRequestInterceptor, int) - Method in class org.apache.http.protocol.BasicHttpProcessor
 
addRequestInterceptor(HttpRequestInterceptor) - Method in interface org.apache.http.protocol.HttpRequestInterceptorList
Appends a request interceptor to this list.
addRequestInterceptor(HttpRequestInterceptor, int) - Method in interface org.apache.http.protocol.HttpRequestInterceptorList
Inserts a request interceptor at the specified index.
addResponseInterceptor(HttpResponseInterceptor) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
addResponseInterceptor(HttpResponseInterceptor, int) - Method in class org.apache.http.impl.client.AbstractHttpClient
 
addResponseInterceptor(HttpResponseInterceptor, int) - Method in class org.apache.http.protocol.BasicHttpProcessor
 
addResponseInterceptor(HttpResponseInterceptor) - Method in class org.apache.http.protocol.BasicHttpProcessor
 
addResponseInterceptor(HttpResponseInterceptor) - Method in interface org.apache.http.protocol.HttpResponseInterceptorList
Appends a response interceptor to this list.
addResponseInterceptor(HttpResponseInterceptor, int) - Method in interface org.apache.http.protocol.HttpResponseInterceptorList
Inserts a response interceptor at the specified index.
AllClientPNames - Interface in org.apache.http.client.params
Collected parameter names for the HttpClient module.
allHeaders - Variable in class org.apache.http.message.BasicHeaderIterator
An array of headers to iterate over.
allHeaders - Variable in class org.apache.http.message.BasicListHeaderIterator
A list of headers to iterate over.
allocEntry(Object) - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
Obtains a free entry from this pool, if one is available.
ALLOW_ALL_HOSTNAME_VERIFIER - Static variable in class org.apache.http.conn.ssl.SSLSocketFactory
 
ALLOW_CIRCULAR_REDIRECTS - Static variable in interface org.apache.http.client.params.ClientPNames
Defines whether circular redirects (redirects to the same location) should be allowed.
ALLOW_FLAWED_CONTEXT_PROPERTY - Static variable in class org.apache.commons.logging.impl.LogFactoryImpl
The name (org.apache.commons.logging.Log.allowFlawedContext) of the system property which can be set true/false to determine system behaviour when a bad context-classloader is encountered.
ALLOW_FLAWED_DISCOVERY_PROPERTY - Static variable in class org.apache.commons.logging.impl.LogFactoryImpl
The name (org.apache.commons.logging.Log.allowFlawedDiscovery) of the system property which can be set true/false to determine system behaviour when a bad logging adapter class is encountered during logging discovery.
ALLOW_FLAWED_HIERARCHY_PROPERTY - Static variable in class org.apache.commons.logging.impl.LogFactoryImpl
The name (org.apache.commons.logging.Log.allowFlawedHierarchy) of the system property which can be set true/false to determine system behaviour when a logging adapter class is encountered which has bound to the wrong Log class implementation.
AllowAllHostnameVerifier - Class in org.apache.http.conn.ssl
The ALLOW_ALL HostnameVerifier essentially turns hostname verification off.
AllowAllHostnameVerifier() - Constructor for class org.apache.http.conn.ssl.AllowAllHostnameVerifier
 
alwaysShutDown - Variable in class org.apache.http.impl.conn.SingleClientConnManager
Whether the connection should be shut down on release.
ANY - Static variable in class org.apache.http.auth.AuthScope
Default scope matching any host, port, realm and authentication scheme.
ANY_HOST - Static variable in class org.apache.http.auth.AuthScope
The null value represents any host.
ANY_PORT - Static variable in class org.apache.http.auth.AuthScope
The -1 value represents any port.
ANY_REALM - Static variable in class org.apache.http.auth.AuthScope
The null value represents any realm.
ANY_SCHEME - Static variable in class org.apache.http.auth.AuthScope
The null value represents any authentication scheme.
append(byte[], int, int) - Method in class org.apache.http.util.ByteArrayBuffer
Appends len bytes to this buffer from the given source array starting at index off.
append(int) - Method in class org.apache.http.util.ByteArrayBuffer
Appends b byte to this buffer.
append(char[], int, int) - Method in class org.apache.http.util.ByteArrayBuffer
Appends len chars to this buffer from the given source array starting at index off.
append(CharArrayBuffer, int, int) - Method in class org.apache.http.util.ByteArrayBuffer
Appends len chars to this buffer from the given source char array buffer starting at index off.
append(char[], int, int) - Method in class org.apache.http.util.CharArrayBuffer
Appends len chars to this buffer from the given source array starting at index off.
append(String) - Method in class org.apache.http.util.CharArrayBuffer
Appends chars of the given string to this buffer.
append(CharArrayBuffer, int, int) - Method in class org.apache.http.util.CharArrayBuffer
Appends len chars to this buffer from the given source buffer starting at index off.
append(CharArrayBuffer) - Method in class org.apache.http.util.CharArrayBuffer
Appends all chars to this buffer from the given source buffer starting at index 0.
append(char) - Method in class org.apache.http.util.CharArrayBuffer
Appends ch char to this buffer.
append(byte[], int, int) - Method in class org.apache.http.util.CharArrayBuffer
Appends len bytes to this buffer from the given source array starting at index off.
append(ByteArrayBuffer, int, int) - Method in class org.apache.http.util.CharArrayBuffer
Appends len bytes to this buffer from the given source array starting at index off.
append(Object) - Method in class org.apache.http.util.CharArrayBuffer
Appends chars of the textual representation of the given object to this buffer.
appendProtocolVersion(CharArrayBuffer, ProtocolVersion) - Method in class org.apache.http.message.BasicLineFormatter
 
appendProtocolVersion(CharArrayBuffer, ProtocolVersion) - Method in interface org.apache.http.message.LineFormatter
Formats a protocol version.
applicationParams - Variable in class org.apache.http.impl.client.ClientParamsStack
The application parameter collection, or null.
ASCII - Static variable in class org.apache.http.protocol.HTTP
 
assertAttached() - Method in class org.apache.http.impl.conn.AbstractPooledConnAdapter
Deprecated. 
assertNotAborted() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
 
assertNotOpen() - Method in class org.apache.http.impl.SocketHttpClientConnection
 
assertNotOpen() - Method in class org.apache.http.impl.SocketHttpServerConnection
 
assertOpen() - Method in class org.apache.http.impl.AbstractHttpClientConnection
Asserts if the connection is open.
assertOpen() - Method in class org.apache.http.impl.AbstractHttpServerConnection
Asserts if the connection is open.
assertOpen() - Method in class org.apache.http.impl.SocketHttpClientConnection
 
assertOpen() - Method in class org.apache.http.impl.SocketHttpServerConnection
 
assertStillUp() - Method in class org.apache.http.impl.conn.SingleClientConnManager
Asserts that this manager is not shut down.
assertValid(OperatedClientConnection) - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
Asserts that there is a wrapped connection to delegate to.
atEnd() - Method in class org.apache.http.message.ParserCursor
 
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.
attributes - Variable in class org.apache.commons.logging.impl.LogFactoryImpl
Configuration attributes.
AUTH - Class in org.apache.http.auth
Constants and static helpers related to the HTTP authentication.
AUTH_SCHEME_PREF - Static variable in interface org.apache.http.client.protocol.ClientContext
RESERVED.
authenticate(Credentials, HttpRequest) - Method in interface org.apache.http.auth.AuthScheme
Produces an authorization string for the given set of Credentials.
authenticate(Credentials, HttpRequest) - Method in class org.apache.http.impl.auth.BasicScheme
Produces basic authorization header for the given set of Credentials.
authenticate(Credentials, String, boolean) - Static method in class org.apache.http.impl.auth.BasicScheme
Returns a basic Authorization header value for the given Credentials and charset.
authenticate(Credentials, HttpRequest) - Method in class org.apache.http.impl.auth.DigestScheme
Produces a digest authorization string for the given set of Credentials, method name and URI.
authenticate(Credentials, HttpRequest) - Method in class org.apache.http.impl.auth.NTLMScheme
 
AuthenticationException - Exception in org.apache.http.auth
Signals a failure in authentication process
AuthenticationException() - Constructor for exception org.apache.http.auth.AuthenticationException
Creates a new AuthenticationException with a null detail message.
AuthenticationException(String) - Constructor for exception org.apache.http.auth.AuthenticationException
Creates a new AuthenticationException with the specified message.
AuthenticationException(String, Throwable) - Constructor for exception org.apache.http.auth.AuthenticationException
Creates a new AuthenticationException with the specified detail message and cause.
AuthenticationHandler - Interface in org.apache.http.client
/** A handler for determining if an HTTP response represents an authentication challenge that was sent back to the client as a result of authentication failure.
AuthParamBean - Class in org.apache.http.auth.params
This is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate HTTP authentication parameters using Java Beans conventions.
AuthParamBean(HttpParams) - Constructor for class org.apache.http.auth.params.AuthParamBean
 
AuthParams - Class in org.apache.http.auth.params
An adaptor for manipulating HTTP authentication parameters in HttpParams.
AuthPNames - Interface in org.apache.http.auth.params
Parameter names for HTTP authentication classes.
AuthPolicy - Class in org.apache.http.client.params
Standard authentication schemes supported by HttpClient.
AuthScheme - Interface in org.apache.http.auth
This interface represents an abstract challenge-response oriented authentication scheme.
AUTHSCHEME_REGISTRY - Static variable in interface org.apache.http.client.protocol.ClientContext
Attribute name of a AuthSchemeRegistry object that represents the actual authentication scheme registry.
AuthSchemeBase - Class in org.apache.http.impl.auth
Abstract authentication scheme class that serves as a basis for all authentication schemes supported by HttpClient.
AuthSchemeBase() - Constructor for class org.apache.http.impl.auth.AuthSchemeBase
 
AuthSchemeFactory - Interface in org.apache.http.auth
Factory for AuthScheme implementations.
AuthSchemeRegistry - Class in org.apache.http.auth
Authentication scheme registry that can be used to obtain the corresponding authentication scheme implementation for a given type of authorization challenge.
AuthSchemeRegistry() - Constructor for class org.apache.http.auth.AuthSchemeRegistry
 
AuthScope - Class in org.apache.http.auth
The class represents an authentication scope consisting of a host name, a port number, a realm name and an authentication scheme name which Credentials apply to.
AuthScope(String, int, String, String) - Constructor for class org.apache.http.auth.AuthScope
Creates a new credentials scope for the given host, port, realm, and authentication scheme.
AuthScope(String, int, String) - Constructor for class org.apache.http.auth.AuthScope
Creates a new credentials scope for the given host, port, realm, and any authentication scheme.
AuthScope(String, int) - Constructor for class org.apache.http.auth.AuthScope
Creates a new credentials scope for the given host, port, any realm name, and any authentication scheme.
AuthScope(AuthScope) - Constructor for class org.apache.http.auth.AuthScope
Creates a copy of the given credentials scope.
AuthState - Class in org.apache.http.auth
This class provides detailed information about the state of the authentication process.
AuthState() - Constructor for class org.apache.http.auth.AuthState
Default constructor.
available() - Method in class org.apache.http.conn.EofSensorInputStream
 
available() - Method in class org.apache.http.impl.io.IdentityInputStream
 
await(Date) - Method in class org.apache.http.impl.conn.tsccm.WaitingThread
Blocks the calling thread.
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links