- DATE_HEADER - Static variable in class org.apache.http.protocol.HTTP
-
- DATE_PATTERNS - Static variable in interface org.apache.http.cookie.params.CookieSpecPNames
-
Defines valid date patterns to be used for parsing non-standard
expires
attribute.
- DATE_PATTERNS - Static variable in class org.apache.http.impl.cookie.BrowserCompatSpec
-
- dateFormatter - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
Used to format times.
- 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
-
- dateTimeFormat - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
The date and time format to use in the log message
- DateUtils - Class in org.apache.http.impl.cookie
-
A utility class for parsing and formatting HTTP dates as used in cookies and
other headers.
- debug(Object) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.NoOpLog
-
Do nothing
- debug(Object) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Logs a message with
org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_DEBUG
.
- debug(Object, Throwable) - Method in class org.apache.commons.logging.impl.SimpleLog
-
Logs a message with
org.apache.commons.logging.impl.SimpleLog.LOG_LEVEL_DEBUG
.
- debug(Object) - Method in interface org.apache.commons.logging.Log
-
Log a message with debug log level.
- debug(Object, Throwable) - Method in interface org.apache.commons.logging.Log
-
Log an error with debug log level.
- decode(String) - Method in class org.apache.http.client.utils.Rfc3492Idn
-
- DEFAULT - Static variable in class org.apache.http.impl.cookie.NetscapeDraftHeaderParser
-
- DEFAULT - Static variable in class org.apache.http.message.BasicHeaderValueFormatter
-
A default instance of this class, for use as default or fallback.
- DEFAULT - Static variable in class org.apache.http.message.BasicHeaderValueParser
-
A default instance of this class, for use as default or fallback.
- DEFAULT - Static variable in class org.apache.http.message.BasicLineFormatter
-
A default instance of this class, for use as default or fallback.
- DEFAULT - Static variable in class org.apache.http.message.BasicLineParser
-
A default instance of this class, for use as default or fallback.
- DEFAULT_CONTENT_CHARSET - Static variable in class org.apache.http.protocol.HTTP
-
Default charsets
- DEFAULT_CONTENT_TYPE - Static variable in class org.apache.http.protocol.HTTP
-
Default content type
- DEFAULT_DATE_TIME_FORMAT - Static variable in class org.apache.commons.logging.impl.SimpleLog
-
The default format to use when formating dates
- DEFAULT_HEADERS - Static variable in interface org.apache.http.client.params.ClientPNames
-
Defines the request headers to be sent per default with each request.
- DEFAULT_HOST - Static variable in interface org.apache.http.client.params.ClientPNames
-
Defines the default host.
- DEFAULT_MAX_CONNECTIONS_PER_ROUTE - Static variable in class org.apache.http.conn.params.ConnPerRouteBean
-
The default maximum number of connections allowed per host
- DEFAULT_MAX_TOTAL_CONNECTIONS - Static variable in class org.apache.http.conn.params.ConnManagerParams
-
The default maximum number of connections allowed overall
- DEFAULT_PROTOCOL_CHARSET - Static variable in class org.apache.http.protocol.HTTP
-
- DEFAULT_PROXY - Static variable in interface org.apache.http.conn.params.ConnRoutePNames
-
Parameter for the default proxy.
- DEFAULT_SCHEME_NAME - Static variable in class org.apache.http.HttpHost
-
The default scheme is "http".
- 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
-
- DefaultClientConnectionOperator(SchemeRegistry) - Constructor for class org.apache.http.impl.conn.DefaultClientConnectionOperator
-
Creates a new client connection operator for the given scheme registry.
- DefaultConnectionKeepAliveStrategy - Class in org.apache.http.impl.client
-
Default implementation of a strategy deciding duration
that a connection can remain idle.
- DefaultConnectionKeepAliveStrategy() - Constructor for class org.apache.http.impl.client.DefaultConnectionKeepAliveStrategy
-
- DefaultConnectionReuseStrategy - Class in org.apache.http.impl
-
Default implementation of a strategy deciding about connection re-use.
- DefaultConnectionReuseStrategy() - Constructor for class org.apache.http.impl.DefaultConnectionReuseStrategy
-
- DefaultedHttpContext - Class in org.apache.http.protocol
-
HttpContext
implementation that delegates resolution of an attribute
to the given default
HttpContext
instance if the attribute is not
present in the local one.
- DefaultedHttpContext(HttpContext, HttpContext) - Constructor for class org.apache.http.protocol.DefaultedHttpContext
-
- DefaultedHttpParams - Class in org.apache.http.params
-
HttpParams
implementation that delegates resolution of a parameter
to the given default
HttpParams
instance if the parameter is not
present in the local one.
- DefaultedHttpParams(HttpParams, HttpParams) - Constructor for class org.apache.http.params.DefaultedHttpParams
-
- DefaultHttpClient - Class in org.apache.http.impl.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
-
- DefaultHttpClientConnection - Class in org.apache.http.impl
-
Default implementation of a client-side HTTP connection.
- DefaultHttpClientConnection() - Constructor for class org.apache.http.impl.DefaultHttpClientConnection
-
- DefaultHttpRequestFactory - Class in org.apache.http.impl
-
- DefaultHttpRequestFactory() - Constructor for class org.apache.http.impl.DefaultHttpRequestFactory
-
- DefaultHttpRequestRetryHandler - Class in org.apache.http.impl.client
-
- 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
- DefaultHttpResponseFactory - Class in org.apache.http.impl
-
- DefaultHttpResponseFactory(ReasonPhraseCatalog) - Constructor for class org.apache.http.impl.DefaultHttpResponseFactory
-
Creates a new response factory with the given catalog.
- DefaultHttpResponseFactory() - Constructor for class org.apache.http.impl.DefaultHttpResponseFactory
-
Creates a new response factory with the default catalog.
- DefaultHttpRoutePlanner - Class in org.apache.http.impl.conn
-
- DefaultHttpRoutePlanner(SchemeRegistry) - Constructor for class org.apache.http.impl.conn.DefaultHttpRoutePlanner
-
Creates a new default route planner.
- DefaultHttpServerConnection - Class in org.apache.http.impl
-
Default implementation of a server-side HTTP connection.
- DefaultHttpServerConnection() - Constructor for class org.apache.http.impl.DefaultHttpServerConnection
-
- DefaultProxyAuthenticationHandler - Class in org.apache.http.impl.client
-
- DefaultProxyAuthenticationHandler() - Constructor for class org.apache.http.impl.client.DefaultProxyAuthenticationHandler
-
- DefaultRedirectHandler - Class in org.apache.http.impl.client
-
- DefaultRedirectHandler() - Constructor for class org.apache.http.impl.client.DefaultRedirectHandler
-
- DefaultRequestDirector - Class in org.apache.http.impl.client
-
- DefaultRequestDirector(HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectHandler, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams) - Constructor for class org.apache.http.impl.client.DefaultRequestDirector
-
- DefaultResponseParser - Class in org.apache.http.impl.conn
-
Default HTTP response parser implementation.
- DefaultResponseParser(SessionInputBuffer, LineParser, HttpResponseFactory, HttpParams) - Constructor for class org.apache.http.impl.conn.DefaultResponseParser
-
- DefaultTargetAuthenticationHandler - Class in org.apache.http.impl.client
-
- DefaultTargetAuthenticationHandler() - Constructor for class org.apache.http.impl.client.DefaultTargetAuthenticationHandler
-
- DefaultUserTokenHandler - Class in org.apache.http.impl.client
-
- DefaultUserTokenHandler() - Constructor for class org.apache.http.impl.client.DefaultUserTokenHandler
-
- deleteClosedConnections() - Method in class org.apache.http.impl.conn.tsccm.AbstractConnPool
-
Deletes all entries for closed connections.
- deleteClosedConnections() - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
- deleteEntry(BasicPoolEntry) - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Deletes a given pool entry.
- deleteEntry(BasicPoolEntry) - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
-
Deletes an entry from this pool.
- deleteLeastUsedEntry() - Method in class org.apache.http.impl.conn.tsccm.ConnPoolByRoute
-
Delete an old, free pool entry to make room for a new one.
- deserialize(SessionInputBuffer, HttpMessage) - Method in class org.apache.http.impl.entity.EntityDeserializer
-
Creates an
HttpEntity
based on properties of the given message.
- detach() - Method in class org.apache.http.impl.conn.AbstractClientConnAdapter
-
Detaches this adapter from the wrapped connection.
- detach() - Method in class org.apache.http.impl.conn.AbstractPooledConnAdapter
-
Detaches this adapter from the wrapped connection.
- detach() - Method in class org.apache.http.impl.conn.tsccm.BasicPooledConnAdapter
-
- determineLength(HttpMessage) - Method in interface org.apache.http.entity.ContentLengthStrategy
-
Returns length of the given message in bytes.
- determineLength(HttpMessage) - Method in class org.apache.http.impl.entity.LaxContentLengthStrategy
-
- determineLength(HttpMessage) - Method in class org.apache.http.impl.entity.StrictContentLengthStrategy
-
- determineLocale(HttpContext) - Method in class org.apache.http.impl.DefaultHttpResponseFactory
-
Determines the locale of the response.
- determineParams(HttpRequest) - Method in class org.apache.http.impl.client.AbstractHttpClient
-
Obtains parameters for executing a request.
- determineProxy(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.conn.ProxySelectorRoutePlanner
-
Determines a proxy for the given target.
- determineRoute(HttpHost, HttpRequest, HttpContext) - Method in interface org.apache.http.conn.routing.HttpRoutePlanner
-
Determines the route for a request.
- determineRoute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.client.DefaultRequestDirector
-
Determines the route for a request.
- determineRoute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.conn.DefaultHttpRoutePlanner
-
- determineRoute(HttpHost, HttpRequest, HttpContext) - Method in class org.apache.http.impl.conn.ProxySelectorRoutePlanner
-
- DIAGNOSTICS_DEST_PROPERTY - Static variable in class org.apache.commons.logging.LogFactory
-
The name (org.apache.commons.logging.diagnostics.dest
)
of the property used to enable internal commons-logging
diagnostic output, in order to get information on what logging
implementations are being discovered, what classloaders they
are loaded through, etc.
- 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
-
- directGetContextClassLoader() - Static method in class org.apache.commons.logging.LogFactory
-
Return the thread context class loader if available; otherwise return
null.
- directStep(RouteInfo, RouteInfo) - Method in class org.apache.http.conn.routing.BasicRouteDirector
-
Determines the next step to establish a direct connection.
- DISCARD_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
-
- doDeserialize(SessionInputBuffer, HttpMessage) - Method in class org.apache.http.impl.entity.EntityDeserializer
-
- doFlush() - Method in class org.apache.http.impl.AbstractHttpClientConnection
-
- doFlush() - Method in class org.apache.http.impl.AbstractHttpServerConnection
-
- doFormatHeader(CharArrayBuffer, Header) - Method in class org.apache.http.message.BasicLineFormatter
-
Actually formats a header.
- doFormatRequestLine(CharArrayBuffer, RequestLine) - Method in class org.apache.http.message.BasicLineFormatter
-
Actually formats a request line.
- doFormatStatusLine(CharArrayBuffer, StatusLine) - Method in class org.apache.http.message.BasicLineFormatter
-
Actually formats a status line.
- doFormatValue(CharArrayBuffer, String, boolean) - Method in class org.apache.http.message.BasicHeaderValueFormatter
-
Actually formats the value of a name-value pair.
- DOMAIN_ATTR - Static variable in interface org.apache.http.cookie.ClientCookie
-
- domainMatch(String, String) - Method in class org.apache.http.impl.cookie.RFC2965DomainAttributeHandler
-
Performs domain-match as defined by the RFC2965.
- doReceiveResponse(HttpRequest, HttpClientConnection, HttpContext) - Method in class org.apache.http.protocol.HttpRequestExecutor
-
Waits for and receives a response.
- doSendRequest(HttpRequest, HttpClientConnection, HttpContext) - Method in class org.apache.http.protocol.HttpRequestExecutor
-
Send the given request over the given connection.
- doSerialize(SessionOutputBuffer, HttpMessage) - Method in class org.apache.http.impl.entity.EntitySerializer
-
Creates a transfer codec based on properties of the given HTTP message
and returns OutputStream
instance that transparently encodes
output data as it is being written out to the output stream.
- doService(HttpRequest, HttpResponse, HttpContext) - Method in class org.apache.http.protocol.HttpService
-
- dropEntry() - Method in class org.apache.http.impl.conn.tsccm.RouteSpecificPool
-
Forgets about an entry from this pool.