- canResponseHaveBody(HttpRequest, HttpResponse) - Method in class org.apache.http.protocol.HttpRequestExecutor
-
Decide whether a response comes with an entity.
- capacity() - Method in class org.apache.http.util.ByteArrayBuffer
-
Returns the current capacity.
- capacity() - Method in class org.apache.http.util.CharArrayBuffer
-
Returns the current capacity.
- cause - Variable in exception org.apache.commons.logging.LogConfigurationException
-
The underlying cause of this exception.
- CharArrayBuffer - Class in org.apache.http.util
-
A resizable char array.
- CharArrayBuffer(int) - Constructor for class org.apache.http.util.CharArrayBuffer
-
- charAt(int) - Method in class org.apache.http.util.CharArrayBuffer
-
Returns the char
value in this buffer at the specified
index.
- CHARSET_PARAM - Static variable in class org.apache.http.protocol.HTTP
-
- checkAbort() - Method in class org.apache.http.conn.EofSensorInputStream
-
Detects stream abort and notifies the watcher.
- checkClose() - Method in class org.apache.http.conn.EofSensorInputStream
-
Detects stream close and notifies the watcher.
- checkEOF(int) - Method in class org.apache.http.conn.EofSensorInputStream
-
Detects EOF and notifies the watcher.
- chooseProxy(List, HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.conn.ProxySelectorRoutePlanner
-
Chooses a proxy from a list of available proxies.
- CHUNK_CODING - Static variable in class org.apache.http.protocol.HTTP
-
Transfer encoding definitions
- chunked - Variable in class org.apache.http.entity.AbstractHttpEntity
-
- CHUNKED - Static variable in interface org.apache.http.entity.ContentLengthStrategy
-
- ChunkedInputStream - Class in org.apache.http.impl.io
-
Implements chunked transfer coding.
- ChunkedInputStream(SessionInputBuffer) - Constructor for class org.apache.http.impl.io.ChunkedInputStream
-
Wraps session input stream and reads chunk coded input.
- ChunkedOutputStream - Class in org.apache.http.impl.io
-
Implements chunked transfer coding.
- ChunkedOutputStream(SessionOutputBuffer, int) - Constructor for class org.apache.http.impl.io.ChunkedOutputStream
-
Wraps a session output buffer and chunk-encodes the output.
- ChunkedOutputStream(SessionOutputBuffer) - Constructor for class org.apache.http.impl.io.ChunkedOutputStream
-
Wraps a session output buffer and chunks the output.
- CircularRedirectException - Exception in org.apache.http.client
-
Signals a circular redirect
- CircularRedirectException() - Constructor for exception org.apache.http.client.CircularRedirectException
-
Creates a new CircularRedirectException with a null detail message.
- CircularRedirectException(String) - Constructor for exception org.apache.http.client.CircularRedirectException
-
Creates a new CircularRedirectException with the specified detail message.
- CircularRedirectException(String, Throwable) - Constructor for exception org.apache.http.client.CircularRedirectException
-
Creates a new CircularRedirectException with the specified detail message and cause.
- clear() - Method in interface org.apache.http.client.CookieStore
-
Clears all cookies.
- clear() - Method in interface org.apache.http.client.CredentialsProvider
-
Clears all credentials.
- clear() - Method in class org.apache.http.impl.client.BasicCookieStore
-
Clears all cookies.
- clear() - Method in class org.apache.http.impl.client.BasicCredentialsProvider
-
- clear() - Method in class org.apache.http.message.HeaderGroup
-
Removes any contained headers.
- clear() - Method in class org.apache.http.params.BasicHttpParams
-
Removes all parameters from this collection.
- clear() - Method in class org.apache.http.util.ByteArrayBuffer
-
Clears content of the buffer.
- clear() - Method in class org.apache.http.util.CharArrayBuffer
-
Clears content of the buffer.
- clearExpired(Date) - Method in interface org.apache.http.client.CookieStore
-
Removes all of
Cookie
s in this store that have expired by
the specified
Date
.
- clearExpired(Date) - Method in class org.apache.http.impl.client.BasicCookieStore
-
Removes all of
cookies
in this HTTP state
that have expired by the specified
date
.
- clearInterceptors() - Method in class org.apache.http.protocol.BasicHttpProcessor
-
Clears both interceptor lists maintained by this processor.
- clearRequestInterceptors() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- clearRequestInterceptors() - Method in class org.apache.http.protocol.BasicHttpProcessor
-
- clearRequestInterceptors() - Method in interface org.apache.http.protocol.HttpRequestInterceptorList
-
Removes all request interceptors from this list.
- clearResponseInterceptors() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- clearResponseInterceptors() - Method in class org.apache.http.protocol.BasicHttpProcessor
-
- clearResponseInterceptors() - Method in interface org.apache.http.protocol.HttpResponseInterceptorList
-
Removes all response interceptors from this list.
- ClientConnectionManager - Interface in org.apache.http.conn
-
- ClientConnectionManagerFactory - Interface in org.apache.http.conn
-
- ClientConnectionOperator - Interface in org.apache.http.conn
-
ClientConnectionOperator represents a strategy for creating
OperatedClientConnection
instances and updating the underlying
Socket
of those objects.
- ClientConnectionRequest - Interface in org.apache.http.conn
-
- ClientContext - Interface in org.apache.http.client.protocol
-
HttpContext
attribute names for
client side HTTP protocol processing.
- ClientContextConfigurer - Class in org.apache.http.client.protocol
-
- ClientContextConfigurer(HttpContext) - Constructor for class org.apache.http.client.protocol.ClientContextConfigurer
-
- ClientCookie - Interface in org.apache.http.cookie
-
ClientCookie extends the standard
Cookie
interface with
additional client specific functionality such ability to retrieve
original cookie attributes exactly as they were specified by the
origin server.
- ClientParamBean - Class in org.apache.http.client.params
-
This is a Java Bean class that can be used to wrap an instance of
HttpParams
and manipulate HTTP client parameters using
Java Beans conventions.
- ClientParamBean(HttpParams) - Constructor for class org.apache.http.client.params.ClientParamBean
-
- clientParams - Variable in class org.apache.http.impl.client.ClientParamsStack
-
The client parameter collection, or null
.
- ClientParamsStack - Class in org.apache.http.impl.client
-
Represents a stack of parameter collections.
- ClientParamsStack(HttpParams, HttpParams, HttpParams, HttpParams) - Constructor for class org.apache.http.impl.client.ClientParamsStack
-
Creates a new parameter stack from elements.
- ClientParamsStack(ClientParamsStack) - Constructor for class org.apache.http.impl.client.ClientParamsStack
-
Creates a copy of a parameter stack.
- ClientParamsStack(ClientParamsStack, HttpParams, HttpParams, HttpParams, HttpParams) - Constructor for class org.apache.http.impl.client.ClientParamsStack
-
Creates a modified copy of a parameter stack.
- ClientPNames - Interface in org.apache.http.client.params
-
Parameter names for HTTP client parameters.
- ClientProtocolException - Exception in org.apache.http.client
-
Signals an error in the HTTP protocol.
- ClientProtocolException() - Constructor for exception org.apache.http.client.ClientProtocolException
-
- ClientProtocolException(String) - Constructor for exception org.apache.http.client.ClientProtocolException
-
- ClientProtocolException(Throwable) - Constructor for exception org.apache.http.client.ClientProtocolException
-
- ClientProtocolException(String, Throwable) - Constructor for exception org.apache.http.client.ClientProtocolException
-
- clone() - Method in class org.apache.http.client.methods.HttpEntityEnclosingRequestBase
-
- clone() - Method in class org.apache.http.client.methods.HttpRequestBase
-
- clone(Object) - Static method in class org.apache.http.client.utils.CloneUtils
-
- clone() - Method in class org.apache.http.conn.routing.HttpRoute
-
- clone() - Method in class org.apache.http.conn.routing.RouteTracker
-
- clone() - Method in class org.apache.http.entity.ByteArrayEntity
-
- clone() - Method in class org.apache.http.entity.FileEntity
-
- clone() - Method in class org.apache.http.entity.StringEntity
-
- clone() - Method in class org.apache.http.HttpHost
-
- clone() - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
- clone() - Method in class org.apache.http.impl.cookie.BasicClientCookie2
-
- clone() - Method in class org.apache.http.message.BasicHeader
-
- clone() - Method in class org.apache.http.message.BasicHeaderElement
-
- clone() - Method in class org.apache.http.message.BasicNameValuePair
-
- clone() - Method in class org.apache.http.message.BasicRequestLine
-
- clone() - Method in class org.apache.http.message.BasicStatusLine
-
- clone() - Method in class org.apache.http.message.BufferedHeader
-
- clone() - Method in class org.apache.http.message.HeaderGroup
-
- clone() - Method in class org.apache.http.params.BasicHttpParams
-
- clone() - Method in class org.apache.http.protocol.BasicHttpProcessor
-
- clone() - Method in class org.apache.http.ProtocolVersion
-
- CloneUtils - Class in org.apache.http.client.utils
-
A collection of utilities to workaround limitations of Java clone framework.
- close() - Method in class org.apache.http.conn.EofSensorInputStream
-
- close() - Method in interface org.apache.http.HttpConnection
-
Closes this connection gracefully.
- 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.
- close() - Method in class org.apache.http.impl.io.ChunkedInputStream
-
Upon close, this reads the remainder of the chunked message,
leaving the underlying socket at a position to start reading the
next response without scanning.
- close() - Method in class org.apache.http.impl.io.ChunkedOutputStream
-
Finishes writing to the underlying stream, but does NOT close the underlying stream.
- close() - Method in class org.apache.http.impl.io.ContentLengthInputStream
-
Reads until the end of the known length of content.
- close() - Method in class org.apache.http.impl.io.ContentLengthOutputStream
-
Does not close the underlying socket output.
- close() - Method in class org.apache.http.impl.io.IdentityInputStream
-
- close() - Method in class org.apache.http.impl.io.IdentityOutputStream
-
Does not close the underlying socket output.
- close() - Method in class org.apache.http.impl.SocketHttpClientConnection
-
- close() - Method in class org.apache.http.impl.SocketHttpServerConnection
-
- closeConnection(OperatedClientConnection) - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
-
Closes a connection from this pool.
- closeExpiredConnections() - Method in interface org.apache.http.conn.ClientConnectionManager
-
Closes all expired connections in the pool.
- closeExpiredConnections() - Method in class org.apache.http.impl.conn.IdleConnectionHandler
-
- closeExpiredConnections() - Method in class org.apache.http.impl.conn.SingleClientConnManager
-
- closeExpiredConnections() - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
-
- closeExpiredConnections() - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
-
- closeIdleConnections(long) - Method in interface org.apache.http.conn.ClientConnectionManager
-
Closes idle connections in the pool.
- closeIdleConnections(long) - Method in class org.apache.http.impl.conn.IdleConnectionHandler
-
Closes connections that have been idle for at least the given amount of time.
- closeIdleConnections(long) - Method in class org.apache.http.impl.conn.SingleClientConnManager
-
- closeIdleConnections(long) - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
-
Closes idle connections.
- closeIdleConnections(long) - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
-
- COMMENT_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
-
- COMMENTURL_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
-
- compare(Object, Object) - Method in class org.apache.http.cookie.CookieIdentityComparator
-
- compare(Object, Object) - Method in class org.apache.http.cookie.CookiePathComparator
-
- compareToVersion(ProtocolVersion) - Method in class org.apache.http.ProtocolVersion
-
Compares this protocol version with another one.
- COMPLETE - Static variable in interface org.apache.http.conn.routing.HttpRouteDirector
-
Indicates that the route is complete.
- CONN_CLOSE - Static variable in class org.apache.http.protocol.HTTP
-
HTTP connection control
- CONN_DIRECTIVE - Static variable in class org.apache.http.protocol.HTTP
-
- CONN_KEEP_ALIVE - Static variable in class org.apache.http.protocol.HTTP
-
- ConnAdapter(SingleClientConnManager.PoolEntry, HttpRoute) - Constructor for class org.apache.http.impl.conn.SingleClientConnManager.ConnAdapter
-
Creates a new connection adapter.
- ConnConnectionParamBean - Class in org.apache.http.conn.params
-
This is a Java Bean class that can be used to wrap an instance of
HttpParams
and manipulate HTTP client connection parameters
using Java Beans conventions.
- ConnConnectionParamBean(HttpParams) - Constructor for class org.apache.http.conn.params.ConnConnectionParamBean
-
- ConnConnectionPNames - Interface in org.apache.http.conn.params
-
Parameter names for HTTP client connections.
- CONNECT_PROXY - Static variable in interface org.apache.http.conn.routing.HttpRouteDirector
-
Step: open connection to proxy.
- CONNECT_TARGET - Static variable in interface org.apache.http.conn.routing.HttpRouteDirector
-
Step: open connection to target.
- connection - Variable in class org.apache.http.impl.conn.AbstractPoolEntry
-
The underlying connection being pooled or used.
- CONNECTION_MANAGER_FACTORY - Static variable in interface org.apache.http.client.params.ClientPNames
-
- CONNECTION_MANAGER_FACTORY_CLASS_NAME - Static variable in interface org.apache.http.client.params.ClientPNames
-
- CONNECTION_TIMEOUT - Static variable in interface org.apache.http.params.CoreConnectionPNames
-
Determines the timeout in milliseconds until a connection is established.
- ConnectionClosedException - Exception in org.apache.http
-
Signals that the connection has been closed unexpectedly.
- ConnectionClosedException(String) - Constructor for exception org.apache.http.ConnectionClosedException
-
Creates a new ConnectionClosedException with the specified detail message.
- connectionExpiresTime - Variable in class org.apache.http.impl.conn.SingleClientConnManager
-
The time the last released connection expires and shouldn't be reused.
- ConnectionKeepAliveStrategy - Interface in org.apache.http.conn
-
Interface for deciding how long a connection can remain
idle before being reused.
- connectionPool - Variable in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
-
The pool of connections being managed.
- ConnectionPoolTimeoutException - Exception in org.apache.http.conn
-
A timeout while waiting for an available connection
from a connection manager.
- ConnectionPoolTimeoutException() - Constructor for exception org.apache.http.conn.ConnectionPoolTimeoutException
-
Creates a ConnectTimeoutException with a null detail message.
- ConnectionPoolTimeoutException(String) - Constructor for exception org.apache.http.conn.ConnectionPoolTimeoutException
-
Creates a ConnectTimeoutException with the specified detail message.
- ConnectionReleaseTrigger - Interface in org.apache.http.conn
-
Interface for releasing a connection.
- ConnectionReuseStrategy - Interface in org.apache.http
-
Interface for deciding whether a connection can be re-used for
subsequent requests and should be kept alive.
- connectProxy(HttpHost, boolean) - Method in class org.apache.http.conn.routing.RouteTracker
-
Tracks connecting to the first proxy.
- connectSocket(Socket, String, int, InetAddress, int, HttpParams) - Method in class org.apache.http.conn.MultihomePlainSocketFactory
-
Attempts to connects the socket to any of the InetAddress
es the
given host name resolves to.
- connectSocket(Socket, String, int, InetAddress, int, HttpParams) - Method in class org.apache.http.conn.scheme.PlainSocketFactory
-
- connectSocket(Socket, String, int, InetAddress, int, HttpParams) - Method in interface org.apache.http.conn.scheme.SocketFactory
-
Connects a socket to the given host.
- connectSocket(Socket, String, int, InetAddress, int, HttpParams) - Method in class org.apache.http.conn.ssl.SSLSocketFactory
-
- connectTarget(boolean) - Method in class org.apache.http.conn.routing.RouteTracker
-
Tracks connecting to the target.
- ConnectTimeoutException - Exception in org.apache.http.conn
-
A timeout while connecting to an HTTP server or waiting for an
available connection from an HttpConnectionManager.
- ConnectTimeoutException() - Constructor for exception org.apache.http.conn.ConnectTimeoutException
-
Creates a ConnectTimeoutException with a null detail message.
- ConnectTimeoutException(String) - Constructor for exception org.apache.http.conn.ConnectTimeoutException
-
Creates a ConnectTimeoutException with the specified detail message.
- connManager - Variable in class org.apache.http.impl.client.DefaultRequestDirector
-
The connection manager.
- ConnManagerParamBean - Class in org.apache.http.conn.params
-
This is a Java Bean class that can be used to wrap an instance of
HttpParams
and manipulate connection manager parameters
using Java Beans conventions.
- ConnManagerParamBean(HttpParams) - Constructor for class org.apache.http.conn.params.ConnManagerParamBean
-
- ConnManagerParams - Class in org.apache.http.conn.params
-
An adaptor for manipulating HTTP connection management
parameters in
HttpParams
.
- ConnManagerParams() - Constructor for class org.apache.http.conn.params.ConnManagerParams
-
- ConnManagerPNames - Interface in org.apache.http.conn.params
-
Parameter names for connection managers in HttpConn.
- connOperator - Variable in class org.apache.http.impl.conn.AbstractPoolEntry
-
The connection operator.
- connOperator - Variable in class org.apache.http.impl.conn.SingleClientConnManager
-
The operator for opening and updating connections.
- connOperator - Variable in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
-
The operator for opening and updating connections.
- ConnPerRoute - Interface in org.apache.http.conn.params
-
This interface is intended for looking up maximum number of connections
allowed for a given route.
- ConnPerRouteBean - Class in org.apache.http.conn.params
-
This class maintains a map of HTTP routes to maximum number of connections allowed
for those routes.
- ConnPerRouteBean(int) - Constructor for class org.apache.http.conn.params.ConnPerRouteBean
-
- ConnPerRouteBean() - Constructor for class org.apache.http.conn.params.ConnPerRouteBean
-
- ConnPoolByRoute - Class in org.apache.http.impl.conn.tsccm
-
A connection pool that maintains connections by route.
- ConnPoolByRoute(ClientConnectionOperator, HttpParams) - Constructor for class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Creates a new connection pool, managed by route.
- ConnRouteParamBean - Class in org.apache.http.conn.params
-
This is a Java Bean class that can be used to wrap an instance of
HttpParams
and manipulate connection routing parameters
using Java Beans conventions.
- ConnRouteParamBean(HttpParams) - Constructor for class org.apache.http.conn.params.ConnRouteParamBean
-
- ConnRouteParams - Class in org.apache.http.conn.params
-
An adaptor for manipulating HTTP routing parameters
in
HttpParams
.
- ConnRoutePNames - Interface in org.apache.http.conn.params
-
Parameter names for connection routing.
- consumeContent() - Method in class org.apache.http.conn.BasicManagedEntity
-
- consumeContent() - Method in class org.apache.http.entity.AbstractHttpEntity
-
Does not consume anything.
- consumeContent() - Method in class org.apache.http.entity.BasicHttpEntity
-
- consumeContent() - Method in class org.apache.http.entity.EntityTemplate
-
- consumeContent() - Method in class org.apache.http.entity.HttpEntityWrapper
-
- consumeContent() - Method in class org.apache.http.entity.InputStreamEntity
-
- consumeContent() - Method in interface org.apache.http.HttpEntity
-
TODO: The name of this method is misnomer.
- contains(URI) - Method in class org.apache.http.impl.client.RedirectLocations
-
Returns true if this collection contains the given URI.
- containsAttribute(String) - Method in interface org.apache.http.cookie.ClientCookie
-
- containsAttribute(String) - Method in class org.apache.http.impl.cookie.BasicClientCookie
-
- containsHeader(String) - Method in interface org.apache.http.HttpMessage
-
Checks if a certain header is present in this message.
- containsHeader(String) - Method in class org.apache.http.message.AbstractHttpMessage
-
- containsHeader(String) - Method in class org.apache.http.message.HeaderGroup
-
Tests if headers with the given name are contained within this group.
- containsKey(Object) - Method in class org.apache.commons.logging.impl.WeakHashtable
-
- content - Variable in class org.apache.http.entity.ByteArrayEntity
-
- content - Variable in class org.apache.http.entity.StringEntity
-
- CONTENT_ENCODING - Static variable in class org.apache.http.protocol.HTTP
-
- CONTENT_LEN - Static variable in class org.apache.http.protocol.HTTP
-
- CONTENT_TYPE - Static variable in class org.apache.http.client.utils.URLEncodedUtils
-
- CONTENT_TYPE - Static variable in class org.apache.http.protocol.HTTP
-
- contentEncoding - Variable in class org.apache.http.entity.AbstractHttpEntity
-
- ContentLengthInputStream - Class in org.apache.http.impl.io
-
Input stream that cuts off after a defined number of bytes.
- ContentLengthInputStream(SessionInputBuffer, long) - Constructor for class org.apache.http.impl.io.ContentLengthInputStream
-
Wraps a session input buffer and cuts off output after a defined number
of bytes.
- ContentLengthOutputStream - Class in org.apache.http.impl.io
-
Output stream that cuts off after a defined number of bytes.
- ContentLengthOutputStream(SessionOutputBuffer, long) - Constructor for class org.apache.http.impl.io.ContentLengthOutputStream
-
Wraps a session output buffer and cuts off output after a defined number
of bytes.
- ContentLengthStrategy - Interface in org.apache.http.entity
-
Represents a strategy to determine length of the enclosed content entity
based on properties of the HTTP message.
- ContentProducer - Interface in org.apache.http.entity
-
An abstract entity content producer.
- contentType - Variable in class org.apache.http.entity.AbstractHttpEntity
-
- Cookie - Interface in org.apache.http.cookie
-
Cookie interface represents a token or short packet of state information
(also referred to as "magic-cookie") that the HTTP agent and the target
server can exchange to maintain a session.
- COOKIE - Static variable in interface org.apache.http.cookie.SM
-
- COOKIE2 - Static variable in interface org.apache.http.cookie.SM
-
- COOKIE_ORIGIN - Static variable in interface org.apache.http.client.protocol.ClientContext
-
Attribute name of a
CookieOrigin
object that represents the actual details of the origin server.
- COOKIE_POLICY - Static variable in interface org.apache.http.client.params.ClientPNames
-
Defines the name of the cookie specification to be used for HTTP state management.
- COOKIE_SPEC - Static variable in interface org.apache.http.client.protocol.ClientContext
-
Attribute name of a
CookieSpec
object that represents the actual cookie specification.
- COOKIE_STORE - Static variable in interface org.apache.http.client.protocol.ClientContext
-
Attribute name of a
CookieStore
object that represents the actual cookie store.
- CookieAttributeHandler - Interface in org.apache.http.cookie
-
This interface represents a cookie attribute handler responsible
for parsing, validating, and matching a specific cookie attribute,
such as path, domain, port, etc.
- CookieIdentityComparator - Class in org.apache.http.cookie
-
This cookie comparator can be used to compare identity of cookies.
- CookieIdentityComparator() - Constructor for class org.apache.http.cookie.CookieIdentityComparator
-
- CookieOrigin - Class in org.apache.http.cookie
-
CookieOrigin class encapsulates details of an origin server that
are relevant when parsing, validating or matching HTTP cookies.
- CookieOrigin(String, int, String, boolean) - Constructor for class org.apache.http.cookie.CookieOrigin
-
- CookiePathComparator - Class in org.apache.http.cookie
-
This cookie comparator ensures that multiple cookies satisfying
a common criteria are ordered in the Cookie header such
that those with more specific Path attributes precede those with
less specific.
- CookiePathComparator() - Constructor for class org.apache.http.cookie.CookiePathComparator
-
- CookiePolicy - Class in org.apache.http.client.params
-
Standard cookie specifications supported by HttpClient.
- CookieSpec - Interface in org.apache.http.cookie
-
Defines the cookie management specification.
- COOKIESPEC_REGISTRY - Static variable in interface org.apache.http.client.protocol.ClientContext
-
Attribute name of a
CookieSpecRegistry
object that represents the actual cookie specification registry.
- CookieSpecBase - Class in org.apache.http.impl.cookie
-
Cookie management functions shared by all specification.
- CookieSpecBase() - Constructor for class org.apache.http.impl.cookie.CookieSpecBase
-
- CookieSpecFactory - Interface in org.apache.http.cookie
-
- CookieSpecParamBean - Class in org.apache.http.cookie.params
-
This is a Java Bean class that can be used to wrap an instance of
HttpParams
and manipulate HTTP cookie parameters using Java Beans
conventions.
- CookieSpecParamBean(HttpParams) - Constructor for class org.apache.http.cookie.params.CookieSpecParamBean
-
- CookieSpecPNames - Interface in org.apache.http.cookie.params
-
Parameter names for HTTP cookie management classes.
- CookieSpecRegistry - Class in org.apache.http.cookie
-
Cookie specification registry that can be used to obtain the corresponding
cookie specification implementation for a given type of type or version of
cookie.
- CookieSpecRegistry() - Constructor for class org.apache.http.cookie.CookieSpecRegistry
-
- CookieStore - Interface in org.apache.http.client
-
This interface represents an abstract store for
Cookie
objects.
- copy() - Method in class org.apache.http.impl.client.ClientParamsStack
-
Does not copy parameters.
- copy() - Method in class org.apache.http.message.HeaderGroup
-
Returns a copy of this object
- copy() - Method in class org.apache.http.params.BasicHttpParams
-
Creates a copy of these parameters.
- copy() - Method in class org.apache.http.params.DefaultedHttpParams
-
Creates a copy of the local collection with the same default
- copy() - Method in interface org.apache.http.params.HttpParams
-
Creates a copy of these parameters.
- copy() - Method in class org.apache.http.protocol.BasicHttpProcessor
-
Creates a copy of this instance
- copyInterceptors(BasicHttpProcessor) - Method in class org.apache.http.protocol.BasicHttpProcessor
-
Sets up the target to have the same list of interceptors
as the current instance.
- copyParams(HttpParams) - Method in class org.apache.http.params.BasicHttpParams
-
Copies the locally defined parameters to the argument parameters.
- CoreConnectionPNames - Interface in org.apache.http.params
-
Defines parameter names for connections in HttpCore.
- CoreProtocolPNames - Interface in org.apache.http.params
-
Defines parameter names for protocol execution in HttpCore.
- countDots(String) - Static method in class org.apache.http.conn.ssl.AbstractVerifier
-
Counts the number of dots "." in a string.
- CR - Static variable in class org.apache.http.protocol.HTTP
-
- createAuthSchemeRegistry() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- createAuthSchemeRegistry() - Method in class org.apache.http.impl.client.DefaultHttpClient
-
- createClientConnectionManager() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- createClientConnectionManager() - Method in class org.apache.http.impl.client.DefaultHttpClient
-
- createClientRequestDirector(HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectHandler, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- createCnonce() - Static method in class org.apache.http.impl.auth.DigestScheme
-
Creates a random cnonce value based on the current time.
- createConnection() - Method in interface org.apache.http.conn.ClientConnectionOperator
-
Creates a new connection that can be operated.
- createConnection() - Method in class org.apache.http.impl.conn.DefaultClientConnectionOperator
-
- createConnectionKeepAliveStrategy() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- createConnectionKeepAliveStrategy() - Method in class org.apache.http.impl.client.DefaultHttpClient
-
- createConnectionOperator(SchemeRegistry) - Method in class org.apache.http.impl.conn.SingleClientConnManager
-
Hook for creating the connection operator.
- createConnectionOperator(SchemeRegistry) - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
-
Hook for creating the connection operator.
- createConnectionPool(HttpParams) - Method in class org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager
-
Hook for creating the connection pool.
- createConnectionReuseStrategy() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- createConnectionReuseStrategy() - Method in class org.apache.http.impl.client.DefaultHttpClient
-
- createConnectRequest(HttpRoute, HttpContext) - Method in class org.apache.http.impl.client.DefaultRequestDirector
-
Creates the CONNECT request for tunnelling.
- createCookieSpecRegistry() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- createCookieSpecRegistry() - Method in class org.apache.http.impl.client.DefaultHttpClient
-
- createCookieStore() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- createCookieStore() - Method in class org.apache.http.impl.client.DefaultHttpClient
-
- createCredentialsProvider() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- createCredentialsProvider() - Method in class org.apache.http.impl.client.DefaultHttpClient
-
- createdEntry(BasicPoolEntry) - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
-
Indicates creation of an entry for this pool.
- createEntityDeserializer() - Method in class org.apache.http.impl.AbstractHttpClientConnection
-
- createEntityDeserializer() - Method in class org.apache.http.impl.AbstractHttpServerConnection
-
- createEntitySerializer() - Method in class org.apache.http.impl.AbstractHttpClientConnection
-
- createEntitySerializer() - Method in class org.apache.http.impl.AbstractHttpServerConnection
-
- createEntry(RouteSpecificPool, ClientConnectionOperator) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Creates a new pool entry.
- createFactory(String, ClassLoader) - Static method in class org.apache.commons.logging.LogFactory
-
Implements the operations described in the javadoc for newFactory.
- createFreeConnQueue() - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
- createHeaderElement(String, String, NameValuePair[]) - Method in class org.apache.http.message.BasicHeaderValueParser
-
Creates a header element.
- 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.SocketHttpServerConnection
-
- createHttpDataTransmitter(Socket, int, HttpParams) - Method in class org.apache.http.impl.SocketHttpServerConnection
-
- 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
-
- createHttpRequestFactory() - Method in class org.apache.http.impl.AbstractHttpServerConnection
-
- createHttpRequestRetryHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- createHttpRequestRetryHandler() - Method in class org.apache.http.impl.client.DefaultHttpClient
-
- createHttpResponseFactory() - Method in class org.apache.http.impl.AbstractHttpClientConnection
-
- createHttpRoutePlanner() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- createHttpRoutePlanner() - Method in class org.apache.http.impl.client.DefaultHttpClient
-
- createNameValuePair(String, String) - Method in class org.apache.http.message.BasicHeaderValueParser
-
Creates a name-value pair.
- createProtocolVersion(int, int) - Method in class org.apache.http.message.BasicLineParser
-
Creates a protocol version.
- createProxyAuthenticationHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- createProxyAuthenticationHandler() - Method in class org.apache.http.impl.client.DefaultHttpClient
-
- createRedirectHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- createRedirectHandler() - Method in class org.apache.http.impl.client.DefaultHttpClient
-
- createRequestExecutor() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- createRequestExecutor() - Method in class org.apache.http.impl.client.DefaultHttpClient
-
- createRequestLine(String, String, ProtocolVersion) - Method in class org.apache.http.message.BasicLineParser
-
Instantiates a new request line.
- createRequestParser(SessionInputBuffer, HttpRequestFactory, HttpParams) - Method in class org.apache.http.impl.AbstractHttpServerConnection
-
Creates an instance of
HttpMessageParser
to be used for parsing
HTTP requests received over this connection.
- createRequestWriter(SessionOutputBuffer, HttpParams) - Method in class org.apache.http.impl.AbstractHttpClientConnection
-
Creates an instance of
HttpMessageWriter
to be used for
writing out HTTP requests sent over this connection.
- createResponseParser(SessionInputBuffer, HttpResponseFactory, HttpParams) - Method in class org.apache.http.impl.AbstractHttpClientConnection
-
Creates an instance of
HttpMessageParser
to be used for parsing
HTTP responses received over this connection.
- createResponseParser(SessionInputBuffer, HttpResponseFactory, HttpParams) - Method in class org.apache.http.impl.conn.DefaultClientConnection
-
- createResponseWriter(SessionOutputBuffer, HttpParams) - Method in class org.apache.http.impl.AbstractHttpServerConnection
-
Creates an instance of
HttpMessageWriter
to be used for
writing out HTTP responses sent over this connection.
- createRouteToPoolMap() - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
- createSessionInputBuffer(Socket, int, HttpParams) - Method in class org.apache.http.impl.conn.DefaultClientConnection
-
- createSessionInputBuffer(Socket, int, HttpParams) - Method in class org.apache.http.impl.SocketHttpClientConnection
-
Creates an instance of
SocketInputBuffer
to be used for
receiving data from the given
Socket
.
- createSessionInputBuffer(Socket, int, HttpParams) - Method in class org.apache.http.impl.SocketHttpServerConnection
-
Creates an instance of
SocketInputBuffer
to be used for
receiving data from the given
Socket
.
- createSessionOutputBuffer(Socket, int, HttpParams) - Method in class org.apache.http.impl.conn.DefaultClientConnection
-
- createSessionOutputBuffer(Socket, int, HttpParams) - Method in class org.apache.http.impl.SocketHttpClientConnection
-
- createSessionOutputBuffer(Socket, int, HttpParams) - Method in class org.apache.http.impl.SocketHttpServerConnection
-
- createSocket() - Method in class org.apache.http.conn.MultihomePlainSocketFactory
-
- createSocket(Socket, String, int, boolean) - Method in interface org.apache.http.conn.scheme.LayeredSocketFactory
-
Returns a socket connected to the given host that is layered over an
existing socket.
- createSocket() - Method in class org.apache.http.conn.scheme.PlainSocketFactory
-
- createSocket() - Method in interface org.apache.http.conn.scheme.SocketFactory
-
Creates a new, unconnected socket.
- createSocket() - Method in class org.apache.http.conn.ssl.SSLSocketFactory
-
- createSocket(Socket, String, int, boolean) - Method in class org.apache.http.conn.ssl.SSLSocketFactory
-
- createStatusLine(ProtocolVersion, int, String) - Method in class org.apache.http.message.BasicLineParser
-
Instantiates a new status line.
- createTargetAuthenticationHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- createTargetAuthenticationHandler() - Method in class org.apache.http.impl.client.DefaultHttpClient
-
- createToken(String, int, int) - Method in class org.apache.http.message.BasicTokenIterator
-
Creates a new token to be returned.
- createTokenIterator(HeaderIterator) - Method in class org.apache.http.impl.DefaultConnectionReuseStrategy
-
Creates a token iterator from a header iterator.
- createTunnelToProxy(HttpRoute, int, HttpContext) - Method in class org.apache.http.impl.client.DefaultRequestDirector
-
Creates a tunnel to an intermediate proxy.
- createTunnelToTarget(HttpRoute, HttpContext) - Method in class org.apache.http.impl.client.DefaultRequestDirector
-
Creates a tunnel to the target server.
- createURI(String, String, int, String, String, String) - Static method in class org.apache.http.client.utils.URIUtils
-
Constructs a URI
using all the parameters.
- createUserTokenHandler() - Method in class org.apache.http.impl.client.AbstractHttpClient
-
- createUserTokenHandler() - Method in class org.apache.http.impl.client.DefaultHttpClient
-
- createWaitingThreadQueue() - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
- CREDENTIAL_CHARSET - Static variable in interface org.apache.http.auth.params.AuthPNames
-
Defines the charset to be used when encoding
Credentials
.
- Credentials - Interface in org.apache.http.auth
-
This interface represents a set of credentials consisting of a security
principal and a secret (password) that can be used to establish user
identity
- CredentialsProvider - Interface in org.apache.http.client
-
Abstract credentials provider that maintains a collection of user
credentials.
- CREDS_PROVIDER - Static variable in interface org.apache.http.client.protocol.ClientContext
-
Attribute name of a
CredentialsProvider
object that represents the actual crednetials provider.
- currentHeader - Variable in class org.apache.http.message.BasicTokenIterator
-
The value of the current header.
- currentIndex - Variable in class org.apache.http.message.BasicHeaderIterator
-
- currentIndex - Variable in class org.apache.http.message.BasicListHeaderIterator
-
- currentLogLevel - Variable in class org.apache.commons.logging.impl.SimpleLog
-
The current log level
- currentToken - Variable in class org.apache.http.message.BasicTokenIterator
-