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 cz.msebera.android.httpclient.client.methods.AbortableHttpRequest
Deprecated.
Aborts this http request.
abort() - Method in class cz.msebera.android.httpclient.client.methods.AbstractExecutionAwareRequest
 
abort() - Method in class cz.msebera.android.httpclient.client.methods.HttpRequestWrapper
 
abort() - Method in interface cz.msebera.android.httpclient.client.methods.HttpUriRequest
Aborts execution of the request.
abort() - Method in class cz.msebera.android.httpclient.impl.client.RequestWrapper
Deprecated.
 
abort() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.WaitingThreadAborter
Deprecated.
If a waiting thread has been set, interrupts it.
AbortableHttpRequest - Interface in cz.msebera.android.httpclient.client.methods
Deprecated.
abortConnection() - Method in class cz.msebera.android.httpclient.conn.BasicManagedEntity
Deprecated.
 
abortConnection() - Method in interface cz.msebera.android.httpclient.conn.ConnectionReleaseTrigger
Releases the connection without the option of keep-alive.
abortConnection() - Method in class cz.msebera.android.httpclient.conn.EofSensorInputStream
Aborts this stream.
abortConnection() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
 
abortRequest() - Method in interface cz.msebera.android.httpclient.conn.ClientConnectionRequest
Deprecated.
Aborts the call to ClientConnectionRequest.getConnection(long, TimeUnit), causing it to throw an InterruptedException.
abortRequest() - Method in interface cz.msebera.android.httpclient.impl.conn.tsccm.PoolEntryRequest
Deprecated.
Aborts the active or next call to PoolEntryRequest.getPoolEntry(long, TimeUnit).
AbstractAuthenticationHandler - Class in cz.msebera.android.httpclient.impl.client
Deprecated.
AbstractAuthenticationHandler() - Constructor for class cz.msebera.android.httpclient.impl.client.AbstractAuthenticationHandler
Deprecated.
 
AbstractClientConnAdapter - Class in cz.msebera.android.httpclient.impl.conn
Deprecated.
(4.2) do not use
AbstractClientConnAdapter(ClientConnectionManager, OperatedClientConnection) - Constructor for class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
Creates a new connection adapter.
AbstractConnPool - Class in cz.msebera.android.httpclient.impl.conn.tsccm
Deprecated.
AbstractConnPool() - Constructor for class cz.msebera.android.httpclient.impl.conn.tsccm.AbstractConnPool
Deprecated.
Creates a new connection pool.
AbstractConnPool<T,C,E extends PoolEntry<T,C>> - Class in cz.msebera.android.httpclient.pool
Abstract synchronous (blocking) pool of connections.
AbstractConnPool(ConnFactory<T, C>, int, int) - Constructor for class cz.msebera.android.httpclient.pool.AbstractConnPool
 
AbstractContentBody - Class in cz.msebera.android.httpclient.entity.mime.content
 
AbstractContentBody(ContentType) - Constructor for class cz.msebera.android.httpclient.entity.mime.content.AbstractContentBody
 
AbstractContentBody(String) - Constructor for class cz.msebera.android.httpclient.entity.mime.content.AbstractContentBody
AbstractCookieAttributeHandler - Class in cz.msebera.android.httpclient.impl.cookie
 
AbstractCookieAttributeHandler() - Constructor for class cz.msebera.android.httpclient.impl.cookie.AbstractCookieAttributeHandler
 
AbstractCookieSpec - Class in cz.msebera.android.httpclient.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 cz.msebera.android.httpclient.impl.cookie.AbstractCookieSpec
Default constructor
AbstractExecutionAwareRequest - Class in cz.msebera.android.httpclient.client.methods
 
AbstractExecutionAwareRequest() - Constructor for class cz.msebera.android.httpclient.client.methods.AbstractExecutionAwareRequest
 
AbstractHttpClient - Class in cz.msebera.android.httpclient.impl.client
Deprecated.
AbstractHttpClient(ClientConnectionManager, HttpParams) - Constructor for class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
Creates a new HTTP client.
AbstractHttpClientConnection - Class in cz.msebera.android.httpclient.impl
Deprecated.
AbstractHttpClientConnection() - Constructor for class cz.msebera.android.httpclient.impl.AbstractHttpClientConnection
Deprecated.
Creates an instance of this class.
AbstractHttpEntity - Class in cz.msebera.android.httpclient.entity
Abstract base class for entities.
AbstractHttpEntity() - Constructor for class cz.msebera.android.httpclient.entity.AbstractHttpEntity
Protected default constructor.
AbstractHttpMessage - Class in cz.msebera.android.httpclient.message
Basic implementation of HttpMessage.
AbstractHttpMessage(HttpParams) - Constructor for class cz.msebera.android.httpclient.message.AbstractHttpMessage
AbstractHttpMessage() - Constructor for class cz.msebera.android.httpclient.message.AbstractHttpMessage
 
AbstractHttpParams - Class in cz.msebera.android.httpclient.params
Deprecated.
(4.3) use configuration classes provided 'cz.msebera.android.httpclient.config' and 'cz.msebera.android.httpclient.client.config'
AbstractHttpParams() - Constructor for class cz.msebera.android.httpclient.params.AbstractHttpParams
Deprecated.
Instantiates parameters.
AbstractHttpServerConnection - Class in cz.msebera.android.httpclient.impl
Deprecated.
AbstractHttpServerConnection() - Constructor for class cz.msebera.android.httpclient.impl.AbstractHttpServerConnection
Deprecated.
Creates an instance of this class.
AbstractMessageParser<T extends HttpMessage> - Class in cz.msebera.android.httpclient.impl.io
Abstract base class for HTTP message parsers that obtain input from an instance of SessionInputBuffer.
AbstractMessageParser(SessionInputBuffer, LineParser, HttpParams) - Constructor for class cz.msebera.android.httpclient.impl.io.AbstractMessageParser
AbstractMessageParser(SessionInputBuffer, LineParser, MessageConstraints) - Constructor for class cz.msebera.android.httpclient.impl.io.AbstractMessageParser
Creates new instance of AbstractMessageParser.
AbstractMessageWriter<T extends HttpMessage> - Class in cz.msebera.android.httpclient.impl.io
Abstract base class for HTTP message writers that serialize output to an instance of SessionOutputBuffer.
AbstractMessageWriter(SessionOutputBuffer, LineFormatter, HttpParams) - Constructor for class cz.msebera.android.httpclient.impl.io.AbstractMessageWriter
AbstractMessageWriter(SessionOutputBuffer, LineFormatter) - Constructor for class cz.msebera.android.httpclient.impl.io.AbstractMessageWriter
Creates an instance of AbstractMessageWriter.
AbstractPooledConnAdapter - Class in cz.msebera.android.httpclient.impl.conn
Deprecated.
(4.2) do not use
AbstractPooledConnAdapter(ClientConnectionManager, AbstractPoolEntry) - Constructor for class cz.msebera.android.httpclient.impl.conn.AbstractPooledConnAdapter
Deprecated.
Creates a new connection adapter.
AbstractPoolEntry - Class in cz.msebera.android.httpclient.impl.conn
Deprecated.
(4.2) do not use
AbstractPoolEntry(ClientConnectionOperator, HttpRoute) - Constructor for class cz.msebera.android.httpclient.impl.conn.AbstractPoolEntry
Deprecated.
Creates a new pool entry.
AbstractSessionInputBuffer - Class in cz.msebera.android.httpclient.impl.io
Deprecated.
AbstractSessionInputBuffer() - Constructor for class cz.msebera.android.httpclient.impl.io.AbstractSessionInputBuffer
Deprecated.
 
AbstractSessionOutputBuffer - Class in cz.msebera.android.httpclient.impl.io
Deprecated.
AbstractSessionOutputBuffer(OutputStream, int, Charset, int, CodingErrorAction, CodingErrorAction) - Constructor for class cz.msebera.android.httpclient.impl.io.AbstractSessionOutputBuffer
Deprecated.
 
AbstractSessionOutputBuffer() - Constructor for class cz.msebera.android.httpclient.impl.io.AbstractSessionOutputBuffer
Deprecated.
 
AbstractVerifier - Class in cz.msebera.android.httpclient.conn.ssl
Abstract base class for all standard X509HostnameVerifier implementations.
AbstractVerifier() - Constructor for class cz.msebera.android.httpclient.conn.ssl.AbstractVerifier
 
ACCEPT - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.1
ACCEPT_CHARSET - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.2
ACCEPT_ENCODING - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.3
ACCEPT_LANGUAGE - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.4
ACCEPT_RANGES - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.5
acceptableCountryWildcard(String) - Static method in class cz.msebera.android.httpclient.conn.ssl.AbstractVerifier
Deprecated.
(4.3.1) should not be a part of public APIs.
adapt(HttpContext) - Static method in class cz.msebera.android.httpclient.client.cache.HttpCacheContext
 
adapt(HttpContext) - Static method in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
 
adapt(HttpContext) - Static method in class cz.msebera.android.httpclient.protocol.HttpCoreContext
 
add(URI) - Method in class cz.msebera.android.httpclient.impl.client.RedirectLocations
Adds a new URI to the collection.
add(int, Object) - Method in class cz.msebera.android.httpclient.impl.client.RedirectLocations
Inserts the specified element at the specified position in this list (must be a URI).
add(HttpConnection, long, TimeUnit) - Method in class cz.msebera.android.httpclient.impl.conn.IdleConnectionHandler
Deprecated.
Registers the given connection with this handler.
add(String, InetAddress...) - Method in class cz.msebera.android.httpclient.impl.conn.InMemoryDnsResolver
Associates the given array of IP addresses to the given host in this DNS overrider.
add(HttpRequestInterceptor) - Method in class cz.msebera.android.httpclient.protocol.HttpProcessorBuilder
 
add(HttpResponseInterceptor) - Method in class cz.msebera.android.httpclient.protocol.HttpProcessorBuilder
 
addAll(HttpRequestInterceptor...) - Method in class cz.msebera.android.httpclient.protocol.HttpProcessorBuilder
 
addAll(HttpResponseInterceptor...) - Method in class cz.msebera.android.httpclient.protocol.HttpProcessorBuilder
 
addAllFirst(HttpRequestInterceptor...) - Method in class cz.msebera.android.httpclient.protocol.HttpProcessorBuilder
 
addAllFirst(HttpResponseInterceptor...) - Method in class cz.msebera.android.httpclient.protocol.HttpProcessorBuilder
 
addAllLast(HttpRequestInterceptor...) - Method in class cz.msebera.android.httpclient.protocol.HttpProcessorBuilder
 
addAllLast(HttpResponseInterceptor...) - Method in class cz.msebera.android.httpclient.protocol.HttpProcessorBuilder
 
addBinaryBody(String, byte[], ContentType, String) - Method in class cz.msebera.android.httpclient.entity.mime.MultipartEntityBuilder
 
addBinaryBody(String, byte[]) - Method in class cz.msebera.android.httpclient.entity.mime.MultipartEntityBuilder
 
addBinaryBody(String, File, ContentType, String) - Method in class cz.msebera.android.httpclient.entity.mime.MultipartEntityBuilder
 
addBinaryBody(String, File) - Method in class cz.msebera.android.httpclient.entity.mime.MultipartEntityBuilder
 
addBinaryBody(String, InputStream, ContentType, String) - Method in class cz.msebera.android.httpclient.entity.mime.MultipartEntityBuilder
 
addBinaryBody(String, InputStream) - Method in class cz.msebera.android.httpclient.entity.mime.MultipartEntityBuilder
 
addCloseable(Closeable) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
For internal use.
addCookie(Cookie) - Method in interface cz.msebera.android.httpclient.client.CookieStore
Adds an Cookie, replacing any existing equivalent cookies.
addCookie(Cookie) - Method in class cz.msebera.android.httpclient.impl.client.BasicCookieStore
Adds an HTTP cookie, replacing any existing equivalent cookies.
addCookies(Cookie[]) - Method in class cz.msebera.android.httpclient.impl.client.BasicCookieStore
Adds an array of HTTP cookies.
addField(String, String) - Method in class cz.msebera.android.httpclient.entity.mime.FormBodyPart
 
addField(MinimalField) - Method in class cz.msebera.android.httpclient.entity.mime.Header
 
addFirst(HttpRequestInterceptor) - Method in class cz.msebera.android.httpclient.protocol.HttpProcessorBuilder
 
addFirst(HttpResponseInterceptor) - Method in class cz.msebera.android.httpclient.protocol.HttpProcessorBuilder
 
addHeader(Header) - Method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
addHeader(String, String) - Method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
addHeader(Header) - Method in interface cz.msebera.android.httpclient.HttpMessage
Adds a header to this message.
addHeader(String, String) - Method in interface cz.msebera.android.httpclient.HttpMessage
Adds a header to this message.
addHeader(Header) - Method in class cz.msebera.android.httpclient.message.AbstractHttpMessage
 
addHeader(String, String) - Method in class cz.msebera.android.httpclient.message.AbstractHttpMessage
 
addHeader(Header) - Method in class cz.msebera.android.httpclient.message.HeaderGroup
Adds the given header to the group.
addInterceptor(HttpRequestInterceptor) - Method in class cz.msebera.android.httpclient.protocol.BasicHttpProcessor
Deprecated.
 
addInterceptor(HttpRequestInterceptor, int) - Method in class cz.msebera.android.httpclient.protocol.BasicHttpProcessor
Deprecated.
 
addInterceptor(HttpResponseInterceptor) - Method in class cz.msebera.android.httpclient.protocol.BasicHttpProcessor
Deprecated.
 
addInterceptor(HttpResponseInterceptor, int) - Method in class cz.msebera.android.httpclient.protocol.BasicHttpProcessor
Deprecated.
 
addInterceptorFirst(HttpResponseInterceptor) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Adds this protocol interceptor to the head of the protocol processing list.
addInterceptorFirst(HttpRequestInterceptor) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Adds this protocol interceptor to the head of the protocol processing list.
addInterceptorLast(HttpResponseInterceptor) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Adds this protocol interceptor to the tail of the protocol processing list.
addInterceptorLast(HttpRequestInterceptor) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Adds this protocol interceptor to the tail of the protocol processing list.
addLast(HttpRequestInterceptor) - Method in class cz.msebera.android.httpclient.protocol.HttpProcessorBuilder
 
addLast(HttpResponseInterceptor) - Method in class cz.msebera.android.httpclient.protocol.HttpProcessorBuilder
 
addParameter(NameValuePair) - Method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
addParameter(String, String) - Method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
addParameter(String, String) - Method in class cz.msebera.android.httpclient.client.utils.URIBuilder
Adds parameter to URI query.
addParameters(NameValuePair...) - Method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
addParameters(List<NameValuePair>) - Method in class cz.msebera.android.httpclient.client.utils.URIBuilder
Adds URI query parameters.
addPart(String, ContentBody) - Method in class cz.msebera.android.httpclient.entity.mime.MultipartEntityBuilder
 
addRequestInterceptor(HttpRequestInterceptor) - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
addRequestInterceptor(HttpRequestInterceptor, int) - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
addRequestInterceptor(HttpRequestInterceptor) - Method in class cz.msebera.android.httpclient.protocol.BasicHttpProcessor
Deprecated.
 
addRequestInterceptor(HttpRequestInterceptor, int) - Method in class cz.msebera.android.httpclient.protocol.BasicHttpProcessor
Deprecated.
 
addRequestInterceptor(HttpRequestInterceptor) - Method in interface cz.msebera.android.httpclient.protocol.HttpRequestInterceptorList
Deprecated.
Appends a request interceptor to this list.
addRequestInterceptor(HttpRequestInterceptor, int) - Method in interface cz.msebera.android.httpclient.protocol.HttpRequestInterceptorList
Deprecated.
Inserts a request interceptor at the specified index.
addResponseInterceptor(HttpResponseInterceptor) - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
addResponseInterceptor(HttpResponseInterceptor, int) - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
addResponseInterceptor(HttpResponseInterceptor, int) - Method in class cz.msebera.android.httpclient.protocol.BasicHttpProcessor
Deprecated.
 
addResponseInterceptor(HttpResponseInterceptor) - Method in class cz.msebera.android.httpclient.protocol.BasicHttpProcessor
Deprecated.
 
addResponseInterceptor(HttpResponseInterceptor) - Method in interface cz.msebera.android.httpclient.protocol.HttpResponseInterceptorList
Deprecated.
Appends a response interceptor to this list.
addResponseInterceptor(HttpResponseInterceptor, int) - Method in interface cz.msebera.android.httpclient.protocol.HttpResponseInterceptorList
Deprecated.
Inserts a response interceptor at the specified index.
address - Variable in class cz.msebera.android.httpclient.HttpHost
 
addTextBody(String, String, ContentType) - Method in class cz.msebera.android.httpclient.entity.mime.MultipartEntityBuilder
 
addTextBody(String, String) - Method in class cz.msebera.android.httpclient.entity.mime.MultipartEntityBuilder
 
AGE - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
AGE - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.6
AIMDBackoffManager - Class in cz.msebera.android.httpclient.impl.client
The AIMDBackoffManager applies an additive increase, multiplicative decrease (AIMD) to managing a dynamic limit to the number of connections allowed to a given host.
AIMDBackoffManager(ConnPoolControl<HttpRoute>) - Constructor for class cz.msebera.android.httpclient.impl.client.AIMDBackoffManager
Creates an AIMDBackoffManager to manage per-host connection pool sizes represented by the given ConnPoolControl.
AllClientPNames - Interface in cz.msebera.android.httpclient.client.params
allHeaders - Variable in class cz.msebera.android.httpclient.message.BasicHeaderIterator
An array of headers to iterate over.
allHeaders - Variable in class cz.msebera.android.httpclient.message.BasicListHeaderIterator
A list of headers to iterate over.
allocEntry(Object) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.RouteSpecificPool
Deprecated.
Obtains a free entry from this pool, if one is available.
ALLOW - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
ALLOW - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.1, RFC 2616 (HTTP/1.1) Section 14.7
ALLOW_ALL_HOSTNAME_VERIFIER - Static variable in class cz.msebera.android.httpclient.conn.ssl.SSLConnectionSocketFactory
 
ALLOW_ALL_HOSTNAME_VERIFIER - Static variable in class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
 
ALLOW_CIRCULAR_REDIRECTS - Static variable in interface cz.msebera.android.httpclient.client.params.ClientPNames
Deprecated.
Defines whether circular redirects (redirects to the same location) should be allowed.
AllowAllHostnameVerifier - Class in cz.msebera.android.httpclient.conn.ssl
The ALLOW_ALL HostnameVerifier essentially turns hostname verification off.
AllowAllHostnameVerifier() - Constructor for class cz.msebera.android.httpclient.conn.ssl.AllowAllHostnameVerifier
 
alwaysShutDown - Variable in class cz.msebera.android.httpclient.impl.conn.SingleClientConnManager
Deprecated.
Whether the connection should be shut down on release.
ANY - Static variable in class cz.msebera.android.httpclient.auth.AuthScope
Default scope matching any host, port, realm and authentication scheme.
ANY_HOST - Static variable in class cz.msebera.android.httpclient.auth.AuthScope
The null value represents any host.
ANY_PORT - Static variable in class cz.msebera.android.httpclient.auth.AuthScope
The -1 value represents any port.
ANY_REALM - Static variable in class cz.msebera.android.httpclient.auth.AuthScope
The null value represents any realm.
ANY_SCHEME - Static variable in class cz.msebera.android.httpclient.auth.AuthScope
The null value represents any authentication scheme.
append(byte[], int, int) - Method in class cz.msebera.android.httpclient.util.ByteArrayBuffer
Appends len bytes to this buffer from the given source array starting at index off.
append(int) - Method in class cz.msebera.android.httpclient.util.ByteArrayBuffer
Appends b byte to this buffer.
append(char[], int, int) - Method in class cz.msebera.android.httpclient.util.ByteArrayBuffer
Appends len chars to this buffer from the given source array starting at index off.
append(CharArrayBuffer, int, int) - Method in class cz.msebera.android.httpclient.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 cz.msebera.android.httpclient.util.CharArrayBuffer
Appends len chars to this buffer from the given source array starting at index off.
append(String) - Method in class cz.msebera.android.httpclient.util.CharArrayBuffer
Appends chars of the given string to this buffer.
append(CharArrayBuffer, int, int) - Method in class cz.msebera.android.httpclient.util.CharArrayBuffer
Appends len chars to this buffer from the given source buffer starting at index off.
append(CharArrayBuffer) - Method in class cz.msebera.android.httpclient.util.CharArrayBuffer
Appends all chars to this buffer from the given source buffer starting at index 0.
append(char) - Method in class cz.msebera.android.httpclient.util.CharArrayBuffer
Appends ch char to this buffer.
append(byte[], int, int) - Method in class cz.msebera.android.httpclient.util.CharArrayBuffer
Appends len bytes to this buffer from the given source array starting at index off.
append(ByteArrayBuffer, int, int) - Method in class cz.msebera.android.httpclient.util.CharArrayBuffer
Appends len bytes to this buffer from the given source array starting at index off.
append(Object) - Method in class cz.msebera.android.httpclient.util.CharArrayBuffer
Appends chars of the textual representation of the given object to this buffer.
appendProtocolVersion(CharArrayBuffer, ProtocolVersion) - Method in class cz.msebera.android.httpclient.message.BasicLineFormatter
 
appendProtocolVersion(CharArrayBuffer, ProtocolVersion) - Method in interface cz.msebera.android.httpclient.message.LineFormatter
Formats a protocol version.
APPLICATION_ATOM_XML - Static variable in class cz.msebera.android.httpclient.entity.ContentType
 
APPLICATION_FORM_URLENCODED - Static variable in class cz.msebera.android.httpclient.entity.ContentType
 
APPLICATION_JSON - Static variable in class cz.msebera.android.httpclient.entity.ContentType
 
APPLICATION_OCTET_STREAM - Static variable in class cz.msebera.android.httpclient.entity.ContentType
 
APPLICATION_SVG_XML - Static variable in class cz.msebera.android.httpclient.entity.ContentType
 
APPLICATION_XHTML_XML - Static variable in class cz.msebera.android.httpclient.entity.ContentType
 
APPLICATION_XML - Static variable in class cz.msebera.android.httpclient.entity.ContentType
 
applicationParams - Variable in class cz.msebera.android.httpclient.impl.client.ClientParamsStack
Deprecated.
The application parameter collection, or null.
apply() - Static method in class cz.msebera.android.httpclient.extras.PRNGFixes
Applies all fixes.
Args - Class in cz.msebera.android.httpclient.util
 
Args() - Constructor for class cz.msebera.android.httpclient.util.Args
 
ASCII - Static variable in class cz.msebera.android.httpclient.Consts
 
ASCII - Static variable in class cz.msebera.android.httpclient.protocol.HTTP
Deprecated.
(4.2)
assertAttached() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractPooledConnAdapter
assertNotAborted() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
assertNotOpen() - Method in class cz.msebera.android.httpclient.impl.SocketHttpClientConnection
Deprecated.
 
assertNotOpen() - Method in class cz.msebera.android.httpclient.impl.SocketHttpServerConnection
Deprecated.
 
assertOpen() - Method in class cz.msebera.android.httpclient.impl.AbstractHttpClientConnection
Deprecated.
Asserts if the connection is open.
assertOpen() - Method in class cz.msebera.android.httpclient.impl.AbstractHttpServerConnection
Deprecated.
Asserts if the connection is open.
assertOpen() - Method in class cz.msebera.android.httpclient.impl.SocketHttpClientConnection
Deprecated.
 
assertOpen() - Method in class cz.msebera.android.httpclient.impl.SocketHttpServerConnection
Deprecated.
 
Asserts - Class in cz.msebera.android.httpclient.util
 
Asserts() - Constructor for class cz.msebera.android.httpclient.util.Asserts
 
assertStillUp() - Method in class cz.msebera.android.httpclient.impl.conn.SingleClientConnManager
Deprecated.
Asserts that this manager is not shut down.
assertValid(OperatedClientConnection) - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
Asserts that there is a valid wrapped connection to delegate to.
assertValid(AbstractPoolEntry) - Method in class cz.msebera.android.httpclient.impl.conn.AbstractPooledConnAdapter
Deprecated.
Asserts that there is a valid pool entry.
atEnd() - Method in class cz.msebera.android.httpclient.message.ParserCursor
 
attemptReuse - Variable in class cz.msebera.android.httpclient.conn.BasicEofSensorWatcher
Deprecated.
Whether to keep the connection alive.
attemptReuse - Variable in class cz.msebera.android.httpclient.conn.BasicManagedEntity
Deprecated.
Whether to keep the connection alive.
AUTH - Class in cz.msebera.android.httpclient.auth
Constants and static helpers related to the HTTP authentication.
AUTH_CACHE - Static variable in interface cz.msebera.android.httpclient.client.protocol.ClientContext
Deprecated.
Attribute name of a AuthCache object that represents the auth scheme cache.
AUTH_CACHE - Static variable in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
Attribute name of a AuthCache object that represents the auth scheme cache.
AUTH_SCHEME_PREF - Static variable in interface cz.msebera.android.httpclient.client.protocol.ClientContext
Deprecated.
(4.1) do not use
AuthCache - Interface in cz.msebera.android.httpclient.client
Abstract AuthScheme cache.
authenticate(Credentials, HttpRequest) - Method in interface cz.msebera.android.httpclient.auth.AuthScheme
authenticate(Credentials, HttpRequest, HttpContext) - Method in interface cz.msebera.android.httpclient.auth.ContextAwareAuthScheme
Produces an authorization string for the given set of Credentials.
authenticate(Credentials, HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.impl.auth.AuthSchemeBase
 
authenticate(Credentials, HttpRequest) - Method in class cz.msebera.android.httpclient.impl.auth.BasicScheme
authenticate(Credentials, HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.impl.auth.BasicScheme
Produces basic authorization header for the given set of Credentials.
authenticate(Credentials, String, boolean) - Static method in class cz.msebera.android.httpclient.impl.auth.BasicScheme
authenticate(Credentials, HttpRequest) - Method in class cz.msebera.android.httpclient.impl.auth.DigestScheme
authenticate(Credentials, HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.impl.auth.DigestScheme
Produces a digest authorization string for the given set of Credentials, method name and URI.
authenticate(Credentials, HttpRequest) - Method in class cz.msebera.android.httpclient.impl.auth.NTLMScheme
 
authenticate(HttpHost, HttpResponse, AuthenticationStrategy, AuthState, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.HttpAuthenticator
Deprecated.
 
AuthenticationException - Exception in cz.msebera.android.httpclient.auth
Signals a failure in authentication process
AuthenticationException() - Constructor for exception cz.msebera.android.httpclient.auth.AuthenticationException
Creates a new AuthenticationException with a null detail message.
AuthenticationException(String) - Constructor for exception cz.msebera.android.httpclient.auth.AuthenticationException
Creates a new AuthenticationException with the specified message.
AuthenticationException(String, Throwable) - Constructor for exception cz.msebera.android.httpclient.auth.AuthenticationException
Creates a new AuthenticationException with the specified detail message and cause.
AuthenticationHandler - Interface in cz.msebera.android.httpclient.client
Deprecated.
AuthenticationStrategy - Interface in cz.msebera.android.httpclient.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.
authFailed(HttpHost, AuthScheme, HttpContext) - Method in interface cz.msebera.android.httpclient.client.AuthenticationStrategy
Callback invoked in case of unsuccessful authentication.
AuthOption - Class in cz.msebera.android.httpclient.auth
 
AuthOption(AuthScheme, Credentials) - Constructor for class cz.msebera.android.httpclient.auth.AuthOption
 
AUTHORIZATION - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
AUTHORIZATION - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.2, RFC 2616 (HTTP/1.1) Section 14.8
AuthParamBean - Class in cz.msebera.android.httpclient.auth.params
Deprecated.
(4.3) use RequestConfig and constructor parameters of AuthSchemeProviders.
AuthParamBean(HttpParams) - Constructor for class cz.msebera.android.httpclient.auth.params.AuthParamBean
Deprecated.
 
AuthParams - Class in cz.msebera.android.httpclient.auth.params
Deprecated.
(4.3) use RequestConfig and constructor parameters of AuthSchemeProviders.
AuthPNames - Interface in cz.msebera.android.httpclient.auth.params
Deprecated.
(4.3) use RequestConfig and constructor parameters of AuthSchemeProviders.
AuthPolicy - Class in cz.msebera.android.httpclient.client.params
Deprecated.
(4.3) use AuthSchemes.
AuthProtocolState - Enum in cz.msebera.android.httpclient.auth
 
AuthScheme - Interface in cz.msebera.android.httpclient.auth
This interface represents an abstract challenge-response oriented authentication scheme.
AUTHSCHEME_REGISTRY - Static variable in interface cz.msebera.android.httpclient.client.protocol.ClientContext
Deprecated.
Attribute name of a Lookup object that represents the actual AuthSchemeRegistry registry.
AUTHSCHEME_REGISTRY - Static variable in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
Attribute name of a Lookup object that represents the actual AuthSchemeProvider registry.
AuthSchemeBase - Class in cz.msebera.android.httpclient.impl.auth
Abstract authentication scheme class that serves as a basis for all authentication schemes supported by HttpClient.
AuthSchemeBase(ChallengeState) - Constructor for class cz.msebera.android.httpclient.impl.auth.AuthSchemeBase
Deprecated.
(4.3) do not use.
AuthSchemeBase() - Constructor for class cz.msebera.android.httpclient.impl.auth.AuthSchemeBase
 
AuthSchemeFactory - Interface in cz.msebera.android.httpclient.auth
Deprecated.
AuthSchemeProvider - Interface in cz.msebera.android.httpclient.auth
Factory for AuthScheme implementations.
AuthSchemeRegistry - Class in cz.msebera.android.httpclient.auth
Deprecated.
(4.3) use Registry
AuthSchemeRegistry() - Constructor for class cz.msebera.android.httpclient.auth.AuthSchemeRegistry
Deprecated.
 
AuthSchemes - Class in cz.msebera.android.httpclient.client.config
Standard authentication schemes supported by HttpClient.
AuthScope - Class in cz.msebera.android.httpclient.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 cz.msebera.android.httpclient.auth.AuthScope
Creates a new credentials scope for the given host, port, realm, and authentication scheme.
AuthScope(HttpHost, String, String) - Constructor for class cz.msebera.android.httpclient.auth.AuthScope
 
AuthScope(HttpHost) - Constructor for class cz.msebera.android.httpclient.auth.AuthScope
 
AuthScope(String, int, String) - Constructor for class cz.msebera.android.httpclient.auth.AuthScope
Creates a new credentials scope for the given host, port, realm, and any authentication scheme.
AuthScope(String, int) - Constructor for class cz.msebera.android.httpclient.auth.AuthScope
Creates a new credentials scope for the given host, port, any realm name, and any authentication scheme.
AuthScope(AuthScope) - Constructor for class cz.msebera.android.httpclient.auth.AuthScope
Creates a copy of the given credentials scope.
AuthState - Class in cz.msebera.android.httpclient.auth
This class provides detailed information about the state of the authentication process.
AuthState() - Constructor for class cz.msebera.android.httpclient.auth.AuthState
 
authSucceeded(HttpHost, AuthScheme, HttpContext) - Method in interface cz.msebera.android.httpclient.client.AuthenticationStrategy
Callback invoked in case of successful authentication.
AutoRetryHttpClient - Class in cz.msebera.android.httpclient.impl.client
Deprecated.
AutoRetryHttpClient(HttpClient, ServiceUnavailableRetryStrategy) - Constructor for class cz.msebera.android.httpclient.impl.client.AutoRetryHttpClient
Deprecated.
 
AutoRetryHttpClient() - Constructor for class cz.msebera.android.httpclient.impl.client.AutoRetryHttpClient
Deprecated.
Constructs a AutoRetryHttpClient with default caching settings that stores cache entries in memory and uses a vanilla DefaultHttpClient for backend requests.
AutoRetryHttpClient(ServiceUnavailableRetryStrategy) - Constructor for class cz.msebera.android.httpclient.impl.client.AutoRetryHttpClient
Deprecated.
Constructs a AutoRetryHttpClient with the given caching options that stores cache entries in memory and uses a vanilla DefaultHttpClient for backend requests.
AutoRetryHttpClient(HttpClient) - Constructor for class cz.msebera.android.httpclient.impl.client.AutoRetryHttpClient
Deprecated.
Constructs a AutoRetryHttpClient with default caching settings that stores cache entries in memory and uses the given HttpClient for backend requests.
available() - Method in class cz.msebera.android.httpclient.client.entity.DeflateInputStream
Get available.
available() - Method in class cz.msebera.android.httpclient.conn.EofSensorInputStream
 
available() - Method in class cz.msebera.android.httpclient.impl.io.AbstractSessionInputBuffer
Deprecated.
 
available() - Method in class cz.msebera.android.httpclient.impl.io.AbstractSessionOutputBuffer
Deprecated.
 
available() - Method in class cz.msebera.android.httpclient.impl.io.ChunkedInputStream
 
available() - Method in class cz.msebera.android.httpclient.impl.io.ContentLengthInputStream
 
available() - Method in class cz.msebera.android.httpclient.impl.io.IdentityInputStream
 
available() - Method in class cz.msebera.android.httpclient.impl.io.SessionInputBufferImpl
 
available() - Method in class cz.msebera.android.httpclient.impl.io.SessionOutputBufferImpl
 
available() - Method in interface cz.msebera.android.httpclient.io.BufferInfo
Returns available space in the buffer.
await(Date) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.WaitingThread
Deprecated.
Blocks the calling thread.
awaitInput(int) - Method in class cz.msebera.android.httpclient.impl.BHttpConnectionBase
 

B

backOff(HttpRoute) - Method in interface cz.msebera.android.httpclient.client.BackoffManager
Called when we have decided that the result of using a connection should be interpreted as a backoff signal.
backOff(HttpRoute) - Method in class cz.msebera.android.httpclient.impl.client.AIMDBackoffManager
 
BackoffManager - Interface in cz.msebera.android.httpclient.client
Represents a controller that dynamically adjusts the size of an available connection pool based on feedback from using the connections.
BackoffStrategyExec - Class in cz.msebera.android.httpclient.impl.execchain
 
BackoffStrategyExec(ClientExecChain, ConnectionBackoffStrategy, BackoffManager) - Constructor for class cz.msebera.android.httpclient.impl.execchain.BackoffStrategyExec
 
Base64 - Class in cz.msebera.android.httpclient.extras
Utilities for encoding and decoding the Base64 representation of binary data.
BASIC - Static variable in class cz.msebera.android.httpclient.client.config.AuthSchemes
Basic authentication scheme as defined in RFC2617 (considered inherently insecure, but most widely supported)
BASIC - Static variable in class cz.msebera.android.httpclient.client.params.AuthPolicy
Deprecated.
Basic authentication scheme as defined in RFC2617 (considered inherently insecure, but most widely supported)
BasicAuthCache - Class in cz.msebera.android.httpclient.impl.client
Default implementation of AuthCache.
BasicAuthCache(SchemePortResolver) - Constructor for class cz.msebera.android.httpclient.impl.client.BasicAuthCache
Default constructor.
BasicAuthCache() - Constructor for class cz.msebera.android.httpclient.impl.client.BasicAuthCache
 
BasicClientConnectionManager - Class in cz.msebera.android.httpclient.impl.conn
Deprecated.
BasicClientConnectionManager(SchemeRegistry) - Constructor for class cz.msebera.android.httpclient.impl.conn.BasicClientConnectionManager
Deprecated.
Creates a new simple connection manager.
BasicClientConnectionManager() - Constructor for class cz.msebera.android.httpclient.impl.conn.BasicClientConnectionManager
Deprecated.
 
BasicClientCookie - Class in cz.msebera.android.httpclient.impl.cookie
Default implementation of SetCookie.
BasicClientCookie(String, String) - Constructor for class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie
Default Constructor taking a name and a value.
BasicClientCookie2 - Class in cz.msebera.android.httpclient.impl.cookie
Default implementation of SetCookie2.
BasicClientCookie2(String, String) - Constructor for class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie2
Default Constructor taking a name and a value.
BasicCommentHandler - Class in cz.msebera.android.httpclient.impl.cookie
 
BasicCommentHandler() - Constructor for class cz.msebera.android.httpclient.impl.cookie.BasicCommentHandler
 
BasicConnFactory - Class in cz.msebera.android.httpclient.impl.pool
A very basic ConnFactory implementation that creates HttpClientConnection instances given a HttpHost instance.
BasicConnFactory(SSLSocketFactory, HttpParams) - Constructor for class cz.msebera.android.httpclient.impl.pool.BasicConnFactory
BasicConnFactory(HttpParams) - Constructor for class cz.msebera.android.httpclient.impl.pool.BasicConnFactory
BasicConnFactory(SocketFactory, SSLSocketFactory, int, SocketConfig, ConnectionConfig) - Constructor for class cz.msebera.android.httpclient.impl.pool.BasicConnFactory
 
BasicConnFactory(int, SocketConfig, ConnectionConfig) - Constructor for class cz.msebera.android.httpclient.impl.pool.BasicConnFactory
 
BasicConnFactory(SocketConfig, ConnectionConfig) - Constructor for class cz.msebera.android.httpclient.impl.pool.BasicConnFactory
 
BasicConnFactory() - Constructor for class cz.msebera.android.httpclient.impl.pool.BasicConnFactory
 
BasicConnPool - Class in cz.msebera.android.httpclient.impl.pool
A very basic ConnPool implementation that represents a pool of blocking HttpClientConnection connections identified by an HttpHost instance.
BasicConnPool(ConnFactory<HttpHost, HttpClientConnection>) - Constructor for class cz.msebera.android.httpclient.impl.pool.BasicConnPool
 
BasicConnPool(HttpParams) - Constructor for class cz.msebera.android.httpclient.impl.pool.BasicConnPool
BasicConnPool(SocketConfig, ConnectionConfig) - Constructor for class cz.msebera.android.httpclient.impl.pool.BasicConnPool
 
BasicConnPool() - Constructor for class cz.msebera.android.httpclient.impl.pool.BasicConnPool
 
BasicCookieStore - Class in cz.msebera.android.httpclient.impl.client
Default implementation of CookieStore
BasicCookieStore() - Constructor for class cz.msebera.android.httpclient.impl.client.BasicCookieStore
 
BasicCredentialsProvider - Class in cz.msebera.android.httpclient.impl.client
Default implementation of CredentialsProvider.
BasicCredentialsProvider() - Constructor for class cz.msebera.android.httpclient.impl.client.BasicCredentialsProvider
Default constructor.
BasicDomainHandler - Class in cz.msebera.android.httpclient.impl.cookie
 
BasicDomainHandler() - Constructor for class cz.msebera.android.httpclient.impl.cookie.BasicDomainHandler
 
BasicEofSensorWatcher - Class in cz.msebera.android.httpclient.conn
Deprecated.
(4.3) do not use.
BasicEofSensorWatcher(ManagedClientConnection, boolean) - Constructor for class cz.msebera.android.httpclient.conn.BasicEofSensorWatcher
Deprecated.
Creates a new watcher for auto-releasing a connection.
BasicExpiresHandler - Class in cz.msebera.android.httpclient.impl.cookie
 
BasicExpiresHandler(String[]) - Constructor for class cz.msebera.android.httpclient.impl.cookie.BasicExpiresHandler
 
BasicFuture<T> - Class in cz.msebera.android.httpclient.concurrent
Basic implementation of the Future interface.
BasicFuture(FutureCallback<T>) - Constructor for class cz.msebera.android.httpclient.concurrent.BasicFuture
 
BasicHeader - Class in cz.msebera.android.httpclient.message
Basic implementation of Header.
BasicHeader(String, String) - Constructor for class cz.msebera.android.httpclient.message.BasicHeader
Constructor with name and value
BasicHeaderElement - Class in cz.msebera.android.httpclient.message
Basic implementation of HeaderElement
BasicHeaderElement(String, String, NameValuePair[]) - Constructor for class cz.msebera.android.httpclient.message.BasicHeaderElement
Constructor with name, value and parameters.
BasicHeaderElement(String, String) - Constructor for class cz.msebera.android.httpclient.message.BasicHeaderElement
Constructor with name and value.
BasicHeaderElementIterator - Class in cz.msebera.android.httpclient.message
Basic implementation of a HeaderElementIterator.
BasicHeaderElementIterator(HeaderIterator, HeaderValueParser) - Constructor for class cz.msebera.android.httpclient.message.BasicHeaderElementIterator
Creates a new instance of BasicHeaderElementIterator
BasicHeaderElementIterator(HeaderIterator) - Constructor for class cz.msebera.android.httpclient.message.BasicHeaderElementIterator
 
BasicHeaderIterator - Class in cz.msebera.android.httpclient.message
Basic implementation of a HeaderIterator.
BasicHeaderIterator(Header[], String) - Constructor for class cz.msebera.android.httpclient.message.BasicHeaderIterator
Creates a new header iterator.
BasicHeaderValueFormatter - Class in cz.msebera.android.httpclient.message
Basic implementation for formatting header value elements.
BasicHeaderValueFormatter() - Constructor for class cz.msebera.android.httpclient.message.BasicHeaderValueFormatter
 
BasicHeaderValueParser - Class in cz.msebera.android.httpclient.message
Basic implementation for parsing header values into elements.
BasicHeaderValueParser() - Constructor for class cz.msebera.android.httpclient.message.BasicHeaderValueParser
 
BasicHttpCacheStorage - Class in cz.msebera.android.httpclient.impl.client.cache
Basic HttpCacheStorage implementation backed by an instance of LinkedHashMap.
BasicHttpCacheStorage(CacheConfig) - Constructor for class cz.msebera.android.httpclient.impl.client.cache.BasicHttpCacheStorage
 
BasicHttpClientConnectionManager - Class in cz.msebera.android.httpclient.impl.conn
A connection manager for a single connection.
BasicHttpClientConnectionManager(Lookup<ConnectionSocketFactory>, HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>, SchemePortResolver, DnsResolver) - Constructor for class cz.msebera.android.httpclient.impl.conn.BasicHttpClientConnectionManager
 
BasicHttpClientConnectionManager(Lookup<ConnectionSocketFactory>, HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>) - Constructor for class cz.msebera.android.httpclient.impl.conn.BasicHttpClientConnectionManager
 
BasicHttpClientConnectionManager(Lookup<ConnectionSocketFactory>) - Constructor for class cz.msebera.android.httpclient.impl.conn.BasicHttpClientConnectionManager
 
BasicHttpClientConnectionManager() - Constructor for class cz.msebera.android.httpclient.impl.conn.BasicHttpClientConnectionManager
 
BasicHttpContext - Class in cz.msebera.android.httpclient.protocol
Default implementation of HttpContext.
BasicHttpContext() - Constructor for class cz.msebera.android.httpclient.protocol.BasicHttpContext
 
BasicHttpContext(HttpContext) - Constructor for class cz.msebera.android.httpclient.protocol.BasicHttpContext
 
BasicHttpEntity - Class in cz.msebera.android.httpclient.entity
A generic streamed, non-repeatable entity that obtains its content from an InputStream.
BasicHttpEntity() - Constructor for class cz.msebera.android.httpclient.entity.BasicHttpEntity
Creates a new basic entity.
BasicHttpEntityEnclosingRequest - Class in cz.msebera.android.httpclient.message
Basic implementation of HttpEntityEnclosingRequest.
BasicHttpEntityEnclosingRequest(String, String) - Constructor for class cz.msebera.android.httpclient.message.BasicHttpEntityEnclosingRequest
 
BasicHttpEntityEnclosingRequest(String, String, ProtocolVersion) - Constructor for class cz.msebera.android.httpclient.message.BasicHttpEntityEnclosingRequest
 
BasicHttpEntityEnclosingRequest(RequestLine) - Constructor for class cz.msebera.android.httpclient.message.BasicHttpEntityEnclosingRequest
 
BasicHttpParams - Class in cz.msebera.android.httpclient.params
Deprecated.
(4.3) use configuration classes provided 'cz.msebera.android.httpclient.config' and 'cz.msebera.android.httpclient.client.config'
BasicHttpParams() - Constructor for class cz.msebera.android.httpclient.params.BasicHttpParams
Deprecated.
 
BasicHttpProcessor - Class in cz.msebera.android.httpclient.protocol
Deprecated.
(4.3)
BasicHttpProcessor() - Constructor for class cz.msebera.android.httpclient.protocol.BasicHttpProcessor
Deprecated.
 
BasicHttpRequest - Class in cz.msebera.android.httpclient.message
Basic implementation of HttpRequest.
BasicHttpRequest(String, String) - Constructor for class cz.msebera.android.httpclient.message.BasicHttpRequest
Creates an instance of this class using the given request method and URI.
BasicHttpRequest(String, String, ProtocolVersion) - Constructor for class cz.msebera.android.httpclient.message.BasicHttpRequest
Creates an instance of this class using the given request method, URI and the HTTP protocol version.
BasicHttpRequest(RequestLine) - Constructor for class cz.msebera.android.httpclient.message.BasicHttpRequest
Creates an instance of this class using the given request line.
BasicHttpResponse - Class in cz.msebera.android.httpclient.message
Basic implementation of HttpResponse.
BasicHttpResponse(StatusLine, ReasonPhraseCatalog, Locale) - Constructor for class cz.msebera.android.httpclient.message.BasicHttpResponse
Creates a new response.
BasicHttpResponse(StatusLine) - Constructor for class cz.msebera.android.httpclient.message.BasicHttpResponse
Creates a response from a status line.
BasicHttpResponse(ProtocolVersion, int, String) - Constructor for class cz.msebera.android.httpclient.message.BasicHttpResponse
Creates a response from elements of a status line.
BasicLineFormatter - Class in cz.msebera.android.httpclient.message
Interface for formatting elements of the HEAD section of an HTTP message.
BasicLineFormatter() - Constructor for class cz.msebera.android.httpclient.message.BasicLineFormatter
 
BasicLineParser - Class in cz.msebera.android.httpclient.message
Basic parser for lines in the head section of an HTTP message.
BasicLineParser(ProtocolVersion) - Constructor for class cz.msebera.android.httpclient.message.BasicLineParser
Creates a new line parser for the given HTTP-like protocol.
BasicLineParser() - Constructor for class cz.msebera.android.httpclient.message.BasicLineParser
Creates a new line parser for HTTP.
BasicListHeaderIterator - Class in cz.msebera.android.httpclient.message
Implementation of a HeaderIterator based on a List.
BasicListHeaderIterator(List<Header>, String) - Constructor for class cz.msebera.android.httpclient.message.BasicListHeaderIterator
Creates a new header iterator.
BasicManagedEntity - Class in cz.msebera.android.httpclient.conn
Deprecated.
(4.3) do not use.
BasicManagedEntity(HttpEntity, ManagedClientConnection, boolean) - Constructor for class cz.msebera.android.httpclient.conn.BasicManagedEntity
Deprecated.
Creates a new managed entity that can release a connection.
BasicMaxAgeHandler - Class in cz.msebera.android.httpclient.impl.cookie
 
BasicMaxAgeHandler() - Constructor for class cz.msebera.android.httpclient.impl.cookie.BasicMaxAgeHandler
 
BasicNameValuePair - Class in cz.msebera.android.httpclient.message
Basic implementation of NameValuePair.
BasicNameValuePair(String, String) - Constructor for class cz.msebera.android.httpclient.message.BasicNameValuePair
Default Constructor taking a name and a value.
BasicPathHandler - Class in cz.msebera.android.httpclient.impl.cookie
 
BasicPathHandler() - Constructor for class cz.msebera.android.httpclient.impl.cookie.BasicPathHandler
 
BasicPooledConnAdapter - Class in cz.msebera.android.httpclient.impl.conn.tsccm
Deprecated.
(4.2) do not use
BasicPooledConnAdapter(ThreadSafeClientConnManager, AbstractPoolEntry) - Constructor for class cz.msebera.android.httpclient.impl.conn.tsccm.BasicPooledConnAdapter
Deprecated.
Creates a new adapter.
BasicPoolEntry - Class in cz.msebera.android.httpclient.impl.conn.tsccm
Deprecated.
(4.2) use PoolEntry
BasicPoolEntry(ClientConnectionOperator, HttpRoute, ReferenceQueue<Object>) - Constructor for class cz.msebera.android.httpclient.impl.conn.tsccm.BasicPoolEntry
Deprecated.
 
BasicPoolEntry(ClientConnectionOperator, HttpRoute) - Constructor for class cz.msebera.android.httpclient.impl.conn.tsccm.BasicPoolEntry
Deprecated.
Creates a new pool entry.
BasicPoolEntry(ClientConnectionOperator, HttpRoute, long, TimeUnit) - Constructor for class cz.msebera.android.httpclient.impl.conn.tsccm.BasicPoolEntry
Deprecated.
Creates a new pool entry with a specified maximum lifetime.
BasicPoolEntry - Class in cz.msebera.android.httpclient.impl.pool
A very basic PoolEntry implementation that represents an entry in a pool of blocking HttpClientConnections identified by an HttpHost instance.
BasicPoolEntry(String, HttpHost, HttpClientConnection) - Constructor for class cz.msebera.android.httpclient.impl.pool.BasicPoolEntry
 
BasicPoolEntryRef - Class in cz.msebera.android.httpclient.impl.conn.tsccm
Deprecated.
(4.2) do not use
BasicPoolEntryRef(BasicPoolEntry, ReferenceQueue<Object>) - Constructor for class cz.msebera.android.httpclient.impl.conn.tsccm.BasicPoolEntryRef
Deprecated.
Creates a new reference to a pool entry.
BasicRequestLine - Class in cz.msebera.android.httpclient.message
Basic implementation of RequestLine.
BasicRequestLine(String, String, ProtocolVersion) - Constructor for class cz.msebera.android.httpclient.message.BasicRequestLine
 
BasicResponseHandler - Class in cz.msebera.android.httpclient.impl.client
A ResponseHandler that returns the response body as a String for successful (2xx) responses.
BasicResponseHandler() - Constructor for class cz.msebera.android.httpclient.impl.client.BasicResponseHandler
 
BasicRouteDirector - Class in cz.msebera.android.httpclient.conn.routing
Basic HttpRouteDirector implementation.
BasicRouteDirector() - Constructor for class cz.msebera.android.httpclient.conn.routing.BasicRouteDirector
 
BasicScheme - Class in cz.msebera.android.httpclient.impl.auth
Basic authentication scheme as defined in RFC 2617.
BasicScheme(Charset) - Constructor for class cz.msebera.android.httpclient.impl.auth.BasicScheme
 
BasicScheme(ChallengeState) - Constructor for class cz.msebera.android.httpclient.impl.auth.BasicScheme
Deprecated.
(4.3) do not use.
BasicScheme() - Constructor for class cz.msebera.android.httpclient.impl.auth.BasicScheme
 
BasicSchemeFactory - Class in cz.msebera.android.httpclient.impl.auth
AuthSchemeProvider implementation that creates and initializes BasicScheme instances.
BasicSchemeFactory(Charset) - Constructor for class cz.msebera.android.httpclient.impl.auth.BasicSchemeFactory
 
BasicSchemeFactory() - Constructor for class cz.msebera.android.httpclient.impl.auth.BasicSchemeFactory
 
BasicSecureHandler - Class in cz.msebera.android.httpclient.impl.cookie
 
BasicSecureHandler() - Constructor for class cz.msebera.android.httpclient.impl.cookie.BasicSecureHandler
 
BasicStatusLine - Class in cz.msebera.android.httpclient.message
Basic implementation of StatusLine
BasicStatusLine(ProtocolVersion, int, String) - Constructor for class cz.msebera.android.httpclient.message.BasicStatusLine
Creates a new status line with the given version, status, and reason.
BasicTokenIterator - Class in cz.msebera.android.httpclient.message
Basic implementation of a TokenIterator.
BasicTokenIterator(HeaderIterator) - Constructor for class cz.msebera.android.httpclient.message.BasicTokenIterator
Creates a new instance of BasicTokenIterator.
BasicUserPrincipal - Class in cz.msebera.android.httpclient.auth
Basic user principal used for HTTP authentication
BasicUserPrincipal(String) - Constructor for class cz.msebera.android.httpclient.auth.BasicUserPrincipal
 
BEST_MATCH - Static variable in class cz.msebera.android.httpclient.client.config.CookieSpecs
The default 'best match' policy.
BEST_MATCH - Static variable in class cz.msebera.android.httpclient.client.params.CookiePolicy
Deprecated.
The default 'best match' policy.
BestMatchSpec - Class in cz.msebera.android.httpclient.impl.cookie
'Meta' cookie specification that picks up a cookie policy based on the format of cookies sent with the HTTP response.
BestMatchSpec(String[], boolean) - Constructor for class cz.msebera.android.httpclient.impl.cookie.BestMatchSpec
 
BestMatchSpec() - Constructor for class cz.msebera.android.httpclient.impl.cookie.BestMatchSpec
 
BestMatchSpecFactory - Class in cz.msebera.android.httpclient.impl.cookie
CookieSpecProvider implementation that creates and initializes BestMatchSpec instances.
BestMatchSpecFactory(String[], boolean) - Constructor for class cz.msebera.android.httpclient.impl.cookie.BestMatchSpecFactory
 
BestMatchSpecFactory() - Constructor for class cz.msebera.android.httpclient.impl.cookie.BestMatchSpecFactory
 
BHttpConnectionBase - Class in cz.msebera.android.httpclient.impl
This class serves as a base for all HttpConnection implementations and provides functionality common to both client and server HTTP connections.
BHttpConnectionBase(int, int, CharsetDecoder, CharsetEncoder, MessageConstraints, ContentLengthStrategy, ContentLengthStrategy) - Constructor for class cz.msebera.android.httpclient.impl.BHttpConnectionBase
Creates new instance of BHttpConnectionBase.
bind(Socket) - Method in interface cz.msebera.android.httpclient.conn.ManagedHttpClientConnection
Binds this connection to the given socket.
bind(Socket) - Method in class cz.msebera.android.httpclient.impl.BHttpConnectionBase
Binds this connection to the given Socket.
bind(Socket) - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
 
bind(Socket) - Method in class cz.msebera.android.httpclient.impl.conn.DefaultClientConnection
Deprecated.
 
bind(Socket) - Method in class cz.msebera.android.httpclient.impl.conn.DefaultManagedHttpClientConnection
 
bind(Socket) - Method in class cz.msebera.android.httpclient.impl.DefaultBHttpClientConnection
 
bind(Socket) - Method in class cz.msebera.android.httpclient.impl.DefaultBHttpServerConnection
 
bind(Socket, HttpParams) - Method in class cz.msebera.android.httpclient.impl.DefaultHttpClientConnection
Deprecated.
 
bind(Socket, HttpParams) - Method in class cz.msebera.android.httpclient.impl.DefaultHttpServerConnection
Deprecated.
 
bind(InputStream) - Method in class cz.msebera.android.httpclient.impl.io.SessionInputBufferImpl
 
bind(OutputStream) - Method in class cz.msebera.android.httpclient.impl.io.SessionOutputBufferImpl
 
bind(Socket, HttpParams) - Method in class cz.msebera.android.httpclient.impl.SocketHttpClientConnection
Deprecated.
Binds this connection to the given Socket.
bind(Socket, HttpParams) - Method in class cz.msebera.android.httpclient.impl.SocketHttpServerConnection
Deprecated.
Binds this connection to the given Socket.
BROWSER_COMPATIBILITY - Static variable in class cz.msebera.android.httpclient.client.config.CookieSpecs
The policy that provides high degree of compatibility with common cookie management of popular HTTP agents.
BROWSER_COMPATIBILITY - Static variable in class cz.msebera.android.httpclient.client.params.CookiePolicy
Deprecated.
The policy that provides high degree of compatibilty with common cookie management of popular HTTP agents.
BROWSER_COMPATIBLE_HOSTNAME_VERIFIER - Static variable in class cz.msebera.android.httpclient.conn.ssl.SSLConnectionSocketFactory
 
BROWSER_COMPATIBLE_HOSTNAME_VERIFIER - Static variable in class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
 
BrowserCompatHostnameVerifier - Class in cz.msebera.android.httpclient.conn.ssl
The HostnameVerifier that works the same way as Curl and Firefox.
BrowserCompatHostnameVerifier() - Constructor for class cz.msebera.android.httpclient.conn.ssl.BrowserCompatHostnameVerifier
 
BrowserCompatSpec - Class in cz.msebera.android.httpclient.impl.cookie
Cookie specification that strives to closely mimic (mis)behavior of common web browser applications such as Microsoft Internet Explorer and Mozilla FireFox.
BrowserCompatSpec(String[], BrowserCompatSpecFactory.SecurityLevel) - Constructor for class cz.msebera.android.httpclient.impl.cookie.BrowserCompatSpec
Default constructor
BrowserCompatSpec(String[]) - Constructor for class cz.msebera.android.httpclient.impl.cookie.BrowserCompatSpec
Default constructor
BrowserCompatSpec() - Constructor for class cz.msebera.android.httpclient.impl.cookie.BrowserCompatSpec
Default constructor
BrowserCompatSpecFactory - Class in cz.msebera.android.httpclient.impl.cookie
CookieSpecProvider implementation that creates and initializes BrowserCompatSpec instances.
BrowserCompatSpecFactory(String[], BrowserCompatSpecFactory.SecurityLevel) - Constructor for class cz.msebera.android.httpclient.impl.cookie.BrowserCompatSpecFactory
 
BrowserCompatSpecFactory(String[]) - Constructor for class cz.msebera.android.httpclient.impl.cookie.BrowserCompatSpecFactory
 
BrowserCompatSpecFactory() - Constructor for class cz.msebera.android.httpclient.impl.cookie.BrowserCompatSpecFactory
 
BrowserCompatSpecFactory.SecurityLevel - Enum in cz.msebera.android.httpclient.impl.cookie
 
BrowserCompatVersionAttributeHandler - Class in cz.msebera.android.httpclient.impl.cookie
"Version" cookie attribute handler for BrowserCompat cookie spec.
BrowserCompatVersionAttributeHandler() - Constructor for class cz.msebera.android.httpclient.impl.cookie.BrowserCompatVersionAttributeHandler
 
buffer() - Method in class cz.msebera.android.httpclient.util.ByteArrayBuffer
Returns reference to the underlying byte array.
buffer() - Method in class cz.msebera.android.httpclient.util.CharArrayBuffer
Returns reference to the underlying char array.
BufferedHeader - Class in cz.msebera.android.httpclient.message
This class represents a raw HTTP header whose content is parsed 'on demand' only when the header value needs to be consumed.
BufferedHeader(CharArrayBuffer) - Constructor for class cz.msebera.android.httpclient.message.BufferedHeader
Creates a new header from a buffer.
BufferedHttpEntity - Class in cz.msebera.android.httpclient.entity
A wrapping entity that buffers it content if necessary.
BufferedHttpEntity(HttpEntity) - Constructor for class cz.msebera.android.httpclient.entity.BufferedHttpEntity
Creates a new buffered entity wrapper.
BufferInfo - Interface in cz.msebera.android.httpclient.io
Basic buffer properties.
build() - Method in class cz.msebera.android.httpclient.client.config.RequestConfig.Builder
 
build() - Method in class cz.msebera.android.httpclient.client.entity.EntityBuilder
Creates new instance of HttpEntity based on the current state.
build() - Method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
build() - Method in class cz.msebera.android.httpclient.client.utils.URIBuilder
Builds a URI instance.
build() - Method in class cz.msebera.android.httpclient.config.ConnectionConfig.Builder
 
build() - Method in class cz.msebera.android.httpclient.config.MessageConstraints.Builder
 
build() - Method in class cz.msebera.android.httpclient.config.RegistryBuilder
 
build() - Method in class cz.msebera.android.httpclient.config.SocketConfig.Builder
 
build() - Method in class cz.msebera.android.httpclient.conn.ssl.SSLContextBuilder
 
build() - Method in class cz.msebera.android.httpclient.entity.mime.MultipartEntityBuilder
 
build() - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig.Builder
 
build() - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
 
build() - Method in class cz.msebera.android.httpclient.protocol.HttpProcessorBuilder
 
ByteArrayBody - Class in cz.msebera.android.httpclient.entity.mime.content
Binary body part backed by a byte array.
ByteArrayBody(byte[], String, String) - Constructor for class cz.msebera.android.httpclient.entity.mime.content.ByteArrayBody
ByteArrayBody(byte[], ContentType, String) - Constructor for class cz.msebera.android.httpclient.entity.mime.content.ByteArrayBody
 
ByteArrayBody(byte[], String) - Constructor for class cz.msebera.android.httpclient.entity.mime.content.ByteArrayBody
Creates a new ByteArrayBody.
ByteArrayBuffer - Class in cz.msebera.android.httpclient.util
A resizable byte array.
ByteArrayBuffer(int) - Constructor for class cz.msebera.android.httpclient.util.ByteArrayBuffer
Creates an instance of ByteArrayBuffer with the given initial capacity.
ByteArrayEntity - Class in cz.msebera.android.httpclient.entity
A self contained, repeatable entity that obtains its content from a byte array.
ByteArrayEntity(byte[], ContentType) - Constructor for class cz.msebera.android.httpclient.entity.ByteArrayEntity
 
ByteArrayEntity(byte[], int, int, ContentType) - Constructor for class cz.msebera.android.httpclient.entity.ByteArrayEntity
 
ByteArrayEntity(byte[]) - Constructor for class cz.msebera.android.httpclient.entity.ByteArrayEntity
 
ByteArrayEntity(byte[], int, int) - Constructor for class cz.msebera.android.httpclient.entity.ByteArrayEntity
 
byteAt(int) - Method in class cz.msebera.android.httpclient.util.ByteArrayBuffer
Returns the byte value in this buffer at the specified index.

C

CACHE_CONTROL - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
CACHE_CONTROL - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.9
CACHE_CONTROL_MAX_AGE - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
CACHE_CONTROL_MAX_STALE - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
CACHE_CONTROL_MIN_FRESH - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
CACHE_CONTROL_MUST_REVALIDATE - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
CACHE_CONTROL_NO_CACHE - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
CACHE_CONTROL_NO_STORE - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
CACHE_CONTROL_PROXY_REVALIDATE - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
CACHE_RESPONSE_STATUS - Static variable in class cz.msebera.android.httpclient.client.cache.HttpCacheContext
This is the name under which the CacheResponseStatus of a request (for example, whether it resulted in a cache hit) will be recorded if an HttpContext is provided during execution.
CacheConfig - Class in cz.msebera.android.httpclient.impl.client.cache
Java Beans-style configuration for a CachingHttpClient.
CacheConfig() - Constructor for class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Deprecated.
CacheConfig.Builder - Class in cz.msebera.android.httpclient.impl.client.cache
 
CacheResponseStatus - Enum in cz.msebera.android.httpclient.client.cache
This enumeration represents the various ways a response can be generated by the cz.msebera.android.httpclient.impl.client.cache.CachingHttpClient; if a request is executed with an HttpContext then a parameter with one of these values will be registered in the context under the key cz.msebera.android.httpclient.impl.client.cache.CachingHttpClient#CACHE_RESPONSE_STATUS.
CachingExec - Class in cz.msebera.android.httpclient.impl.client.cache
Request executor in the request execution chain that is responsible for transparent client-side caching.
CachingExec(ClientExecChain, HttpCache, CacheConfig) - Constructor for class cz.msebera.android.httpclient.impl.client.cache.CachingExec
 
CachingExec(ClientExecChain, HttpCache, CacheConfig, AsynchronousValidator) - Constructor for class cz.msebera.android.httpclient.impl.client.cache.CachingExec
 
CachingExec(ClientExecChain, ResourceFactory, HttpCacheStorage, CacheConfig) - Constructor for class cz.msebera.android.httpclient.impl.client.cache.CachingExec
 
CachingExec(ClientExecChain) - Constructor for class cz.msebera.android.httpclient.impl.client.cache.CachingExec
 
CachingHttpClientBuilder - Class in cz.msebera.android.httpclient.impl.client.cache
Builder for CloseableHttpClient instances capable of client-side caching.
CachingHttpClientBuilder() - Constructor for class cz.msebera.android.httpclient.impl.client.cache.CachingHttpClientBuilder
 
CachingHttpClients - Class in cz.msebera.android.httpclient.impl.client.cache
Factory methods for CloseableHttpClient instances capable of client-side caching.
calculateDelayInMillis(int) - Method in class cz.msebera.android.httpclient.impl.client.cache.ExponentialBackOffSchedulingStrategy
 
cancel(boolean) - Method in class cz.msebera.android.httpclient.concurrent.BasicFuture
 
cancel() - Method in class cz.msebera.android.httpclient.concurrent.BasicFuture
 
cancel() - Method in interface cz.msebera.android.httpclient.concurrent.Cancellable
 
cancel(boolean) - Method in class cz.msebera.android.httpclient.impl.client.HttpRequestFutureTask
 
Cancellable - Interface in cz.msebera.android.httpclient.concurrent
A Cancellable represents a process or an operation that can be canceled.
cancelled() - Method in interface cz.msebera.android.httpclient.concurrent.FutureCallback
 
canResponseHaveBody(HttpRequest, HttpResponse) - Method in class cz.msebera.android.httpclient.protocol.HttpRequestExecutor
Decide whether a response comes with an entity.
capacity() - Method in class cz.msebera.android.httpclient.impl.io.AbstractSessionInputBuffer
Deprecated.
 
capacity() - Method in class cz.msebera.android.httpclient.impl.io.AbstractSessionOutputBuffer
Deprecated.
 
capacity() - Method in class cz.msebera.android.httpclient.impl.io.SessionInputBufferImpl
 
capacity() - Method in class cz.msebera.android.httpclient.impl.io.SessionOutputBufferImpl
 
capacity() - Method in interface cz.msebera.android.httpclient.io.BufferInfo
Returns total capacity of the buffer
capacity() - Method in class cz.msebera.android.httpclient.util.ByteArrayBuffer
Returns the current capacity.
capacity() - Method in class cz.msebera.android.httpclient.util.CharArrayBuffer
Returns the current capacity.
ChallengeState - Enum in cz.msebera.android.httpclient.auth
Challenge mode (TARGET or PROXY)
CharArrayBuffer - Class in cz.msebera.android.httpclient.util
A resizable char array.
CharArrayBuffer(int) - Constructor for class cz.msebera.android.httpclient.util.CharArrayBuffer
Creates an instance of CharArrayBuffer with the given initial capacity.
charAt(int) - Method in class cz.msebera.android.httpclient.util.CharArrayBuffer
Returns the char value in this buffer at the specified index.
CHARSET_PARAM - Static variable in class cz.msebera.android.httpclient.protocol.HTTP
Deprecated.
(4.2)
CharsetUtils - Class in cz.msebera.android.httpclient.util
 
CharsetUtils() - Constructor for class cz.msebera.android.httpclient.util.CharsetUtils
 
check(boolean, String) - Static method in class cz.msebera.android.httpclient.util.Args
 
check(boolean, String, Object...) - Static method in class cz.msebera.android.httpclient.util.Args
 
check(boolean, String) - Static method in class cz.msebera.android.httpclient.util.Asserts
 
check(boolean, String, Object...) - Static method in class cz.msebera.android.httpclient.util.Asserts
 
checkAbort() - Method in class cz.msebera.android.httpclient.conn.EofSensorInputStream
Detects stream abort and notifies the watcher.
checkClose() - Method in class cz.msebera.android.httpclient.conn.EofSensorInputStream
Detects stream close and notifies the watcher.
checkEOF(int) - Method in class cz.msebera.android.httpclient.conn.EofSensorInputStream
Detects EOF and notifies the watcher.
checkNotNegative(String, long) - Static method in class cz.msebera.android.httpclient.impl.client.cache.ExponentialBackOffSchedulingStrategy
 
checkNotNull(String, T) - Static method in class cz.msebera.android.httpclient.impl.client.cache.ExponentialBackOffSchedulingStrategy
 
chooseAlias(Map<String, PrivateKeyDetails>, Socket) - Method in interface cz.msebera.android.httpclient.conn.ssl.PrivateKeyStrategy
Determines what key material to use for SSL authentication.
chooseProxy(List<Proxy>, HttpHost, HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.impl.conn.ProxySelectorRoutePlanner
Deprecated.
Chooses a proxy from a list of available proxies.
CHUNK_CODING - Static variable in class cz.msebera.android.httpclient.protocol.HTTP
Transfer encoding definitions
chunked() - Method in class cz.msebera.android.httpclient.client.entity.EntityBuilder
Makes entity chunk coded.
chunked - Variable in class cz.msebera.android.httpclient.entity.AbstractHttpEntity
 
CHUNKED - Static variable in interface cz.msebera.android.httpclient.entity.ContentLengthStrategy
 
ChunkedInputStream - Class in cz.msebera.android.httpclient.impl.io
Implements chunked transfer coding.
ChunkedInputStream(SessionInputBuffer) - Constructor for class cz.msebera.android.httpclient.impl.io.ChunkedInputStream
Wraps session input stream and reads chunk coded input.
ChunkedOutputStream - Class in cz.msebera.android.httpclient.impl.io
Implements chunked transfer coding.
ChunkedOutputStream(SessionOutputBuffer, int) - Constructor for class cz.msebera.android.httpclient.impl.io.ChunkedOutputStream
ChunkedOutputStream(SessionOutputBuffer) - Constructor for class cz.msebera.android.httpclient.impl.io.ChunkedOutputStream
ChunkedOutputStream(int, SessionOutputBuffer) - Constructor for class cz.msebera.android.httpclient.impl.io.ChunkedOutputStream
Wraps a session output buffer and chunk-encodes the output.
CircularRedirectException - Exception in cz.msebera.android.httpclient.client
Signals a circular redirect
CircularRedirectException() - Constructor for exception cz.msebera.android.httpclient.client.CircularRedirectException
Creates a new CircularRedirectException with a null detail message.
CircularRedirectException(String) - Constructor for exception cz.msebera.android.httpclient.client.CircularRedirectException
Creates a new CircularRedirectException with the specified detail message.
CircularRedirectException(String, Throwable) - Constructor for exception cz.msebera.android.httpclient.client.CircularRedirectException
Creates a new CircularRedirectException with the specified detail message and cause.
cleanResources() - Method in class cz.msebera.android.httpclient.impl.client.cache.ManagedHttpCacheStorage
 
clear() - Method in interface cz.msebera.android.httpclient.client.AuthCache
 
clear() - Method in interface cz.msebera.android.httpclient.client.CookieStore
Clears all cookies.
clear() - Method in interface cz.msebera.android.httpclient.client.CredentialsProvider
Clears all credentials.
clear() - Method in class cz.msebera.android.httpclient.impl.client.BasicAuthCache
 
clear() - Method in class cz.msebera.android.httpclient.impl.client.BasicCookieStore
Clears all cookies.
clear() - Method in class cz.msebera.android.httpclient.impl.client.BasicCredentialsProvider
 
clear() - Method in class cz.msebera.android.httpclient.impl.client.SystemDefaultCredentialsProvider
 
clear() - Method in class cz.msebera.android.httpclient.impl.io.SessionInputBufferImpl
 
clear() - Method in class cz.msebera.android.httpclient.message.HeaderGroup
Removes any contained headers.
clear() - Method in class cz.msebera.android.httpclient.params.BasicHttpParams
Deprecated.
Removes all parameters from this collection.
clear() - Method in class cz.msebera.android.httpclient.params.SyncBasicHttpParams
Deprecated.
 
clear() - Method in class cz.msebera.android.httpclient.protocol.BasicHttpContext
 
clear() - Method in class cz.msebera.android.httpclient.protocol.SyncBasicHttpContext
Deprecated.
 
clear() - Method in class cz.msebera.android.httpclient.util.ByteArrayBuffer
Clears content of the buffer.
clear() - Method in class cz.msebera.android.httpclient.util.CharArrayBuffer
Clears content of the buffer.
clearExpired(Date) - Method in interface cz.msebera.android.httpclient.client.CookieStore
Removes all of Cookies in this store that have expired by the specified Date.
clearExpired(Date) - Method in class cz.msebera.android.httpclient.impl.client.BasicCookieStore
Removes all of cookies in this HTTP state that have expired by the specified date.
clearInterceptors() - Method in class cz.msebera.android.httpclient.protocol.BasicHttpProcessor
Deprecated.
Clears both interceptor lists maintained by this processor.
clearParameters() - Method in class cz.msebera.android.httpclient.client.utils.URIBuilder
Clears URI query parameters.
clearRequestInterceptors() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
clearRequestInterceptors() - Method in class cz.msebera.android.httpclient.protocol.BasicHttpProcessor
Deprecated.
 
clearRequestInterceptors() - Method in interface cz.msebera.android.httpclient.protocol.HttpRequestInterceptorList
Deprecated.
Removes all request interceptors from this list.
clearResponseInterceptors() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
clearResponseInterceptors() - Method in class cz.msebera.android.httpclient.protocol.BasicHttpProcessor
Deprecated.
 
clearResponseInterceptors() - Method in interface cz.msebera.android.httpclient.protocol.HttpResponseInterceptorList
Deprecated.
Removes all response interceptors from this list.
clearThreadLocal() - Static method in class cz.msebera.android.httpclient.client.utils.DateUtils
Clears thread-local variable containing DateFormat cache.
ClientConnectionManager - Interface in cz.msebera.android.httpclient.conn
Deprecated.
(4.3) replaced by HttpClientConnectionManager.
ClientConnectionManagerFactory - Interface in cz.msebera.android.httpclient.conn
Deprecated.
(4.3) replaced by HttpClientConnectionManager.
ClientConnectionOperator - Interface in cz.msebera.android.httpclient.conn
Deprecated.
(4.3) replaced by HttpClientConnectionManager.
ClientConnectionRequest - Interface in cz.msebera.android.httpclient.conn
Deprecated.
(4.3) replaced by ConnectionRequest.
ClientContext - Interface in cz.msebera.android.httpclient.client.protocol
Deprecated.
ClientContextConfigurer - Class in cz.msebera.android.httpclient.client.protocol
Deprecated.
ClientContextConfigurer(HttpContext) - Constructor for class cz.msebera.android.httpclient.client.protocol.ClientContextConfigurer
Deprecated.
 
ClientCookie - Interface in cz.msebera.android.httpclient.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.
ClientExecChain - Interface in cz.msebera.android.httpclient.impl.execchain
This interface represents an element in the HTTP request execution chain.
ClientParamBean - Class in cz.msebera.android.httpclient.client.params
Deprecated.
(4.3) use RequestConfig.
ClientParamBean(HttpParams) - Constructor for class cz.msebera.android.httpclient.client.params.ClientParamBean
Deprecated.
 
clientParams - Variable in class cz.msebera.android.httpclient.impl.client.ClientParamsStack
Deprecated.
The client parameter collection, or null.
ClientParamsStack - Class in cz.msebera.android.httpclient.impl.client
Deprecated.
(4.3) use configuration classes provided 'cz.msebera.android.httpclient.config' and 'cz.msebera.android.httpclient.client.config'
ClientParamsStack(HttpParams, HttpParams, HttpParams, HttpParams) - Constructor for class cz.msebera.android.httpclient.impl.client.ClientParamsStack
Deprecated.
Creates a new parameter stack from elements.
ClientParamsStack(ClientParamsStack) - Constructor for class cz.msebera.android.httpclient.impl.client.ClientParamsStack
Deprecated.
Creates a copy of a parameter stack.
ClientParamsStack(ClientParamsStack, HttpParams, HttpParams, HttpParams, HttpParams) - Constructor for class cz.msebera.android.httpclient.impl.client.ClientParamsStack
Deprecated.
Creates a modified copy of a parameter stack.
ClientPNames - Interface in cz.msebera.android.httpclient.client.params
Deprecated.
(4.3) use RequestConfig.
ClientProtocolException - Exception in cz.msebera.android.httpclient.client
Signals an error in the HTTP protocol.
ClientProtocolException() - Constructor for exception cz.msebera.android.httpclient.client.ClientProtocolException
 
ClientProtocolException(String) - Constructor for exception cz.msebera.android.httpclient.client.ClientProtocolException
 
ClientProtocolException(Throwable) - Constructor for exception cz.msebera.android.httpclient.client.ClientProtocolException
 
ClientProtocolException(String, Throwable) - Constructor for exception cz.msebera.android.httpclient.client.ClientProtocolException
 
clone() - Method in class cz.msebera.android.httpclient.client.config.RequestConfig
 
clone() - Method in class cz.msebera.android.httpclient.client.methods.AbstractExecutionAwareRequest
 
clone() - Method in class cz.msebera.android.httpclient.client.methods.HttpEntityEnclosingRequestBase
 
clone(Object) - Static method in class cz.msebera.android.httpclient.client.utils.CloneUtils
 
clone() - Method in class cz.msebera.android.httpclient.config.ConnectionConfig
 
clone() - Method in class cz.msebera.android.httpclient.config.MessageConstraints
 
clone() - Method in class cz.msebera.android.httpclient.config.SocketConfig
 
clone() - Method in class cz.msebera.android.httpclient.conn.routing.HttpRoute
 
clone() - Method in class cz.msebera.android.httpclient.conn.routing.RouteTracker
 
clone() - Method in class cz.msebera.android.httpclient.entity.ByteArrayEntity
 
clone() - Method in class cz.msebera.android.httpclient.entity.FileEntity
 
clone() - Method in class cz.msebera.android.httpclient.entity.StringEntity
 
clone() - Method in class cz.msebera.android.httpclient.HttpHost
 
clone() - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
 
clone() - Method in class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie
 
clone() - Method in class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie2
 
clone() - Method in class cz.msebera.android.httpclient.message.BasicHeader
 
clone() - Method in class cz.msebera.android.httpclient.message.BasicHeaderElement
 
clone() - Method in class cz.msebera.android.httpclient.message.BasicNameValuePair
 
clone() - Method in class cz.msebera.android.httpclient.message.BasicRequestLine
 
clone() - Method in class cz.msebera.android.httpclient.message.BasicStatusLine
 
clone() - Method in class cz.msebera.android.httpclient.message.BufferedHeader
 
clone() - Method in class cz.msebera.android.httpclient.message.HeaderGroup
 
clone() - Method in class cz.msebera.android.httpclient.params.BasicHttpParams
Deprecated.
Clones the instance.
clone() - Method in class cz.msebera.android.httpclient.params.SyncBasicHttpParams
Deprecated.
 
clone() - Method in class cz.msebera.android.httpclient.protocol.BasicHttpProcessor
Deprecated.
 
clone() - Method in class cz.msebera.android.httpclient.ProtocolVersion
 
cloneObject(T) - Static method in class cz.msebera.android.httpclient.client.utils.CloneUtils
 
CloneUtils - Class in cz.msebera.android.httpclient.client.utils
A collection of utilities to workaround limitations of Java clone framework.
close() - Method in class cz.msebera.android.httpclient.client.entity.DeflateInputStream
Close.
close() - Method in class cz.msebera.android.httpclient.conn.EofSensorInputStream
 
close() - Method in interface cz.msebera.android.httpclient.HttpConnection
Closes this connection gracefully.
close() - Method in class cz.msebera.android.httpclient.impl.BHttpConnectionBase
 
close() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
close() - Method in class cz.msebera.android.httpclient.impl.client.cache.ExponentialBackOffSchedulingStrategy
 
close() - Method in class cz.msebera.android.httpclient.impl.client.cache.ImmediateSchedulingStrategy
 
close() - Method in class cz.msebera.android.httpclient.impl.client.cache.ManagedHttpCacheStorage
 
close() - Method in class cz.msebera.android.httpclient.impl.client.FutureRequestExecutionService
 
close() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractPooledConnAdapter
Deprecated.
 
close() - Method in class cz.msebera.android.httpclient.impl.conn.BasicHttpClientConnectionManager
 
close() - Method in class cz.msebera.android.httpclient.impl.conn.DefaultClientConnection
Deprecated.
 
close() - Method in class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
close() - Method in class cz.msebera.android.httpclient.impl.conn.SingleClientConnManager.PoolEntry
Deprecated.
Closes the connection in this pool entry.
close() - Method in class cz.msebera.android.httpclient.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 cz.msebera.android.httpclient.impl.io.ChunkedOutputStream
Finishes writing to the underlying stream, but does NOT close the underlying stream.
close() - Method in class cz.msebera.android.httpclient.impl.io.ContentLengthInputStream
Reads until the end of the known length of content.
close() - Method in class cz.msebera.android.httpclient.impl.io.ContentLengthOutputStream
Does not close the underlying socket output.
close() - Method in class cz.msebera.android.httpclient.impl.io.IdentityInputStream
 
close() - Method in class cz.msebera.android.httpclient.impl.io.IdentityOutputStream
Does not close the underlying socket output.
close() - Method in class cz.msebera.android.httpclient.impl.pool.BasicPoolEntry
 
close() - Method in class cz.msebera.android.httpclient.impl.SocketHttpClientConnection
Deprecated.
 
close() - Method in class cz.msebera.android.httpclient.impl.SocketHttpServerConnection
Deprecated.
 
close() - Method in class cz.msebera.android.httpclient.pool.PoolEntry
Invalidates the pool entry and closes the pooled connection associated with it.
CloseableHttpClient - Class in cz.msebera.android.httpclient.impl.client
Base implementation of HttpClient that also implements Closeable.
CloseableHttpClient() - Constructor for class cz.msebera.android.httpclient.impl.client.CloseableHttpClient
 
CloseableHttpResponse - Interface in cz.msebera.android.httpclient.client.methods
Extended version of the HttpResponse interface that also extends Closeable.
closeConnection(OperatedClientConnection) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.AbstractConnPool
Deprecated.
Closes a connection from this pool.
closeExpired() - Method in class cz.msebera.android.httpclient.pool.AbstractConnPool
Closes expired connections and evicts them from the pool.
closeExpiredConnections() - Method in interface cz.msebera.android.httpclient.conn.ClientConnectionManager
Deprecated.
Closes all expired connections in the pool.
closeExpiredConnections() - Method in interface cz.msebera.android.httpclient.conn.HttpClientConnectionManager
Closes all expired connections in the pool.
closeExpiredConnections() - Method in class cz.msebera.android.httpclient.impl.conn.BasicClientConnectionManager
Deprecated.
 
closeExpiredConnections() - Method in class cz.msebera.android.httpclient.impl.conn.BasicHttpClientConnectionManager
 
closeExpiredConnections() - Method in class cz.msebera.android.httpclient.impl.conn.IdleConnectionHandler
Deprecated.
 
closeExpiredConnections() - Method in class cz.msebera.android.httpclient.impl.conn.PoolingClientConnectionManager
Deprecated.
 
closeExpiredConnections() - Method in class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
closeExpiredConnections() - Method in class cz.msebera.android.httpclient.impl.conn.SingleClientConnManager
Deprecated.
 
closeExpiredConnections() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.AbstractConnPool
Deprecated.
 
closeExpiredConnections() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
 
closeExpiredConnections() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ThreadSafeClientConnManager
Deprecated.
 
closeIdle(long, TimeUnit) - Method in class cz.msebera.android.httpclient.pool.AbstractConnPool
Closes connections that have been idle longer than the given period of time and evicts them from the pool.
closeIdleConnections(long, TimeUnit) - Method in interface cz.msebera.android.httpclient.conn.ClientConnectionManager
Deprecated.
Closes idle connections in the pool.
closeIdleConnections(long, TimeUnit) - Method in interface cz.msebera.android.httpclient.conn.HttpClientConnectionManager
Closes idle connections in the pool.
closeIdleConnections(long, TimeUnit) - Method in class cz.msebera.android.httpclient.impl.conn.BasicClientConnectionManager
Deprecated.
 
closeIdleConnections(long, TimeUnit) - Method in class cz.msebera.android.httpclient.impl.conn.BasicHttpClientConnectionManager
 
closeIdleConnections(long) - Method in class cz.msebera.android.httpclient.impl.conn.IdleConnectionHandler
Deprecated.
Closes connections that have been idle for at least the given amount of time.
closeIdleConnections(long, TimeUnit) - Method in class cz.msebera.android.httpclient.impl.conn.PoolingClientConnectionManager
Deprecated.
 
closeIdleConnections(long, TimeUnit) - Method in class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
closeIdleConnections(long, TimeUnit) - Method in class cz.msebera.android.httpclient.impl.conn.SingleClientConnManager
Deprecated.
 
closeIdleConnections(long, TimeUnit) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.AbstractConnPool
Deprecated.
Closes idle connections.
closeIdleConnections(long, TimeUnit) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
Closes idle connections.
closeIdleConnections(long, TimeUnit) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ThreadSafeClientConnManager
Deprecated.
 
closeQuietly(HttpResponse) - Static method in class cz.msebera.android.httpclient.client.utils.HttpClientUtils
Unconditionally close a response.
closeQuietly(CloseableHttpResponse) - Static method in class cz.msebera.android.httpclient.client.utils.HttpClientUtils
Unconditionally close a response.
closeQuietly(HttpClient) - Static method in class cz.msebera.android.httpclient.client.utils.HttpClientUtils
Unconditionally close a httpClient.
COMMENT_ATTR - Static variable in interface cz.msebera.android.httpclient.cookie.ClientCookie
 
COMMENTURL_ATTR - Static variable in interface cz.msebera.android.httpclient.cookie.ClientCookie
 
compare(Cookie, Cookie) - Method in class cz.msebera.android.httpclient.cookie.CookieIdentityComparator
 
compare(Cookie, Cookie) - Method in class cz.msebera.android.httpclient.cookie.CookiePathComparator
 
compareToVersion(ProtocolVersion) - Method in class cz.msebera.android.httpclient.ProtocolVersion
Compares this protocol version with another one.
COMPLETE - Static variable in interface cz.msebera.android.httpclient.conn.routing.HttpRouteDirector
Indicates that the route is complete.
completed() - Method in class cz.msebera.android.httpclient.client.methods.AbstractExecutionAwareRequest
 
completed(T) - Method in class cz.msebera.android.httpclient.concurrent.BasicFuture
 
completed(T) - Method in interface cz.msebera.android.httpclient.concurrent.FutureCallback
 
Configurable - Interface in cz.msebera.android.httpclient.client.methods
Configuration interface for HTTP requests.
CONN_CLOSE - Static variable in class cz.msebera.android.httpclient.protocol.HTTP
HTTP connection control
CONN_DIRECTIVE - Static variable in class cz.msebera.android.httpclient.protocol.HTTP
 
CONN_KEEP_ALIVE - Static variable in class cz.msebera.android.httpclient.protocol.HTTP
 
CONN_MANAGER_TIMEOUT - Static variable in interface cz.msebera.android.httpclient.client.params.ClientPNames
Deprecated.
Defines the timeout in milliseconds used when retrieving an instance of ManagedClientConnection from the ClientConnectionManager.
ConnAdapter(SingleClientConnManager.PoolEntry, HttpRoute) - Constructor for class cz.msebera.android.httpclient.impl.conn.SingleClientConnManager.ConnAdapter
Deprecated.
Creates a new connection adapter.
ConnConnectionParamBean - Class in cz.msebera.android.httpclient.conn.params
Deprecated.
(4.1) use custom DefaultHttpResponseParser implementation.
ConnConnectionParamBean(HttpParams) - Constructor for class cz.msebera.android.httpclient.conn.params.ConnConnectionParamBean
Deprecated.
 
ConnConnectionPNames - Interface in cz.msebera.android.httpclient.conn.params
Deprecated.
(4.1) use custom DefaultHttpResponseParser implementation.
connect(HttpClientConnection, HttpRoute, int, HttpContext) - Method in interface cz.msebera.android.httpclient.conn.HttpClientConnectionManager
Connects the underlying connection socket to the connection target in case of a direct route or to the first proxy hop in case of a route via a proxy (or multiple proxies).
connect(HttpClientConnection, HttpRoute, int, HttpContext) - Method in class cz.msebera.android.httpclient.impl.conn.BasicHttpClientConnectionManager
 
connect(HttpClientConnection, HttpRoute, int, HttpContext) - Method in class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
CONNECT_PROXY - Static variable in interface cz.msebera.android.httpclient.conn.routing.HttpRouteDirector
Step: open connection to proxy.
CONNECT_TARGET - Static variable in interface cz.msebera.android.httpclient.conn.routing.HttpRouteDirector
Step: open connection to target.
CONNECTION - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.10
connection - Variable in class cz.msebera.android.httpclient.impl.conn.AbstractPoolEntry
Deprecated.
The underlying connection being pooled or used.
CONNECTION_MANAGER_FACTORY_CLASS_NAME - Static variable in interface cz.msebera.android.httpclient.client.params.ClientPNames
Deprecated.
 
CONNECTION_TIMEOUT - Static variable in interface cz.msebera.android.httpclient.params.CoreConnectionPNames
Deprecated.
Determines the timeout in milliseconds until a connection is established.
ConnectionBackoffStrategy - Interface in cz.msebera.android.httpclient.client
When managing a dynamic number of connections for a given route, this strategy assesses whether a given request execution outcome should result in a backoff signal or not, based on either examining the Throwable that resulted or by examining the resulting response (e.g.
ConnectionClosedException - Exception in cz.msebera.android.httpclient
Signals that the connection has been closed unexpectedly.
ConnectionClosedException(String) - Constructor for exception cz.msebera.android.httpclient.ConnectionClosedException
Creates a new ConnectionClosedException with the specified detail message.
ConnectionConfig - Class in cz.msebera.android.httpclient.config
HTTP connection configuration.
ConnectionConfig.Builder - Class in cz.msebera.android.httpclient.config
 
connectionExpiresTime - Variable in class cz.msebera.android.httpclient.impl.conn.SingleClientConnManager
Deprecated.
The time the last released connection expires and shouldn't be reused.
ConnectionKeepAliveStrategy - Interface in cz.msebera.android.httpclient.conn
Interface for deciding how long a connection can remain idle before being reused.
connectionPool - Variable in class cz.msebera.android.httpclient.impl.conn.tsccm.ThreadSafeClientConnManager
Deprecated.
 
ConnectionPoolTimeoutException - Exception in cz.msebera.android.httpclient.conn
A timeout while waiting for an available connection from a connection manager.
ConnectionPoolTimeoutException() - Constructor for exception cz.msebera.android.httpclient.conn.ConnectionPoolTimeoutException
Creates a ConnectTimeoutException with a null detail message.
ConnectionPoolTimeoutException(String) - Constructor for exception cz.msebera.android.httpclient.conn.ConnectionPoolTimeoutException
Creates a ConnectTimeoutException with the specified detail message.
ConnectionReleaseTrigger - Interface in cz.msebera.android.httpclient.conn
Interface for releasing a connection.
ConnectionRequest - Interface in cz.msebera.android.httpclient.conn
Represents a request for a HttpClientConnection whose life cycle is managed by a connection manager.
ConnectionReuseStrategy - Interface in cz.msebera.android.httpclient
Interface for deciding whether a connection can be re-used for subsequent requests and should be kept alive.
ConnectionShutdownException - Exception in cz.msebera.android.httpclient.impl.conn
Signals that the connection has been shut down or released back to the the connection pool
ConnectionShutdownException() - Constructor for exception cz.msebera.android.httpclient.impl.conn.ConnectionShutdownException
Creates a new ConnectionShutdownException with a null detail message.
ConnectionSocketFactory - Interface in cz.msebera.android.httpclient.conn.socket
A factory for creating and connecting connection sockets.
connectProxy(HttpHost, boolean) - Method in class cz.msebera.android.httpclient.conn.routing.RouteTracker
Tracks connecting to the first proxy.
connectSocket(Socket, String, int, InetAddress, int, HttpParams) - Method in class cz.msebera.android.httpclient.conn.MultihomePlainSocketFactory
Deprecated.
Attempts to connects the socket to any of the InetAddresses the given host name resolves to.
connectSocket(Socket, InetSocketAddress, InetSocketAddress, HttpParams) - Method in class cz.msebera.android.httpclient.conn.scheme.PlainSocketFactory
Deprecated.
 
connectSocket(Socket, String, int, InetAddress, int, HttpParams) - Method in class cz.msebera.android.httpclient.conn.scheme.PlainSocketFactory
connectSocket(Socket, InetSocketAddress, InetSocketAddress, HttpParams) - Method in interface cz.msebera.android.httpclient.conn.scheme.SchemeSocketFactory
Deprecated.
Connects a socket to the target host with the given remote address.
connectSocket(Socket, String, int, InetAddress, int, HttpParams) - Method in interface cz.msebera.android.httpclient.conn.scheme.SocketFactory
Deprecated.
Connects a socket to the given host.
connectSocket(int, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in interface cz.msebera.android.httpclient.conn.socket.ConnectionSocketFactory
Connects the socket to the target host with the given resolved remote address.
connectSocket(int, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in class cz.msebera.android.httpclient.conn.socket.PlainConnectionSocketFactory
 
connectSocket(int, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in class cz.msebera.android.httpclient.conn.ssl.SSLConnectionSocketFactory
 
connectSocket(Socket, InetSocketAddress, InetSocketAddress, HttpParams) - Method in class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
 
connectSocket(Socket, String, int, InetAddress, int, HttpParams) - Method in class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
 
connectSocket(int, Socket, HttpHost, InetSocketAddress, InetSocketAddress, HttpContext) - Method in class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
 
connectTarget(boolean) - Method in class cz.msebera.android.httpclient.conn.routing.RouteTracker
Tracks connecting to the target.
ConnectTimeoutException - Exception in cz.msebera.android.httpclient.conn
A timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager.
ConnectTimeoutException() - Constructor for exception cz.msebera.android.httpclient.conn.ConnectTimeoutException
Creates a ConnectTimeoutException with a null detail message.
ConnectTimeoutException(String) - Constructor for exception cz.msebera.android.httpclient.conn.ConnectTimeoutException
Creates a ConnectTimeoutException with the specified detail message.
ConnectTimeoutException(IOException, HttpHost, InetAddress...) - Constructor for exception cz.msebera.android.httpclient.conn.ConnectTimeoutException
Creates a ConnectTimeoutException based on original IOException.
ConnFactory<T,C> - Interface in cz.msebera.android.httpclient.pool
Factory for poolable blocking connections.
connManager - Variable in class cz.msebera.android.httpclient.impl.client.DefaultRequestDirector
Deprecated.
The connection manager.
ConnManagerParamBean - Class in cz.msebera.android.httpclient.conn.params
Deprecated.
(4.1) use configuration methods of the specific connection manager implementation.
ConnManagerParamBean(HttpParams) - Constructor for class cz.msebera.android.httpclient.conn.params.ConnManagerParamBean
Deprecated.
 
ConnManagerParams - Class in cz.msebera.android.httpclient.conn.params
Deprecated.
(4.1) use configuration methods of the specific connection manager implementation.
ConnManagerParams() - Constructor for class cz.msebera.android.httpclient.conn.params.ConnManagerParams
Deprecated.
 
ConnManagerPNames - Interface in cz.msebera.android.httpclient.conn.params
Deprecated.
(4.1) use configuration methods of the specific connection manager implementation.
connOperator - Variable in class cz.msebera.android.httpclient.impl.conn.AbstractPoolEntry
Deprecated.
The connection operator.
connOperator - Variable in class cz.msebera.android.httpclient.impl.conn.SingleClientConnManager
Deprecated.
The operator for opening and updating connections.
connOperator - Variable in class cz.msebera.android.httpclient.impl.conn.tsccm.ThreadSafeClientConnManager
Deprecated.
The operator for opening and updating connections.
ConnPerRoute - Interface in cz.msebera.android.httpclient.conn.params
Deprecated.
(4.3) no longer used.
connPerRoute - Variable in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
Connections per route lookup
connPerRoute - Variable in class cz.msebera.android.httpclient.impl.conn.tsccm.RouteSpecificPool
Deprecated.
Connections per route
connPerRoute - Variable in class cz.msebera.android.httpclient.impl.conn.tsccm.ThreadSafeClientConnManager
Deprecated.
 
ConnPerRouteBean - Class in cz.msebera.android.httpclient.conn.params
Deprecated.
(4.2) use ConnPoolControl
ConnPerRouteBean(int) - Constructor for class cz.msebera.android.httpclient.conn.params.ConnPerRouteBean
Deprecated.
 
ConnPerRouteBean() - Constructor for class cz.msebera.android.httpclient.conn.params.ConnPerRouteBean
Deprecated.
 
ConnPool<T,E> - Interface in cz.msebera.android.httpclient.pool
ConnPool represents a shared pool connections can be leased from and released back to.
ConnPoolByRoute - Class in cz.msebera.android.httpclient.impl.conn.tsccm
Deprecated.
ConnPoolByRoute(ClientConnectionOperator, ConnPerRoute, int) - Constructor for class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
Creates a new connection pool, managed by route.
ConnPoolByRoute(ClientConnectionOperator, ConnPerRoute, int, long, TimeUnit) - Constructor for class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
 
ConnPoolByRoute(ClientConnectionOperator, HttpParams) - Constructor for class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
ConnPoolControl<T> - Interface in cz.msebera.android.httpclient.pool
Interface to control runtime properties of a ConnPool such as maximum total number of connections or maximum connections per route allowed.
ConnRouteParamBean - Class in cz.msebera.android.httpclient.conn.params
Deprecated.
(4.3) use RequestConfig.
ConnRouteParamBean(HttpParams) - Constructor for class cz.msebera.android.httpclient.conn.params.ConnRouteParamBean
Deprecated.
 
ConnRouteParams - Class in cz.msebera.android.httpclient.conn.params
Deprecated.
(4.3) use RequestConfig.
ConnRoutePNames - Interface in cz.msebera.android.httpclient.conn.params
Deprecated.
(4.3) use RequestConfig.
ConnSupport - Class in cz.msebera.android.httpclient.impl
Connection support methods.
ConnSupport() - Constructor for class cz.msebera.android.httpclient.impl.ConnSupport
 
Consts - Class in cz.msebera.android.httpclient
Commons constants.
consume(HttpEntity) - Static method in class cz.msebera.android.httpclient.util.EntityUtils
Ensures that the entity content is fully consumed and the content stream, if exists, is closed.
consumeContent() - Method in class cz.msebera.android.httpclient.conn.BasicManagedEntity
Deprecated.
consumeContent() - Method in class cz.msebera.android.httpclient.entity.AbstractHttpEntity
Deprecated.
(4.1) Either use HttpEntity.getContent() and call InputStream.close() on that; otherwise call HttpEntity.writeTo(java.io.OutputStream) which is required to free the resources.
consumeContent() - Method in class cz.msebera.android.httpclient.entity.HttpEntityWrapper
Deprecated.
(4.1) Either use HttpEntityWrapper.getContent() and call InputStream.close() on that; otherwise call HttpEntityWrapper.writeTo(OutputStream) which is required to free the resources.
consumeContent() - Method in interface cz.msebera.android.httpclient.HttpEntity
Deprecated.
consumeQuietly(HttpEntity) - Static method in class cz.msebera.android.httpclient.util.EntityUtils
Ensures that the entity content is fully consumed and the content stream, if exists, is closed.
contains(URI) - Method in class cz.msebera.android.httpclient.impl.client.RedirectLocations
Test if the URI is present in the collection.
contains(Object) - Method in class cz.msebera.android.httpclient.impl.client.RedirectLocations
Returns true if this collection contains the specified element.
containsAttribute(String) - Method in interface cz.msebera.android.httpclient.cookie.ClientCookie
 
containsAttribute(String) - Method in class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie
 
containsHeader(String) - Method in interface cz.msebera.android.httpclient.HttpMessage
Checks if a certain header is present in this message.
containsHeader(String) - Method in class cz.msebera.android.httpclient.message.AbstractHttpMessage
 
containsHeader(String) - Method in class cz.msebera.android.httpclient.message.HeaderGroup
Tests if headers with the given name are contained within this group.
content - Variable in class cz.msebera.android.httpclient.entity.ByteArrayEntity
Deprecated.
(4.2)
content - Variable in class cz.msebera.android.httpclient.entity.StringEntity
 
CONTENT_DISPOSITION - Static variable in class cz.msebera.android.httpclient.entity.mime.MIME
 
CONTENT_ENCODING - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.3, RFC 2616 (HTTP/1.1) Section 14.11
CONTENT_ENCODING - Static variable in class cz.msebera.android.httpclient.protocol.HTTP
 
CONTENT_LANGUAGE - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.12
CONTENT_LEN - Static variable in class cz.msebera.android.httpclient.protocol.HTTP
 
CONTENT_LENGTH - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.4, RFC 2616 (HTTP/1.1) Section 14.13
CONTENT_LOCATION - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.14
CONTENT_MD5 - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.15
CONTENT_RANGE - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
CONTENT_RANGE - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.16
CONTENT_TRANSFER_ENC - Static variable in class cz.msebera.android.httpclient.entity.mime.MIME
 
CONTENT_TYPE - Static variable in class cz.msebera.android.httpclient.client.utils.URLEncodedUtils
The default HTML form content type.
CONTENT_TYPE - Static variable in class cz.msebera.android.httpclient.entity.mime.MIME
 
CONTENT_TYPE - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.5, RFC 2616 (HTTP/1.1) Section 14.17
CONTENT_TYPE - Static variable in class cz.msebera.android.httpclient.protocol.HTTP
 
ContentBody - Interface in cz.msebera.android.httpclient.entity.mime.content
 
ContentDescriptor - Interface in cz.msebera.android.httpclient.entity.mime.content
Represents common content properties.
contentEncoding - Variable in class cz.msebera.android.httpclient.entity.AbstractHttpEntity
 
ContentEncodingHttpClient - Class in cz.msebera.android.httpclient.impl.client
Deprecated.
ContentEncodingHttpClient(ClientConnectionManager, HttpParams) - Constructor for class cz.msebera.android.httpclient.impl.client.ContentEncodingHttpClient
Deprecated.
Creates a new HTTP client from parameters and a connection manager.
ContentEncodingHttpClient(HttpParams) - Constructor for class cz.msebera.android.httpclient.impl.client.ContentEncodingHttpClient
Deprecated.
 
ContentEncodingHttpClient() - Constructor for class cz.msebera.android.httpclient.impl.client.ContentEncodingHttpClient
Deprecated.
 
ContentLengthInputStream - Class in cz.msebera.android.httpclient.impl.io
Input stream that cuts off after a defined number of bytes.
ContentLengthInputStream(SessionInputBuffer, long) - Constructor for class cz.msebera.android.httpclient.impl.io.ContentLengthInputStream
Wraps a session input buffer and cuts off output after a defined number of bytes.
ContentLengthOutputStream - Class in cz.msebera.android.httpclient.impl.io
Output stream that cuts off after a defined number of bytes.
ContentLengthOutputStream(SessionOutputBuffer, long) - Constructor for class cz.msebera.android.httpclient.impl.io.ContentLengthOutputStream
Wraps a session output buffer and cuts off output after a defined number of bytes.
ContentLengthStrategy - Interface in cz.msebera.android.httpclient.entity
Represents a strategy to determine length of the enclosed content entity based on properties of the HTTP message.
ContentProducer - Interface in cz.msebera.android.httpclient.entity
An abstract entity content producer.
ContentTooLongException - Exception in cz.msebera.android.httpclient
Signals that HTTP entity content is too long.
ContentTooLongException(String) - Constructor for exception cz.msebera.android.httpclient.ContentTooLongException
Creates a new ContentTooLongException with the specified detail message.
contentType - Variable in class cz.msebera.android.httpclient.entity.AbstractHttpEntity
 
ContentType - Class in cz.msebera.android.httpclient.entity
Content type information consisting of a MIME type and an optional charset.
ContextAwareAuthScheme - Interface in cz.msebera.android.httpclient.auth
This interface represents an extended authentication scheme that requires access to HttpContext in order to generate an authorization string.
Cookie - Interface in cz.msebera.android.httpclient.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 cz.msebera.android.httpclient.cookie.SM
 
COOKIE2 - Static variable in interface cz.msebera.android.httpclient.cookie.SM
 
COOKIE_ORIGIN - Static variable in interface cz.msebera.android.httpclient.client.protocol.ClientContext
Deprecated.
Attribute name of a CookieOrigin object that represents the actual details of the origin server.
COOKIE_ORIGIN - Static variable in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
Attribute name of a CookieOrigin object that represents the actual details of the origin server.
COOKIE_POLICY - Static variable in interface cz.msebera.android.httpclient.client.params.ClientPNames
Deprecated.
Defines the name of the cookie specification to be used for HTTP state management.
COOKIE_SPEC - Static variable in interface cz.msebera.android.httpclient.client.protocol.ClientContext
Deprecated.
Attribute name of a CookieSpec object that represents the actual cookie specification.
COOKIE_SPEC - Static variable in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
Attribute name of a CookieSpec object that represents the actual cookie specification.
COOKIE_STORE - Static variable in interface cz.msebera.android.httpclient.client.protocol.ClientContext
Deprecated.
Attribute name of a CookieStore object that represents the actual cookie store.
COOKIE_STORE - Static variable in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
Attribute name of a CookieStore object that represents the actual cookie store.
CookieAttributeHandler - Interface in cz.msebera.android.httpclient.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 cz.msebera.android.httpclient.cookie
This cookie comparator can be used to compare identity of cookies.
CookieIdentityComparator() - Constructor for class cz.msebera.android.httpclient.cookie.CookieIdentityComparator
 
CookieOrigin - Class in cz.msebera.android.httpclient.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 cz.msebera.android.httpclient.cookie.CookieOrigin
 
CookiePathComparator - Class in cz.msebera.android.httpclient.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 cz.msebera.android.httpclient.cookie.CookiePathComparator
 
CookiePolicy - Class in cz.msebera.android.httpclient.client.params
Deprecated.
(4.3) use CookieSpecs.
CookieRestrictionViolationException - Exception in cz.msebera.android.httpclient.cookie
Signals that a cookie violates a restriction imposed by the cookie specification.
CookieRestrictionViolationException() - Constructor for exception cz.msebera.android.httpclient.cookie.CookieRestrictionViolationException
Creates a new CookeFormatViolationException with a null detail message.
CookieRestrictionViolationException(String) - Constructor for exception cz.msebera.android.httpclient.cookie.CookieRestrictionViolationException
Creates a new CookeRestrictionViolationException with a specified message string.
CookieSpec - Interface in cz.msebera.android.httpclient.cookie
Defines the cookie management specification.
COOKIESPEC_REGISTRY - Static variable in interface cz.msebera.android.httpclient.client.protocol.ClientContext
Deprecated.
Attribute name of a Lookup object that represents the actual CookieSpecRegistry registry.
COOKIESPEC_REGISTRY - Static variable in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
Attribute name of a Lookup object that represents the actual CookieSpecProvider registry.
CookieSpecBase - Class in cz.msebera.android.httpclient.impl.cookie
Cookie management functions shared by all specification.
CookieSpecBase() - Constructor for class cz.msebera.android.httpclient.impl.cookie.CookieSpecBase
 
CookieSpecFactory - Interface in cz.msebera.android.httpclient.cookie
Deprecated.
CookieSpecParamBean - Class in cz.msebera.android.httpclient.cookie.params
Deprecated.
(4.3) use constructor parameters of CookieSpecProviders.
CookieSpecParamBean(HttpParams) - Constructor for class cz.msebera.android.httpclient.cookie.params.CookieSpecParamBean
Deprecated.
 
CookieSpecPNames - Interface in cz.msebera.android.httpclient.cookie.params
Deprecated.
(4.3) use constructor parameters of CookieSpecProviders.
CookieSpecProvider - Interface in cz.msebera.android.httpclient.cookie
Factory for CookieSpec implementations.
CookieSpecRegistry - Class in cz.msebera.android.httpclient.cookie
Deprecated.
(4.3) use Registry.
CookieSpecRegistry() - Constructor for class cz.msebera.android.httpclient.cookie.CookieSpecRegistry
Deprecated.
 
CookieSpecs - Class in cz.msebera.android.httpclient.client.config
Standard cookie specifications supported by HttpClient.
CookieStore - Interface in cz.msebera.android.httpclient.client
This interface represents an abstract store for Cookie objects.
copy(String, Resource) - Method in interface cz.msebera.android.httpclient.client.cache.ResourceFactory
Clones an existing Resource.
copy(RequestConfig) - Static method in class cz.msebera.android.httpclient.client.config.RequestConfig
 
copy(HttpRequest) - Static method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
copy(ConnectionConfig) - Static method in class cz.msebera.android.httpclient.config.ConnectionConfig
 
copy(MessageConstraints) - Static method in class cz.msebera.android.httpclient.config.MessageConstraints
 
copy(SocketConfig) - Static method in class cz.msebera.android.httpclient.config.SocketConfig
 
copy(CacheConfig) - Static method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
 
copy(String, Resource) - Method in class cz.msebera.android.httpclient.impl.client.cache.FileResourceFactory
 
copy(String, Resource) - Method in class cz.msebera.android.httpclient.impl.client.cache.HeapResourceFactory
 
copy() - Method in class cz.msebera.android.httpclient.impl.client.ClientParamsStack
Deprecated.
Does not copy parameters.
copy() - Method in class cz.msebera.android.httpclient.message.HeaderGroup
Returns a copy of this object
copy() - Method in class cz.msebera.android.httpclient.params.BasicHttpParams
Deprecated.
Creates a copy of these parameters.
copy() - Method in class cz.msebera.android.httpclient.params.DefaultedHttpParams
Deprecated.
Creates a copy of the local collection with the same default
copy() - Method in interface cz.msebera.android.httpclient.params.HttpParams
Deprecated.
Creates a copy of these parameters.
copy() - Method in class cz.msebera.android.httpclient.protocol.BasicHttpProcessor
Deprecated.
Creates a copy of this instance
copyInterceptors(BasicHttpProcessor) - Method in class cz.msebera.android.httpclient.protocol.BasicHttpProcessor
Deprecated.
Sets up the target to have the same list of interceptors as the current instance.
copyParams(HttpParams) - Method in class cz.msebera.android.httpclient.params.BasicHttpParams
Deprecated.
Copies the locally defined parameters to the argument parameters.
CoreConnectionPNames - Interface in cz.msebera.android.httpclient.params
Deprecated.
(4.3) use configuration classes provided 'cz.msebera.android.httpclient.config' and 'cz.msebera.android.httpclient.client.config'
CoreProtocolPNames - Interface in cz.msebera.android.httpclient.params
Deprecated.
(4.3) use configuration classes provided 'cz.msebera.android.httpclient.config' and 'cz.msebera.android.httpclient.client.config'
countDots(String) - Static method in class cz.msebera.android.httpclient.conn.ssl.AbstractVerifier
Counts the number of dots "." in a string.
CR - Static variable in class cz.msebera.android.httpclient.Consts
 
CR - Static variable in class cz.msebera.android.httpclient.protocol.HTTP
 
create(HttpContext) - Method in interface cz.msebera.android.httpclient.auth.AuthSchemeProvider
Creates an instance of AuthScheme.
create() - Static method in class cz.msebera.android.httpclient.client.cache.HttpCacheContext
 
create() - Static method in class cz.msebera.android.httpclient.client.entity.EntityBuilder
 
create(String) - Static method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
create() - Static method in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
 
create() - Static method in class cz.msebera.android.httpclient.config.RegistryBuilder
 
create(T, ConnectionConfig) - Method in interface cz.msebera.android.httpclient.conn.HttpConnectionFactory
 
create(HttpContext) - Method in interface cz.msebera.android.httpclient.cookie.CookieSpecProvider
Creates an instance of CookieSpec.
create(String, Charset) - Static method in class cz.msebera.android.httpclient.entity.ContentType
Creates a new instance of ContentType.
create(String) - Static method in class cz.msebera.android.httpclient.entity.ContentType
Creates a new instance of ContentType without a charset.
create(String, String) - Static method in class cz.msebera.android.httpclient.entity.ContentType
Creates a new instance of ContentType.
create(String, String, Charset) - Static method in class cz.msebera.android.httpclient.entity.mime.content.StringBody
create(String, Charset) - Static method in class cz.msebera.android.httpclient.entity.mime.content.StringBody
create(String) - Static method in class cz.msebera.android.httpclient.entity.mime.content.StringBody
create() - Static method in class cz.msebera.android.httpclient.entity.mime.MultipartEntityBuilder
 
create(HttpContext) - Method in class cz.msebera.android.httpclient.impl.auth.BasicSchemeFactory
 
create(HttpContext) - Method in class cz.msebera.android.httpclient.impl.auth.DigestSchemeFactory
 
create(HttpContext) - Method in class cz.msebera.android.httpclient.impl.auth.NTLMSchemeFactory
 
create() - Static method in class cz.msebera.android.httpclient.impl.client.cache.CachingHttpClientBuilder
 
create() - Static method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
 
create(SessionInputBuffer, MessageConstraints) - Method in class cz.msebera.android.httpclient.impl.conn.DefaultHttpResponseParserFactory
 
create(HttpRoute, ConnectionConfig) - Method in class cz.msebera.android.httpclient.impl.conn.ManagedHttpClientConnectionFactory
 
create(HttpContext) - Method in class cz.msebera.android.httpclient.impl.cookie.BestMatchSpecFactory
 
create(HttpContext) - Method in class cz.msebera.android.httpclient.impl.cookie.BrowserCompatSpecFactory
 
create(HttpContext) - Method in class cz.msebera.android.httpclient.impl.cookie.IgnoreSpecFactory
 
create(HttpContext) - Method in class cz.msebera.android.httpclient.impl.cookie.NetscapeDraftSpecFactory
 
create(HttpContext) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2109SpecFactory
 
create(HttpContext) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2965SpecFactory
 
create(SessionInputBuffer, MessageConstraints) - Method in class cz.msebera.android.httpclient.impl.io.DefaultHttpRequestParserFactory
 
create(SessionOutputBuffer) - Method in class cz.msebera.android.httpclient.impl.io.DefaultHttpRequestWriterFactory
 
create(SessionInputBuffer, MessageConstraints) - Method in class cz.msebera.android.httpclient.impl.io.DefaultHttpResponseParserFactory
 
create(SessionOutputBuffer) - Method in class cz.msebera.android.httpclient.impl.io.DefaultHttpResponseWriterFactory
 
create(Socket, HttpParams) - Method in class cz.msebera.android.httpclient.impl.pool.BasicConnFactory
Deprecated.
(4.3) no longer used.
create(HttpHost) - Method in class cz.msebera.android.httpclient.impl.pool.BasicConnFactory
 
create(SessionInputBuffer, MessageConstraints) - Method in interface cz.msebera.android.httpclient.io.HttpMessageParserFactory
 
create(SessionOutputBuffer) - Method in interface cz.msebera.android.httpclient.io.HttpMessageWriterFactory
 
create(T) - Method in interface cz.msebera.android.httpclient.pool.ConnFactory
 
create() - Static method in class cz.msebera.android.httpclient.protocol.HttpCoreContext
 
create() - Static method in class cz.msebera.android.httpclient.protocol.HttpProcessorBuilder
 
createAuthSchemeRegistry() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
createClientConnectionManager() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
createClientConnectionManager() - Method in class cz.msebera.android.httpclient.impl.client.SystemDefaultHttpClient
Deprecated.
 
createClientRequestDirector(HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectHandler, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams) - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
(4.1) do not use
createClientRequestDirector(HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectStrategy, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams) - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
(4.2) do not use
createClientRequestDirector(HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectStrategy, AuthenticationStrategy, AuthenticationStrategy, UserTokenHandler, HttpParams) - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
createCnonce() - Static method in class cz.msebera.android.httpclient.impl.auth.DigestScheme
Creates a random cnonce value based on the current time.
createConnection() - Method in interface cz.msebera.android.httpclient.conn.ClientConnectionOperator
Deprecated.
Creates a new connection that can be operated.
createConnection(Socket) - Method in interface cz.msebera.android.httpclient.HttpConnectionFactory
 
createConnection() - Method in class cz.msebera.android.httpclient.impl.conn.DefaultClientConnectionOperator
Deprecated.
 
createConnection(Socket) - Method in class cz.msebera.android.httpclient.impl.DefaultBHttpClientConnectionFactory
 
createConnection(Socket) - Method in class cz.msebera.android.httpclient.impl.DefaultBHttpServerConnectionFactory
 
createConnectionKeepAliveStrategy() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
createConnectionMetrics(HttpTransportMetrics, HttpTransportMetrics) - Method in class cz.msebera.android.httpclient.impl.AbstractHttpClientConnection
Deprecated.
 
createConnectionMetrics(HttpTransportMetrics, HttpTransportMetrics) - Method in class cz.msebera.android.httpclient.impl.AbstractHttpServerConnection
Deprecated.
 
createConnectionOperator(SchemeRegistry) - Method in class cz.msebera.android.httpclient.impl.conn.BasicClientConnectionManager
Deprecated.
 
createConnectionOperator(SchemeRegistry) - Method in class cz.msebera.android.httpclient.impl.conn.PoolingClientConnectionManager
Deprecated.
Hook for creating the connection operator.
createConnectionOperator(SchemeRegistry) - Method in class cz.msebera.android.httpclient.impl.conn.SingleClientConnManager
Deprecated.
Hook for creating the connection operator.
createConnectionOperator(SchemeRegistry) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ThreadSafeClientConnManager
Deprecated.
Hook for creating the connection operator.
createConnectionPool(HttpParams) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ThreadSafeClientConnManager
Deprecated.
(4.1) use #createConnectionPool(long, TimeUnit))
createConnectionPool(long, TimeUnit) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ThreadSafeClientConnManager
Deprecated.
Hook for creating the connection pool.
createConnectionReuseStrategy() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
createConnectionReuseStrategy() - Method in class cz.msebera.android.httpclient.impl.client.SystemDefaultHttpClient
Deprecated.
 
createConnectRequest(HttpRoute, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.DefaultRequestDirector
Deprecated.
Creates the CONNECT request for tunnelling.
createCookieSpecRegistry() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
createCookieStore() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
createCredentialsProvider() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
createDecoder(ConnectionConfig) - Static method in class cz.msebera.android.httpclient.impl.ConnSupport
 
createDefault() - Static method in class cz.msebera.android.httpclient.conn.ssl.SSLContexts
Creates default factory based on the standard JSSE trust material (cacerts file in the security properties directory).
createDefault() - Static method in class cz.msebera.android.httpclient.impl.client.HttpClients
Creates CloseableHttpClient instance with default configuration.
createDefault() - Static method in class cz.msebera.android.httpclient.impl.conn.SchemeRegistryFactory
Deprecated.
Initializes default scheme registry based on JSSE defaults.
createdEntry(BasicPoolEntry) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.RouteSpecificPool
Deprecated.
Indicates creation of an entry for this pool.
createEncoder(ConnectionConfig) - Static method in class cz.msebera.android.httpclient.impl.ConnSupport
 
createEntityDeserializer() - Method in class cz.msebera.android.httpclient.impl.AbstractHttpClientConnection
Deprecated.
Creates an instance of EntityDeserializer with the LaxContentLengthStrategy implementation to be used for de-serializing entities received over this connection.
createEntityDeserializer() - Method in class cz.msebera.android.httpclient.impl.AbstractHttpServerConnection
Deprecated.
Creates an instance of EntityDeserializer with the LaxContentLengthStrategy implementation to be used for de-serializing entities received over this connection.
createEntitySerializer() - Method in class cz.msebera.android.httpclient.impl.AbstractHttpClientConnection
Deprecated.
Creates an instance of EntitySerializer with the StrictContentLengthStrategy implementation to be used for serializing HTTP entities sent over this connection.
createEntitySerializer() - Method in class cz.msebera.android.httpclient.impl.AbstractHttpServerConnection
Deprecated.
Creates an instance of EntitySerializer with the StrictContentLengthStrategy implementation to be used for serializing HTTP entities sent over this connection.
createEntry(RouteSpecificPool, ClientConnectionOperator) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
Creates a new pool entry.
createEntry(HttpHost, HttpClientConnection) - Method in class cz.msebera.android.httpclient.impl.pool.BasicConnPool
 
createEntry(T, C) - Method in class cz.msebera.android.httpclient.pool.AbstractConnPool
Creates a new entry for the given connection with the given route.
createFileBound(File) - Static method in class cz.msebera.android.httpclient.impl.client.cache.CachingHttpClients
Creates CloseableHttpClient instance that uses a file system bound response cache.
createFreeConnQueue() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
Creates the queue for ConnPoolByRoute.freeConnections.
createHeaderElement(String, String, NameValuePair[]) - Method in class cz.msebera.android.httpclient.message.BasicHeaderValueParser
Creates a header element.
createHttpContext() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
createHttpParams() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
createHttpParams() - Method in class cz.msebera.android.httpclient.impl.client.DefaultHttpClient
Deprecated.
Creates the default set of HttpParams by invoking DefaultHttpClient.setDefaultHttpParams(HttpParams)
createHttpProcessor() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
createHttpProcessor() - Method in class cz.msebera.android.httpclient.impl.client.ContentEncodingHttpClient
Deprecated.
createHttpProcessor() - Method in class cz.msebera.android.httpclient.impl.client.DefaultHttpClient
Deprecated.
createHttpRequestFactory() - Method in class cz.msebera.android.httpclient.impl.AbstractHttpServerConnection
Deprecated.
Creates an instance of DefaultHttpRequestFactory to be used for creating HttpRequest objects received by over this connection.
createHttpRequestRetryHandler() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
createHttpResponseFactory() - Method in class cz.msebera.android.httpclient.impl.AbstractHttpClientConnection
Deprecated.
Creates an instance of DefaultHttpResponseFactory to be used for creating HttpResponse objects received by over this connection.
createHttpRoutePlanner() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
createHttpRoutePlanner() - Method in class cz.msebera.android.httpclient.impl.client.SystemDefaultHttpClient
Deprecated.
 
createInputStream(long, SessionInputBuffer) - Method in class cz.msebera.android.httpclient.impl.BHttpConnectionBase
 
createLayeredSocket(Socket, String, int, boolean) - Method in interface cz.msebera.android.httpclient.conn.scheme.LayeredSchemeSocketFactory
Deprecated.
Returns a socket connected to the given host that is layered over an existing socket.
createLayeredSocket(Socket, String, int, HttpParams) - Method in interface cz.msebera.android.httpclient.conn.scheme.SchemeLayeredSocketFactory
Deprecated.
Returns a socket connected to the given host that is layered over an existing socket.
createLayeredSocket(Socket, String, int, HttpContext) - Method in interface cz.msebera.android.httpclient.conn.socket.LayeredConnectionSocketFactory
Returns a socket connected to the given host that is layered over an existing socket.
createLayeredSocket(Socket, String, int, HttpContext) - Method in class cz.msebera.android.httpclient.conn.ssl.SSLConnectionSocketFactory
 
createLayeredSocket(Socket, String, int, HttpParams) - Method in class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
 
createLayeredSocket(Socket, String, int, boolean) - Method in class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
 
createLayeredSocket(Socket, String, int, HttpContext) - Method in class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
 
createLocationURI(String) - Method in class cz.msebera.android.httpclient.impl.client.DefaultRedirectStrategy
 
createMemoryBound() - Static method in class cz.msebera.android.httpclient.impl.client.cache.CachingHttpClients
Creates CloseableHttpClient instance that uses a memory bound response cache.
createMinimal() - Static method in class cz.msebera.android.httpclient.impl.client.HttpClients
Creates CloseableHttpClient instance that implements the most basic HTTP protocol support.
createMinimal(HttpClientConnectionManager) - Static method in class cz.msebera.android.httpclient.impl.client.HttpClients
Creates CloseableHttpClient instance that implements the most basic HTTP protocol support.
createNameValuePair(String, String) - Method in class cz.msebera.android.httpclient.message.BasicHeaderValueParser
Creates a name-value pair.
createOutputStream(long, SessionOutputBuffer) - Method in class cz.msebera.android.httpclient.impl.BHttpConnectionBase
 
createProtocolVersion(int, int) - Method in class cz.msebera.android.httpclient.message.BasicLineParser
Creates a protocol version.
createProxyAuthenticationHandler() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
(4.2) do not use
createProxyAuthenticationStrategy() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
createRedirectHandler() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
(4.1) do not use
createRequestExecutor() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
createRequestLine(String, String, ProtocolVersion) - Method in class cz.msebera.android.httpclient.message.BasicLineParser
Instantiates a new request line.
createRequestParser(SessionInputBuffer, HttpRequestFactory, HttpParams) - Method in class cz.msebera.android.httpclient.impl.AbstractHttpServerConnection
Deprecated.
Creates an instance of HttpMessageParser to be used for parsing HTTP requests received over this connection.
createRequestWriter(SessionOutputBuffer, HttpParams) - Method in class cz.msebera.android.httpclient.impl.AbstractHttpClientConnection
Deprecated.
Creates an instance of HttpMessageWriter to be used for writing out HTTP requests sent over this connection.
createResponseParser(SessionInputBuffer, HttpResponseFactory, HttpParams) - Method in class cz.msebera.android.httpclient.impl.AbstractHttpClientConnection
Deprecated.
Creates an instance of HttpMessageParser to be used for parsing HTTP responses received over this connection.
createResponseParser(SessionInputBuffer, HttpResponseFactory, HttpParams) - Method in class cz.msebera.android.httpclient.impl.conn.DefaultClientConnection
Deprecated.
 
createResponseWriter(SessionOutputBuffer, HttpParams) - Method in class cz.msebera.android.httpclient.impl.AbstractHttpServerConnection
Deprecated.
Creates an instance of HttpMessageWriter to be used for writing out HTTP responses sent over this connection.
createRouteToPoolMap() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
Creates the map for ConnPoolByRoute.routeToPool.
createSessionInputBuffer(Socket, int, HttpParams) - Method in class cz.msebera.android.httpclient.impl.conn.DefaultClientConnection
Deprecated.
 
createSessionInputBuffer(Socket, int, HttpParams) - Method in class cz.msebera.android.httpclient.impl.SocketHttpClientConnection
Deprecated.
Creates an instance of SocketInputBuffer to be used for receiving data from the given Socket.
createSessionInputBuffer(Socket, int, HttpParams) - Method in class cz.msebera.android.httpclient.impl.SocketHttpServerConnection
Deprecated.
Creates an instance of SocketInputBuffer to be used for receiving data from the given Socket.
createSessionOutputBuffer(Socket, int, HttpParams) - Method in class cz.msebera.android.httpclient.impl.conn.DefaultClientConnection
Deprecated.
 
createSessionOutputBuffer(Socket, int, HttpParams) - Method in class cz.msebera.android.httpclient.impl.SocketHttpClientConnection
Deprecated.
Creates an instance of SessionOutputBuffer to be used for sending data to the given Socket.
createSessionOutputBuffer(Socket, int, HttpParams) - Method in class cz.msebera.android.httpclient.impl.SocketHttpServerConnection
Deprecated.
Creates an instance of SessionOutputBuffer to be used for sending data to the given Socket.
createSocket() - Method in class cz.msebera.android.httpclient.conn.MultihomePlainSocketFactory
Deprecated.
 
createSocket(Socket, String, int, boolean) - Method in interface cz.msebera.android.httpclient.conn.scheme.LayeredSocketFactory
Deprecated.
Returns a socket connected to the given host that is layered over an existing socket.
createSocket(HttpParams) - Method in class cz.msebera.android.httpclient.conn.scheme.PlainSocketFactory
Deprecated.
 
createSocket() - Method in class cz.msebera.android.httpclient.conn.scheme.PlainSocketFactory
Deprecated.
 
createSocket(HttpParams) - Method in interface cz.msebera.android.httpclient.conn.scheme.SchemeSocketFactory
Deprecated.
Creates a new, unconnected socket.
createSocket() - Method in interface cz.msebera.android.httpclient.conn.scheme.SocketFactory
Deprecated.
Creates a new, unconnected socket.
createSocket(HttpContext) - Method in interface cz.msebera.android.httpclient.conn.socket.ConnectionSocketFactory
Creates new, unconnected socket.
createSocket(HttpContext) - Method in class cz.msebera.android.httpclient.conn.socket.PlainConnectionSocketFactory
 
createSocket(HttpContext) - Method in class cz.msebera.android.httpclient.conn.ssl.SSLConnectionSocketFactory
 
createSocket(HttpParams) - Method in class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
 
createSocket() - Method in class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
 
createSocket(Socket, String, int, boolean) - Method in class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
 
createSocket(HttpContext) - Method in class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
 
createStatusLine(ProtocolVersion, int, String) - Method in class cz.msebera.android.httpclient.message.BasicLineParser
Instantiates a new status line.
createSystem() - Static method in class cz.msebera.android.httpclient.impl.client.HttpClients
Creates CloseableHttpClient instance with default configuration based on ssytem properties.
createSystemDefault() - Static method in class cz.msebera.android.httpclient.conn.ssl.SSLContexts
Creates default SSL context based on system properties.
createSystemDefault() - Static method in class cz.msebera.android.httpclient.impl.conn.SchemeRegistryFactory
Deprecated.
Initializes default scheme registry using system properties as described in "JavaTM Secure Socket Extension (JSSE) Reference Guide for the JavaTM 2 Platform Standard Edition 5
createTargetAuthenticationHandler() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
(4.2) do not use
createTargetAuthenticationStrategy() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
createToken(String, int, int) - Method in class cz.msebera.android.httpclient.message.BasicTokenIterator
Creates a new token to be returned.
createTokenIterator(HeaderIterator) - Method in class cz.msebera.android.httpclient.impl.DefaultConnectionReuseStrategy
Creates a token iterator from a header iterator.
createTransportMetrics() - Method in class cz.msebera.android.httpclient.impl.io.AbstractSessionInputBuffer
Deprecated.
 
createTransportMetrics() - Method in class cz.msebera.android.httpclient.impl.io.AbstractSessionOutputBuffer
Deprecated.
 
createTunnelToProxy(HttpRoute, int, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.DefaultRequestDirector
Deprecated.
Creates a tunnel to an intermediate proxy.
createTunnelToTarget(HttpRoute, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.DefaultRequestDirector
Deprecated.
Creates a tunnel to the target server.
createURI(String, String, int, String, String, String) - Static method in class cz.msebera.android.httpclient.client.utils.URIUtils
Deprecated.
(4.2) use URIBuilder.
createUserTokenHandler() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
createWaitingThreadQueue() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
Creates the queue for ConnPoolByRoute.waitingThreads.
CREDENTIAL_CHARSET - Static variable in interface cz.msebera.android.httpclient.auth.params.AuthPNames
Deprecated.
Defines the charset to be used when encoding Credentials.
Credentials - Interface in cz.msebera.android.httpclient.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 cz.msebera.android.httpclient.client
Abstract credentials provider that maintains a collection of user credentials.
CREDS_PROVIDER - Static variable in interface cz.msebera.android.httpclient.client.protocol.ClientContext
Deprecated.
Attribute name of a CredentialsProvider object that represents the actual credentials provider.
CREDS_PROVIDER - Static variable in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
Attribute name of a CredentialsProvider object that represents the actual credentials provider.
CRLF - Static variable in class cz.msebera.android.httpclient.extras.Base64
Encoder flag bit to indicate lines should be terminated with a CRLF pair instead of just an LF.
currentHeader - Variable in class cz.msebera.android.httpclient.message.BasicTokenIterator
The value of the current header.
currentIndex - Variable in class cz.msebera.android.httpclient.message.BasicHeaderIterator
The position of the next header in allHeaders.
currentIndex - Variable in class cz.msebera.android.httpclient.message.BasicListHeaderIterator
The position of the next header in allHeaders.
currentToken - Variable in class cz.msebera.android.httpclient.message.BasicTokenIterator
The token to be returned by the next call to BasicTokenIterator.nextToken().
custom() - Static method in class cz.msebera.android.httpclient.client.config.RequestConfig
 
custom() - Static method in class cz.msebera.android.httpclient.config.ConnectionConfig
 
custom() - Static method in class cz.msebera.android.httpclient.config.MessageConstraints
 
custom() - Static method in class cz.msebera.android.httpclient.config.SocketConfig
 
custom() - Static method in class cz.msebera.android.httpclient.conn.ssl.SSLContexts
Creates custom SSL context.
custom() - Static method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
 
custom() - Static method in class cz.msebera.android.httpclient.impl.client.cache.CachingHttpClients
Creates builder object for construction of custom CloseableHttpClient instances.
custom() - Static method in class cz.msebera.android.httpclient.impl.client.HttpClients
Creates builder object for construction of custom CloseableHttpClient instances.
cz.msebera.android.httpclient - package cz.msebera.android.httpclient
Core HTTP component APIs and primitives.
cz.msebera.android.httpclient.annotation - package cz.msebera.android.httpclient.annotation
Thread-safety annotations based on JCIP-ANNOTATIONS
Copyright (c) 2005 Brian Goetz and Tim Peierls.
cz.msebera.android.httpclient.auth - package cz.msebera.android.httpclient.auth
Client HTTP authentication APIs.
cz.msebera.android.httpclient.auth.params - package cz.msebera.android.httpclient.auth.params
Deprecated.
cz.msebera.android.httpclient.client - package cz.msebera.android.httpclient.client
Client HTTP communication APIs.
cz.msebera.android.httpclient.client.cache - package cz.msebera.android.httpclient.client.cache
 
cz.msebera.android.httpclient.client.config - package cz.msebera.android.httpclient.client.config
Client configuration APIs.
cz.msebera.android.httpclient.client.entity - package cz.msebera.android.httpclient.client.entity
Client specific HTTP entity implementations.
cz.msebera.android.httpclient.client.methods - package cz.msebera.android.httpclient.client.methods
Standard HTTP method implementations.
cz.msebera.android.httpclient.client.params - package cz.msebera.android.httpclient.client.params
Deprecated.
cz.msebera.android.httpclient.client.protocol - package cz.msebera.android.httpclient.client.protocol
Client specific HTTP protocol handlers.
cz.msebera.android.httpclient.client.utils - package cz.msebera.android.httpclient.client.utils
Client utility classes.
cz.msebera.android.httpclient.concurrent - package cz.msebera.android.httpclient.concurrent
Core concurrency APIs.
cz.msebera.android.httpclient.config - package cz.msebera.android.httpclient.config
Core configuration APIs.
cz.msebera.android.httpclient.conn - package cz.msebera.android.httpclient.conn
Client connection management APIs.
cz.msebera.android.httpclient.conn.params - package cz.msebera.android.httpclient.conn.params
Deprecated.
cz.msebera.android.httpclient.conn.routing - package cz.msebera.android.httpclient.conn.routing
Client connection routing APIs.
cz.msebera.android.httpclient.conn.scheme - package cz.msebera.android.httpclient.conn.scheme
Deprecated.
cz.msebera.android.httpclient.conn.socket - package cz.msebera.android.httpclient.conn.socket
Client connection socket APIs.
cz.msebera.android.httpclient.conn.ssl - package cz.msebera.android.httpclient.conn.ssl
Client TLS/SSL support.
cz.msebera.android.httpclient.conn.util - package cz.msebera.android.httpclient.conn.util
Connection utility classes.
cz.msebera.android.httpclient.cookie - package cz.msebera.android.httpclient.cookie
Client HTTP state management APIs.
cz.msebera.android.httpclient.cookie.params - package cz.msebera.android.httpclient.cookie.params
Deprecated.
cz.msebera.android.httpclient.entity - package cz.msebera.android.httpclient.entity
Core HTTP entity implementations.
cz.msebera.android.httpclient.entity.mime - package cz.msebera.android.httpclient.entity.mime
MIME coded HTTP entity implementations.
cz.msebera.android.httpclient.entity.mime.content - package cz.msebera.android.httpclient.entity.mime.content
MIME body part implementations.
cz.msebera.android.httpclient.extras - package cz.msebera.android.httpclient.extras
 
cz.msebera.android.httpclient.impl - package cz.msebera.android.httpclient.impl
Default implementations of HTTP connections for synchronous, blocking communication.
cz.msebera.android.httpclient.impl.auth - package cz.msebera.android.httpclient.impl.auth
Default implementations of standard and common HTTP authentication schemes.
cz.msebera.android.httpclient.impl.client - package cz.msebera.android.httpclient.impl.client
Default HTTP client implementation.
cz.msebera.android.httpclient.impl.client.cache - package cz.msebera.android.httpclient.impl.client.cache
 
cz.msebera.android.httpclient.impl.conn - package cz.msebera.android.httpclient.impl.conn
Default implementations of client connection management functions.
cz.msebera.android.httpclient.impl.conn.tsccm - package cz.msebera.android.httpclient.impl.conn.tsccm
Deprecated.
cz.msebera.android.httpclient.impl.cookie - package cz.msebera.android.httpclient.impl.cookie
Default implementations of standard and common HTTP state management policies.
cz.msebera.android.httpclient.impl.entity - package cz.msebera.android.httpclient.impl.entity
Default implementations of entity content strategies.
cz.msebera.android.httpclient.impl.execchain - package cz.msebera.android.httpclient.impl.execchain
HTTP request execution chain APIs.
cz.msebera.android.httpclient.impl.io - package cz.msebera.android.httpclient.impl.io
Default implementations of message parses and writers for synchronous, blocking communication.
cz.msebera.android.httpclient.impl.pool - package cz.msebera.android.httpclient.impl.pool
Default implementations of client side connection pools for synchronous, blocking communication.
cz.msebera.android.httpclient.io - package cz.msebera.android.httpclient.io
HTTP message parser and writer APIs for synchronous, blocking communication.
cz.msebera.android.httpclient.message - package cz.msebera.android.httpclient.message
Core HTTP message components, message element parser and writer APIs and their default implementations.
cz.msebera.android.httpclient.params - package cz.msebera.android.httpclient.params
Deprecated.
cz.msebera.android.httpclient.pool - package cz.msebera.android.httpclient.pool
Client side connection pools APIs for synchronous, blocking communication.
cz.msebera.android.httpclient.protocol - package cz.msebera.android.httpclient.protocol
Core HTTP protocol execution framework and HTTP protocol handlers for synchronous, blocking communication.
cz.msebera.android.httpclient.util - package cz.msebera.android.httpclient.util
Core utility classes.

D

DATE - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.6, RFC 2616 (HTTP/1.1) Section 14.18
DATE_HEADER - Static variable in class cz.msebera.android.httpclient.protocol.HTTP
 
DATE_PATTERNS - Static variable in interface cz.msebera.android.httpclient.cookie.params.CookieSpecPNames
Deprecated.
Defines valid date patterns to be used for parsing non-standard expires attribute.
DateParseException - Exception in cz.msebera.android.httpclient.impl.cookie
Deprecated.
(4.3) no longer used.
DateParseException() - Constructor for exception cz.msebera.android.httpclient.impl.cookie.DateParseException
Deprecated.
 
DateParseException(String) - Constructor for exception cz.msebera.android.httpclient.impl.cookie.DateParseException
Deprecated.
 
DateUtils - Class in cz.msebera.android.httpclient.client.utils
A utility class for parsing and formatting HTTP dates as used in cookies and other headers.
DateUtils - Class in cz.msebera.android.httpclient.impl.cookie
Deprecated.
(4.3) Use DateUtils.
DAV - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2518 (WevDAV) Section 9.1
debug(Object) - Method in class cz.msebera.android.httpclient.extras.HttpClientAndroidLog
 
debug(Object, Throwable) - Method in class cz.msebera.android.httpclient.extras.HttpClientAndroidLog
 
decode(String) - Method in class cz.msebera.android.httpclient.client.utils.Rfc3492Idn
 
decode(String, int) - Static method in class cz.msebera.android.httpclient.extras.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
decode(byte[], int) - Static method in class cz.msebera.android.httpclient.extras.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
decode(byte[], int, int, int) - Static method in class cz.msebera.android.httpclient.extras.Base64
Decode the Base64-encoded data in input and return the data in a new byte array.
DecompressingHttpClient - Class in cz.msebera.android.httpclient.impl.client
Deprecated.
DecompressingHttpClient() - Constructor for class cz.msebera.android.httpclient.impl.client.DecompressingHttpClient
Deprecated.
Constructs a decorator to ask for and handle compressed entities on the fly.
DecompressingHttpClient(HttpClient) - Constructor for class cz.msebera.android.httpclient.impl.client.DecompressingHttpClient
Deprecated.
Constructs a decorator to ask for and handle compressed entities on the fly.
decorateMainExec(ClientExecChain) - Method in class cz.msebera.android.httpclient.impl.client.cache.CachingHttpClientBuilder
 
decorateMainExec(ClientExecChain) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
For internal use.
decorateProtocolExec(ClientExecChain) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
For internal use.
DEF_CONTENT_CHARSET - Static variable in class cz.msebera.android.httpclient.protocol.HTTP
 
DEF_PROTOCOL_CHARSET - Static variable in class cz.msebera.android.httpclient.protocol.HTTP
 
DEFAULT - Static variable in class cz.msebera.android.httpclient.client.config.RequestConfig
 
DEFAULT - Static variable in class cz.msebera.android.httpclient.config.ConnectionConfig
 
DEFAULT - Static variable in class cz.msebera.android.httpclient.config.MessageConstraints
 
DEFAULT - Static variable in class cz.msebera.android.httpclient.config.SocketConfig
 
DEFAULT - Static variable in class cz.msebera.android.httpclient.extras.Base64
Default values for encoder/decoder flags.
DEFAULT - Static variable in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
 
DEFAULT - Static variable in class cz.msebera.android.httpclient.impl.cookie.NetscapeDraftHeaderParser
 
DEFAULT - Static variable in class cz.msebera.android.httpclient.message.BasicHeaderValueFormatter
Deprecated.
DEFAULT - Static variable in class cz.msebera.android.httpclient.message.BasicHeaderValueParser
Deprecated.
DEFAULT - Static variable in class cz.msebera.android.httpclient.message.BasicLineFormatter
Deprecated.
DEFAULT - Static variable in class cz.msebera.android.httpclient.message.BasicLineParser
Deprecated.
DEFAULT_303_CACHING_ENABLED - Static variable in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Default setting for 303 caching
DEFAULT_ASYNCHRONOUS_WORKER_IDLE_LIFETIME_SECS - Static variable in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Default maximum idle lifetime for a background revalidation thread before it gets reclaimed.
DEFAULT_ASYNCHRONOUS_WORKERS_CORE - Static variable in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Default minimum number of worker threads to allow for background revalidations resulting from the stale-while-revalidate directive.
DEFAULT_ASYNCHRONOUS_WORKERS_MAX - Static variable in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Default number of worker threads to allow for background revalidations resulting from the stale-while-revalidate directive.
DEFAULT_BACK_OFF_RATE - Static variable in class cz.msebera.android.httpclient.impl.client.cache.ExponentialBackOffSchedulingStrategy
 
DEFAULT_BINARY - Static variable in class cz.msebera.android.httpclient.entity.ContentType
 
DEFAULT_CHARSET - Static variable in class cz.msebera.android.httpclient.entity.mime.MIME
The default character set to be used, i.e.
DEFAULT_CONTENT_CHARSET - Static variable in class cz.msebera.android.httpclient.protocol.HTTP
Deprecated.
(4.2)
DEFAULT_CONTENT_TYPE - Static variable in class cz.msebera.android.httpclient.protocol.HTTP
Deprecated.
(4.2)
DEFAULT_HEADERS - Static variable in interface cz.msebera.android.httpclient.client.params.ClientPNames
Deprecated.
Defines the request headers to be sent per default with each request.
DEFAULT_HEURISTIC_CACHING_ENABLED - Static variable in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Default setting for heuristic caching
DEFAULT_HEURISTIC_COEFFICIENT - Static variable in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Default coefficient used to heuristically determine freshness lifetime from the Last-Modified time of a cache entry.
DEFAULT_HEURISTIC_LIFETIME - Static variable in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Default lifetime in seconds to be assumed when we cannot calculate freshness heuristically.
DEFAULT_HOST - Static variable in interface cz.msebera.android.httpclient.client.params.ClientPNames
Deprecated.
Defines the default host.
DEFAULT_INITIAL_EXPIRY_IN_MILLIS - Static variable in class cz.msebera.android.httpclient.impl.client.cache.ExponentialBackOffSchedulingStrategy
 
DEFAULT_MAX_CACHE_ENTRIES - Static variable in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Default setting for the maximum number of cache entries that will be retained.
DEFAULT_MAX_CONNECTIONS_PER_ROUTE - Static variable in class cz.msebera.android.httpclient.conn.params.ConnPerRouteBean
Deprecated.
The default maximum number of connections allowed per host
DEFAULT_MAX_EXPIRY_IN_MILLIS - Static variable in class cz.msebera.android.httpclient.impl.client.cache.ExponentialBackOffSchedulingStrategy
 
DEFAULT_MAX_OBJECT_SIZE_BYTES - Static variable in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Default setting for the maximum object size that will be cached, in bytes.
DEFAULT_MAX_TOTAL_CONNECTIONS - Static variable in class cz.msebera.android.httpclient.conn.params.ConnManagerParams
Deprecated.
The default maximum number of connections allowed overall
DEFAULT_MAX_UPDATE_RETRIES - Static variable in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Default setting for the number of retries on a failed cache update
DEFAULT_PROTOCOL_CHARSET - Static variable in class cz.msebera.android.httpclient.protocol.HTTP
Deprecated.
(4.2)
DEFAULT_PROXY - Static variable in interface cz.msebera.android.httpclient.conn.params.ConnRoutePNames
Deprecated.
Parameter for the default proxy.
DEFAULT_REVALIDATION_QUEUE_SIZE - Static variable in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Default maximum queue length for background revalidation requests.
DEFAULT_SCHEME_NAME - Static variable in class cz.msebera.android.httpclient.HttpHost
The default scheme is "http".
DEFAULT_TEXT - Static variable in class cz.msebera.android.httpclient.entity.ContentType
 
DEFAULT_WAIT_FOR_CONTINUE - Static variable in class cz.msebera.android.httpclient.protocol.HttpRequestExecutor
 
DEFAULT_WEAK_ETAG_ON_PUTDELETE_ALLOWED - Static variable in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Default setting to allow weak tags on PUT/DELETE methods
DefaultBackoffStrategy - Class in cz.msebera.android.httpclient.impl.client
This ConnectionBackoffStrategy backs off either for a raw network socket or connection timeout or if the server explicitly sends a 503 (Service Unavailable) response.
DefaultBackoffStrategy() - Constructor for class cz.msebera.android.httpclient.impl.client.DefaultBackoffStrategy
 
DefaultBHttpClientConnection - Class in cz.msebera.android.httpclient.impl
Default implementation of HttpClientConnection.
DefaultBHttpClientConnection(int, int, CharsetDecoder, CharsetEncoder, MessageConstraints, ContentLengthStrategy, ContentLengthStrategy, HttpMessageWriterFactory<HttpRequest>, HttpMessageParserFactory<HttpResponse>) - Constructor for class cz.msebera.android.httpclient.impl.DefaultBHttpClientConnection
Creates new instance of DefaultBHttpClientConnection.
DefaultBHttpClientConnection(int, CharsetDecoder, CharsetEncoder, MessageConstraints) - Constructor for class cz.msebera.android.httpclient.impl.DefaultBHttpClientConnection
 
DefaultBHttpClientConnection(int) - Constructor for class cz.msebera.android.httpclient.impl.DefaultBHttpClientConnection
 
DefaultBHttpClientConnectionFactory - Class in cz.msebera.android.httpclient.impl
Default factory for HttpClientConnections.
DefaultBHttpClientConnectionFactory(ConnectionConfig, ContentLengthStrategy, ContentLengthStrategy, HttpMessageWriterFactory<HttpRequest>, HttpMessageParserFactory<HttpResponse>) - Constructor for class cz.msebera.android.httpclient.impl.DefaultBHttpClientConnectionFactory
 
DefaultBHttpClientConnectionFactory(ConnectionConfig, HttpMessageWriterFactory<HttpRequest>, HttpMessageParserFactory<HttpResponse>) - Constructor for class cz.msebera.android.httpclient.impl.DefaultBHttpClientConnectionFactory
 
DefaultBHttpClientConnectionFactory(ConnectionConfig) - Constructor for class cz.msebera.android.httpclient.impl.DefaultBHttpClientConnectionFactory
 
DefaultBHttpClientConnectionFactory() - Constructor for class cz.msebera.android.httpclient.impl.DefaultBHttpClientConnectionFactory
 
DefaultBHttpServerConnection - Class in cz.msebera.android.httpclient.impl
Default implementation of HttpServerConnection.
DefaultBHttpServerConnection(int, int, CharsetDecoder, CharsetEncoder, MessageConstraints, ContentLengthStrategy, ContentLengthStrategy, HttpMessageParserFactory<HttpRequest>, HttpMessageWriterFactory<HttpResponse>) - Constructor for class cz.msebera.android.httpclient.impl.DefaultBHttpServerConnection
Creates new instance of DefaultBHttpServerConnection.
DefaultBHttpServerConnection(int, CharsetDecoder, CharsetEncoder, MessageConstraints) - Constructor for class cz.msebera.android.httpclient.impl.DefaultBHttpServerConnection
 
DefaultBHttpServerConnection(int) - Constructor for class cz.msebera.android.httpclient.impl.DefaultBHttpServerConnection
 
DefaultBHttpServerConnectionFactory - Class in cz.msebera.android.httpclient.impl
Default factory for HttpServerConnections.
DefaultBHttpServerConnectionFactory(ConnectionConfig, ContentLengthStrategy, ContentLengthStrategy, HttpMessageParserFactory<HttpRequest>, HttpMessageWriterFactory<HttpResponse>) - Constructor for class cz.msebera.android.httpclient.impl.DefaultBHttpServerConnectionFactory
 
DefaultBHttpServerConnectionFactory(ConnectionConfig, HttpMessageParserFactory<HttpRequest>, HttpMessageWriterFactory<HttpResponse>) - Constructor for class cz.msebera.android.httpclient.impl.DefaultBHttpServerConnectionFactory
 
DefaultBHttpServerConnectionFactory(ConnectionConfig) - Constructor for class cz.msebera.android.httpclient.impl.DefaultBHttpServerConnectionFactory
 
DefaultBHttpServerConnectionFactory() - Constructor for class cz.msebera.android.httpclient.impl.DefaultBHttpServerConnectionFactory
 
DefaultClientConnection - Class in cz.msebera.android.httpclient.impl.conn
Deprecated.
DefaultClientConnection() - Constructor for class cz.msebera.android.httpclient.impl.conn.DefaultClientConnection
Deprecated.
 
DefaultClientConnectionOperator - Class in cz.msebera.android.httpclient.impl.conn
Deprecated.
DefaultClientConnectionOperator(SchemeRegistry) - Constructor for class cz.msebera.android.httpclient.impl.conn.DefaultClientConnectionOperator
Deprecated.
Creates a new client connection operator for the given scheme registry.
DefaultClientConnectionOperator(SchemeRegistry, DnsResolver) - Constructor for class cz.msebera.android.httpclient.impl.conn.DefaultClientConnectionOperator
Deprecated.
Creates a new client connection operator for the given scheme registry and the given custom DNS lookup mechanism.
DefaultConnectionKeepAliveStrategy - Class in cz.msebera.android.httpclient.impl.client
Default implementation of a strategy deciding duration that a connection can remain idle.
DefaultConnectionKeepAliveStrategy() - Constructor for class cz.msebera.android.httpclient.impl.client.DefaultConnectionKeepAliveStrategy
 
DefaultConnectionReuseStrategy - Class in cz.msebera.android.httpclient.impl
Default implementation of a strategy deciding about connection re-use.
DefaultConnectionReuseStrategy() - Constructor for class cz.msebera.android.httpclient.impl.DefaultConnectionReuseStrategy
 
DefaultedHttpContext - Class in cz.msebera.android.httpclient.protocol
Deprecated.
(4.3) no longer used.
DefaultedHttpContext(HttpContext, HttpContext) - Constructor for class cz.msebera.android.httpclient.protocol.DefaultedHttpContext
Deprecated.
 
DefaultedHttpParams - Class in cz.msebera.android.httpclient.params
Deprecated.
(4.3) use configuration classes provided 'cz.msebera.android.httpclient.config' and 'cz.msebera.android.httpclient.client.config'
DefaultedHttpParams(HttpParams, HttpParams) - Constructor for class cz.msebera.android.httpclient.params.DefaultedHttpParams
Deprecated.
Create the defaulted set of HttpParams.
DefaultFailureCache - Class in cz.msebera.android.httpclient.impl.client.cache
Implements a bounded failure cache.
DefaultFailureCache() - Constructor for class cz.msebera.android.httpclient.impl.client.cache.DefaultFailureCache
Create a new failure cache with the maximum size of DefaultFailureCache.DEFAULT_MAX_SIZE.
DefaultFailureCache(int) - Constructor for class cz.msebera.android.httpclient.impl.client.cache.DefaultFailureCache
Creates a new failure cache with the specified maximum size.
DefaultHttpCacheEntrySerializer - Class in cz.msebera.android.httpclient.impl.client.cache
HttpCacheEntrySerializer implementation that uses the default (native) serialization.
DefaultHttpCacheEntrySerializer() - Constructor for class cz.msebera.android.httpclient.impl.client.cache.DefaultHttpCacheEntrySerializer
 
DefaultHttpClient - Class in cz.msebera.android.httpclient.impl.client
Deprecated.
DefaultHttpClient(ClientConnectionManager, HttpParams) - Constructor for class cz.msebera.android.httpclient.impl.client.DefaultHttpClient
Deprecated.
Creates a new HTTP client from parameters and a connection manager.
DefaultHttpClient(ClientConnectionManager) - Constructor for class cz.msebera.android.httpclient.impl.client.DefaultHttpClient
Deprecated.
 
DefaultHttpClient(HttpParams) - Constructor for class cz.msebera.android.httpclient.impl.client.DefaultHttpClient
Deprecated.
 
DefaultHttpClient() - Constructor for class cz.msebera.android.httpclient.impl.client.DefaultHttpClient
Deprecated.
 
DefaultHttpClientConnection - Class in cz.msebera.android.httpclient.impl
Deprecated.
DefaultHttpClientConnection() - Constructor for class cz.msebera.android.httpclient.impl.DefaultHttpClientConnection
Deprecated.
 
DefaultHttpRequestFactory - Class in cz.msebera.android.httpclient.impl
Default factory for creating HttpRequest objects.
DefaultHttpRequestFactory() - Constructor for class cz.msebera.android.httpclient.impl.DefaultHttpRequestFactory
 
DefaultHttpRequestParser - Class in cz.msebera.android.httpclient.impl.io
HTTP request parser that obtain its input from an instance of SessionInputBuffer.
DefaultHttpRequestParser(SessionInputBuffer, LineParser, HttpRequestFactory, HttpParams) - Constructor for class cz.msebera.android.httpclient.impl.io.DefaultHttpRequestParser
DefaultHttpRequestParser(SessionInputBuffer, LineParser, HttpRequestFactory, MessageConstraints) - Constructor for class cz.msebera.android.httpclient.impl.io.DefaultHttpRequestParser
Creates new instance of DefaultHttpRequestParser.
DefaultHttpRequestParser(SessionInputBuffer, MessageConstraints) - Constructor for class cz.msebera.android.httpclient.impl.io.DefaultHttpRequestParser
 
DefaultHttpRequestParser(SessionInputBuffer) - Constructor for class cz.msebera.android.httpclient.impl.io.DefaultHttpRequestParser
 
DefaultHttpRequestParserFactory - Class in cz.msebera.android.httpclient.impl.io
Default factory for request message parsers.
DefaultHttpRequestParserFactory(LineParser, HttpRequestFactory) - Constructor for class cz.msebera.android.httpclient.impl.io.DefaultHttpRequestParserFactory
 
DefaultHttpRequestParserFactory() - Constructor for class cz.msebera.android.httpclient.impl.io.DefaultHttpRequestParserFactory
 
DefaultHttpRequestRetryHandler - Class in cz.msebera.android.httpclient.impl.client
The default HttpRequestRetryHandler used by request executors.
DefaultHttpRequestRetryHandler(int, boolean, Collection<Class<? extends IOException>>) - Constructor for class cz.msebera.android.httpclient.impl.client.DefaultHttpRequestRetryHandler
Create the request retry handler using the specified IOException classes
DefaultHttpRequestRetryHandler(int, boolean) - Constructor for class cz.msebera.android.httpclient.impl.client.DefaultHttpRequestRetryHandler
Create the request retry handler using the following list of non-retriable IOException classes:
InterruptedIOException UnknownHostException ConnectException SSLException
DefaultHttpRequestRetryHandler() - Constructor for class cz.msebera.android.httpclient.impl.client.DefaultHttpRequestRetryHandler
Create the request retry handler with a retry count of 3, requestSentRetryEnabled false and using the following list of non-retriable IOException classes:
InterruptedIOException UnknownHostException ConnectException SSLException
DefaultHttpRequestWriter - Class in cz.msebera.android.httpclient.impl.io
HTTP request writer that serializes its output to an instance of SessionOutputBuffer.
DefaultHttpRequestWriter(SessionOutputBuffer, LineFormatter) - Constructor for class cz.msebera.android.httpclient.impl.io.DefaultHttpRequestWriter
Creates an instance of DefaultHttpRequestWriter.
DefaultHttpRequestWriter(SessionOutputBuffer) - Constructor for class cz.msebera.android.httpclient.impl.io.DefaultHttpRequestWriter
 
DefaultHttpRequestWriterFactory - Class in cz.msebera.android.httpclient.impl.io
Default factory for request message writers.
DefaultHttpRequestWriterFactory(LineFormatter) - Constructor for class cz.msebera.android.httpclient.impl.io.DefaultHttpRequestWriterFactory
 
DefaultHttpRequestWriterFactory() - Constructor for class cz.msebera.android.httpclient.impl.io.DefaultHttpRequestWriterFactory
 
DefaultHttpResponseFactory - Class in cz.msebera.android.httpclient.impl
Default factory for creating HttpResponse objects.
DefaultHttpResponseFactory(ReasonPhraseCatalog) - Constructor for class cz.msebera.android.httpclient.impl.DefaultHttpResponseFactory
Creates a new response factory with the given catalog.
DefaultHttpResponseFactory() - Constructor for class cz.msebera.android.httpclient.impl.DefaultHttpResponseFactory
Creates a new response factory with the default catalog.
DefaultHttpResponseParser - Class in cz.msebera.android.httpclient.impl.conn
Lenient HTTP response parser implementation that can skip malformed data until a valid HTTP response message head is encountered.
DefaultHttpResponseParser(SessionInputBuffer, LineParser, HttpResponseFactory, HttpParams) - Constructor for class cz.msebera.android.httpclient.impl.conn.DefaultHttpResponseParser
DefaultHttpResponseParser(SessionInputBuffer, LineParser, HttpResponseFactory, MessageConstraints) - Constructor for class cz.msebera.android.httpclient.impl.conn.DefaultHttpResponseParser
Creates new instance of DefaultHttpResponseParser.
DefaultHttpResponseParser(SessionInputBuffer, MessageConstraints) - Constructor for class cz.msebera.android.httpclient.impl.conn.DefaultHttpResponseParser
Creates new instance of DefaultHttpResponseParser.
DefaultHttpResponseParser(SessionInputBuffer) - Constructor for class cz.msebera.android.httpclient.impl.conn.DefaultHttpResponseParser
Creates new instance of DefaultHttpResponseParser.
DefaultHttpResponseParser - Class in cz.msebera.android.httpclient.impl.io
HTTP response parser that obtain its input from an instance of SessionInputBuffer.
DefaultHttpResponseParser(SessionInputBuffer, LineParser, HttpResponseFactory, HttpParams) - Constructor for class cz.msebera.android.httpclient.impl.io.DefaultHttpResponseParser
DefaultHttpResponseParser(SessionInputBuffer, LineParser, HttpResponseFactory, MessageConstraints) - Constructor for class cz.msebera.android.httpclient.impl.io.DefaultHttpResponseParser
Creates new instance of DefaultHttpResponseParser.
DefaultHttpResponseParser(SessionInputBuffer, MessageConstraints) - Constructor for class cz.msebera.android.httpclient.impl.io.DefaultHttpResponseParser
 
DefaultHttpResponseParser(SessionInputBuffer) - Constructor for class cz.msebera.android.httpclient.impl.io.DefaultHttpResponseParser
 
DefaultHttpResponseParserFactory - Class in cz.msebera.android.httpclient.impl.conn
Default factory for response message parsers.
DefaultHttpResponseParserFactory(LineParser, HttpResponseFactory) - Constructor for class cz.msebera.android.httpclient.impl.conn.DefaultHttpResponseParserFactory
 
DefaultHttpResponseParserFactory(HttpResponseFactory) - Constructor for class cz.msebera.android.httpclient.impl.conn.DefaultHttpResponseParserFactory
 
DefaultHttpResponseParserFactory() - Constructor for class cz.msebera.android.httpclient.impl.conn.DefaultHttpResponseParserFactory
 
DefaultHttpResponseParserFactory - Class in cz.msebera.android.httpclient.impl.io
Default factory for response message parsers.
DefaultHttpResponseParserFactory(LineParser, HttpResponseFactory) - Constructor for class cz.msebera.android.httpclient.impl.io.DefaultHttpResponseParserFactory
 
DefaultHttpResponseParserFactory() - Constructor for class cz.msebera.android.httpclient.impl.io.DefaultHttpResponseParserFactory
 
DefaultHttpResponseWriter - Class in cz.msebera.android.httpclient.impl.io
HTTP response writer that serializes its output to an instance of SessionOutputBuffer.
DefaultHttpResponseWriter(SessionOutputBuffer, LineFormatter) - Constructor for class cz.msebera.android.httpclient.impl.io.DefaultHttpResponseWriter
Creates an instance of DefaultHttpResponseWriter.
DefaultHttpResponseWriter(SessionOutputBuffer) - Constructor for class cz.msebera.android.httpclient.impl.io.DefaultHttpResponseWriter
 
DefaultHttpResponseWriterFactory - Class in cz.msebera.android.httpclient.impl.io
Default factory for response message writers.
DefaultHttpResponseWriterFactory(LineFormatter) - Constructor for class cz.msebera.android.httpclient.impl.io.DefaultHttpResponseWriterFactory
 
DefaultHttpResponseWriterFactory() - Constructor for class cz.msebera.android.httpclient.impl.io.DefaultHttpResponseWriterFactory
 
DefaultHttpRoutePlanner - Class in cz.msebera.android.httpclient.impl.conn
Deprecated.
DefaultHttpRoutePlanner(SchemeRegistry) - Constructor for class cz.msebera.android.httpclient.impl.conn.DefaultHttpRoutePlanner
Deprecated.
Creates a new default route planner.
DefaultHttpServerConnection - Class in cz.msebera.android.httpclient.impl
Deprecated.
DefaultHttpServerConnection() - Constructor for class cz.msebera.android.httpclient.impl.DefaultHttpServerConnection
Deprecated.
 
DefaultManagedHttpClientConnection - Class in cz.msebera.android.httpclient.impl.conn
Default ManagedHttpClientConnection implementation.
DefaultManagedHttpClientConnection(String, int, int, CharsetDecoder, CharsetEncoder, MessageConstraints, ContentLengthStrategy, ContentLengthStrategy, HttpMessageWriterFactory<HttpRequest>, HttpMessageParserFactory<HttpResponse>) - Constructor for class cz.msebera.android.httpclient.impl.conn.DefaultManagedHttpClientConnection
 
DefaultManagedHttpClientConnection(String, int) - Constructor for class cz.msebera.android.httpclient.impl.conn.DefaultManagedHttpClientConnection
 
DefaultProxyAuthenticationHandler - Class in cz.msebera.android.httpclient.impl.client
Deprecated.
DefaultProxyAuthenticationHandler() - Constructor for class cz.msebera.android.httpclient.impl.client.DefaultProxyAuthenticationHandler
Deprecated.
 
DefaultProxyRoutePlanner - Class in cz.msebera.android.httpclient.impl.conn
Implementation of an HttpRoutePlanner that routes requests through a default proxy.
DefaultProxyRoutePlanner(HttpHost, SchemePortResolver) - Constructor for class cz.msebera.android.httpclient.impl.conn.DefaultProxyRoutePlanner
 
DefaultProxyRoutePlanner(HttpHost) - Constructor for class cz.msebera.android.httpclient.impl.conn.DefaultProxyRoutePlanner
 
DefaultRedirectHandler - Class in cz.msebera.android.httpclient.impl.client
Deprecated.
DefaultRedirectHandler() - Constructor for class cz.msebera.android.httpclient.impl.client.DefaultRedirectHandler
Deprecated.
 
DefaultRedirectStrategy - Class in cz.msebera.android.httpclient.impl.client
Default implementation of RedirectStrategy.
DefaultRedirectStrategy() - Constructor for class cz.msebera.android.httpclient.impl.client.DefaultRedirectStrategy
 
DefaultRequestDirector - Class in cz.msebera.android.httpclient.impl.client
Deprecated.
(4.3)
DefaultRequestDirector(HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectHandler, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams) - Constructor for class cz.msebera.android.httpclient.impl.client.DefaultRequestDirector
Deprecated.
DefaultRequestDirector(HttpClientAndroidLog, HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectStrategy, AuthenticationHandler, AuthenticationHandler, UserTokenHandler, HttpParams) - Constructor for class cz.msebera.android.httpclient.impl.client.DefaultRequestDirector
Deprecated.
DefaultRequestDirector(HttpClientAndroidLog, HttpRequestExecutor, ClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, HttpRoutePlanner, HttpProcessor, HttpRequestRetryHandler, RedirectStrategy, AuthenticationStrategy, AuthenticationStrategy, UserTokenHandler, HttpParams) - Constructor for class cz.msebera.android.httpclient.impl.client.DefaultRequestDirector
Deprecated.
 
DefaultResponseParser - Class in cz.msebera.android.httpclient.impl.conn
Deprecated.
DefaultResponseParser(SessionInputBuffer, LineParser, HttpResponseFactory, HttpParams) - Constructor for class cz.msebera.android.httpclient.impl.conn.DefaultResponseParser
Deprecated.
 
DefaultRoutePlanner - Class in cz.msebera.android.httpclient.impl.conn
Default implementation of an HttpRoutePlanner.
DefaultRoutePlanner(SchemePortResolver) - Constructor for class cz.msebera.android.httpclient.impl.conn.DefaultRoutePlanner
 
DefaultSchemePortResolver - Class in cz.msebera.android.httpclient.impl.conn
DefaultSchemePortResolver() - Constructor for class cz.msebera.android.httpclient.impl.conn.DefaultSchemePortResolver
 
DefaultServiceUnavailableRetryStrategy - Class in cz.msebera.android.httpclient.impl.client
Default implementation of the ServiceUnavailableRetryStrategy interface.
DefaultServiceUnavailableRetryStrategy(int, int) - Constructor for class cz.msebera.android.httpclient.impl.client.DefaultServiceUnavailableRetryStrategy
 
DefaultServiceUnavailableRetryStrategy() - Constructor for class cz.msebera.android.httpclient.impl.client.DefaultServiceUnavailableRetryStrategy
 
DefaultTargetAuthenticationHandler - Class in cz.msebera.android.httpclient.impl.client
Deprecated.
DefaultTargetAuthenticationHandler() - Constructor for class cz.msebera.android.httpclient.impl.client.DefaultTargetAuthenticationHandler
Deprecated.
 
DefaultUserTokenHandler - Class in cz.msebera.android.httpclient.impl.client
Default implementation of UserTokenHandler.
DefaultUserTokenHandler() - Constructor for class cz.msebera.android.httpclient.impl.client.DefaultUserTokenHandler
 
DeflateDecompressingEntity - Class in cz.msebera.android.httpclient.client.entity
HttpEntityWrapper responsible for handling deflate Content Coded responses.
DeflateDecompressingEntity(HttpEntity) - Constructor for class cz.msebera.android.httpclient.client.entity.DeflateDecompressingEntity
Creates a new DeflateDecompressingEntity which will wrap the specified HttpEntity.
DeflateInputStream - Class in cz.msebera.android.httpclient.client.entity
Deflate input stream.
DeflateInputStream(InputStream) - Constructor for class cz.msebera.android.httpclient.client.entity.DeflateInputStream
 
delete() - Static method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
DELETE_METHOD - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
deleteClosedConnections() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.AbstractConnPool
Deprecated.
Deletes all entries for closed connections.
deleteClosedConnections() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
 
deleteEntry(BasicPoolEntry) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
Deletes a given pool entry.
deleteEntry(BasicPoolEntry) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.RouteSpecificPool
Deprecated.
Deletes an entry from this pool.
deleteLeastUsedEntry() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
Delete an old, free pool entry to make room for a new one.
DEPTH - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2518 (WevDAV) Section 9.2
deserialize(SessionInputBuffer, HttpMessage) - Method in class cz.msebera.android.httpclient.impl.entity.EntityDeserializer
Deprecated.
Creates an HttpEntity based on properties of the given message.
DESTINATION - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2518 (WevDAV) Section 9.3
detach() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
Detaches this adapter from the wrapped connection.
detach() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractPooledConnAdapter
Deprecated.
Detaches this adapter from the wrapped connection.
detach() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.BasicPooledConnAdapter
Deprecated.
 
determineLength(HttpMessage) - Method in interface cz.msebera.android.httpclient.entity.ContentLengthStrategy
Returns length of the given message in bytes.
determineLength(HttpMessage) - Method in class cz.msebera.android.httpclient.impl.entity.DisallowIdentityContentLengthStrategy
 
determineLength(HttpMessage) - Method in class cz.msebera.android.httpclient.impl.entity.LaxContentLengthStrategy
 
determineLength(HttpMessage) - Method in class cz.msebera.android.httpclient.impl.entity.StrictContentLengthStrategy
 
determineLocale(HttpContext) - Method in class cz.msebera.android.httpclient.impl.DefaultHttpResponseFactory
Determines the locale of the response.
determineParams(HttpRequest) - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
Obtains parameters for executing a request.
determineProxy(HttpHost, HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.impl.conn.DefaultProxyRoutePlanner
 
determineProxy(HttpHost, HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.impl.conn.DefaultRoutePlanner
 
determineProxy(HttpHost, HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.impl.conn.ProxySelectorRoutePlanner
Deprecated.
Determines a proxy for the given target.
determineProxy(HttpHost, HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.impl.conn.SystemDefaultRoutePlanner
 
determineRoute(HttpHost, HttpRequest, HttpContext) - Method in interface cz.msebera.android.httpclient.conn.routing.HttpRoutePlanner
Determines the route for a request.
determineRoute(HttpHost, HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.DefaultRequestDirector
Deprecated.
Determines the route for a request.
determineRoute(HttpHost, HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.impl.conn.DefaultHttpRoutePlanner
Deprecated.
 
determineRoute(HttpHost, HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.impl.conn.DefaultRoutePlanner
 
determineRoute(HttpHost, HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.impl.conn.ProxySelectorRoutePlanner
Deprecated.
 
DIGEST - Static variable in class cz.msebera.android.httpclient.client.config.AuthSchemes
Digest authentication scheme as defined in RFC2617.
DIGEST - Static variable in class cz.msebera.android.httpclient.client.params.AuthPolicy
Deprecated.
Digest authentication scheme as defined in RFC2617.
DigestScheme - Class in cz.msebera.android.httpclient.impl.auth
Digest authentication scheme as defined in RFC 2617.
DigestScheme(Charset) - Constructor for class cz.msebera.android.httpclient.impl.auth.DigestScheme
 
DigestScheme(ChallengeState) - Constructor for class cz.msebera.android.httpclient.impl.auth.DigestScheme
Deprecated.
(4.3) do not use.
DigestScheme() - Constructor for class cz.msebera.android.httpclient.impl.auth.DigestScheme
 
DigestSchemeFactory - Class in cz.msebera.android.httpclient.impl.auth
AuthSchemeProvider implementation that creates and initializes DigestScheme instances.
DigestSchemeFactory(Charset) - Constructor for class cz.msebera.android.httpclient.impl.auth.DigestSchemeFactory
 
DigestSchemeFactory() - Constructor for class cz.msebera.android.httpclient.impl.auth.DigestSchemeFactory
 
directStep(RouteInfo, RouteInfo) - Method in class cz.msebera.android.httpclient.conn.routing.BasicRouteDirector
Determines the next step to establish a direct connection.
disableAuthCaching() - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Disables authentication scheme caching.
disableAutomaticRetries() - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Disables automatic request recovery and re-execution.
disableConnectionState() - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Disables connection state tracking.
disableContentCompression() - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Disables automatic content decompression.
disableCookieManagement() - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Disables state (cookie) management.
disableRedirectHandling() - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Disables automatic redirect handling.
DisallowIdentityContentLengthStrategy - Class in cz.msebera.android.httpclient.impl.entity
Decorator for ContentLengthStrategy implementations that disallows the use of identity transfer encoding.
DisallowIdentityContentLengthStrategy(ContentLengthStrategy) - Constructor for class cz.msebera.android.httpclient.impl.entity.DisallowIdentityContentLengthStrategy
 
DISCARD_ATTR - Static variable in interface cz.msebera.android.httpclient.cookie.ClientCookie
 
dispose() - Method in interface cz.msebera.android.httpclient.client.cache.Resource
Indicates the system no longer needs to keep this response body and any system resources associated with it may be reclaimed.
dispose() - Method in class cz.msebera.android.httpclient.impl.client.cache.FileResource
 
dispose() - Method in class cz.msebera.android.httpclient.impl.client.cache.HeapResource
 
DnsResolver - Interface in cz.msebera.android.httpclient.conn
Users may implement this interface to override the normal DNS lookup offered by the OS.
dnsResolver - Variable in class cz.msebera.android.httpclient.impl.conn.DefaultClientConnectionOperator
Deprecated.
the custom-configured DNS lookup mechanism.
doDeserialize(SessionInputBuffer, HttpMessage) - Method in class cz.msebera.android.httpclient.impl.entity.EntityDeserializer
Deprecated.
Creates a BasicHttpEntity based on properties of the given message.
doExecute(HttpHost, HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
doExecute(HttpHost, HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.CloseableHttpClient
 
doFlush() - Method in class cz.msebera.android.httpclient.impl.AbstractHttpClientConnection
Deprecated.
 
doFlush() - Method in class cz.msebera.android.httpclient.impl.AbstractHttpServerConnection
Deprecated.
 
doFlush() - Method in class cz.msebera.android.httpclient.impl.BHttpConnectionBase
 
doFormatHeader(CharArrayBuffer, Header) - Method in class cz.msebera.android.httpclient.message.BasicLineFormatter
Actually formats a header.
doFormatRequestLine(CharArrayBuffer, RequestLine) - Method in class cz.msebera.android.httpclient.message.BasicLineFormatter
Actually formats a request line.
doFormatStatusLine(CharArrayBuffer, StatusLine) - Method in class cz.msebera.android.httpclient.message.BasicLineFormatter
Actually formats a status line.
doFormatValue(CharArrayBuffer, String, boolean) - Method in class cz.msebera.android.httpclient.message.BasicHeaderValueFormatter
Actually formats the value of a name-value pair.
DOMAIN_ATTR - Static variable in interface cz.msebera.android.httpclient.cookie.ClientCookie
 
domainMatch(String, String) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2965DomainAttributeHandler
Performs domain-match as defined by the RFC2965.
doReceiveResponse(HttpRequest, HttpClientConnection, HttpContext) - Method in class cz.msebera.android.httpclient.protocol.HttpRequestExecutor
Waits for and receives a response.
doSendRequest(HttpRequest, HttpClientConnection, HttpContext) - Method in class cz.msebera.android.httpclient.protocol.HttpRequestExecutor
Send the given request over the given connection.
doSerialize(SessionOutputBuffer, HttpMessage) - Method in class cz.msebera.android.httpclient.impl.entity.EntitySerializer
Deprecated.
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 cz.msebera.android.httpclient.protocol.HttpService
The default implementation of this method attempts to resolve an HttpRequestHandler for the request URI of the given request and, if found, executes its HttpRequestHandler.handle(HttpRequest, HttpResponse, HttpContext) method.
dropEntry() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.RouteSpecificPool
Deprecated.
Forgets about an entry from this pool.

E

enableConnectionGC() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.AbstractConnPool
Deprecated.
 
enabled() - Method in class cz.msebera.android.httpclient.impl.conn.Wire
 
enableDebug(boolean) - Method in class cz.msebera.android.httpclient.extras.HttpClientAndroidLog
 
enableError(boolean) - Method in class cz.msebera.android.httpclient.extras.HttpClientAndroidLog
 
enableInfo(boolean) - Method in class cz.msebera.android.httpclient.extras.HttpClientAndroidLog
 
enableTrace(boolean) - Method in class cz.msebera.android.httpclient.extras.HttpClientAndroidLog
 
enableWarn(boolean) - Method in class cz.msebera.android.httpclient.extras.HttpClientAndroidLog
 
ENC_8BIT - Static variable in class cz.msebera.android.httpclient.entity.mime.MIME
 
ENC_BINARY - Static variable in class cz.msebera.android.httpclient.entity.mime.MIME
 
encode(byte[], int) - Static method in class cz.msebera.android.httpclient.extras.Base64
Base64-encode the given data and return a newly allocated byte[] with the result.
encode(byte[], int, int, int) - Static method in class cz.msebera.android.httpclient.extras.Base64
Base64-encode the given data and return a newly allocated byte[] with the result.
encodeToString(byte[], int) - Static method in class cz.msebera.android.httpclient.extras.Base64
Base64-encode the given data and return a newly allocated String with the result.
encodeToString(byte[], int, int, int) - Static method in class cz.msebera.android.httpclient.extras.Base64
Base64-encode the given data and return a newly allocated String with the result.
EncodingUtils - Class in cz.msebera.android.httpclient.util
The home for utility methods that handle various encoding tasks.
endedTime() - Method in class cz.msebera.android.httpclient.impl.client.HttpRequestFutureTask
 
engineGenerateSeed(int) - Method in class cz.msebera.android.httpclient.extras.PRNGFixes.LinuxPRNGSecureRandom
 
engineNextBytes(byte[]) - Method in class cz.msebera.android.httpclient.extras.PRNGFixes.LinuxPRNGSecureRandom
 
engineSetSeed(byte[]) - Method in class cz.msebera.android.httpclient.extras.PRNGFixes.LinuxPRNGSecureRandom
 
EnglishReasonPhraseCatalog - Class in cz.msebera.android.httpclient.impl
English reason phrases for HTTP status codes.
EnglishReasonPhraseCatalog() - Constructor for class cz.msebera.android.httpclient.impl.EnglishReasonPhraseCatalog
Restricted default constructor, for derived classes.
ensureCapacity(int) - Method in class cz.msebera.android.httpclient.util.ByteArrayBuffer
Ensures that the capacity is at least equal to the specified minimum.
ensureCapacity(int) - Method in class cz.msebera.android.httpclient.util.CharArrayBuffer
Ensures that the capacity is at least equal to the specified minimum.
ensureOpen() - Method in class cz.msebera.android.httpclient.impl.BHttpConnectionBase
 
EntityBuilder - Class in cz.msebera.android.httpclient.client.entity
Builder for HttpEntity instances.
EntityDeserializer - Class in cz.msebera.android.httpclient.impl.entity
Deprecated.
EntityDeserializer(ContentLengthStrategy) - Constructor for class cz.msebera.android.httpclient.impl.entity.EntityDeserializer
Deprecated.
 
EntityEnclosingRequestWrapper - Class in cz.msebera.android.httpclient.impl.client
Deprecated.
(4.3) do not use.
EntityEnclosingRequestWrapper(HttpEntityEnclosingRequest) - Constructor for class cz.msebera.android.httpclient.impl.client.EntityEnclosingRequestWrapper
Deprecated.
 
EntitySerializer - Class in cz.msebera.android.httpclient.impl.entity
Deprecated.
EntitySerializer(ContentLengthStrategy) - Constructor for class cz.msebera.android.httpclient.impl.entity.EntitySerializer
Deprecated.
 
EntityTemplate - Class in cz.msebera.android.httpclient.entity
Entity that delegates the process of content generation to a ContentProducer.
EntityTemplate(ContentProducer) - Constructor for class cz.msebera.android.httpclient.entity.EntityTemplate
 
EntityUtils - Class in cz.msebera.android.httpclient.util
Static helpers for dealing with HttpEntitys.
enumAvailable(PoolEntryCallback<T, C>) - Method in class cz.msebera.android.httpclient.pool.AbstractConnPool
Enumerates all available connections.
enumLeased(PoolEntryCallback<T, C>) - Method in class cz.msebera.android.httpclient.pool.AbstractConnPool
Enumerates all leased connections.
eofDetected(InputStream) - Method in class cz.msebera.android.httpclient.conn.BasicEofSensorWatcher
Deprecated.
 
eofDetected(InputStream) - Method in class cz.msebera.android.httpclient.conn.BasicManagedEntity
Deprecated.
 
eofDetected(InputStream) - Method in interface cz.msebera.android.httpclient.conn.EofSensorWatcher
Indicates that EOF is detected.
EofSensor - Interface in cz.msebera.android.httpclient.io
Deprecated.
(4.3) no longer used.
EofSensorInputStream - Class in cz.msebera.android.httpclient.conn
A stream wrapper that triggers actions on close() and EOF.
EofSensorInputStream(InputStream, EofSensorWatcher) - Constructor for class cz.msebera.android.httpclient.conn.EofSensorInputStream
Creates a new EOF sensor.
EofSensorWatcher - Interface in cz.msebera.android.httpclient.conn
A watcher for EofSensorInputStream.
equals(Object) - Method in class cz.msebera.android.httpclient.auth.AuthScope
 
equals(Object) - Method in class cz.msebera.android.httpclient.auth.BasicUserPrincipal
 
equals(Object) - Method in class cz.msebera.android.httpclient.auth.NTCredentials
 
equals(Object) - Method in class cz.msebera.android.httpclient.auth.NTUserPrincipal
 
equals(Object) - Method in class cz.msebera.android.httpclient.auth.UsernamePasswordCredentials
 
equals(Object) - Method in class cz.msebera.android.httpclient.conn.routing.HttpRoute
Compares this route to another.
equals(Object) - Method in class cz.msebera.android.httpclient.conn.routing.RouteTracker
Compares this tracked route to another.
equals(Object) - Method in class cz.msebera.android.httpclient.conn.scheme.Scheme
Deprecated.
 
equals(Object) - Method in class cz.msebera.android.httpclient.HttpHost
 
equals(Object) - Method in class cz.msebera.android.httpclient.message.BasicHeaderElement
 
equals(Object) - Method in class cz.msebera.android.httpclient.message.BasicNameValuePair
 
equals(Object) - Method in class cz.msebera.android.httpclient.ProtocolVersion
Checks equality of this protocol version with an object.
equals(Object, Object) - Static method in class cz.msebera.android.httpclient.util.LangUtils
Check if two objects are equal.
equals(Object[], Object[]) - Static method in class cz.msebera.android.httpclient.util.LangUtils
Check if two object arrays are equal.
error(Object) - Method in class cz.msebera.android.httpclient.extras.HttpClientAndroidLog
 
error(Object, Throwable) - Method in class cz.msebera.android.httpclient.extras.HttpClientAndroidLog
 
establishRoute(HttpRoute, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.DefaultRequestDirector
Deprecated.
Establishes the target route.
estimateElementsLen(HeaderElement[]) - Method in class cz.msebera.android.httpclient.message.BasicHeaderValueFormatter
Estimates the length of formatted header elements.
estimateHeaderElementLen(HeaderElement) - Method in class cz.msebera.android.httpclient.message.BasicHeaderValueFormatter
Estimates the length of a formatted header element.
estimateNameValuePairLen(NameValuePair) - Method in class cz.msebera.android.httpclient.message.BasicHeaderValueFormatter
Estimates the length of a formatted name-value pair.
estimateParametersLen(NameValuePair[]) - Method in class cz.msebera.android.httpclient.message.BasicHeaderValueFormatter
Estimates the length of formatted parameters.
estimateProtocolVersionLen(ProtocolVersion) - Method in class cz.msebera.android.httpclient.message.BasicLineFormatter
Guesses the length of a formatted protocol version.
ETAG - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
ETAG - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.19
ExceptionUtils - Class in cz.msebera.android.httpclient.util
Deprecated.
(4.2) no longer used
execute(HttpUriRequest) - Method in interface cz.msebera.android.httpclient.client.HttpClient
Executes HTTP request using the default context.
execute(HttpUriRequest, HttpContext) - Method in interface cz.msebera.android.httpclient.client.HttpClient
Executes HTTP request using the given context.
execute(HttpHost, HttpRequest) - Method in interface cz.msebera.android.httpclient.client.HttpClient
Executes HTTP request using the default context.
execute(HttpHost, HttpRequest, HttpContext) - Method in interface cz.msebera.android.httpclient.client.HttpClient
Executes HTTP request using the given context.
execute(HttpUriRequest, ResponseHandler<? extends T>) - Method in interface cz.msebera.android.httpclient.client.HttpClient
Executes HTTP request using the default context and processes the response using the given response handler.
execute(HttpUriRequest, ResponseHandler<? extends T>, HttpContext) - Method in interface cz.msebera.android.httpclient.client.HttpClient
Executes HTTP request using the given context and processes the response using the given response handler.
execute(HttpHost, HttpRequest, ResponseHandler<? extends T>) - Method in interface cz.msebera.android.httpclient.client.HttpClient
Executes HTTP request to the target using the default context and processes the response using the given response handler.
execute(HttpHost, HttpRequest, ResponseHandler<? extends T>, HttpContext) - Method in interface cz.msebera.android.httpclient.client.HttpClient
Executes HTTP request to the target using the given context and processes the response using the given response handler.
execute(HttpHost, HttpRequest, HttpContext) - Method in interface cz.msebera.android.httpclient.client.RequestDirector
Deprecated.
Executes a request.
execute(HttpHost, HttpRequest) - Method in class cz.msebera.android.httpclient.impl.client.AutoRetryHttpClient
Deprecated.
 
execute(HttpHost, HttpRequest, ResponseHandler<? extends T>) - Method in class cz.msebera.android.httpclient.impl.client.AutoRetryHttpClient
Deprecated.
 
execute(HttpHost, HttpRequest, ResponseHandler<? extends T>, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.AutoRetryHttpClient
Deprecated.
 
execute(HttpUriRequest) - Method in class cz.msebera.android.httpclient.impl.client.AutoRetryHttpClient
Deprecated.
 
execute(HttpUriRequest, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.AutoRetryHttpClient
Deprecated.
 
execute(HttpUriRequest, ResponseHandler<? extends T>) - Method in class cz.msebera.android.httpclient.impl.client.AutoRetryHttpClient
Deprecated.
 
execute(HttpUriRequest, ResponseHandler<? extends T>, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.AutoRetryHttpClient
Deprecated.
 
execute(HttpHost, HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.AutoRetryHttpClient
Deprecated.
 
execute(HttpRoute, HttpRequestWrapper) - Method in class cz.msebera.android.httpclient.impl.client.cache.CachingExec
 
execute(HttpRoute, HttpRequestWrapper, HttpClientContext) - Method in class cz.msebera.android.httpclient.impl.client.cache.CachingExec
 
execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in class cz.msebera.android.httpclient.impl.client.cache.CachingExec
 
execute(HttpHost, HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.CloseableHttpClient
Executes HTTP request using the given context.
execute(HttpUriRequest, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.CloseableHttpClient
Executes HTTP request using the given context.
execute(HttpUriRequest) - Method in class cz.msebera.android.httpclient.impl.client.CloseableHttpClient
Executes HTTP request using the default context.
execute(HttpHost, HttpRequest) - Method in class cz.msebera.android.httpclient.impl.client.CloseableHttpClient
Executes HTTP request using the default context.
execute(HttpUriRequest, ResponseHandler<? extends T>) - Method in class cz.msebera.android.httpclient.impl.client.CloseableHttpClient
Executes a request using the default context and processes the response using the given response handler.
execute(HttpUriRequest, ResponseHandler<? extends T>, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.CloseableHttpClient
Executes a request using the default context and processes the response using the given response handler.
execute(HttpHost, HttpRequest, ResponseHandler<? extends T>) - Method in class cz.msebera.android.httpclient.impl.client.CloseableHttpClient
Executes a request using the default context and processes the response using the given response handler.
execute(HttpHost, HttpRequest, ResponseHandler<? extends T>, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.CloseableHttpClient
Executes a request using the default context and processes the response using the given response handler.
execute(HttpUriRequest) - Method in class cz.msebera.android.httpclient.impl.client.DecompressingHttpClient
Deprecated.
 
execute(HttpUriRequest, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.DecompressingHttpClient
Deprecated.
 
execute(HttpHost, HttpRequest) - Method in class cz.msebera.android.httpclient.impl.client.DecompressingHttpClient
Deprecated.
 
execute(HttpHost, HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.DecompressingHttpClient
Deprecated.
 
execute(HttpUriRequest, ResponseHandler<? extends T>) - Method in class cz.msebera.android.httpclient.impl.client.DecompressingHttpClient
Deprecated.
 
execute(HttpUriRequest, ResponseHandler<? extends T>, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.DecompressingHttpClient
Deprecated.
 
execute(HttpHost, HttpRequest, ResponseHandler<? extends T>) - Method in class cz.msebera.android.httpclient.impl.client.DecompressingHttpClient
Deprecated.
 
execute(HttpHost, HttpRequest, ResponseHandler<? extends T>, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.DecompressingHttpClient
Deprecated.
 
execute(HttpHost, HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.DefaultRequestDirector
Deprecated.
 
execute(HttpUriRequest, HttpContext, ResponseHandler<T>) - Method in class cz.msebera.android.httpclient.impl.client.FutureRequestExecutionService
Schedule a request for execution.
execute(HttpUriRequest, HttpContext, ResponseHandler<T>, FutureCallback<T>) - Method in class cz.msebera.android.httpclient.impl.client.FutureRequestExecutionService
Schedule a request for execution.
execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in class cz.msebera.android.httpclient.impl.execchain.BackoffStrategyExec
 
execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in interface cz.msebera.android.httpclient.impl.execchain.ClientExecChain
Executes th request either by transmitting it to the target server or by passing it onto the next executor in the request execution chain.
execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in class cz.msebera.android.httpclient.impl.execchain.MainClientExec
 
execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in class cz.msebera.android.httpclient.impl.execchain.MinimalClientExec
 
execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in class cz.msebera.android.httpclient.impl.execchain.ProtocolExec
 
execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in class cz.msebera.android.httpclient.impl.execchain.RedirectExec
 
execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in class cz.msebera.android.httpclient.impl.execchain.RetryExec
 
execute(HttpRoute, HttpRequestWrapper, HttpClientContext, HttpExecutionAware) - Method in class cz.msebera.android.httpclient.impl.execchain.ServiceUnavailableRetryExec
 
execute(HttpRequest, HttpClientConnection, HttpContext) - Method in class cz.msebera.android.httpclient.protocol.HttpRequestExecutor
Sends the request and obtain a response.
ExecutionContext - Interface in cz.msebera.android.httpclient.protocol
Deprecated.
(4.3) use HttpCoreContext.
EXPECT - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.20
EXPECT_CONTINUE - Static variable in class cz.msebera.android.httpclient.protocol.HTTP
HTTP expectations
EXPECT_DIRECTIVE - Static variable in class cz.msebera.android.httpclient.protocol.HTTP
 
expectContinue() - Method in class cz.msebera.android.httpclient.client.methods.HttpEntityEnclosingRequestBase
 
expectContinue() - Method in interface cz.msebera.android.httpclient.HttpEntityEnclosingRequest
Tells if this request should use the expect-continue handshake.
expectContinue() - Method in class cz.msebera.android.httpclient.impl.client.EntityEnclosingRequestWrapper
Deprecated.
 
expectContinue() - Method in class cz.msebera.android.httpclient.message.BasicHttpEntityEnclosingRequest
 
EXPIRES - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
EXPIRES - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.7, RFC 2616 (HTTP/1.1) Section 14.21
EXPIRES_ATTR - Static variable in interface cz.msebera.android.httpclient.cookie.ClientCookie
 
EXPIRES_PATTERN - Static variable in class cz.msebera.android.httpclient.impl.cookie.NetscapeDraftSpec
 
ExponentialBackOffSchedulingStrategy - Class in cz.msebera.android.httpclient.impl.client.cache
An implementation that backs off exponentially based on the number of consecutive failed attempts stored in the AsynchronousValidationRequest.
ExponentialBackOffSchedulingStrategy(CacheConfig) - Constructor for class cz.msebera.android.httpclient.impl.client.cache.ExponentialBackOffSchedulingStrategy
Create a new scheduling strategy using a fixed pool of worker threads.
ExponentialBackOffSchedulingStrategy(CacheConfig, long, long, long) - Constructor for class cz.msebera.android.httpclient.impl.client.cache.ExponentialBackOffSchedulingStrategy
Create a new scheduling strategy by using a fixed pool of worker threads and the given parameters to calculated the delay.
extractHost(URI) - Static method in class cz.msebera.android.httpclient.client.utils.URIUtils
Extracts target host from the given URI.

F

failed(Exception) - Method in class cz.msebera.android.httpclient.concurrent.BasicFuture
 
failed(Exception) - Method in interface cz.msebera.android.httpclient.concurrent.FutureCallback
 
FailureCache - Interface in cz.msebera.android.httpclient.impl.client.cache
Increase and reset the number of errors associated with a specific identifier.
FailureCacheValue - Class in cz.msebera.android.httpclient.impl.client.cache
The error count with a creation timestamp and its associated key.
FailureCacheValue(String, int) - Constructor for class cz.msebera.android.httpclient.impl.client.cache.FailureCacheValue
 
file - Variable in class cz.msebera.android.httpclient.entity.FileEntity
 
FileBody - Class in cz.msebera.android.httpclient.entity.mime.content
Binary body part backed by a file.
FileBody(File, String, String, String) - Constructor for class cz.msebera.android.httpclient.entity.mime.content.FileBody
FileBody(File, String, String) - Constructor for class cz.msebera.android.httpclient.entity.mime.content.FileBody
FileBody(File, String) - Constructor for class cz.msebera.android.httpclient.entity.mime.content.FileBody
FileBody(File) - Constructor for class cz.msebera.android.httpclient.entity.mime.content.FileBody
 
FileBody(File, ContentType, String) - Constructor for class cz.msebera.android.httpclient.entity.mime.content.FileBody
 
FileBody(File, ContentType) - Constructor for class cz.msebera.android.httpclient.entity.mime.content.FileBody
 
FileEntity - Class in cz.msebera.android.httpclient.entity
A self contained, repeatable entity that obtains its content from a file.
FileEntity(File, String) - Constructor for class cz.msebera.android.httpclient.entity.FileEntity
FileEntity(File, ContentType) - Constructor for class cz.msebera.android.httpclient.entity.FileEntity
 
FileEntity(File) - Constructor for class cz.msebera.android.httpclient.entity.FileEntity
 
FileResource - Class in cz.msebera.android.httpclient.impl.client.cache
Cache resource backed by a file.
FileResource(File) - Constructor for class cz.msebera.android.httpclient.impl.client.cache.FileResource
 
FileResourceFactory - Class in cz.msebera.android.httpclient.impl.client.cache
Generates Resource instances whose body is stored in a temporary file.
FileResourceFactory(File) - Constructor for class cz.msebera.android.httpclient.impl.client.cache.FileResourceFactory
 
fillBuffer() - Method in class cz.msebera.android.httpclient.impl.io.AbstractSessionInputBuffer
Deprecated.
 
fillBuffer() - Method in class cz.msebera.android.httpclient.impl.io.SessionInputBufferImpl
 
fillBuffer() - Method in class cz.msebera.android.httpclient.impl.io.SocketInputBuffer
Deprecated.
 
filterHeader(int) - Method in class cz.msebera.android.httpclient.message.BasicHeaderIterator
Checks whether a header is part of the iteration.
filterHeader(int) - Method in class cz.msebera.android.httpclient.message.BasicListHeaderIterator
Checks whether a header is part of the iteration.
finalize() - Method in class cz.msebera.android.httpclient.impl.conn.BasicClientConnectionManager
Deprecated.
 
finalize() - Method in class cz.msebera.android.httpclient.impl.conn.BasicHttpClientConnectionManager
 
finalize() - Method in class cz.msebera.android.httpclient.impl.conn.PoolingClientConnectionManager
Deprecated.
 
finalize() - Method in class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
finalize() - Method in class cz.msebera.android.httpclient.impl.conn.SingleClientConnManager
Deprecated.
 
finalize() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ThreadSafeClientConnManager
Deprecated.
 
findAttribHandler(String) - Method in class cz.msebera.android.httpclient.impl.cookie.AbstractCookieSpec
Finds an attribute handler CookieAttributeHandler for the given attribute.
findNext(int) - Method in class cz.msebera.android.httpclient.message.BasicHeaderIterator
Determines the index of the next header.
findNext(int) - Method in class cz.msebera.android.httpclient.message.BasicListHeaderIterator
Determines the index of the next header.
findNext(int) - Method in class cz.msebera.android.httpclient.message.BasicTokenIterator
Determines the next token.
findTokenEnd(int) - Method in class cz.msebera.android.httpclient.message.BasicTokenIterator
Determines the ending position of the current token.
findTokenSeparator(int) - Method in class cz.msebera.android.httpclient.message.BasicTokenIterator
Determines the position of the next token separator.
findTokenStart(int) - Method in class cz.msebera.android.httpclient.message.BasicTokenIterator
Determines the starting position of the next token.
finish() - Method in class cz.msebera.android.httpclient.impl.io.ChunkedOutputStream
Must be called to ensure the internal cache is flushed and the closing chunk is written.
firstStep(RouteInfo) - Method in class cz.msebera.android.httpclient.conn.routing.BasicRouteDirector
Determines the first step to establish a route.
flush() - Method in interface cz.msebera.android.httpclient.HttpClientConnection
Writes out all pending buffered data over the open connection.
flush() - Method in interface cz.msebera.android.httpclient.HttpServerConnection
Sends all pending buffered data over this connection.
flush() - Method in class cz.msebera.android.httpclient.impl.AbstractHttpClientConnection
Deprecated.
 
flush() - Method in class cz.msebera.android.httpclient.impl.AbstractHttpServerConnection
Deprecated.
 
flush() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
 
flush() - Method in class cz.msebera.android.httpclient.impl.conn.LoggingSessionOutputBuffer
Deprecated.
 
flush() - Method in class cz.msebera.android.httpclient.impl.DefaultBHttpClientConnection
 
flush() - Method in class cz.msebera.android.httpclient.impl.DefaultBHttpServerConnection
 
flush() - Method in class cz.msebera.android.httpclient.impl.io.AbstractSessionOutputBuffer
Deprecated.
 
flush() - Method in class cz.msebera.android.httpclient.impl.io.ChunkedOutputStream
Flushes the content buffer and the underlying stream.
flush() - Method in class cz.msebera.android.httpclient.impl.io.ContentLengthOutputStream
 
flush() - Method in class cz.msebera.android.httpclient.impl.io.IdentityOutputStream
 
flush() - Method in class cz.msebera.android.httpclient.impl.io.SessionOutputBufferImpl
 
flush() - Method in interface cz.msebera.android.httpclient.io.SessionOutputBuffer
Flushes this session buffer and forces any buffered output bytes to be written out.
flushBuffer() - Method in class cz.msebera.android.httpclient.impl.io.AbstractSessionOutputBuffer
Deprecated.
 
flushCache() - Method in class cz.msebera.android.httpclient.impl.io.ChunkedOutputStream
Writes the cache out onto the underlying stream
flushCacheWithAppend(byte[], int, int) - Method in class cz.msebera.android.httpclient.impl.io.ChunkedOutputStream
Writes the cache and bufferToAppend to the underlying stream as one large chunk
flushInvalidatedCacheEntries(HttpHost, HttpRequest) - Method in interface cz.msebera.android.httpclient.client.cache.HttpCacheInvalidator
Remove cache entries from the cache that are no longer fresh or have been invalidated in some way.
flushInvalidatedCacheEntries(HttpHost, HttpRequest, HttpResponse) - Method in interface cz.msebera.android.httpclient.client.cache.HttpCacheInvalidator
Flushes entries that were invalidated by the given response received for the given host/request pair.
FORCED_ROUTE - Static variable in interface cz.msebera.android.httpclient.conn.params.ConnRoutePNames
Deprecated.
Parameter for an forced route.
format(List<? extends NameValuePair>, String) - Static method in class cz.msebera.android.httpclient.client.utils.URLEncodedUtils
Returns a String that is suitable for use as an application/x-www-form-urlencoded list of parameters in an HTTP PUT or HTTP POST.
format(List<? extends NameValuePair>, char, String) - Static method in class cz.msebera.android.httpclient.client.utils.URLEncodedUtils
Returns a String that is suitable for use as an application/x-www-form-urlencoded list of parameters in an HTTP PUT or HTTP POST.
format(Iterable<? extends NameValuePair>, Charset) - Static method in class cz.msebera.android.httpclient.client.utils.URLEncodedUtils
Returns a String that is suitable for use as an application/x-www-form-urlencoded list of parameters in an HTTP PUT or HTTP POST.
format(Iterable<? extends NameValuePair>, char, Charset) - Static method in class cz.msebera.android.httpclient.client.utils.URLEncodedUtils
Returns a String that is suitable for use as an application/x-www-form-urlencoded list of parameters in an HTTP PUT or HTTP POST.
formatAddress(StringBuilder, SocketAddress) - Static method in class cz.msebera.android.httpclient.util.NetUtils
 
formatCookieAsVer(CharArrayBuffer, Cookie, int) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2109Spec
Return a string suitable for sending in a "Cookie" header as defined in RFC 2109 for backward compatibility with cookie version 0
formatCookieAsVer(CharArrayBuffer, Cookie, int) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2965Spec
Adds valid Port attribute value, e.g.
formatCookies(List<Cookie>) - Method in interface cz.msebera.android.httpclient.cookie.CookieSpec
Create "Cookie" headers for an array of Cookies.
formatCookies(List<Cookie>) - Method in class cz.msebera.android.httpclient.impl.cookie.BestMatchSpec
 
formatCookies(List<Cookie>) - Method in class cz.msebera.android.httpclient.impl.cookie.BrowserCompatSpec
 
formatCookies(List<Cookie>) - Method in class cz.msebera.android.httpclient.impl.cookie.IgnoreSpec
 
formatCookies(List<Cookie>) - Method in class cz.msebera.android.httpclient.impl.cookie.NetscapeDraftSpec
 
formatCookies(List<Cookie>) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2109Spec
 
formatDate(Date) - Static method in class cz.msebera.android.httpclient.client.utils.DateUtils
Formats the given date according to the RFC 1123 pattern.
formatDate(Date, String) - Static method in class cz.msebera.android.httpclient.client.utils.DateUtils
Formats the given date according to the specified pattern.
formatDate(Date) - Static method in class cz.msebera.android.httpclient.impl.cookie.DateUtils
Deprecated.
Formats the given date according to the RFC 1123 pattern.
formatDate(Date, String) - Static method in class cz.msebera.android.httpclient.impl.cookie.DateUtils
Deprecated.
Formats the given date according to the specified pattern.
formatElements(HeaderElement[], boolean, HeaderValueFormatter) - Static method in class cz.msebera.android.httpclient.message.BasicHeaderValueFormatter
Formats an array of header elements.
formatElements(CharArrayBuffer, HeaderElement[], boolean) - Method in class cz.msebera.android.httpclient.message.BasicHeaderValueFormatter
 
formatElements(CharArrayBuffer, HeaderElement[], boolean) - Method in interface cz.msebera.android.httpclient.message.HeaderValueFormatter
Formats an array of header elements.
formatHeader(Header, LineFormatter) - Static method in class cz.msebera.android.httpclient.message.BasicLineFormatter
Formats a header.
formatHeader(CharArrayBuffer, Header) - Method in class cz.msebera.android.httpclient.message.BasicLineFormatter
 
formatHeader(CharArrayBuffer, Header) - Method in interface cz.msebera.android.httpclient.message.LineFormatter
Formats a header.
formatHeaderElement(HeaderElement, boolean, HeaderValueFormatter) - Static method in class cz.msebera.android.httpclient.message.BasicHeaderValueFormatter
Formats a header element.
formatHeaderElement(CharArrayBuffer, HeaderElement, boolean) - Method in class cz.msebera.android.httpclient.message.BasicHeaderValueFormatter
 
formatHeaderElement(CharArrayBuffer, HeaderElement, boolean) - Method in interface cz.msebera.android.httpclient.message.HeaderValueFormatter
Formats one header element.
formatNameValuePair(NameValuePair, boolean, HeaderValueFormatter) - Static method in class cz.msebera.android.httpclient.message.BasicHeaderValueFormatter
Formats a name-value pair.
formatNameValuePair(CharArrayBuffer, NameValuePair, boolean) - Method in class cz.msebera.android.httpclient.message.BasicHeaderValueFormatter
 
formatNameValuePair(CharArrayBuffer, NameValuePair, boolean) - Method in interface cz.msebera.android.httpclient.message.HeaderValueFormatter
Formats one name-value pair, where the value is optional.
formatParamAsVer(CharArrayBuffer, String, String, int) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2109Spec
Return a name/value string suitable for sending in a "Cookie" header as defined in RFC 2109 for backward compatibility with cookie version 0
formatParameters(NameValuePair[], boolean, HeaderValueFormatter) - Static method in class cz.msebera.android.httpclient.message.BasicHeaderValueFormatter
Formats a set of parameters.
formatParameters(CharArrayBuffer, NameValuePair[], boolean) - Method in class cz.msebera.android.httpclient.message.BasicHeaderValueFormatter
 
formatParameters(CharArrayBuffer, NameValuePair[], boolean) - Method in interface cz.msebera.android.httpclient.message.HeaderValueFormatter
Formats the parameters of a header element.
formatProtocolVersion(ProtocolVersion, LineFormatter) - Static method in class cz.msebera.android.httpclient.message.BasicLineFormatter
Formats a protocol version.
formatRequestLine(RequestLine, LineFormatter) - Static method in class cz.msebera.android.httpclient.message.BasicLineFormatter
Formats a request line.
formatRequestLine(CharArrayBuffer, RequestLine) - Method in class cz.msebera.android.httpclient.message.BasicLineFormatter
 
formatRequestLine(CharArrayBuffer, RequestLine) - Method in interface cz.msebera.android.httpclient.message.LineFormatter
Formats a request line.
formatStatusLine(StatusLine, LineFormatter) - Static method in class cz.msebera.android.httpclient.message.BasicLineFormatter
Formats a status line.
formatStatusLine(CharArrayBuffer, StatusLine) - Method in class cz.msebera.android.httpclient.message.BasicLineFormatter
 
formatStatusLine(CharArrayBuffer, StatusLine) - Method in interface cz.msebera.android.httpclient.message.LineFormatter
Formats a status line.
FormattedHeader - Interface in cz.msebera.android.httpclient
An HTTP header which is already formatted.
FormBodyPart - Class in cz.msebera.android.httpclient.entity.mime
FormBodyPart class represents a content body that can be used as a part of multipart encoded entities.
FormBodyPart(String, ContentBody) - Constructor for class cz.msebera.android.httpclient.entity.mime.FormBodyPart
 
forVersion(int, int) - Method in class cz.msebera.android.httpclient.HttpVersion
Obtains a specific HTTP version.
forVersion(int, int) - Method in class cz.msebera.android.httpclient.ProtocolVersion
Obtains a specific version of this protocol.
freeConnections - Variable in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
The list of free connections
freeEntries - Variable in class cz.msebera.android.httpclient.impl.conn.tsccm.RouteSpecificPool
Deprecated.
The list of free entries.
freeEntry(BasicPoolEntry, boolean, long, TimeUnit) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.AbstractConnPool
Deprecated.
Returns an entry into the pool.
freeEntry(BasicPoolEntry, boolean, long, TimeUnit) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
 
freeEntry(BasicPoolEntry) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.RouteSpecificPool
Deprecated.
Returns an allocated entry to this pool.
FROM - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.8, RFC 2616 (HTTP/1.1) Section 14.22
fromMap(String, Map<?, ?>, ClassLoader) - Static method in class cz.msebera.android.httpclient.util.VersionInfo
Instantiates version information from properties.
FutureCallback<T> - Interface in cz.msebera.android.httpclient.concurrent
A callback interface that gets invoked upon completion of a Future.
FutureRequestExecutionMetrics - Class in cz.msebera.android.httpclient.impl.client
Collection of different counters used to gather metrics for FutureRequestExecutionService.
FutureRequestExecutionService - Class in cz.msebera.android.httpclient.impl.client
HttpAsyncClientWithFuture wraps calls to execute with a HttpRequestFutureTask and schedules them using the provided executor service.
FutureRequestExecutionService(HttpClient, ExecutorService) - Constructor for class cz.msebera.android.httpclient.impl.client.FutureRequestExecutionService
Create a new FutureRequestExecutionService.

G

generate(String, InputStream, InputLimit) - Method in interface cz.msebera.android.httpclient.client.cache.ResourceFactory
Creates a Resource from a given response body.
generate(String, InputStream, InputLimit) - Method in class cz.msebera.android.httpclient.impl.client.cache.FileResourceFactory
 
generate(String, InputStream, InputLimit) - Method in class cz.msebera.android.httpclient.impl.client.cache.HeapResourceFactory
 
generateAuthResponse(HttpRequest, AuthState, HttpContext) - Method in class cz.msebera.android.httpclient.impl.auth.HttpAuthenticator
 
generateContentDisp(ContentBody) - Method in class cz.msebera.android.httpclient.entity.mime.FormBodyPart
 
generateContentType(ContentBody) - Method in class cz.msebera.android.httpclient.entity.mime.FormBodyPart
 
generateSpnegoDERObject(byte[]) - Method in interface cz.msebera.android.httpclient.impl.auth.SpnegoTokenGenerator
Deprecated.
 
generateTransferEncoding(ContentBody) - Method in class cz.msebera.android.httpclient.entity.mime.FormBodyPart
 
generateType1Msg(String, String) - Method in interface cz.msebera.android.httpclient.impl.auth.NTLMEngine
Generates a Type1 message given the domain and workstation.
generateType3Msg(String, String, String, String, String) - Method in interface cz.msebera.android.httpclient.impl.auth.NTLMEngine
Generates a Type3 message given the user credentials and the authentication challenge.
get(HttpHost) - Method in interface cz.msebera.android.httpclient.client.AuthCache
 
get() - Static method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
get() - Method in class cz.msebera.android.httpclient.concurrent.BasicFuture
 
get(long, TimeUnit) - Method in class cz.msebera.android.httpclient.concurrent.BasicFuture
 
get(long, TimeUnit) - Method in interface cz.msebera.android.httpclient.conn.ConnectionRequest
Obtains a connection within a given time.
get(String) - Method in class cz.msebera.android.httpclient.conn.scheme.SchemeRegistry
Deprecated.
Obtains a scheme by name, if registered.
get(HttpEntity) - Static method in class cz.msebera.android.httpclient.entity.ContentType
Extracts Content-Type value from HttpEntity exactly as specified by the Content-Type header of the entity.
get(HttpHost) - Method in class cz.msebera.android.httpclient.impl.client.BasicAuthCache
 
get(int) - Method in class cz.msebera.android.httpclient.impl.client.RedirectLocations
Returns the URI at the specified position in this list.
get(String) - Static method in class cz.msebera.android.httpclient.util.CharsetUtils
 
GET_METHOD - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
getActiveConnectionCount() - Method in class cz.msebera.android.httpclient.impl.client.FutureRequestExecutionMetrics
 
getAddress() - Method in class cz.msebera.android.httpclient.HttpHost
Returns the inet address if explicitly set by a constructor, null otherwise.
getAll() - Method in class cz.msebera.android.httpclient.impl.client.RedirectLocations
Returns all redirect URIs in the order they were added to the collection.
getAllHeaders() - Method in class cz.msebera.android.httpclient.client.cache.HttpCacheEntry
Returns all the headers that were on the origin response.
getAllHeaders() - Method in interface cz.msebera.android.httpclient.HttpMessage
Returns all the headers of this message.
getAllHeaders() - Method in class cz.msebera.android.httpclient.message.AbstractHttpMessage
 
getAllHeaders() - Method in class cz.msebera.android.httpclient.message.HeaderGroup
Gets all of the headers contained within this group.
getAllowedMethods(HttpResponse) - Method in class cz.msebera.android.httpclient.client.methods.HttpOptions
 
getApplicationParams() - Method in class cz.msebera.android.httpclient.impl.client.ClientParamsStack
Deprecated.
Obtains the application parameters of this stack.
getAsciiBytes(String) - Static method in class cz.msebera.android.httpclient.util.EncodingUtils
Converts the specified string to byte array of ASCII characters.
getAsciiString(byte[], int, int) - Static method in class cz.msebera.android.httpclient.util.EncodingUtils
Converts the byte array of ASCII characters to a string.
getAsciiString(byte[]) - Static method in class cz.msebera.android.httpclient.util.EncodingUtils
Converts the byte array of ASCII characters to a string.
getAsynchronousWorkerIdleLifetimeSecs() - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Returns the current maximum idle lifetime in seconds for a background revalidation worker thread.
getAsynchronousWorkersCore() - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Returns the minimum number of threads to keep alive for background revalidations due to the stale-while-revalidate directive.
getAsynchronousWorkersMax() - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Returns the maximum number of threads to allow for background revalidations due to the stale-while-revalidate directive.
getAttribHandler(String) - Method in class cz.msebera.android.httpclient.impl.cookie.AbstractCookieSpec
Gets attribute handler CookieAttributeHandler for the given attribute.
getAttribHandlers() - Method in class cz.msebera.android.httpclient.impl.cookie.AbstractCookieSpec
 
getAttribute(String) - Method in interface cz.msebera.android.httpclient.cookie.ClientCookie
 
getAttribute(String) - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
 
getAttribute(String) - Method in class cz.msebera.android.httpclient.impl.conn.DefaultClientConnection
Deprecated.
 
getAttribute(String) - Method in class cz.msebera.android.httpclient.impl.conn.DefaultManagedHttpClientConnection
 
getAttribute(String) - Method in class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie
 
getAttribute(String) - Method in class cz.msebera.android.httpclient.protocol.BasicHttpContext
 
getAttribute(String) - Method in class cz.msebera.android.httpclient.protocol.DefaultedHttpContext
Deprecated.
 
getAttribute(String) - Method in interface cz.msebera.android.httpclient.protocol.HttpContext
Obtains attribute with the given name.
getAttribute(String) - Method in class cz.msebera.android.httpclient.protocol.HttpCoreContext
 
getAttribute(String, Class<T>) - Method in class cz.msebera.android.httpclient.protocol.HttpCoreContext
 
getAttribute(String) - Method in class cz.msebera.android.httpclient.protocol.SyncBasicHttpContext
Deprecated.
 
getAuthCache() - Method in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
 
getAuthOptions() - Method in class cz.msebera.android.httpclient.auth.AuthState
Returns available AuthOptions.
getAuthPreferences() - Method in class cz.msebera.android.httpclient.impl.client.AbstractAuthenticationHandler
Deprecated.
Returns default list of auth scheme names in their order of preference.
getAuthPreferences(HttpResponse, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.AbstractAuthenticationHandler
Deprecated.
Returns default list of auth scheme names in their order of preference based on the HTTP response and the current execution context.
getAuthPreferences(HttpResponse, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.DefaultProxyAuthenticationHandler
Deprecated.
 
getAuthPreferences(HttpResponse, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.DefaultTargetAuthenticationHandler
Deprecated.
 
getAuthScheme() - Method in class cz.msebera.android.httpclient.auth.AuthOption
 
getAuthScheme(String, HttpParams) - Method in class cz.msebera.android.httpclient.auth.AuthSchemeRegistry
Deprecated.
Gets the authentication scheme with the given name.
getAuthScheme() - Method in class cz.msebera.android.httpclient.auth.AuthState
Returns actual AuthScheme.
getAuthSchemeRegistry() - Method in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
 
getAuthSchemeRegistry() - Method in class cz.msebera.android.httpclient.impl.client.ProxyClient
Deprecated.
(4.3) do not use.
getAuthSchemes() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
getAuthScope() - Method in class cz.msebera.android.httpclient.auth.AuthState
Deprecated.
(4.2) do not use.
getAvailable() - Method in class cz.msebera.android.httpclient.pool.PoolStats
Gets the number idle persistent connections.
getBackoffManager() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
getBackOffRate() - Method in class cz.msebera.android.httpclient.impl.client.cache.ExponentialBackOffSchedulingStrategy
 
getBinary() - Method in class cz.msebera.android.httpclient.client.entity.EntityBuilder
Returns entity content as a byte array if set using EntityBuilder.setBinary(byte[]) method.
getBody() - Method in class cz.msebera.android.httpclient.entity.mime.FormBodyPart
 
getBody() - Method in class cz.msebera.android.httpclient.entity.mime.MinimalField
 
getBooleanParameter(String, boolean) - Method in class cz.msebera.android.httpclient.params.AbstractHttpParams
Deprecated.
 
getBooleanParameter(String, boolean) - Method in interface cz.msebera.android.httpclient.params.HttpParams
Deprecated.
Returns a Boolean parameter value with the given name.
getBuffer() - Method in interface cz.msebera.android.httpclient.FormattedHeader
Obtains the buffer with the formatted header.
getBuffer() - Method in class cz.msebera.android.httpclient.message.BufferedHeader
 
getBufferSize() - Method in class cz.msebera.android.httpclient.config.ConnectionConfig
 
getBytes(String, String) - Static method in class cz.msebera.android.httpclient.util.EncodingUtils
Converts the specified string to a byte array.
getBytesTransferred() - Method in class cz.msebera.android.httpclient.impl.io.HttpTransportMetricsImpl
 
getBytesTransferred() - Method in interface cz.msebera.android.httpclient.io.HttpTransportMetrics
Returns the number of bytes transferred.
getCacheHits() - Method in class cz.msebera.android.httpclient.impl.client.cache.CachingExec
Reports the number of times that the cache successfully responded to an HttpRequest without contacting the origin server.
getCacheMisses() - Method in class cz.msebera.android.httpclient.impl.client.cache.CachingExec
Reports the number of times that the cache contacted the origin server because it had no appropriate response cached.
getCacheResponseStatus() - Method in class cz.msebera.android.httpclient.client.cache.HttpCacheContext
 
getCacheUpdates() - Method in class cz.msebera.android.httpclient.impl.client.cache.CachingExec
Reports the number of times that the cache was able to satisfy a response by revalidating an existing but stale cache entry.
getCapacity() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.RouteSpecificPool
Deprecated.
Return remaining capacity of this pool
getCertChain() - Method in class cz.msebera.android.httpclient.conn.ssl.PrivateKeyDetails
 
getChallenges(HttpResponse, HttpContext) - Method in interface cz.msebera.android.httpclient.client.AuthenticationHandler
Deprecated.
Extracts from the given HTTP response a collection of authentication challenges, each of which represents an authentication scheme supported by the authentication host.
getChallenges(HttpHost, HttpResponse, HttpContext) - Method in interface cz.msebera.android.httpclient.client.AuthenticationStrategy
Extracts from the given HTTP response a collection of authentication challenges, each of which represents an authentication scheme supported by the authentication host.
getChallenges(HttpResponse, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.DefaultProxyAuthenticationHandler
Deprecated.
 
getChallenges(HttpResponse, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.DefaultTargetAuthenticationHandler
Deprecated.
 
getChallengeState() - Method in class cz.msebera.android.httpclient.impl.auth.AuthSchemeBase
Returns ChallengeState value or null if unchallenged.
getCharset() - Method in class cz.msebera.android.httpclient.config.ConnectionConfig
 
getCharset() - Method in class cz.msebera.android.httpclient.entity.ContentType
 
getCharset() - Method in class cz.msebera.android.httpclient.entity.mime.content.AbstractContentBody
 
getCharset() - Method in class cz.msebera.android.httpclient.entity.mime.content.ByteArrayBody
 
getCharset() - Method in interface cz.msebera.android.httpclient.entity.mime.content.ContentDescriptor
The body descriptors character set, defaulted appropriately for the MIME type.
getClassloader() - Method in class cz.msebera.android.httpclient.util.VersionInfo
Obtains the classloader used to read the version information.
getClientParams() - Method in class cz.msebera.android.httpclient.impl.client.ClientParamsStack
Deprecated.
Obtains the client parameters of this stack.
getCNs(X509Certificate) - Static method in class cz.msebera.android.httpclient.conn.ssl.AbstractVerifier
 
getComment() - Method in interface cz.msebera.android.httpclient.cookie.Cookie
Returns the comment describing the purpose of this cookie, or null if no such comment has been defined.
getComment() - Method in class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie
Returns the comment describing the purpose of this cookie, or null if no such comment has been defined.
getCommentURL() - Method in interface cz.msebera.android.httpclient.cookie.Cookie
If a user agent (web browser) presents this cookie to a user, the cookie's purpose will be described by the information at this URL.
getCommentURL() - Method in class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie
Returns null.
getCommentURL() - Method in class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie2
 
getCondensedHeader(String) - Method in class cz.msebera.android.httpclient.message.HeaderGroup
Gets a header representing all of the header values with the given name.
getCondition() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.WaitingThread
Deprecated.
Obtains the condition.
getConfig() - Method in interface cz.msebera.android.httpclient.client.methods.Configurable
Returns actual request configuration.
getConfig() - Method in class cz.msebera.android.httpclient.client.methods.HttpRequestBase
 
getConfig() - Method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
getConnection(long, TimeUnit) - Method in interface cz.msebera.android.httpclient.conn.ClientConnectionRequest
Deprecated.
Obtains a connection within a given time.
getConnection(HttpRoute, Object) - Method in class cz.msebera.android.httpclient.impl.conn.SingleClientConnManager
Deprecated.
Obtains a connection.
getConnection() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.BasicPoolEntry
Deprecated.
 
getConnection() - Method in class cz.msebera.android.httpclient.pool.PoolEntry
 
getConnection(Class<T>) - Method in class cz.msebera.android.httpclient.protocol.HttpCoreContext
 
getConnection() - Method in class cz.msebera.android.httpclient.protocol.HttpCoreContext
 
getConnectionBackoffStrategy() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
getConnectionConfig() - Method in class cz.msebera.android.httpclient.impl.conn.BasicHttpClientConnectionManager
 
getConnectionConfig(HttpHost) - Method in class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
getConnectionConfig(HttpParams) - Static method in class cz.msebera.android.httpclient.params.HttpParamConfig
Deprecated.
 
getConnectionKeepAliveStrategy() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
getConnectionManager() - Method in interface cz.msebera.android.httpclient.client.HttpClient
Deprecated.
getConnectionManager() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
getConnectionManager() - Method in class cz.msebera.android.httpclient.impl.client.AutoRetryHttpClient
Deprecated.
 
getConnectionManager() - Method in class cz.msebera.android.httpclient.impl.client.DecompressingHttpClient
Deprecated.
 
getConnectionManagerTimeout(HttpParams) - Static method in class cz.msebera.android.httpclient.client.params.HttpClientParams
Deprecated.
Get the connectiion manager timeout value.
getConnectionRequestTimeout() - Method in class cz.msebera.android.httpclient.client.config.RequestConfig
Returns the timeout in milliseconds used when requesting a connection from the connection manager.
getConnectionReuseStrategy() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
getConnectionsInPool(HttpRoute) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
 
getConnectionsInPool() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
 
getConnectionsInPool(HttpRoute) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ThreadSafeClientConnManager
Deprecated.
Gets the total number of pooled connections for the given route.
getConnectionsInPool() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ThreadSafeClientConnManager
Deprecated.
Gets the total number of pooled connections.
getConnectionTimeout(HttpParams) - Static method in class cz.msebera.android.httpclient.params.HttpConnectionParams
Deprecated.
Obtains value of the CoreConnectionPNames.CONNECTION_TIMEOUT parameter.
getConnectTimeout() - Method in class cz.msebera.android.httpclient.client.config.RequestConfig
Determines the timeout in milliseconds until a connection is established.
getContent() - Method in class cz.msebera.android.httpclient.client.entity.GzipCompressingEntity
 
getContent() - Method in class cz.msebera.android.httpclient.conn.BasicManagedEntity
Deprecated.
 
getContent() - Method in class cz.msebera.android.httpclient.entity.BasicHttpEntity
Obtains the content, once only.
getContent() - Method in class cz.msebera.android.httpclient.entity.BufferedHttpEntity
 
getContent() - Method in class cz.msebera.android.httpclient.entity.ByteArrayEntity
 
getContent() - Method in class cz.msebera.android.httpclient.entity.EntityTemplate
 
getContent() - Method in class cz.msebera.android.httpclient.entity.FileEntity
 
getContent() - Method in class cz.msebera.android.httpclient.entity.HttpEntityWrapper
 
getContent() - Method in class cz.msebera.android.httpclient.entity.InputStreamEntity
 
getContent() - Method in class cz.msebera.android.httpclient.entity.SerializableEntity
 
getContent() - Method in class cz.msebera.android.httpclient.entity.StringEntity
 
getContent() - Method in interface cz.msebera.android.httpclient.HttpEntity
Returns a content stream of the entity.
getContentCharset(HttpParams) - Static method in class cz.msebera.android.httpclient.params.HttpProtocolParams
Deprecated.
Obtains value of the CoreProtocolPNames.HTTP_CONTENT_CHARSET parameter.
getContentCharSet(HttpEntity) - Static method in class cz.msebera.android.httpclient.util.EntityUtils
Deprecated.
getContentEncoding() - Method in class cz.msebera.android.httpclient.client.entity.DeflateDecompressingEntity
Obtains the Content-Encoding header, if known.
getContentEncoding() - Method in class cz.msebera.android.httpclient.client.entity.EntityBuilder
Returns content encoding of the entity, if set.
getContentEncoding() - Method in class cz.msebera.android.httpclient.client.entity.GzipCompressingEntity
 
getContentEncoding() - Method in class cz.msebera.android.httpclient.client.entity.GzipDecompressingEntity
Obtains the Content-Encoding header, if known.
getContentEncoding() - Method in class cz.msebera.android.httpclient.entity.AbstractHttpEntity
Obtains the Content-Encoding header.
getContentEncoding() - Method in class cz.msebera.android.httpclient.entity.HttpEntityWrapper
 
getContentEncoding() - Method in interface cz.msebera.android.httpclient.HttpEntity
Obtains the Content-Encoding header, if known.
getContentLength() - Method in class cz.msebera.android.httpclient.client.entity.DeflateDecompressingEntity
Tells the length of the content, if known.
getContentLength() - Method in class cz.msebera.android.httpclient.client.entity.GzipCompressingEntity
 
getContentLength() - Method in class cz.msebera.android.httpclient.client.entity.GzipDecompressingEntity
Tells the length of the content, if known.
getContentLength() - Method in class cz.msebera.android.httpclient.entity.BasicHttpEntity
 
getContentLength() - Method in class cz.msebera.android.httpclient.entity.BufferedHttpEntity
 
getContentLength() - Method in class cz.msebera.android.httpclient.entity.ByteArrayEntity
 
getContentLength() - Method in class cz.msebera.android.httpclient.entity.EntityTemplate
 
getContentLength() - Method in class cz.msebera.android.httpclient.entity.FileEntity
 
getContentLength() - Method in class cz.msebera.android.httpclient.entity.HttpEntityWrapper
 
getContentLength() - Method in class cz.msebera.android.httpclient.entity.InputStreamEntity
 
getContentLength() - Method in class cz.msebera.android.httpclient.entity.mime.content.ByteArrayBody
 
getContentLength() - Method in interface cz.msebera.android.httpclient.entity.mime.content.ContentDescriptor
Returns the body descriptors content-length.
getContentLength() - Method in class cz.msebera.android.httpclient.entity.mime.content.FileBody
 
getContentLength() - Method in class cz.msebera.android.httpclient.entity.mime.content.InputStreamBody
 
getContentLength() - Method in class cz.msebera.android.httpclient.entity.mime.content.StringBody
 
getContentLength() - Method in class cz.msebera.android.httpclient.entity.SerializableEntity
 
getContentLength() - Method in class cz.msebera.android.httpclient.entity.StringEntity
 
getContentLength() - Method in interface cz.msebera.android.httpclient.HttpEntity
Tells the length of the content, if known.
getContentMimeType(HttpEntity) - Static method in class cz.msebera.android.httpclient.util.EntityUtils
Deprecated.
getContentType() - Method in class cz.msebera.android.httpclient.client.entity.EntityBuilder
Returns ContentType of the entity, if set.
getContentType() - Method in class cz.msebera.android.httpclient.entity.AbstractHttpEntity
Obtains the Content-Type header.
getContentType() - Method in class cz.msebera.android.httpclient.entity.HttpEntityWrapper
 
getContentType() - Method in class cz.msebera.android.httpclient.entity.mime.content.AbstractContentBody
 
getContentType() - Method in interface cz.msebera.android.httpclient.HttpEntity
Obtains the Content-Type header, if known.
getCookieOrigin() - Method in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
 
getCookiePolicy(HttpParams) - Static method in class cz.msebera.android.httpclient.client.params.HttpClientParams
Deprecated.
 
getCookies() - Method in interface cz.msebera.android.httpclient.client.CookieStore
Returns all cookies contained in this store.
getCookies() - Method in class cz.msebera.android.httpclient.impl.client.BasicCookieStore
Returns an immutable array of cookies that this HTTP state currently contains.
getCookieSpec() - Method in class cz.msebera.android.httpclient.client.config.RequestConfig
Determines the name of the cookie specification to be used for HTTP state management.
getCookieSpec() - Method in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
 
getCookieSpec(String, HttpParams) - Method in class cz.msebera.android.httpclient.cookie.CookieSpecRegistry
Deprecated.
Gets the cookie specification with the given ID.
getCookieSpec(String) - Method in class cz.msebera.android.httpclient.cookie.CookieSpecRegistry
Deprecated.
Gets the cookie specification with the given name.
getCookieSpecRegistry() - Method in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
 
getCookieSpecs() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
getCookieStore() - Method in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
 
getCookieStore() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
getCreated() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.BasicPoolEntry
Deprecated.
 
getCreated() - Method in class cz.msebera.android.httpclient.pool.PoolEntry
 
getCreationTimeInNanos() - Method in class cz.msebera.android.httpclient.impl.client.cache.FailureCacheValue
 
getCredentialCharset(HttpParams) - Static method in class cz.msebera.android.httpclient.auth.params.AuthParams
Deprecated.
Obtains the charset for encoding Credentials.If not configured, HTTP.DEFAULT_PROTOCOL_CHARSETis used instead.
getCredentials() - Method in class cz.msebera.android.httpclient.auth.AuthOption
 
getCredentials() - Method in class cz.msebera.android.httpclient.auth.AuthState
Returns actual Credentials.
getCredentials(AuthScope) - Method in interface cz.msebera.android.httpclient.client.CredentialsProvider
Get the credentials for the given authentication scope.
getCredentials(AuthScope) - Method in class cz.msebera.android.httpclient.impl.client.BasicCredentialsProvider
 
getCredentials(AuthScope) - Method in class cz.msebera.android.httpclient.impl.client.SystemDefaultCredentialsProvider
 
getCredentialsCharset() - Method in class cz.msebera.android.httpclient.impl.auth.RFC2617Scheme
 
getCredentialsProvider() - Method in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
 
getCredentialsProvider() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
getCurrentDate() - Method in class cz.msebera.android.httpclient.protocol.HttpDateGenerator
 
getDate() - Method in class cz.msebera.android.httpclient.client.cache.HttpCacheEntry
Gets the Date value of the "Date" header or null if the header is missing or cannot be parsed.
getDefaultConnectionConfig() - Method in class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
getDefaultDomain(CookieOrigin) - Static method in class cz.msebera.android.httpclient.impl.cookie.CookieSpecBase
 
getDefaultMax() - Method in class cz.msebera.android.httpclient.conn.params.ConnPerRouteBean
Deprecated.
 
getDefaultMaxPerRoute() - Method in class cz.msebera.android.httpclient.conn.params.ConnPerRouteBean
Deprecated.
 
getDefaultMaxPerRoute() - Method in class cz.msebera.android.httpclient.impl.conn.PoolingClientConnectionManager
Deprecated.
 
getDefaultMaxPerRoute() - Method in class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
getDefaultMaxPerRoute() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ThreadSafeClientConnManager
Deprecated.
 
getDefaultMaxPerRoute() - Method in class cz.msebera.android.httpclient.pool.AbstractConnPool
 
getDefaultMaxPerRoute() - Method in interface cz.msebera.android.httpclient.pool.ConnPoolControl
 
getDefaultNames() - Method in class cz.msebera.android.httpclient.params.DefaultedHttpParams
Deprecated.
Returns the current set of defaults names.
getDefaultPath(CookieOrigin) - Static method in class cz.msebera.android.httpclient.impl.cookie.CookieSpecBase
 
getDefaultPort() - Method in class cz.msebera.android.httpclient.conn.scheme.Scheme
Deprecated.
Obtains the default port.
getDefaultProxy(HttpParams) - Static method in class cz.msebera.android.httpclient.conn.params.ConnRouteParams
Deprecated.
Obtains the DEFAULT_PROXY parameter value.
getDefaults() - Method in class cz.msebera.android.httpclient.params.DefaultedHttpParams
Deprecated.
 
getDefaults() - Method in class cz.msebera.android.httpclient.protocol.DefaultedHttpContext
Deprecated.
 
getDefaultSocketConfig() - Method in class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
getDNSSubjectAlts(X509Certificate) - Static method in class cz.msebera.android.httpclient.conn.ssl.AbstractVerifier
Extracts the array of SubjectAlt DNS names from an X509Certificate.
getDomain() - Method in class cz.msebera.android.httpclient.auth.NTCredentials
Retrieves the name to authenticate with.
getDomain() - Method in class cz.msebera.android.httpclient.auth.NTUserPrincipal
 
getDomain() - Method in interface cz.msebera.android.httpclient.cookie.Cookie
Returns domain attribute of the cookie.
getDomain() - Method in class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie
Returns domain attribute of the cookie.
getDoubleParameter(String, double) - Method in class cz.msebera.android.httpclient.params.AbstractHttpParams
Deprecated.
 
getDoubleParameter(String, double) - Method in interface cz.msebera.android.httpclient.params.HttpParams
Deprecated.
Returns a Double parameter value with the given name.
getElements() - Method in interface cz.msebera.android.httpclient.Header
Parses the value.
getElements() - Method in class cz.msebera.android.httpclient.message.BasicHeader
 
getElements() - Method in class cz.msebera.android.httpclient.message.BufferedHeader
 
getEntity() - Method in class cz.msebera.android.httpclient.client.methods.HttpEntityEnclosingRequestBase
 
getEntity() - Method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
getEntity() - Method in interface cz.msebera.android.httpclient.HttpEntityEnclosingRequest
Returns the entity associated with this request.
getEntity() - Method in interface cz.msebera.android.httpclient.HttpResponse
Obtains the message entity of this response, if any.
getEntity() - Method in class cz.msebera.android.httpclient.impl.client.EntityEnclosingRequestWrapper
Deprecated.
 
getEntity() - Method in class cz.msebera.android.httpclient.message.BasicHttpEntityEnclosingRequest
 
getEntity() - Method in class cz.msebera.android.httpclient.message.BasicHttpResponse
 
getEntry(String) - Method in interface cz.msebera.android.httpclient.client.cache.HttpCacheStorage
Retrieves the cache entry stored under the given key or null if no entry exists under that key.
getEntry(String) - Method in class cz.msebera.android.httpclient.impl.client.cache.BasicHttpCacheStorage
Gets an entry from the cache, if it exists
getEntry(String) - Method in class cz.msebera.android.httpclient.impl.client.cache.ManagedHttpCacheStorage
 
getEntry(HttpRoute, Object, long, TimeUnit) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.AbstractConnPool
Deprecated.
Obtains a pool entry with a connection within the given timeout.
getEntryBlocking(HttpRoute, Object, long, TimeUnit, WaitingThreadAborter) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
Obtains a pool entry with a connection within the given timeout.
getEntryCount() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.RouteSpecificPool
Deprecated.
Obtains the number of entries.
getErrorCount(String) - Method in class cz.msebera.android.httpclient.impl.client.cache.DefaultFailureCache
 
getErrorCount(String) - Method in interface cz.msebera.android.httpclient.impl.client.cache.FailureCache
Get the current error count.
getErrorCount() - Method in class cz.msebera.android.httpclient.impl.client.cache.FailureCacheValue
 
getExecCount() - Method in class cz.msebera.android.httpclient.impl.client.RequestWrapper
Deprecated.
 
getExpiry() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.BasicPoolEntry
Deprecated.
 
getExpiry() - Method in class cz.msebera.android.httpclient.pool.PoolEntry
 
getExpiryDate() - Method in interface cz.msebera.android.httpclient.cookie.Cookie
Returns the expiration Date of the cookie, or null if none exists.
getExpiryDate() - Method in class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie
Returns the expiration Date of the cookie, or null if none exists.
getFailedConnectionAverageDuration() - Method in class cz.msebera.android.httpclient.impl.client.FutureRequestExecutionMetrics
 
getFailedConnectionCount() - Method in class cz.msebera.android.httpclient.impl.client.FutureRequestExecutionMetrics
 
getField(String) - Method in class cz.msebera.android.httpclient.entity.mime.Header
 
getFields() - Method in class cz.msebera.android.httpclient.entity.mime.Header
 
getFields(String) - Method in class cz.msebera.android.httpclient.entity.mime.Header
 
getFile() - Method in class cz.msebera.android.httpclient.client.entity.EntityBuilder
Returns entity content as a File if set using EntityBuilder.setFile(java.io.File) method.
getFile() - Method in class cz.msebera.android.httpclient.entity.mime.content.FileBody
 
getFilename() - Method in class cz.msebera.android.httpclient.entity.mime.content.ByteArrayBody
 
getFilename() - Method in interface cz.msebera.android.httpclient.entity.mime.content.ContentBody
 
getFilename() - Method in class cz.msebera.android.httpclient.entity.mime.content.FileBody
 
getFilename() - Method in class cz.msebera.android.httpclient.entity.mime.content.InputStreamBody
 
getFilename() - Method in class cz.msebera.android.httpclient.entity.mime.content.StringBody
 
getFirstHeader(String) - Method in class cz.msebera.android.httpclient.client.cache.HttpCacheEntry
Returns the first header from the origin response with the given name.
getFirstHeader(String) - Method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
getFirstHeader(String) - Method in interface cz.msebera.android.httpclient.HttpMessage
Returns the first header with a specified name of this message.
getFirstHeader(String) - Method in class cz.msebera.android.httpclient.message.AbstractHttpMessage
 
getFirstHeader(String) - Method in class cz.msebera.android.httpclient.message.HeaderGroup
Gets the first header with the given name.
getFooters() - Method in class cz.msebera.android.httpclient.impl.io.ChunkedInputStream
 
getForcedRoute(HttpParams) - Static method in class cz.msebera.android.httpclient.conn.params.ConnRouteParams
Deprecated.
Obtains the FORCED_ROUTE parameter value.
getFragment() - Method in class cz.msebera.android.httpclient.client.utils.URIBuilder
 
getFragmentSizeHint() - Method in class cz.msebera.android.httpclient.config.ConnectionConfig
 
getFreeEntry(RouteSpecificPool, Object) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
If available, get a free pool entry for a route.
getHandlers() - Method in class cz.msebera.android.httpclient.protocol.HttpRequestHandlerRegistry
Deprecated.
Get the handler map.
getHeader() - Method in class cz.msebera.android.httpclient.entity.mime.FormBodyPart
 
getHeaders(String) - Method in class cz.msebera.android.httpclient.client.cache.HttpCacheEntry
Gets all the headers with the given name that were on the origin response.
getHeaders(String) - Method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
getHeaders(String) - Method in interface cz.msebera.android.httpclient.HttpMessage
Returns all the headers with a specified name of this message.
getHeaders(String) - Method in class cz.msebera.android.httpclient.message.AbstractHttpMessage
 
getHeaders(String) - Method in class cz.msebera.android.httpclient.message.HeaderGroup
Gets all of the headers with the given name.
getHeuristicCoefficient() - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Returns lifetime coefficient used in heuristic freshness caching.
getHeuristicDefaultLifetime() - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Get the default lifetime to be used if heuristic freshness calculation is not possible.
getHopCount() - Method in class cz.msebera.android.httpclient.conn.routing.HttpRoute
 
getHopCount() - Method in interface cz.msebera.android.httpclient.conn.routing.RouteInfo
Obtains the number of hops in this route.
getHopCount() - Method in class cz.msebera.android.httpclient.conn.routing.RouteTracker
 
getHopTarget(int) - Method in class cz.msebera.android.httpclient.conn.routing.HttpRoute
 
getHopTarget(int) - Method in interface cz.msebera.android.httpclient.conn.routing.RouteInfo
Obtains the target of a hop in this route.
getHopTarget(int) - Method in class cz.msebera.android.httpclient.conn.routing.RouteTracker
 
getHost() - Method in class cz.msebera.android.httpclient.auth.AuthScope
 
getHost() - Method in class cz.msebera.android.httpclient.client.utils.URIBuilder
 
getHost() - Method in exception cz.msebera.android.httpclient.conn.ConnectTimeoutException
 
getHost() - Method in exception cz.msebera.android.httpclient.conn.HttpHostConnectException
 
getHost() - Method in class cz.msebera.android.httpclient.cookie.CookieOrigin
 
getHost(InetSocketAddress) - Method in class cz.msebera.android.httpclient.impl.conn.ProxySelectorRoutePlanner
Deprecated.
Obtains a host from an InetSocketAddress.
getHostName() - Method in class cz.msebera.android.httpclient.HttpHost
Returns the host name.
getHostnameVerifier() - Method in class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
 
getHttpClient() - Method in class cz.msebera.android.httpclient.impl.client.DecompressingHttpClient
Deprecated.
Gets the HttpClient to issue request.
getHttpElementCharset(HttpParams) - Static method in class cz.msebera.android.httpclient.params.HttpProtocolParams
Deprecated.
Obtains value of the CoreProtocolPNames.HTTP_ELEMENT_CHARSET parameter.
getHttpHost() - Method in class cz.msebera.android.httpclient.conn.HttpInetSocketAddress
Deprecated.
 
getHttpProcessor() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
getHttpRequestRetryHandler() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
getHttpRoute() - Method in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
 
getId() - Method in interface cz.msebera.android.httpclient.conn.ManagedHttpClientConnection
Returns connection ID which is expected to be unique for the life span of the connection manager.
getId() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractPooledConnAdapter
Deprecated.
 
getId() - Method in class cz.msebera.android.httpclient.impl.conn.DefaultClientConnection
Deprecated.
 
getId() - Method in class cz.msebera.android.httpclient.impl.conn.DefaultManagedHttpClientConnection
 
getId() - Method in class cz.msebera.android.httpclient.pool.PoolEntry
 
getInitialExpiryInMillis() - Method in class cz.msebera.android.httpclient.impl.client.cache.ExponentialBackOffSchedulingStrategy
 
getInputStream() - Method in interface cz.msebera.android.httpclient.client.cache.Resource
Returns an InputStream from which the response body can be read.
getInputStream() - Method in class cz.msebera.android.httpclient.entity.mime.content.FileBody
 
getInputStream() - Method in class cz.msebera.android.httpclient.entity.mime.content.InputStreamBody
 
getInputStream() - Method in class cz.msebera.android.httpclient.impl.client.cache.FileResource
 
getInputStream() - Method in class cz.msebera.android.httpclient.impl.client.cache.HeapResource
 
getIntParameter(String, int) - Method in class cz.msebera.android.httpclient.params.AbstractHttpParams
Deprecated.
 
getIntParameter(String, int) - Method in interface cz.msebera.android.httpclient.params.HttpParams
Deprecated.
Returns an Integer parameter value with the given name.
getKeepAliveDuration(HttpResponse, HttpContext) - Method in interface cz.msebera.android.httpclient.conn.ConnectionKeepAliveStrategy
Returns the duration of time which this connection can be safely kept idle.
getKeepAliveDuration(HttpResponse, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.DefaultConnectionKeepAliveStrategy
 
getKey(HttpHost) - Method in class cz.msebera.android.httpclient.impl.client.BasicAuthCache
 
getKey() - Method in class cz.msebera.android.httpclient.impl.client.cache.FailureCacheValue
 
getLastHeader(String) - Method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
getLastHeader(String) - Method in interface cz.msebera.android.httpclient.HttpMessage
Returns the last header with a specified name of this message.
getLastHeader(String) - Method in class cz.msebera.android.httpclient.message.AbstractHttpMessage
 
getLastHeader(String) - Method in class cz.msebera.android.httpclient.message.HeaderGroup
Gets the last header with the given name.
getLayerType() - Method in class cz.msebera.android.httpclient.conn.routing.HttpRoute
 
getLayerType() - Method in interface cz.msebera.android.httpclient.conn.routing.RouteInfo
Obtains the layering type of this route.
getLayerType() - Method in class cz.msebera.android.httpclient.conn.routing.RouteTracker
 
getLeased() - Method in class cz.msebera.android.httpclient.pool.PoolStats
Gets the number of persistent connections tracked by the connection manager currently being used to execute requests.
getLinger(HttpParams) - Static method in class cz.msebera.android.httpclient.params.HttpConnectionParams
Deprecated.
Obtains value of the CoreConnectionPNames.SO_LINGER parameter.
getLocalAddress() - Method in class cz.msebera.android.httpclient.client.config.RequestConfig
Returns local address to be used for request execution.
getLocalAddress(HttpParams) - Static method in class cz.msebera.android.httpclient.conn.params.ConnRouteParams
Deprecated.
Obtains the LOCAL_ADDRESS parameter value.
getLocalAddress() - Method in class cz.msebera.android.httpclient.conn.routing.HttpRoute
 
getLocalAddress() - Method in interface cz.msebera.android.httpclient.conn.routing.RouteInfo
Obtains the local address to connect from.
getLocalAddress() - Method in class cz.msebera.android.httpclient.conn.routing.RouteTracker
 
getLocalAddress() - Method in interface cz.msebera.android.httpclient.HttpInetConnection
 
getLocalAddress() - Method in class cz.msebera.android.httpclient.impl.BHttpConnectionBase
 
getLocalAddress() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
 
getLocalAddress() - Method in class cz.msebera.android.httpclient.impl.SocketHttpClientConnection
Deprecated.
 
getLocalAddress() - Method in class cz.msebera.android.httpclient.impl.SocketHttpServerConnection
Deprecated.
 
getLocale() - Method in interface cz.msebera.android.httpclient.HttpResponse
Obtains the locale of this response.
getLocale() - Method in class cz.msebera.android.httpclient.message.BasicHttpResponse
 
getLocalNames() - Method in class cz.msebera.android.httpclient.params.DefaultedHttpParams
Deprecated.
Returns the current set of local names.
getLocalPort() - Method in interface cz.msebera.android.httpclient.HttpInetConnection
 
getLocalPort() - Method in class cz.msebera.android.httpclient.impl.BHttpConnectionBase
 
getLocalPort() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
 
getLocalPort() - Method in class cz.msebera.android.httpclient.impl.SocketHttpClientConnection
Deprecated.
 
getLocalPort() - Method in class cz.msebera.android.httpclient.impl.SocketHttpServerConnection
Deprecated.
 
getLocalSocketAddress() - Method in class cz.msebera.android.httpclient.conn.routing.HttpRoute
 
getLocationURI(HttpResponse, HttpContext) - Method in interface cz.msebera.android.httpclient.client.RedirectHandler
Deprecated.
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 cz.msebera.android.httpclient.impl.client.DefaultRedirectHandler
Deprecated.
 
getLocationURI(HttpRequest, HttpResponse, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.DefaultRedirectStrategy
 
getLock() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
 
getLongParameter(String, long) - Method in class cz.msebera.android.httpclient.params.AbstractHttpParams
Deprecated.
 
getLongParameter(String, long) - Method in interface cz.msebera.android.httpclient.params.HttpParams
Deprecated.
Returns a Long parameter value with the given name.
getLowerBound() - Method in class cz.msebera.android.httpclient.message.ParserCursor
 
getMajor() - Method in class cz.msebera.android.httpclient.ProtocolVersion
Returns the major version number of the protocol.
getMalformedInputAction() - Method in class cz.msebera.android.httpclient.config.ConnectionConfig
 
getMalformedInputAction(HttpParams) - Static method in class cz.msebera.android.httpclient.params.HttpProtocolParams
Deprecated.
Obtains value of the CoreProtocolPNames.HTTP_MALFORMED_INPUT_ACTION parameter.
getManager() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
 
getManager() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.BasicPooledConnAdapter
Deprecated.
 
getMax() - Method in class cz.msebera.android.httpclient.pool.PoolStats
Gets the maximum number of allowed persistent connections.
getMaxCacheEntries() - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Returns the maximum number of cache entries the cache will retain.
getMaxConnectionsPerRoute(HttpParams) - Static method in class cz.msebera.android.httpclient.conn.params.ConnManagerParams
Deprecated.
Returns lookup interface for maximum number of connections allowed per route.
getMaxEntries() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.RouteSpecificPool
Deprecated.
Obtains the maximum number of entries allowed for this pool.
getMaxExpiryInMillis() - Method in class cz.msebera.android.httpclient.impl.client.cache.ExponentialBackOffSchedulingStrategy
 
getMaxForRoute(HttpRoute) - Method in interface cz.msebera.android.httpclient.conn.params.ConnPerRoute
Deprecated.
 
getMaxForRoute(HttpRoute) - Method in class cz.msebera.android.httpclient.conn.params.ConnPerRouteBean
Deprecated.
 
getMaxForRoute(HttpRoute) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ThreadSafeClientConnManager
Deprecated.
 
getMaxGarbageLines(HttpParams) - Method in class cz.msebera.android.httpclient.impl.conn.DefaultResponseParser
Deprecated.
 
getMaxHeaderCount() - Method in class cz.msebera.android.httpclient.config.MessageConstraints
 
getMaxLineLength() - Method in class cz.msebera.android.httpclient.config.MessageConstraints
 
getMaxObjectSize() - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Returns the current maximum response body size that will be cached.
getMaxObjectSizeBytes() - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Deprecated.
getMaxPerRoute(HttpRoute) - Method in class cz.msebera.android.httpclient.impl.conn.PoolingClientConnectionManager
Deprecated.
 
getMaxPerRoute(HttpRoute) - Method in class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
getMaxPerRoute(T) - Method in class cz.msebera.android.httpclient.pool.AbstractConnPool
 
getMaxPerRoute(T) - Method in interface cz.msebera.android.httpclient.pool.ConnPoolControl
 
getMaxRedirects() - Method in class cz.msebera.android.httpclient.client.config.RequestConfig
Returns the maximum number of redirects to be followed.
getMaxTotal() - Method in class cz.msebera.android.httpclient.impl.conn.PoolingClientConnectionManager
Deprecated.
 
getMaxTotal() - Method in class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
getMaxTotal() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ThreadSafeClientConnManager
Deprecated.
since 4.1
getMaxTotal() - Method in class cz.msebera.android.httpclient.pool.AbstractConnPool
 
getMaxTotal() - Method in interface cz.msebera.android.httpclient.pool.ConnPoolControl
 
getMaxTotalConnections(HttpParams) - Static method in class cz.msebera.android.httpclient.conn.params.ConnManagerParams
Deprecated.
Gets the maximum number of connections allowed.
getMaxTotalConnections() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
since 4.1
getMaxUpdateRetries() - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Returns the number of times to retry a cache update on failure
getMediaType() - Method in class cz.msebera.android.httpclient.entity.mime.content.AbstractContentBody
 
getMediaType() - Method in interface cz.msebera.android.httpclient.entity.mime.content.ContentDescriptor
Gets the defaulted MIME media type for this content.
getMessageConstraints() - Method in class cz.msebera.android.httpclient.config.ConnectionConfig
 
getMessageConstraints(HttpParams) - Static method in class cz.msebera.android.httpclient.params.HttpParamConfig
Deprecated.
 
getMethod() - Method in class cz.msebera.android.httpclient.client.methods.HttpDelete
 
getMethod() - Method in class cz.msebera.android.httpclient.client.methods.HttpGet
 
getMethod() - Method in class cz.msebera.android.httpclient.client.methods.HttpHead
 
getMethod() - Method in class cz.msebera.android.httpclient.client.methods.HttpOptions
 
getMethod() - Method in class cz.msebera.android.httpclient.client.methods.HttpPatch
 
getMethod() - Method in class cz.msebera.android.httpclient.client.methods.HttpPost
 
getMethod() - Method in class cz.msebera.android.httpclient.client.methods.HttpPut
 
getMethod() - Method in class cz.msebera.android.httpclient.client.methods.HttpRequestBase
 
getMethod() - Method in class cz.msebera.android.httpclient.client.methods.HttpRequestWrapper
 
getMethod() - Method in class cz.msebera.android.httpclient.client.methods.HttpTrace
 
getMethod() - Method in interface cz.msebera.android.httpclient.client.methods.HttpUriRequest
Returns the HTTP method this request uses, such as GET, PUT, POST, or other.
getMethod() - Method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
getMethod() - Method in class cz.msebera.android.httpclient.impl.client.RequestWrapper
Deprecated.
 
getMethod() - Method in class cz.msebera.android.httpclient.message.BasicRequestLine
 
getMethod() - Method in interface cz.msebera.android.httpclient.RequestLine
 
getMetric(String) - Method in interface cz.msebera.android.httpclient.HttpConnectionMetrics
Return the value for the specified metric.
getMetric(String) - Method in class cz.msebera.android.httpclient.impl.HttpConnectionMetricsImpl
 
getMetrics() - Method in interface cz.msebera.android.httpclient.HttpConnection
Returns a collection of connection metrics.
getMetrics() - Method in class cz.msebera.android.httpclient.impl.AbstractHttpClientConnection
Deprecated.
 
getMetrics() - Method in class cz.msebera.android.httpclient.impl.AbstractHttpServerConnection
Deprecated.
 
getMetrics() - Method in class cz.msebera.android.httpclient.impl.BHttpConnectionBase
 
getMetrics() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
 
getMetrics() - Method in class cz.msebera.android.httpclient.impl.conn.LoggingSessionInputBuffer
Deprecated.
 
getMetrics() - Method in class cz.msebera.android.httpclient.impl.conn.LoggingSessionOutputBuffer
Deprecated.
 
getMetrics() - Method in class cz.msebera.android.httpclient.impl.io.AbstractSessionInputBuffer
Deprecated.
 
getMetrics() - Method in class cz.msebera.android.httpclient.impl.io.AbstractSessionOutputBuffer
Deprecated.
 
getMetrics() - Method in class cz.msebera.android.httpclient.impl.io.SessionInputBufferImpl
 
getMetrics() - Method in class cz.msebera.android.httpclient.impl.io.SessionOutputBufferImpl
 
getMetrics() - Method in interface cz.msebera.android.httpclient.io.SessionInputBuffer
Returns HttpTransportMetrics for this session buffer.
getMetrics() - Method in interface cz.msebera.android.httpclient.io.SessionOutputBuffer
Returns HttpTransportMetrics for this session buffer.
getMimeType() - Method in class cz.msebera.android.httpclient.entity.ContentType
 
getMimeType() - Method in class cz.msebera.android.httpclient.entity.mime.content.AbstractContentBody
 
getMimeType() - Method in interface cz.msebera.android.httpclient.entity.mime.content.ContentDescriptor
Returns the body descriptors MIME type.
getMinor() - Method in class cz.msebera.android.httpclient.ProtocolVersion
Returns the minor version number of the HTTP protocol.
getModule() - Method in class cz.msebera.android.httpclient.util.VersionInfo
Obtains the name of the versioned module or informal unit.
getName() - Method in class cz.msebera.android.httpclient.auth.BasicUserPrincipal
 
getName() - Method in class cz.msebera.android.httpclient.auth.NTUserPrincipal
 
getName() - Method in class cz.msebera.android.httpclient.conn.scheme.Scheme
Deprecated.
Obtains the scheme name.
getName() - Method in interface cz.msebera.android.httpclient.cookie.Cookie
Returns the name.
getName() - Method in class cz.msebera.android.httpclient.entity.mime.FormBodyPart
 
getName() - Method in class cz.msebera.android.httpclient.entity.mime.MinimalField
 
getName() - Method in interface cz.msebera.android.httpclient.Header
Get the name of the Header.
getName() - Method in interface cz.msebera.android.httpclient.HeaderElement
Returns header element name.
getName() - Method in class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie
Returns the name.
getName() - Method in class cz.msebera.android.httpclient.message.BasicHeader
 
getName() - Method in class cz.msebera.android.httpclient.message.BasicHeaderElement
 
getName() - Method in class cz.msebera.android.httpclient.message.BasicNameValuePair
 
getName() - Method in class cz.msebera.android.httpclient.message.BufferedHeader
 
getName() - Method in interface cz.msebera.android.httpclient.NameValuePair
 
getNames() - Method in class cz.msebera.android.httpclient.params.AbstractHttpParams
Deprecated.
Returns the current set of names; in the case of stacked parameters, returns the names from all the participating HttpParams instances.
getNames() - Method in class cz.msebera.android.httpclient.params.BasicHttpParams
Deprecated.
Returns the current set of names.
getNames() - Method in class cz.msebera.android.httpclient.params.DefaultedHttpParams
Deprecated.
Returns the current set of names from both the local and default HttpParams instances.
getNames() - Method in interface cz.msebera.android.httpclient.params.HttpParamsNames
Deprecated.
Returns the current set of names; in the case of stacked parameters, returns the names from all the participating HttpParams instances.
getObjects() - Method in class cz.msebera.android.httpclient.protocol.UriPatternMatcher
Deprecated.
(4.1) do not use
getOrDefault(HttpEntity) - Static method in class cz.msebera.android.httpclient.entity.ContentType
Extracts Content-Type value from HttpEntity or returns the default value ContentType.DEFAULT_TEXT if not explicitly specified.
getOriginal() - Method in class cz.msebera.android.httpclient.client.methods.HttpRequestWrapper
 
getOriginal() - Method in class cz.msebera.android.httpclient.impl.client.RequestWrapper
Deprecated.
 
getOverrideParams() - Method in class cz.msebera.android.httpclient.impl.client.ClientParamsStack
Deprecated.
Obtains the override parameters of this stack.
getPackage() - Method in class cz.msebera.android.httpclient.util.VersionInfo
Obtains the package name.
getParameter(String) - Method in interface cz.msebera.android.httpclient.auth.AuthScheme
Returns authentication parameter with the given name, if available.
getParameter(String) - Method in class cz.msebera.android.httpclient.entity.ContentType
 
getParameter(int) - Method in interface cz.msebera.android.httpclient.HeaderElement
Returns parameter with the given index.
getParameter(String) - Method in class cz.msebera.android.httpclient.impl.auth.NTLMScheme
 
getParameter(String) - Method in class cz.msebera.android.httpclient.impl.auth.RFC2617Scheme
Returns authentication parameter with the given name, if available.
getParameter(String) - Method in class cz.msebera.android.httpclient.impl.client.ClientParamsStack
Deprecated.
Obtains a parameter from this stack.
getParameter(int) - Method in class cz.msebera.android.httpclient.message.BasicHeaderElement
 
getParameter(String) - Method in class cz.msebera.android.httpclient.params.BasicHttpParams
Deprecated.
 
getParameter(String) - Method in class cz.msebera.android.httpclient.params.DefaultedHttpParams
Deprecated.
Retrieves the value of the parameter from the local collection and, if the parameter is not set locally, delegates its resolution to the default collection.
getParameter(String) - Method in interface cz.msebera.android.httpclient.params.HttpParams
Deprecated.
Obtains the value of the given parameter.
getParameter(String) - Method in class cz.msebera.android.httpclient.params.SyncBasicHttpParams
Deprecated.
 
getParameterByName(String) - Method in interface cz.msebera.android.httpclient.HeaderElement
Returns the first parameter with the given name.
getParameterByName(String) - Method in class cz.msebera.android.httpclient.message.BasicHeaderElement
 
getParameterCount() - Method in interface cz.msebera.android.httpclient.HeaderElement
Returns the total count of parameters.
getParameterCount() - Method in class cz.msebera.android.httpclient.message.BasicHeaderElement
 
getParameters() - Method in class cz.msebera.android.httpclient.client.entity.EntityBuilder
getParameters() - Method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
getParameters() - Method in interface cz.msebera.android.httpclient.HeaderElement
Returns an array of name / value pairs.
getParameters() - Method in class cz.msebera.android.httpclient.impl.auth.RFC2617Scheme
Returns authentication parameters map.
getParameters() - Method in class cz.msebera.android.httpclient.message.BasicHeaderElement
 
getParams() - Method in interface cz.msebera.android.httpclient.client.HttpClient
Deprecated.
(4.3) use RequestConfig.
getParams() - Method in class cz.msebera.android.httpclient.client.methods.HttpRequestWrapper
Deprecated.
(4.3) use RequestConfig.
getParams() - Method in interface cz.msebera.android.httpclient.HttpMessage
Deprecated.
(4.3) use configuration classes provided 'cz.msebera.android.httpclient.config' and 'cz.msebera.android.httpclient.client.config'
getParams() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
getParams() - Method in class cz.msebera.android.httpclient.impl.client.AutoRetryHttpClient
Deprecated.
 
getParams() - Method in class cz.msebera.android.httpclient.impl.client.DecompressingHttpClient
Deprecated.
 
getParams() - Method in class cz.msebera.android.httpclient.impl.client.ProxyClient
Deprecated.
(4.3) do not use.
getParams() - Method in class cz.msebera.android.httpclient.message.AbstractHttpMessage
Deprecated.
(4.3) use constructor parameters of configuration API provided by HttpClient
getParams() - Method in class cz.msebera.android.httpclient.protocol.HttpService
Deprecated.
(4.3) no longer used.
getPassword() - Method in interface cz.msebera.android.httpclient.auth.Credentials
 
getPassword() - Method in class cz.msebera.android.httpclient.auth.NTCredentials
 
getPassword() - Method in class cz.msebera.android.httpclient.auth.UsernamePasswordCredentials
 
getPath() - Method in class cz.msebera.android.httpclient.client.utils.URIBuilder
 
getPath() - Method in interface cz.msebera.android.httpclient.cookie.Cookie
Returns the path attribute of the cookie.
getPath() - Method in class cz.msebera.android.httpclient.cookie.CookieOrigin
 
getPath() - Method in class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie
Returns the path attribute of the cookie
getPending() - Method in class cz.msebera.android.httpclient.pool.PoolStats
Gets the number of connection requests being blocked awaiting a free connection.
getPlannedRoute() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.BasicPoolEntry
Deprecated.
 
getPool() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.WaitingThread
Deprecated.
Obtains the pool, if there is one.
getPoolEntry() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractPooledConnAdapter
Deprecated.
(4.0.1)
getPoolEntry() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.BasicPooledConnAdapter
Deprecated.
 
getPoolEntry(long, TimeUnit) - Method in interface cz.msebera.android.httpclient.impl.conn.tsccm.PoolEntryRequest
Deprecated.
Obtains a pool entry with a connection within the given timeout.
getPort() - Method in class cz.msebera.android.httpclient.auth.AuthScope
 
getPort() - Method in class cz.msebera.android.httpclient.client.utils.URIBuilder
 
getPort() - Method in class cz.msebera.android.httpclient.cookie.CookieOrigin
 
getPort() - Method in class cz.msebera.android.httpclient.HttpHost
Returns the port.
getPorts() - Method in interface cz.msebera.android.httpclient.cookie.Cookie
Get the Port attribute.
getPorts() - Method in class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie
Returns null.
getPorts() - Method in class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie2
 
getPos() - Method in class cz.msebera.android.httpclient.message.ParserCursor
 
getProtocol() - Method in class cz.msebera.android.httpclient.ProtocolVersion
Returns the name of the protocol.
getProtocolVersion() - Method in class cz.msebera.android.httpclient.client.cache.HttpCacheEntry
Returns the ProtocolVersion from the origin HttpResponse.
getProtocolVersion() - Method in class cz.msebera.android.httpclient.client.methods.HttpRequestBase
 
getProtocolVersion() - Method in class cz.msebera.android.httpclient.client.methods.HttpRequestWrapper
 
getProtocolVersion() - Method in interface cz.msebera.android.httpclient.HttpMessage
Returns the protocol version this message is compatible with.
getProtocolVersion() - Method in class cz.msebera.android.httpclient.impl.client.RequestWrapper
Deprecated.
 
getProtocolVersion() - Method in class cz.msebera.android.httpclient.message.BasicHttpRequest
Returns the HTTP protocol version to be used for this request.
getProtocolVersion() - Method in class cz.msebera.android.httpclient.message.BasicHttpResponse
 
getProtocolVersion() - Method in class cz.msebera.android.httpclient.message.BasicRequestLine
 
getProtocolVersion() - Method in class cz.msebera.android.httpclient.message.BasicStatusLine
 
getProtocolVersion() - Method in interface cz.msebera.android.httpclient.RequestLine
 
getProtocolVersion() - Method in interface cz.msebera.android.httpclient.StatusLine
 
getProxy() - Method in class cz.msebera.android.httpclient.client.config.RequestConfig
Returns HTTP proxy to be used for request execution.
getProxyAuthenticationHandler() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
(4.2) do not use
getProxyAuthenticationStrategy() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
getProxyAuthState() - Method in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
 
getProxyHost() - Method in class cz.msebera.android.httpclient.conn.routing.HttpRoute
 
getProxyHost() - Method in interface cz.msebera.android.httpclient.conn.routing.RouteInfo
Obtains the first proxy host.
getProxyHost() - Method in class cz.msebera.android.httpclient.conn.routing.RouteTracker
 
getProxyPreferredAuthSchemes() - Method in class cz.msebera.android.httpclient.client.config.RequestConfig
Determines the order of preference for supported authentication schemes when authenticating with the proxy host.
getProxySelector() - Method in class cz.msebera.android.httpclient.impl.conn.ProxySelectorRoutePlanner
Deprecated.
Obtains the proxy selector to use.
getQueryParams() - Method in class cz.msebera.android.httpclient.client.utils.URIBuilder
 
getReader() - Method in class cz.msebera.android.httpclient.entity.mime.content.StringBody
 
getRealm() - Method in interface cz.msebera.android.httpclient.auth.AuthScheme
Returns authentication realm.
getRealm() - Method in class cz.msebera.android.httpclient.auth.AuthScope
 
getRealm() - Method in class cz.msebera.android.httpclient.impl.auth.NTLMScheme
 
getRealm() - Method in class cz.msebera.android.httpclient.impl.auth.RFC2617Scheme
Returns authentication realm.
getReason(int, Locale) - Method in class cz.msebera.android.httpclient.impl.EnglishReasonPhraseCatalog
Obtains the reason phrase for a status code.
getReason(int) - Method in class cz.msebera.android.httpclient.message.BasicHttpResponse
Looks up a reason phrase.
getReason(int, Locale) - Method in interface cz.msebera.android.httpclient.ReasonPhraseCatalog
Obtains the reason phrase for a status code.
getReasonPhrase() - Method in class cz.msebera.android.httpclient.client.cache.HttpCacheEntry
Gets the reason phrase from the origin HttpResponse, for example, "Not Modified".
getReasonPhrase() - Method in class cz.msebera.android.httpclient.message.BasicStatusLine
 
getReasonPhrase() - Method in interface cz.msebera.android.httpclient.StatusLine
 
getReceivedBytesCount() - Method in interface cz.msebera.android.httpclient.HttpConnectionMetrics
Returns the number of bytes transferred over the connection, 0 if not available.
getReceivedBytesCount() - Method in class cz.msebera.android.httpclient.impl.HttpConnectionMetricsImpl
 
getRedirect(HttpRequest, HttpResponse, HttpContext) - Method in interface cz.msebera.android.httpclient.client.RedirectStrategy
Determines the redirect location given the response from the target server and the current request execution context and generates a new request to be sent to the location.
getRedirect(HttpRequest, HttpResponse, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.DefaultRedirectStrategy
 
getRedirectHandler() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
(4.1) do not use
getRedirectLocations() - Method in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
 
getRedirectStrategy() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
getRelease() - Method in class cz.msebera.android.httpclient.util.VersionInfo
Obtains the release of the versioned module or informal unit.
getRemoteAddress() - Method in interface cz.msebera.android.httpclient.HttpInetConnection
 
getRemoteAddress() - Method in class cz.msebera.android.httpclient.impl.BHttpConnectionBase
 
getRemoteAddress() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
 
getRemoteAddress() - Method in class cz.msebera.android.httpclient.impl.SocketHttpClientConnection
Deprecated.
 
getRemoteAddress() - Method in class cz.msebera.android.httpclient.impl.SocketHttpServerConnection
Deprecated.
 
getRemotePort() - Method in interface cz.msebera.android.httpclient.HttpInetConnection
 
getRemotePort() - Method in class cz.msebera.android.httpclient.impl.BHttpConnectionBase
 
getRemotePort() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
 
getRemotePort() - Method in class cz.msebera.android.httpclient.impl.SocketHttpClientConnection
Deprecated.
 
getRemotePort() - Method in class cz.msebera.android.httpclient.impl.SocketHttpServerConnection
Deprecated.
 
getRequest() - Method in class cz.msebera.android.httpclient.impl.client.RoutedRequest
Deprecated.
 
getRequest() - Method in class cz.msebera.android.httpclient.protocol.HttpCoreContext
 
getRequestAverageDuration() - Method in class cz.msebera.android.httpclient.impl.client.FutureRequestExecutionMetrics
 
getRequestConfig(HttpParams) - Static method in class cz.msebera.android.httpclient.client.params.HttpClientParamConfig
Deprecated.
 
getRequestConfig() - Method in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
 
getRequestCount() - Method in interface cz.msebera.android.httpclient.HttpConnectionMetrics
Returns the number of requests transferred over the connection, 0 if not available.
getRequestCount() - Method in class cz.msebera.android.httpclient.impl.client.FutureRequestExecutionMetrics
 
getRequestCount() - Method in class cz.msebera.android.httpclient.impl.HttpConnectionMetricsImpl
 
getRequestDate() - Method in class cz.msebera.android.httpclient.client.cache.HttpCacheEntry
Returns the time the associated origin request was initiated by the caching module.
getRequestExecutor() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
getRequestInterceptor(int) - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
getRequestInterceptor(int) - Method in class cz.msebera.android.httpclient.protocol.BasicHttpProcessor
Deprecated.
 
getRequestInterceptor(int) - Method in interface cz.msebera.android.httpclient.protocol.HttpRequestInterceptorList
Deprecated.
Obtains a request interceptor from this list.
getRequestInterceptorCount() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
getRequestInterceptorCount() - Method in class cz.msebera.android.httpclient.protocol.BasicHttpProcessor
Deprecated.
 
getRequestInterceptorCount() - Method in interface cz.msebera.android.httpclient.protocol.HttpRequestInterceptorList
Deprecated.
Obtains the current size of this list.
getRequestLine() - Method in class cz.msebera.android.httpclient.client.methods.HttpRequestBase
 
getRequestLine() - Method in class cz.msebera.android.httpclient.client.methods.HttpRequestWrapper
 
getRequestLine() - Method in interface cz.msebera.android.httpclient.HttpRequest
Returns the request line of this request.
getRequestLine() - Method in class cz.msebera.android.httpclient.impl.client.RequestWrapper
Deprecated.
 
getRequestLine() - Method in class cz.msebera.android.httpclient.message.BasicHttpRequest
Returns the request line of this request.
getRequestParams() - Method in class cz.msebera.android.httpclient.impl.client.ClientParamsStack
Deprecated.
Obtains the request parameters of this stack.
getRequestPath(HttpRequest) - Method in class cz.msebera.android.httpclient.protocol.UriHttpRequestHandlerMapper
Extracts request path from the given HttpRequest
getResource() - Method in class cz.msebera.android.httpclient.client.cache.HttpCacheEntry
Returns the Resource containing the origin response body.
getResponse() - Method in exception cz.msebera.android.httpclient.impl.client.TunnelRefusedException
Deprecated.
 
getResponse() - Method in exception cz.msebera.android.httpclient.impl.execchain.TunnelRefusedException
 
getResponse() - Method in class cz.msebera.android.httpclient.protocol.HttpCoreContext
 
getResponseCount() - Method in interface cz.msebera.android.httpclient.HttpConnectionMetrics
Returns the number of responses transferred over the connection, 0 if not available.
getResponseCount() - Method in class cz.msebera.android.httpclient.impl.HttpConnectionMetricsImpl
 
getResponseDate() - Method in class cz.msebera.android.httpclient.client.cache.HttpCacheEntry
Returns the time the origin response was received by the caching module.
getResponseInterceptor(int) - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
getResponseInterceptor(int) - Method in class cz.msebera.android.httpclient.protocol.BasicHttpProcessor
Deprecated.
 
getResponseInterceptor(int) - Method in interface cz.msebera.android.httpclient.protocol.HttpResponseInterceptorList
Deprecated.
Obtains a response interceptor from this list.
getResponseInterceptorCount() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
getResponseInterceptorCount() - Method in class cz.msebera.android.httpclient.protocol.BasicHttpProcessor
Deprecated.
 
getResponseInterceptorCount() - Method in interface cz.msebera.android.httpclient.protocol.HttpResponseInterceptorList
Deprecated.
Obtains the current size of this list.
getRetryCount() - Method in class cz.msebera.android.httpclient.impl.client.DefaultHttpRequestRetryHandler
 
getRetryInterval() - Method in interface cz.msebera.android.httpclient.client.ServiceUnavailableRetryStrategy
 
getRetryInterval() - Method in class cz.msebera.android.httpclient.impl.client.DefaultServiceUnavailableRetryStrategy
 
getRevalidationQueueSize() - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Returns the current maximum queue size for background revalidations.
getRoute() - Method in interface cz.msebera.android.httpclient.conn.HttpRoutedConnection
Deprecated.
Obtains the current route of this connection.
getRoute() - Method in interface cz.msebera.android.httpclient.conn.ManagedClientConnection
Deprecated.
Obtains the current route of this connection.
getRoute() - Method in class cz.msebera.android.httpclient.impl.client.RoutedRequest
Deprecated.
 
getRoute() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractPooledConnAdapter
Deprecated.
 
getRoute() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.BasicPoolEntryRef
Deprecated.
Obtain the planned route for the referenced entry.
getRoute() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.RouteSpecificPool
Deprecated.
Obtains the route for which this pool is specific.
getRoute() - Method in class cz.msebera.android.httpclient.pool.PoolEntry
 
getRoutePlanner() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
getRoutePool(HttpRoute, boolean) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
Get a route-specific pool of available connections.
getScheduledConnectionCount() - Method in class cz.msebera.android.httpclient.impl.client.FutureRequestExecutionMetrics
 
getScheme() - Method in class cz.msebera.android.httpclient.auth.AuthScope
 
getScheme() - Method in class cz.msebera.android.httpclient.client.utils.URIBuilder
 
getScheme(String) - Method in class cz.msebera.android.httpclient.conn.scheme.SchemeRegistry
Deprecated.
Obtains a scheme by name.
getScheme(HttpHost) - Method in class cz.msebera.android.httpclient.conn.scheme.SchemeRegistry
Deprecated.
Obtains the scheme for a host.
getSchemeName() - Method in interface cz.msebera.android.httpclient.auth.AuthScheme
Returns textual designation of the given authentication scheme.
getSchemeName() - Method in class cz.msebera.android.httpclient.HttpHost
Returns the scheme name.
getSchemeName() - Method in class cz.msebera.android.httpclient.impl.auth.BasicScheme
Returns textual designation of the basic authentication scheme.
getSchemeName() - Method in class cz.msebera.android.httpclient.impl.auth.DigestScheme
Returns textual designation of the digest authentication scheme.
getSchemeName() - Method in class cz.msebera.android.httpclient.impl.auth.NTLMScheme
 
getSchemeNames() - Method in class cz.msebera.android.httpclient.auth.AuthSchemeRegistry
Deprecated.
Obtains a list containing the names of all registered authentication schemes
getSchemeNames() - Method in class cz.msebera.android.httpclient.conn.scheme.SchemeRegistry
Deprecated.
Obtains the names of the registered schemes.
getSchemeRegistry() - Method in interface cz.msebera.android.httpclient.conn.ClientConnectionManager
Deprecated.
Obtains the scheme registry used by this manager.
getSchemeRegistry() - Method in class cz.msebera.android.httpclient.impl.conn.BasicClientConnectionManager
Deprecated.
 
getSchemeRegistry() - Method in class cz.msebera.android.httpclient.impl.conn.PoolingClientConnectionManager
Deprecated.
 
getSchemeRegistry() - Method in class cz.msebera.android.httpclient.impl.conn.SingleClientConnManager
Deprecated.
 
getSchemeRegistry() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ThreadSafeClientConnManager
Deprecated.
 
getSchemeSocketFactory() - Method in class cz.msebera.android.httpclient.conn.scheme.Scheme
Deprecated.
Obtains the socket factory.
getSentBytesCount() - Method in interface cz.msebera.android.httpclient.HttpConnectionMetrics
Returns the number of bytes transferred over the connection, 0 if not available.
getSentBytesCount() - Method in class cz.msebera.android.httpclient.impl.HttpConnectionMetricsImpl
 
getSerializable() - Method in class cz.msebera.android.httpclient.client.entity.EntityBuilder
Returns entity content as a Serializable if set using EntityBuilder.setSerializable(java.io.Serializable) method.
getSessionInputBuffer() - Method in class cz.msebera.android.httpclient.impl.BHttpConnectionBase
 
getSessionOutputBuffer() - Method in class cz.msebera.android.httpclient.impl.BHttpConnectionBase
 
getSocket() - Method in interface cz.msebera.android.httpclient.conn.ManagedHttpClientConnection
Returns the underlying socket.
getSocket() - Method in interface cz.msebera.android.httpclient.conn.OperatedClientConnection
Deprecated.
Obtains the socket for this connection.
getSocket() - Method in class cz.msebera.android.httpclient.impl.BHttpConnectionBase
 
getSocket() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
 
getSocket() - Method in class cz.msebera.android.httpclient.impl.conn.DefaultClientConnection
Deprecated.
 
getSocket() - Method in class cz.msebera.android.httpclient.impl.conn.DefaultManagedHttpClientConnection
 
getSocket() - Method in class cz.msebera.android.httpclient.impl.SocketHttpClientConnection
Deprecated.
 
getSocket() - Method in class cz.msebera.android.httpclient.impl.SocketHttpServerConnection
Deprecated.
 
getSocketBufferSize(HttpParams) - Static method in class cz.msebera.android.httpclient.params.HttpConnectionParams
Deprecated.
Obtains value of the CoreConnectionPNames.SOCKET_BUFFER_SIZE parameter.
getSocketConfig() - Method in class cz.msebera.android.httpclient.impl.conn.BasicHttpClientConnectionManager
 
getSocketConfig(HttpHost) - Method in class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
getSocketConfig(HttpParams) - Static method in class cz.msebera.android.httpclient.params.HttpParamConfig
Deprecated.
 
getSocketFactory() - Static method in class cz.msebera.android.httpclient.conn.MultihomePlainSocketFactory
Deprecated.
Gets the singleton instance of this class.
getSocketFactory() - Static method in class cz.msebera.android.httpclient.conn.scheme.PlainSocketFactory
Deprecated.
Gets the default factory.
getSocketFactory() - Method in class cz.msebera.android.httpclient.conn.scheme.Scheme
Deprecated.
getSocketFactory() - Static method in class cz.msebera.android.httpclient.conn.socket.PlainConnectionSocketFactory
 
getSocketFactory() - Static method in class cz.msebera.android.httpclient.conn.ssl.SSLConnectionSocketFactory
Obtains default SSL socket factory with an SSL context based on the standard JSSE trust material (cacerts file in the security properties directory).
getSocketFactory() - Static method in class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
Obtains default SSL socket factory with an SSL context based on the standard JSSE trust material (cacerts file in the security properties directory).
getSocketInputStream(Socket) - Method in class cz.msebera.android.httpclient.impl.BHttpConnectionBase
 
getSocketOutputStream(Socket) - Method in class cz.msebera.android.httpclient.impl.BHttpConnectionBase
 
getSocketTimeout() - Method in class cz.msebera.android.httpclient.client.config.RequestConfig
Defines the socket timeout (SO_TIMEOUT) in milliseconds, which is the timeout for waiting for data or, put differently, a maximum period inactivity between two consecutive data packets).
getSocketTimeout() - Method in interface cz.msebera.android.httpclient.HttpConnection
Returns the socket timeout value.
getSocketTimeout() - Method in class cz.msebera.android.httpclient.impl.BHttpConnectionBase
 
getSocketTimeout() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
 
getSocketTimeout() - Method in class cz.msebera.android.httpclient.impl.SocketHttpClientConnection
Deprecated.
 
getSocketTimeout() - Method in class cz.msebera.android.httpclient.impl.SocketHttpServerConnection
Deprecated.
 
getSoKeepalive(HttpParams) - Static method in class cz.msebera.android.httpclient.params.HttpConnectionParams
Deprecated.
Obtains value of the CoreConnectionPNames.SO_KEEPALIVE parameter.
getSoLinger() - Method in class cz.msebera.android.httpclient.config.SocketConfig
Determines the default value of the SocketOptions.SO_LINGER parameter for newly created sockets.
getSoReuseaddr(HttpParams) - Static method in class cz.msebera.android.httpclient.params.HttpConnectionParams
Deprecated.
Obtains value of the CoreConnectionPNames.SO_REUSEADDR parameter.
getSoTimeout() - Method in class cz.msebera.android.httpclient.config.SocketConfig
Determines the default socket timeout value for non-blocking I/O operations.
getSoTimeout(HttpParams) - Static method in class cz.msebera.android.httpclient.params.HttpConnectionParams
Deprecated.
Obtains value of the CoreConnectionPNames.SO_TIMEOUT parameter.
getSpecNames() - Method in class cz.msebera.android.httpclient.cookie.CookieSpecRegistry
Deprecated.
Obtains a list containing the names of all registered cookie specs.
getSSLSession() - Method in interface cz.msebera.android.httpclient.conn.HttpRoutedConnection
Deprecated.
Obtains the SSL session of the underlying connection, if any.
getSSLSession() - Method in interface cz.msebera.android.httpclient.conn.ManagedClientConnection
Deprecated.
Obtains the SSL session of the underlying connection, if any.
getSSLSession() - Method in interface cz.msebera.android.httpclient.conn.ManagedHttpClientConnection
Obtains the SSL session of the underlying connection, if any.
getSSLSession() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
 
getSSLSession() - Method in class cz.msebera.android.httpclient.impl.conn.DefaultClientConnection
Deprecated.
 
getSSLSession() - Method in class cz.msebera.android.httpclient.impl.conn.DefaultManagedHttpClientConnection
 
getState() - Method in class cz.msebera.android.httpclient.auth.AuthState
 
getState() - Method in interface cz.msebera.android.httpclient.conn.ManagedClientConnection
Deprecated.
Returns the state object associated with this connection.
getState() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractPooledConnAdapter
Deprecated.
 
getState() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractPoolEntry
Deprecated.
Returns the state object associated with this pool entry.
getState() - Method in class cz.msebera.android.httpclient.pool.PoolEntry
 
getStats(HttpRoute) - Method in class cz.msebera.android.httpclient.impl.conn.PoolingClientConnectionManager
Deprecated.
 
getStats(HttpRoute) - Method in class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
getStats(T) - Method in class cz.msebera.android.httpclient.pool.AbstractConnPool
 
getStats(T) - Method in interface cz.msebera.android.httpclient.pool.ConnPoolControl
 
getStatusCode() - Method in class cz.msebera.android.httpclient.client.cache.HttpCacheEntry
Returns the HTTP response code from the origin HttpResponse.
getStatusCode() - Method in exception cz.msebera.android.httpclient.client.HttpResponseException
 
getStatusCode() - Method in class cz.msebera.android.httpclient.message.BasicStatusLine
 
getStatusCode() - Method in interface cz.msebera.android.httpclient.StatusLine
 
getStatusLine() - Method in class cz.msebera.android.httpclient.client.cache.HttpCacheEntry
Returns the StatusLine from the origin HttpResponse.
getStatusLine() - Method in interface cz.msebera.android.httpclient.HttpResponse
Obtains the status line of this response.
getStatusLine() - Method in class cz.msebera.android.httpclient.message.BasicHttpResponse
 
getStream() - Method in class cz.msebera.android.httpclient.client.entity.EntityBuilder
Returns entity content as a InputStream if set using EntityBuilder.setStream(java.io.InputStream) method.
getString(byte[], int, int, String) - Static method in class cz.msebera.android.httpclient.util.EncodingUtils
Converts the byte array of HTTP content characters to a string.
getString(byte[], String) - Static method in class cz.msebera.android.httpclient.util.EncodingUtils
Converts the byte array of HTTP content characters to a string.
getSubType() - Method in class cz.msebera.android.httpclient.entity.mime.content.AbstractContentBody
 
getSubType() - Method in interface cz.msebera.android.httpclient.entity.mime.content.ContentDescriptor
Gets the defaulted MIME sub type for this content.
getSuccessfulConnectionAverageDuration() - Method in class cz.msebera.android.httpclient.impl.client.FutureRequestExecutionMetrics
 
getSuccessfulConnectionCount() - Method in class cz.msebera.android.httpclient.impl.client.FutureRequestExecutionMetrics
 
getSystemSocketFactory() - Static method in class cz.msebera.android.httpclient.conn.ssl.SSLConnectionSocketFactory
Obtains default SSL socket factory with an SSL context based on system properties as described in "JavaTM Secure Socket Extension (JSSE) Reference Guide for the JavaTM 2 Platform Standard Edition 5
getSystemSocketFactory() - Static method in class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
Obtains default SSL socket factory with an SSL context based on system properties as described in "JavaTM Secure Socket Extension (JSSE) Reference Guide for the JavaTM 2 Platform Standard Edition 5
getTargetAuthenticationHandler() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
(4.2) do not use
getTargetAuthenticationStrategy() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
getTargetAuthState() - Method in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
 
getTargetHost() - Method in interface cz.msebera.android.httpclient.conn.OperatedClientConnection
Deprecated.
Obtains the target host for this connection.
getTargetHost() - Method in class cz.msebera.android.httpclient.conn.routing.HttpRoute
 
getTargetHost() - Method in interface cz.msebera.android.httpclient.conn.routing.RouteInfo
Obtains the target host.
getTargetHost() - Method in class cz.msebera.android.httpclient.conn.routing.RouteTracker
 
getTargetHost() - Method in class cz.msebera.android.httpclient.impl.conn.DefaultClientConnection
Deprecated.
 
getTargetHost() - Method in class cz.msebera.android.httpclient.protocol.HttpCoreContext
 
getTargetPreferredAuthSchemes() - Method in class cz.msebera.android.httpclient.client.config.RequestConfig
Determines the order of preference for supported authentication schemes when authenticating with the target host.
getTaskAverageDuration() - Method in class cz.msebera.android.httpclient.impl.client.FutureRequestExecutionMetrics
 
getTaskCount() - Method in class cz.msebera.android.httpclient.impl.client.FutureRequestExecutionMetrics
 
getTcpNoDelay(HttpParams) - Static method in class cz.msebera.android.httpclient.params.HttpConnectionParams
Deprecated.
Obtains value of the CoreConnectionPNames.TCP_NODELAY parameter.
getText() - Method in class cz.msebera.android.httpclient.client.entity.EntityBuilder
Returns entity content as a string if set using EntityBuilder.setText(String) method.
getThread() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.WaitingThread
Deprecated.
Obtains the thread, if there is one.
getTimeout(HttpParams) - Static method in class cz.msebera.android.httpclient.conn.params.ConnManagerParams
getTimestamp() - Method in class cz.msebera.android.httpclient.util.VersionInfo
Obtains the timestamp of the versioned module or informal unit.
getTotalStats() - Method in class cz.msebera.android.httpclient.impl.conn.PoolingClientConnectionManager
Deprecated.
 
getTotalStats() - Method in class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
getTotalStats() - Method in class cz.msebera.android.httpclient.pool.AbstractConnPool
 
getTotalStats() - Method in interface cz.msebera.android.httpclient.pool.ConnPoolControl
 
getTransferEncoding() - Method in class cz.msebera.android.httpclient.entity.mime.content.ByteArrayBody
 
getTransferEncoding() - Method in interface cz.msebera.android.httpclient.entity.mime.content.ContentDescriptor
Returns the body descriptors transfer encoding.
getTransferEncoding() - Method in class cz.msebera.android.httpclient.entity.mime.content.FileBody
 
getTransferEncoding() - Method in class cz.msebera.android.httpclient.entity.mime.content.InputStreamBody
 
getTransferEncoding() - Method in class cz.msebera.android.httpclient.entity.mime.content.StringBody
 
getTunnelType() - Method in class cz.msebera.android.httpclient.conn.routing.HttpRoute
 
getTunnelType() - Method in interface cz.msebera.android.httpclient.conn.routing.RouteInfo
Obtains the tunnel type of this route.
getTunnelType() - Method in class cz.msebera.android.httpclient.conn.routing.RouteTracker
 
getType() - Method in class cz.msebera.android.httpclient.conn.ssl.PrivateKeyDetails
 
getUnmappableInputAction() - Method in class cz.msebera.android.httpclient.config.ConnectionConfig
 
getUnmappableInputAction(HttpParams) - Static method in class cz.msebera.android.httpclient.params.HttpProtocolParams
Deprecated.
Obtains the value of the CoreProtocolPNames.HTTP_UNMAPPABLE_INPUT_ACTION parameter.
getUpdated() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.BasicPoolEntry
Deprecated.
 
getUpdated() - Method in class cz.msebera.android.httpclient.pool.PoolEntry
 
getUpperBound() - Method in class cz.msebera.android.httpclient.message.ParserCursor
 
getURI() - Method in class cz.msebera.android.httpclient.client.methods.HttpRequestBase
Returns the original request URI.
getURI() - Method in class cz.msebera.android.httpclient.client.methods.HttpRequestWrapper
 
getURI() - Method in interface cz.msebera.android.httpclient.client.methods.HttpUriRequest
Returns the URI this request uses, such as http://example.org/path/to/file.
getUri() - Method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
getURI() - Method in class cz.msebera.android.httpclient.impl.client.RequestWrapper
Deprecated.
 
getUri() - Method in class cz.msebera.android.httpclient.message.BasicRequestLine
 
getUri() - Method in interface cz.msebera.android.httpclient.RequestLine
 
getUserAgent(HttpParams) - Static method in class cz.msebera.android.httpclient.params.HttpProtocolParams
Deprecated.
Obtains value of the CoreProtocolPNames.USER_AGENT parameter.
getUserAgent(String, String, Class<?>) - Static method in class cz.msebera.android.httpclient.util.VersionInfo
Sets the user agent to "<name>/<release> (Java 1.5 minimum; Java/<java.version>)".
getUserInfo() - Method in class cz.msebera.android.httpclient.client.utils.URIBuilder
 
getUserName() - Method in class cz.msebera.android.httpclient.auth.NTCredentials
 
getUsername() - Method in class cz.msebera.android.httpclient.auth.NTUserPrincipal
 
getUserName() - Method in class cz.msebera.android.httpclient.auth.UsernamePasswordCredentials
 
getUserPrincipal() - Method in interface cz.msebera.android.httpclient.auth.Credentials
 
getUserPrincipal() - Method in class cz.msebera.android.httpclient.auth.NTCredentials
 
getUserPrincipal() - Method in class cz.msebera.android.httpclient.auth.UsernamePasswordCredentials
 
getUserToken(Class<T>) - Method in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
 
getUserToken() - Method in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
 
getUserToken(HttpContext) - Method in interface cz.msebera.android.httpclient.client.UserTokenHandler
The token object returned by this method is expected to uniquely identify the current user if the context is user specific or to be null if it is not.
getUserToken(HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.DefaultUserTokenHandler
 
getUserToken(HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.NoopUserTokenHandler
 
getUserTokenHandler() - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
getValidUnit() - Method in class cz.msebera.android.httpclient.pool.PoolEntry
 
getValidUntil() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.BasicPoolEntry
Deprecated.
 
getValue() - Method in class cz.msebera.android.httpclient.client.cache.InputLimit
Returns the current maximum limit that was set on creation.
getValue() - Method in interface cz.msebera.android.httpclient.cookie.Cookie
Returns the value.
getValue() - Method in interface cz.msebera.android.httpclient.Header
Get the value of the Header.
getValue() - Method in interface cz.msebera.android.httpclient.HeaderElement
Returns header element value.
getValue() - Method in class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie
Returns the value.
getValue() - Method in class cz.msebera.android.httpclient.message.BasicHeader
 
getValue() - Method in class cz.msebera.android.httpclient.message.BasicHeaderElement
 
getValue() - Method in class cz.msebera.android.httpclient.message.BasicNameValuePair
 
getValue() - Method in class cz.msebera.android.httpclient.message.BufferedHeader
 
getValue() - Method in interface cz.msebera.android.httpclient.NameValuePair
 
getValuePos() - Method in interface cz.msebera.android.httpclient.FormattedHeader
Obtains the start of the header value in the buffer.
getValuePos() - Method in class cz.msebera.android.httpclient.message.BufferedHeader
 
getVariantMap() - Method in class cz.msebera.android.httpclient.client.cache.HttpCacheEntry
Returns an index about where in the cache different variants for a given resource are stored.
getVersion() - Method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
getVersion() - Method in interface cz.msebera.android.httpclient.cookie.Cookie
Returns the version of the cookie specification to which this cookie conforms.
getVersion() - Method in interface cz.msebera.android.httpclient.cookie.CookieSpec
Returns version of the state management this cookie specification conforms to.
getVersion() - Method in class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie
Returns the version of the cookie specification to which this cookie conforms.
getVersion() - Method in class cz.msebera.android.httpclient.impl.cookie.BestMatchSpec
 
getVersion() - Method in class cz.msebera.android.httpclient.impl.cookie.BrowserCompatSpec
 
getVersion() - Method in class cz.msebera.android.httpclient.impl.cookie.IgnoreSpec
 
getVersion() - Method in class cz.msebera.android.httpclient.impl.cookie.NetscapeDraftSpec
 
getVersion() - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2109Spec
 
getVersion() - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2965Spec
 
getVersion(HttpParams) - Static method in class cz.msebera.android.httpclient.params.HttpProtocolParams
Deprecated.
Obtains value of the CoreProtocolPNames.PROTOCOL_VERSION parameter.
getVersionHeader() - Method in interface cz.msebera.android.httpclient.cookie.CookieSpec
Returns a request header identifying what version of the state management specification is understood.
getVersionHeader() - Method in class cz.msebera.android.httpclient.impl.cookie.BestMatchSpec
 
getVersionHeader() - Method in class cz.msebera.android.httpclient.impl.cookie.BrowserCompatSpec
 
getVersionHeader() - Method in class cz.msebera.android.httpclient.impl.cookie.IgnoreSpec
 
getVersionHeader() - Method in class cz.msebera.android.httpclient.impl.cookie.NetscapeDraftSpec
 
getVersionHeader() - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2109Spec
 
getVersionHeader() - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2965Spec
 
getWeakRef() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.BasicPoolEntry
Deprecated.
 
getWorkstation() - Method in class cz.msebera.android.httpclient.auth.NTCredentials
Retrieves the workstation name of the computer originating the request.
getWrappedConnection() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
 
GMT - Static variable in class cz.msebera.android.httpclient.client.utils.DateUtils
 
GMT - Static variable in class cz.msebera.android.httpclient.impl.cookie.DateUtils
Deprecated.
 
GMT - Static variable in class cz.msebera.android.httpclient.protocol.HttpDateGenerator
The time zone to use in the date header.
greaterEquals(ProtocolVersion) - Method in class cz.msebera.android.httpclient.ProtocolVersion
Tests if this protocol version is greater or equal to the given one.
GuardedBy - Annotation Type in cz.msebera.android.httpclient.annotation
The field or method to which this annotation is applied can only be accessed when holding a particular lock, which may be a built-in (synchronization) lock, or may be an explicit java.util.concurrent.Lock.
gzipCompress() - Method in class cz.msebera.android.httpclient.client.entity.EntityBuilder
Makes entity GZIP compressed.
GzipCompressingEntity - Class in cz.msebera.android.httpclient.client.entity
Wrapping entity that compresses content when writing.
GzipCompressingEntity(HttpEntity) - Constructor for class cz.msebera.android.httpclient.client.entity.GzipCompressingEntity
 
GzipDecompressingEntity - Class in cz.msebera.android.httpclient.client.entity
HttpEntityWrapper for handling gzip Content Coded responses.
GzipDecompressingEntity(HttpEntity) - Constructor for class cz.msebera.android.httpclient.client.entity.GzipDecompressingEntity
Creates a new GzipDecompressingEntity which will wrap the specified HttpEntity.

H

handle(HttpRequest, HttpResponse, HttpContext) - Method in interface cz.msebera.android.httpclient.protocol.HttpRequestHandler
Handles the request and produces a response to be sent back to the client.
HANDLE_AUTHENTICATION - Static variable in interface cz.msebera.android.httpclient.client.params.ClientPNames
Deprecated.
Defines whether authentication should be handled automatically.
HANDLE_REDIRECTS - Static variable in interface cz.msebera.android.httpclient.client.params.ClientPNames
Deprecated.
Defines whether redirects should be handled automatically
handleAsIdempotent(HttpRequest) - Method in class cz.msebera.android.httpclient.impl.client.DefaultHttpRequestRetryHandler
 
handleAsIdempotent(HttpRequest) - Method in class cz.msebera.android.httpclient.impl.client.StandardHttpRequestRetryHandler
 
handleAuthChallenge(HttpHost, HttpResponse, AuthenticationStrategy, AuthState, HttpContext) - Method in class cz.msebera.android.httpclient.impl.auth.HttpAuthenticator
 
handleException(HttpException, HttpResponse) - Method in class cz.msebera.android.httpclient.protocol.HttpService
Handles the given exception and generates an HTTP response to be sent back to the client to inform about the exceptional condition encountered in the course of the request processing.
handleLostEntry(HttpRoute) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.AbstractConnPool
Deprecated.
 
handleLostEntry(HttpRoute) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
 
handleReference(Reference<?>) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.AbstractConnPool
Deprecated.
 
handleRequest(HttpServerConnection, HttpContext) - Method in class cz.msebera.android.httpclient.protocol.HttpService
Handles receives one HTTP request over the given connection within the given execution context and sends a response back to the client.
handleResponse(HttpResponse) - Method in interface cz.msebera.android.httpclient.client.ResponseHandler
Processes an HttpResponse and returns some value corresponding to that response.
handleResponse(HttpResponse) - Method in class cz.msebera.android.httpclient.impl.client.BasicResponseHandler
Returns the response body as a String if the response was successful (a 2xx status code).
handleResponse(RoutedRequest, HttpResponse, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.DefaultRequestDirector
Deprecated.
Analyzes a response to check need for a followup.
hasAuthOptions() - Method in class cz.msebera.android.httpclient.auth.AuthState
Returns true if AuthOptions are available, false otherwise.
hasBufferedData() - Method in class cz.msebera.android.httpclient.impl.io.AbstractSessionInputBuffer
Deprecated.
 
hasBufferedData() - Method in class cz.msebera.android.httpclient.impl.io.SessionInputBufferImpl
 
HASH_OFFSET - Static variable in class cz.msebera.android.httpclient.util.LangUtils
 
HASH_SEED - Static variable in class cz.msebera.android.httpclient.util.LangUtils
 
hashCode() - Method in class cz.msebera.android.httpclient.auth.AuthScope
 
hashCode() - Method in class cz.msebera.android.httpclient.auth.BasicUserPrincipal
 
hashCode() - Method in class cz.msebera.android.httpclient.auth.NTCredentials
 
hashCode() - Method in class cz.msebera.android.httpclient.auth.NTUserPrincipal
 
hashCode() - Method in class cz.msebera.android.httpclient.auth.UsernamePasswordCredentials
 
hashCode() - Method in class cz.msebera.android.httpclient.conn.routing.HttpRoute
Generates a hash code for this route.
hashCode() - Method in class cz.msebera.android.httpclient.conn.routing.RouteTracker
Generates a hash code for this tracked route.
hashCode() - Method in class cz.msebera.android.httpclient.conn.scheme.Scheme
Deprecated.
 
hashCode() - Method in class cz.msebera.android.httpclient.HttpHost
 
hashCode() - Method in class cz.msebera.android.httpclient.message.BasicHeaderElement
 
hashCode() - Method in class cz.msebera.android.httpclient.message.BasicNameValuePair
 
hashCode() - Method in class cz.msebera.android.httpclient.ProtocolVersion
Obtains a hash code consistent with ProtocolVersion.equals(java.lang.Object).
hashCode(int, int) - Static method in class cz.msebera.android.httpclient.util.LangUtils
 
hashCode(int, boolean) - Static method in class cz.msebera.android.httpclient.util.LangUtils
 
hashCode(int, Object) - Static method in class cz.msebera.android.httpclient.util.LangUtils
 
hasNext() - Method in interface cz.msebera.android.httpclient.HeaderElementIterator
Indicates whether there is another header element in this iteration.
hasNext() - Method in interface cz.msebera.android.httpclient.HeaderIterator
Indicates whether there is another header in this iteration.
hasNext() - Method in class cz.msebera.android.httpclient.message.BasicHeaderElementIterator
 
hasNext() - Method in class cz.msebera.android.httpclient.message.BasicHeaderIterator
 
hasNext() - Method in class cz.msebera.android.httpclient.message.BasicListHeaderIterator
 
hasNext() - Method in class cz.msebera.android.httpclient.message.BasicTokenIterator
 
hasNext() - Method in interface cz.msebera.android.httpclient.TokenIterator
Indicates whether there is another token in this iteration.
hasProtocolVersion(CharArrayBuffer, ParserCursor) - Method in class cz.msebera.android.httpclient.message.BasicLineParser
 
hasProtocolVersion(CharArrayBuffer, ParserCursor) - Method in interface cz.msebera.android.httpclient.message.LineParser
Checks whether there likely is a protocol version in a line.
hasThread() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.RouteSpecificPool
Deprecated.
Checks whether there is a waiting thread in this pool.
hasVariants() - Method in class cz.msebera.android.httpclient.client.cache.HttpCacheEntry
Indicates whether the origin response indicated the associated resource had variants (i.e.
head() - Static method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
HEAD_METHOD - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
Header - Class in cz.msebera.android.httpclient.entity.mime
The header of an entity (see RFC 2045).
Header() - Constructor for class cz.msebera.android.httpclient.entity.mime.Header
 
Header - Interface in cz.msebera.android.httpclient
Represents an HTTP header field.
HeaderConstants - Class in cz.msebera.android.httpclient.client.cache
Records static constants for various HTTP header names.
HeaderConstants() - Constructor for class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
HeaderElement - Interface in cz.msebera.android.httpclient
One element of an HTTP header value consisting of a name / value pair and a number of optional name / value parameters.
HeaderElementIterator - Interface in cz.msebera.android.httpclient
A type-safe iterator for HeaderElement objects.
headergroup - Variable in class cz.msebera.android.httpclient.message.AbstractHttpMessage
 
HeaderGroup - Class in cz.msebera.android.httpclient.message
A class for combining a set of headers.
HeaderGroup() - Constructor for class cz.msebera.android.httpclient.message.HeaderGroup
Constructor for HeaderGroup.
headerIt - Variable in class cz.msebera.android.httpclient.message.BasicTokenIterator
The iterator from which to obtain the next header.
HeaderIterator - Interface in cz.msebera.android.httpclient
A type-safe iterator for Header objects.
headerIterator() - Method in interface cz.msebera.android.httpclient.HttpMessage
Returns an iterator of all the headers.
headerIterator(String) - Method in interface cz.msebera.android.httpclient.HttpMessage
Returns an iterator of the headers with a given name.
headerIterator() - Method in class cz.msebera.android.httpclient.message.AbstractHttpMessage
 
headerIterator(String) - Method in class cz.msebera.android.httpclient.message.AbstractHttpMessage
 
headerLog - Variable in class cz.msebera.android.httpclient.impl.conn.DefaultClientConnection
Deprecated.
 
headerlog - Variable in class cz.msebera.android.httpclient.impl.conn.ManagedHttpClientConnectionFactory
 
headerName - Variable in class cz.msebera.android.httpclient.message.BasicHeaderIterator
The header name to filter by.
headerName - Variable in class cz.msebera.android.httpclient.message.BasicListHeaderIterator
The header name to filter by.
HeaderValueFormatter - Interface in cz.msebera.android.httpclient.message
Interface for formatting elements of a header value.
HeaderValueParser - Interface in cz.msebera.android.httpclient.message
Interface for parsing header values into elements.
HeapResource - Class in cz.msebera.android.httpclient.impl.client.cache
Cache resource backed by a byte array on the heap.
HeapResource(byte[]) - Constructor for class cz.msebera.android.httpclient.impl.client.cache.HeapResource
 
HeapResourceFactory - Class in cz.msebera.android.httpclient.impl.client.cache
Generates Resource instances stored entirely in heap.
HeapResourceFactory() - Constructor for class cz.msebera.android.httpclient.impl.client.cache.HeapResourceFactory
 
HOST - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.23
hostname - Variable in class cz.msebera.android.httpclient.HttpHost
The host to use.
HostNameResolver - Interface in cz.msebera.android.httpclient.conn.scheme
Deprecated.
(4.1) Do not use
HT - Static variable in class cz.msebera.android.httpclient.Consts
 
HT - Static variable in class cz.msebera.android.httpclient.protocol.HTTP
 
HTTP - Static variable in class cz.msebera.android.httpclient.HttpVersion
The protocol name.
HTTP - Class in cz.msebera.android.httpclient.protocol
Constants and static helpers related to the HTTP protocol.
HTTP_0_9 - Static variable in class cz.msebera.android.httpclient.HttpVersion
HTTP protocol version 0.9
HTTP_1_0 - Static variable in class cz.msebera.android.httpclient.HttpVersion
HTTP protocol version 1.0
HTTP_1_1 - Static variable in class cz.msebera.android.httpclient.HttpVersion
HTTP protocol version 1.1
HTTP_CONNECTION - Static variable in interface cz.msebera.android.httpclient.protocol.ExecutionContext
Deprecated.
Attribute name of a HttpConnection object that represents the actual HTTP connection.
HTTP_CONNECTION - Static variable in class cz.msebera.android.httpclient.protocol.HttpCoreContext
Attribute name of a HttpConnection object that represents the actual HTTP connection.
HTTP_CONTENT_CHARSET - Static variable in interface cz.msebera.android.httpclient.params.CoreProtocolPNames
Deprecated.
Defines the charset to be used per default for encoding content body.
HTTP_ELEMENT_CHARSET - Static variable in interface cz.msebera.android.httpclient.params.CoreProtocolPNames
Deprecated.
Defines the charset to be used for encoding HTTP protocol elements.
HTTP_MALFORMED_INPUT_ACTION - Static variable in interface cz.msebera.android.httpclient.params.CoreProtocolPNames
Deprecated.
Defines the action to perform upon receiving a malformed input.
HTTP_PROXY_HOST - Static variable in interface cz.msebera.android.httpclient.protocol.ExecutionContext
Deprecated.
(4.3) do not use.
HTTP_REQ_SENT - Static variable in interface cz.msebera.android.httpclient.protocol.ExecutionContext
Deprecated.
Attribute name of a Boolean object that represents the the flag indicating whether the actual request has been fully transmitted to the target host.
HTTP_REQ_SENT - Static variable in class cz.msebera.android.httpclient.protocol.HttpCoreContext
Attribute name of a Boolean object that represents the the flag indicating whether the actual request has been fully transmitted to the target host.
HTTP_REQUEST - Static variable in interface cz.msebera.android.httpclient.protocol.ExecutionContext
Deprecated.
Attribute name of a HttpRequest object that represents the actual HTTP request.
HTTP_REQUEST - Static variable in class cz.msebera.android.httpclient.protocol.HttpCoreContext
Attribute name of a HttpRequest object that represents the actual HTTP request.
HTTP_RESPONSE - Static variable in interface cz.msebera.android.httpclient.protocol.ExecutionContext
Deprecated.
Attribute name of a HttpResponse object that represents the actual HTTP response.
HTTP_RESPONSE - Static variable in class cz.msebera.android.httpclient.protocol.HttpCoreContext
Attribute name of a HttpResponse object that represents the actual HTTP response.
HTTP_ROUTE - Static variable in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
Attribute name of a RouteInfo object that represents the actual connection route.
HTTP_SEPARATORS - Static variable in class cz.msebera.android.httpclient.message.BasicTokenIterator
The HTTP separator characters.
HTTP_TARGET_HOST - Static variable in interface cz.msebera.android.httpclient.protocol.ExecutionContext
Deprecated.
Attribute name of a HttpHost object that represents the connection target.
HTTP_TARGET_HOST - Static variable in class cz.msebera.android.httpclient.protocol.HttpCoreContext
Attribute name of a HttpHost object that represents the connection target.
HTTP_UNMAPPABLE_INPUT_ACTION - Static variable in interface cz.msebera.android.httpclient.params.CoreProtocolPNames
Deprecated.
Defines the action to perform upon receiving an unmappable input.
HttpAbstractParamBean - Class in cz.msebera.android.httpclient.params
Deprecated.
(4.3) use configuration classes provided 'cz.msebera.android.httpclient.config' and 'cz.msebera.android.httpclient.client.config'
HttpAbstractParamBean(HttpParams) - Constructor for class cz.msebera.android.httpclient.params.HttpAbstractParamBean
Deprecated.
 
HttpAuthenticator - Class in cz.msebera.android.httpclient.impl.auth
 
HttpAuthenticator(HttpClientAndroidLog) - Constructor for class cz.msebera.android.httpclient.impl.auth.HttpAuthenticator
 
HttpAuthenticator() - Constructor for class cz.msebera.android.httpclient.impl.auth.HttpAuthenticator
 
HttpAuthenticator - Class in cz.msebera.android.httpclient.impl.client
Deprecated.
(4.3) reserved for internal use.
HttpAuthenticator(HttpClientAndroidLog) - Constructor for class cz.msebera.android.httpclient.impl.client.HttpAuthenticator
Deprecated.
 
HttpAuthenticator() - Constructor for class cz.msebera.android.httpclient.impl.client.HttpAuthenticator
Deprecated.
 
HttpCacheContext - Class in cz.msebera.android.httpclient.client.cache
 
HttpCacheContext(HttpContext) - Constructor for class cz.msebera.android.httpclient.client.cache.HttpCacheContext
 
HttpCacheContext() - Constructor for class cz.msebera.android.httpclient.client.cache.HttpCacheContext
 
HttpCacheEntry - Class in cz.msebera.android.httpclient.client.cache
Structure used to store an HttpResponse in a cache.
HttpCacheEntry(Date, Date, StatusLine, Header[], Resource, Map<String, String>) - Constructor for class cz.msebera.android.httpclient.client.cache.HttpCacheEntry
Create a new HttpCacheEntry with variants.
HttpCacheEntry(Date, Date, StatusLine, Header[], Resource) - Constructor for class cz.msebera.android.httpclient.client.cache.HttpCacheEntry
Create a new HttpCacheEntry.
HttpCacheEntrySerializationException - Exception in cz.msebera.android.httpclient.client.cache
Thrown if serialization or deserialization of an HttpCacheEntry fails.
HttpCacheEntrySerializationException(String) - Constructor for exception cz.msebera.android.httpclient.client.cache.HttpCacheEntrySerializationException
 
HttpCacheEntrySerializationException(String, Throwable) - Constructor for exception cz.msebera.android.httpclient.client.cache.HttpCacheEntrySerializationException
 
HttpCacheEntrySerializer - Interface in cz.msebera.android.httpclient.client.cache
Used by some HttpCacheStorage implementations to serialize HttpCacheEntry instances to a byte representation before storage.
HttpCacheInvalidator - Interface in cz.msebera.android.httpclient.client.cache
Given a particular HttpRequest, flush any cache entries that this request would invalidate.
HttpCacheStorage - Interface in cz.msebera.android.httpclient.client.cache
New storage backends should implement this HttpCacheStorage interface.
HttpCacheUpdateCallback - Interface in cz.msebera.android.httpclient.client.cache
Used for atomically updating entries in a HttpCacheStorage implementation.
HttpCacheUpdateException - Exception in cz.msebera.android.httpclient.client.cache
Signals that HttpCacheStorage encountered an error performing an update operation.
HttpCacheUpdateException(String) - Constructor for exception cz.msebera.android.httpclient.client.cache.HttpCacheUpdateException
 
HttpCacheUpdateException(String, Throwable) - Constructor for exception cz.msebera.android.httpclient.client.cache.HttpCacheUpdateException
 
HttpClient - Interface in cz.msebera.android.httpclient.client
This interface represents only the most basic contract for HTTP request execution.
HttpClientAndroidLog - Class in cz.msebera.android.httpclient.extras
 
HttpClientAndroidLog(Object) - Constructor for class cz.msebera.android.httpclient.extras.HttpClientAndroidLog
 
HttpClientBuilder - Class in cz.msebera.android.httpclient.impl.client
Builder for CloseableHttpClient instances.
HttpClientBuilder() - Constructor for class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
 
HttpClientConnection - Interface in cz.msebera.android.httpclient
A client-side HTTP connection, which can be used for sending requests and receiving responses.
HttpClientConnectionManager - Interface in cz.msebera.android.httpclient.conn
Represents a manager of persistent client connections.
HttpClientContext - Class in cz.msebera.android.httpclient.client.protocol
Adaptor class that provides convenience type safe setters and getters for common HttpContext attributes used in the course of HTTP request execution.
HttpClientContext(HttpContext) - Constructor for class cz.msebera.android.httpclient.client.protocol.HttpClientContext
 
HttpClientContext() - Constructor for class cz.msebera.android.httpclient.client.protocol.HttpClientContext
 
HttpClientParamConfig - Class in cz.msebera.android.httpclient.client.params
Deprecated.
(4.3) provided for compatibility with HttpParams. Do not use.
HttpClientParams - Class in cz.msebera.android.httpclient.client.params
Deprecated.
(4.3) use RequestConfig
HttpClients - Class in cz.msebera.android.httpclient.impl.client
Factory methods for CloseableHttpClient instances.
HttpClientUtils - Class in cz.msebera.android.httpclient.client.utils
Convenience methods for closing response and client objects.
HttpConnection - Interface in cz.msebera.android.httpclient
A generic HTTP connection, useful on client and server side.
HttpConnectionFactory<T,C extends HttpConnection> - Interface in cz.msebera.android.httpclient.conn
Generic HttpConnection factory.
HttpConnectionFactory<T extends HttpConnection> - Interface in cz.msebera.android.httpclient
Factory for HttpConnection instances.
HttpConnectionMetrics - Interface in cz.msebera.android.httpclient
The point of access to the statistics of an HttpConnection.
HttpConnectionMetricsImpl - Class in cz.msebera.android.httpclient.impl
Default implementation of the HttpConnectionMetrics interface.
HttpConnectionMetricsImpl(HttpTransportMetrics, HttpTransportMetrics) - Constructor for class cz.msebera.android.httpclient.impl.HttpConnectionMetricsImpl
 
HttpConnectionParamBean - Class in cz.msebera.android.httpclient.params
Deprecated.
(4.3) use configuration classes provided 'cz.msebera.android.httpclient.config' and 'cz.msebera.android.httpclient.client.config'
HttpConnectionParamBean(HttpParams) - Constructor for class cz.msebera.android.httpclient.params.HttpConnectionParamBean
Deprecated.
 
HttpConnectionParams - Class in cz.msebera.android.httpclient.params
Deprecated.
(4.3) use configuration classes provided 'cz.msebera.android.httpclient.config' and 'cz.msebera.android.httpclient.client.config'
HttpContext - Interface in cz.msebera.android.httpclient.protocol
HttpContext represents execution state of an HTTP process.
HttpCoreContext - Class in cz.msebera.android.httpclient.protocol
Implementation of HttpContext that provides convenience setters for user assignable attributes and getter for readable attributes.
HttpCoreContext(HttpContext) - Constructor for class cz.msebera.android.httpclient.protocol.HttpCoreContext
 
HttpCoreContext() - Constructor for class cz.msebera.android.httpclient.protocol.HttpCoreContext
 
HttpDateGenerator - Class in cz.msebera.android.httpclient.protocol
Generates a date in the format required by the HTTP protocol.
HttpDateGenerator() - Constructor for class cz.msebera.android.httpclient.protocol.HttpDateGenerator
 
HttpDelete - Class in cz.msebera.android.httpclient.client.methods
HTTP DELETE method
HttpDelete() - Constructor for class cz.msebera.android.httpclient.client.methods.HttpDelete
 
HttpDelete(URI) - Constructor for class cz.msebera.android.httpclient.client.methods.HttpDelete
 
HttpDelete(String) - Constructor for class cz.msebera.android.httpclient.client.methods.HttpDelete
 
HttpEntity - Interface in cz.msebera.android.httpclient
An entity that can be sent or received with an HTTP message.
HttpEntityEnclosingRequest - Interface in cz.msebera.android.httpclient
A request with an entity.
HttpEntityEnclosingRequestBase - Class in cz.msebera.android.httpclient.client.methods
Basic implementation of an entity enclosing HTTP request that can be modified
HttpEntityEnclosingRequestBase() - Constructor for class cz.msebera.android.httpclient.client.methods.HttpEntityEnclosingRequestBase
 
HttpEntityWrapper - Class in cz.msebera.android.httpclient.entity
Base class for wrapping entities.
HttpEntityWrapper(HttpEntity) - Constructor for class cz.msebera.android.httpclient.entity.HttpEntityWrapper
Creates a new entity wrapper.
HttpException - Exception in cz.msebera.android.httpclient
Signals that an HTTP exception has occurred.
HttpException() - Constructor for exception cz.msebera.android.httpclient.HttpException
Creates a new HttpException with a null detail message.
HttpException(String) - Constructor for exception cz.msebera.android.httpclient.HttpException
Creates a new HttpException with the specified detail message.
HttpException(String, Throwable) - Constructor for exception cz.msebera.android.httpclient.HttpException
Creates a new HttpException with the specified detail message and cause.
HttpExecutionAware - Interface in cz.msebera.android.httpclient.client.methods
Interface to be implemented by any object that wishes to be notified of blocking I/O operations that could be cancelled.
HttpExpectationVerifier - Interface in cz.msebera.android.httpclient.protocol
Defines an interface to verify whether an incoming HTTP request meets the target server's expectations.
HttpGet - Class in cz.msebera.android.httpclient.client.methods
HTTP GET method.
HttpGet() - Constructor for class cz.msebera.android.httpclient.client.methods.HttpGet
 
HttpGet(URI) - Constructor for class cz.msebera.android.httpclient.client.methods.HttpGet
 
HttpGet(String) - Constructor for class cz.msebera.android.httpclient.client.methods.HttpGet
 
HttpHead - Class in cz.msebera.android.httpclient.client.methods
HTTP HEAD method.
HttpHead() - Constructor for class cz.msebera.android.httpclient.client.methods.HttpHead
 
HttpHead(URI) - Constructor for class cz.msebera.android.httpclient.client.methods.HttpHead
 
HttpHead(String) - Constructor for class cz.msebera.android.httpclient.client.methods.HttpHead
 
HttpHeaders - Class in cz.msebera.android.httpclient
Constants enumerating the HTTP headers.
HttpHost - Class in cz.msebera.android.httpclient
Holds all of the variables needed to describe an HTTP connection to a host.
HttpHost(String, int, String) - Constructor for class cz.msebera.android.httpclient.HttpHost
Creates a new HttpHost, specifying all values.
HttpHost(String, int) - Constructor for class cz.msebera.android.httpclient.HttpHost
Creates a new HttpHost, with default scheme.
HttpHost(String) - Constructor for class cz.msebera.android.httpclient.HttpHost
Creates a new HttpHost, with default scheme and port.
HttpHost(InetAddress, int, String) - Constructor for class cz.msebera.android.httpclient.HttpHost
Creates a new HttpHost, specifying all values.
HttpHost(InetAddress, int) - Constructor for class cz.msebera.android.httpclient.HttpHost
Creates a new HttpHost, with default scheme.
HttpHost(InetAddress) - Constructor for class cz.msebera.android.httpclient.HttpHost
Creates a new HttpHost, with default scheme and port.
HttpHost(HttpHost) - Constructor for class cz.msebera.android.httpclient.HttpHost
Copy constructor for HttpHost.
HttpHostConnectException - Exception in cz.msebera.android.httpclient.conn
A ConnectException that specifies the HttpHost that was being connected to.
HttpHostConnectException(HttpHost, ConnectException) - Constructor for exception cz.msebera.android.httpclient.conn.HttpHostConnectException
HttpHostConnectException(IOException, HttpHost, InetAddress...) - Constructor for exception cz.msebera.android.httpclient.conn.HttpHostConnectException
Creates a HttpHostConnectException based on original IOException.
HttpInetConnection - Interface in cz.msebera.android.httpclient
An HTTP connection over the Internet Protocol (IP).
HttpInetSocketAddress - Class in cz.msebera.android.httpclient.conn
Deprecated.
(4.3)
HttpInetSocketAddress(HttpHost, InetAddress, int) - Constructor for class cz.msebera.android.httpclient.conn.HttpInetSocketAddress
Deprecated.
 
HttpMessage - Interface in cz.msebera.android.httpclient
HTTP messages consist of requests from client to server and responses from server to client.
HttpMessageParser<T extends HttpMessage> - Interface in cz.msebera.android.httpclient.io
Abstract message parser intended to build HTTP messages from an arbitrary data source.
HttpMessageParserFactory<T extends HttpMessage> - Interface in cz.msebera.android.httpclient.io
Factory for HttpMessageParser instances.
HttpMessageWriter<T extends HttpMessage> - Interface in cz.msebera.android.httpclient.io
Abstract message writer intended to serialize HTTP messages to an arbitrary data sink.
HttpMessageWriterFactory<T extends HttpMessage> - Interface in cz.msebera.android.httpclient.io
Factory for HttpMessageWriter instances.
HttpMultipartMode - Enum in cz.msebera.android.httpclient.entity.mime
 
HttpOptions - Class in cz.msebera.android.httpclient.client.methods
HTTP OPTIONS method.
HttpOptions() - Constructor for class cz.msebera.android.httpclient.client.methods.HttpOptions
 
HttpOptions(URI) - Constructor for class cz.msebera.android.httpclient.client.methods.HttpOptions
 
HttpOptions(String) - Constructor for class cz.msebera.android.httpclient.client.methods.HttpOptions
 
HttpParamConfig - Class in cz.msebera.android.httpclient.params
Deprecated.
(4.3) provided for compatibility with HttpParams. Do not use.
HttpParams - Interface in cz.msebera.android.httpclient.params
Deprecated.
(4.3) use configuration classes provided 'cz.msebera.android.httpclient.config' and 'cz.msebera.android.httpclient.client.config'
HttpParamsNames - Interface in cz.msebera.android.httpclient.params
Deprecated.
(4.3) use configuration classes provided 'cz.msebera.android.httpclient.config' and 'cz.msebera.android.httpclient.client.config'
HttpPatch - Class in cz.msebera.android.httpclient.client.methods
HTTP PATCH method.
HttpPatch() - Constructor for class cz.msebera.android.httpclient.client.methods.HttpPatch
 
HttpPatch(URI) - Constructor for class cz.msebera.android.httpclient.client.methods.HttpPatch
 
HttpPatch(String) - Constructor for class cz.msebera.android.httpclient.client.methods.HttpPatch
 
HttpPost - Class in cz.msebera.android.httpclient.client.methods
HTTP POST method.
HttpPost() - Constructor for class cz.msebera.android.httpclient.client.methods.HttpPost
 
HttpPost(URI) - Constructor for class cz.msebera.android.httpclient.client.methods.HttpPost
 
HttpPost(String) - Constructor for class cz.msebera.android.httpclient.client.methods.HttpPost
 
httpProcessor - Variable in class cz.msebera.android.httpclient.impl.client.DefaultRequestDirector
Deprecated.
The HTTP protocol processor.
HttpProcessor - Interface in cz.msebera.android.httpclient.protocol
HTTP protocol processor is a collection of protocol interceptors that implements the 'Chain of Responsibility' pattern, where each individual protocol interceptor is expected to work on a particular aspect of the HTTP protocol the interceptor is responsible for.
HttpProcessorBuilder - Class in cz.msebera.android.httpclient.protocol
Builder for HttpProcessor instances.
HttpProtocolParamBean - Class in cz.msebera.android.httpclient.params
Deprecated.
(4.3) use configuration classes provided 'cz.msebera.android.httpclient.config' and 'cz.msebera.android.httpclient.client.config'
HttpProtocolParamBean(HttpParams) - Constructor for class cz.msebera.android.httpclient.params.HttpProtocolParamBean
Deprecated.
 
HttpProtocolParams - Class in cz.msebera.android.httpclient.params
Deprecated.
(4.3) use configuration classes provided 'cz.msebera.android.httpclient.config' and 'cz.msebera.android.httpclient.client.config'
HttpPut - Class in cz.msebera.android.httpclient.client.methods
HTTP PUT method.
HttpPut() - Constructor for class cz.msebera.android.httpclient.client.methods.HttpPut
 
HttpPut(URI) - Constructor for class cz.msebera.android.httpclient.client.methods.HttpPut
 
HttpPut(String) - Constructor for class cz.msebera.android.httpclient.client.methods.HttpPut
 
HttpRequest - Interface in cz.msebera.android.httpclient
A request message from a client to a server includes, within the first line of that message, the method to be applied to the resource, the identifier of the resource, and the protocol version in use.
HttpRequestBase - Class in cz.msebera.android.httpclient.client.methods
Base implementation of HttpUriRequest.
HttpRequestBase() - Constructor for class cz.msebera.android.httpclient.client.methods.HttpRequestBase
 
HttpRequestExecutor - Class in cz.msebera.android.httpclient.protocol
HttpRequestExecutor is a client side HTTP protocol handler based on the blocking (classic) I/O model.
HttpRequestExecutor(int) - Constructor for class cz.msebera.android.httpclient.protocol.HttpRequestExecutor
Creates new instance of HttpRequestExecutor.
HttpRequestExecutor() - Constructor for class cz.msebera.android.httpclient.protocol.HttpRequestExecutor
 
HttpRequestFactory - Interface in cz.msebera.android.httpclient
A factory for HttpRequest objects.
HttpRequestFutureTask<V> - Class in cz.msebera.android.httpclient.impl.client
FutureTask implementation that wraps a HttpAsyncClientCallable and exposes various task specific metrics.
HttpRequestFutureTask(HttpUriRequest, HttpRequestTaskCallable<V>) - Constructor for class cz.msebera.android.httpclient.impl.client.HttpRequestFutureTask
 
HttpRequestHandler - Interface in cz.msebera.android.httpclient.protocol
HttpRequestHandler represents a routine for processing of a specific group of HTTP requests.
HttpRequestHandlerMapper - Interface in cz.msebera.android.httpclient.protocol
HttpRequestHandlerMapper can be used to resolve an instance of HttpRequestHandler matching a particular HttpRequest.
HttpRequestHandlerRegistry - Class in cz.msebera.android.httpclient.protocol
Deprecated.
HttpRequestHandlerRegistry() - Constructor for class cz.msebera.android.httpclient.protocol.HttpRequestHandlerRegistry
Deprecated.
 
HttpRequestHandlerResolver - Interface in cz.msebera.android.httpclient.protocol
Deprecated.
HttpRequestInterceptor - Interface in cz.msebera.android.httpclient
HTTP protocol interceptor is a routine that implements a specific aspect of the HTTP protocol.
HttpRequestInterceptorList - Interface in cz.msebera.android.httpclient.protocol
Deprecated.
(4.3)
HttpRequestParser - Class in cz.msebera.android.httpclient.impl.io
Deprecated.
HttpRequestParser(SessionInputBuffer, LineParser, HttpRequestFactory, HttpParams) - Constructor for class cz.msebera.android.httpclient.impl.io.HttpRequestParser
Deprecated.
Creates an instance of this class.
HttpRequestRetryHandler - Interface in cz.msebera.android.httpclient.client
A handler for determining if an HttpRequest should be retried after a recoverable exception during execution.
HttpRequestWrapper - Class in cz.msebera.android.httpclient.client.methods
A wrapper class for HttpRequest that can be used to change properties of the current request without modifying the original object.
HttpRequestWriter - Class in cz.msebera.android.httpclient.impl.io
Deprecated.
HttpRequestWriter(SessionOutputBuffer, LineFormatter, HttpParams) - Constructor for class cz.msebera.android.httpclient.impl.io.HttpRequestWriter
Deprecated.
 
HttpResponse - Interface in cz.msebera.android.httpclient
After receiving and interpreting a request message, a server responds with an HTTP response message.
HttpResponseException - Exception in cz.msebera.android.httpclient.client
Signals a non 2xx HTTP response.
HttpResponseException(int, String) - Constructor for exception cz.msebera.android.httpclient.client.HttpResponseException
 
HttpResponseFactory - Interface in cz.msebera.android.httpclient
A factory for HttpResponse objects.
HttpResponseInterceptor - Interface in cz.msebera.android.httpclient
HTTP protocol interceptor is a routine that implements a specific aspect of the HTTP protocol.
HttpResponseInterceptorList - Interface in cz.msebera.android.httpclient.protocol
Deprecated.
(4.3)
HttpResponseParser - Class in cz.msebera.android.httpclient.impl.io
Deprecated.
HttpResponseParser(SessionInputBuffer, LineParser, HttpResponseFactory, HttpParams) - Constructor for class cz.msebera.android.httpclient.impl.io.HttpResponseParser
Deprecated.
Creates an instance of this class.
HttpResponseWriter - Class in cz.msebera.android.httpclient.impl.io
Deprecated.
HttpResponseWriter(SessionOutputBuffer, LineFormatter, HttpParams) - Constructor for class cz.msebera.android.httpclient.impl.io.HttpResponseWriter
Deprecated.
 
HttpRoute - Class in cz.msebera.android.httpclient.conn.routing
The route for a request.
HttpRoute(HttpHost, InetAddress, HttpHost[], boolean, RouteInfo.TunnelType, RouteInfo.LayerType) - Constructor for class cz.msebera.android.httpclient.conn.routing.HttpRoute
Creates a new route with all attributes specified explicitly.
HttpRoute(HttpHost, InetAddress, HttpHost, boolean, RouteInfo.TunnelType, RouteInfo.LayerType) - Constructor for class cz.msebera.android.httpclient.conn.routing.HttpRoute
Creates a new route with at most one proxy.
HttpRoute(HttpHost, InetAddress, boolean) - Constructor for class cz.msebera.android.httpclient.conn.routing.HttpRoute
Creates a new direct route.
HttpRoute(HttpHost) - Constructor for class cz.msebera.android.httpclient.conn.routing.HttpRoute
Creates a new direct insecure route.
HttpRoute(HttpHost, InetAddress, HttpHost, boolean) - Constructor for class cz.msebera.android.httpclient.conn.routing.HttpRoute
Creates a new route through a proxy.
HttpRoute(HttpHost, HttpHost) - Constructor for class cz.msebera.android.httpclient.conn.routing.HttpRoute
Creates a new plain route through a proxy.
HttpRoutedConnection - Interface in cz.msebera.android.httpclient.conn
Deprecated.
(4.3) replaced by HttpClientConnectionManager.
HttpRouteDirector - Interface in cz.msebera.android.httpclient.conn.routing
Provides directions on establishing a route.
HttpRoutePlanner - Interface in cz.msebera.android.httpclient.conn.routing
Encapsulates logic to compute a HttpRoute to a target host.
HttpServerConnection - Interface in cz.msebera.android.httpclient
A server-side HTTP connection, which can be used for receiving requests and sending responses.
HttpService - Class in cz.msebera.android.httpclient.protocol
HttpService is a server side HTTP protocol handler based on the classic (blocking) I/O model.
HttpService(HttpProcessor, ConnectionReuseStrategy, HttpResponseFactory, HttpRequestHandlerResolver, HttpExpectationVerifier, HttpParams) - Constructor for class cz.msebera.android.httpclient.protocol.HttpService
HttpService(HttpProcessor, ConnectionReuseStrategy, HttpResponseFactory, HttpRequestHandlerResolver, HttpParams) - Constructor for class cz.msebera.android.httpclient.protocol.HttpService
HttpService(HttpProcessor, ConnectionReuseStrategy, HttpResponseFactory) - Constructor for class cz.msebera.android.httpclient.protocol.HttpService
HttpService(HttpProcessor, ConnectionReuseStrategy, HttpResponseFactory, HttpRequestHandlerMapper, HttpExpectationVerifier) - Constructor for class cz.msebera.android.httpclient.protocol.HttpService
Create a new HTTP service.
HttpService(HttpProcessor, ConnectionReuseStrategy, HttpResponseFactory, HttpRequestHandlerMapper) - Constructor for class cz.msebera.android.httpclient.protocol.HttpService
Create a new HTTP service.
HttpService(HttpProcessor, HttpRequestHandlerMapper) - Constructor for class cz.msebera.android.httpclient.protocol.HttpService
Create a new HTTP service.
HttpStatus - Interface in cz.msebera.android.httpclient
Constants enumerating the HTTP status codes.
HttpTrace - Class in cz.msebera.android.httpclient.client.methods
HTTP TRACE method.
HttpTrace() - Constructor for class cz.msebera.android.httpclient.client.methods.HttpTrace
 
HttpTrace(URI) - Constructor for class cz.msebera.android.httpclient.client.methods.HttpTrace
 
HttpTrace(String) - Constructor for class cz.msebera.android.httpclient.client.methods.HttpTrace
 
HttpTransportMetrics - Interface in cz.msebera.android.httpclient.io
The point of access to the statistics of SessionInputBuffer or SessionOutputBuffer.
HttpTransportMetricsImpl - Class in cz.msebera.android.httpclient.impl.io
Default implementation of HttpTransportMetrics.
HttpTransportMetricsImpl() - Constructor for class cz.msebera.android.httpclient.impl.io.HttpTransportMetricsImpl
 
HttpUriRequest - Interface in cz.msebera.android.httpclient.client.methods
Extended version of the HttpRequest interface that provides convenience methods to access request properties such as request URI and method type.
HttpVersion - Class in cz.msebera.android.httpclient
Represents an HTTP version.
HttpVersion(int, int) - Constructor for class cz.msebera.android.httpclient.HttpVersion
Create an HTTP protocol version designator.

I

IDENTITY - Static variable in interface cz.msebera.android.httpclient.entity.ContentLengthStrategy
 
IDENTITY_CODING - Static variable in class cz.msebera.android.httpclient.protocol.HTTP
 
IdentityInputStream - Class in cz.msebera.android.httpclient.impl.io
Input stream that reads data without any transformation.
IdentityInputStream(SessionInputBuffer) - Constructor for class cz.msebera.android.httpclient.impl.io.IdentityInputStream
Wraps session input stream and reads input until the the end of stream.
IdentityOutputStream - Class in cz.msebera.android.httpclient.impl.io
Output stream that writes data without any transformation.
IdentityOutputStream(SessionOutputBuffer) - Constructor for class cz.msebera.android.httpclient.impl.io.IdentityOutputStream
 
IdleConnectionHandler - Class in cz.msebera.android.httpclient.impl.conn
Deprecated.
(4.1) no longer used
IdleConnectionHandler() - Constructor for class cz.msebera.android.httpclient.impl.conn.IdleConnectionHandler
Deprecated.
 
idleConnHandler - Variable in class cz.msebera.android.httpclient.impl.conn.tsccm.AbstractConnPool
Deprecated.
 
Idn - Interface in cz.msebera.android.httpclient.client.utils
Abstraction of international domain name (IDN) conversion.
IF - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2518 (WevDAV) Section 9.4
IF_MATCH - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
IF_MATCH - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.24
IF_MODIFIED_SINCE - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
IF_MODIFIED_SINCE - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.9, RFC 2616 (HTTP/1.1) Section 14.25
IF_NONE_MATCH - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
IF_NONE_MATCH - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.26
IF_RANGE - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
IF_RANGE - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.27
IF_UNMODIFIED_SINCE - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
IF_UNMODIFIED_SINCE - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.28
IGNORE_COOKIES - Static variable in class cz.msebera.android.httpclient.client.config.CookieSpecs
The policy that ignores cookies.
IGNORE_COOKIES - Static variable in class cz.msebera.android.httpclient.client.params.CookiePolicy
Deprecated.
The policy that ignores cookies.
IgnoreSpec - Class in cz.msebera.android.httpclient.impl.cookie
CookieSpec that ignores all cookies
IgnoreSpec() - Constructor for class cz.msebera.android.httpclient.impl.cookie.IgnoreSpec
 
IgnoreSpecFactory - Class in cz.msebera.android.httpclient.impl.cookie
CookieSpecProvider implementation that ignores all cookies.
IgnoreSpecFactory() - Constructor for class cz.msebera.android.httpclient.impl.cookie.IgnoreSpecFactory
 
ImmediateSchedulingStrategy - Class in cz.msebera.android.httpclient.impl.client.cache
Immediately schedules any incoming validation request.
ImmediateSchedulingStrategy(CacheConfig) - Constructor for class cz.msebera.android.httpclient.impl.client.cache.ImmediateSchedulingStrategy
Uses a ThreadPoolExecutor which is configured according to the given CacheConfig.
Immutable - Annotation Type in cz.msebera.android.httpclient.annotation
The class to which this annotation is applied is immutable.
ImmutableHttpProcessor - Class in cz.msebera.android.httpclient.protocol
Immutable HttpProcessor.
ImmutableHttpProcessor(HttpRequestInterceptor[], HttpResponseInterceptor[]) - Constructor for class cz.msebera.android.httpclient.protocol.ImmutableHttpProcessor
 
ImmutableHttpProcessor(List<HttpRequestInterceptor>, List<HttpResponseInterceptor>) - Constructor for class cz.msebera.android.httpclient.protocol.ImmutableHttpProcessor
 
ImmutableHttpProcessor(HttpRequestInterceptorList, HttpResponseInterceptorList) - Constructor for class cz.msebera.android.httpclient.protocol.ImmutableHttpProcessor
Deprecated.
(4.3) do not use.
ImmutableHttpProcessor(HttpRequestInterceptor...) - Constructor for class cz.msebera.android.httpclient.protocol.ImmutableHttpProcessor
 
ImmutableHttpProcessor(HttpResponseInterceptor...) - Constructor for class cz.msebera.android.httpclient.protocol.ImmutableHttpProcessor
 
increaseErrorCount(String) - Method in class cz.msebera.android.httpclient.impl.client.cache.DefaultFailureCache
 
increaseErrorCount(String) - Method in interface cz.msebera.android.httpclient.impl.client.cache.FailureCache
Increases the error count by one.
incrementBytesTransferred(long) - Method in class cz.msebera.android.httpclient.impl.io.HttpTransportMetricsImpl
 
incrementExecCount() - Method in class cz.msebera.android.httpclient.impl.client.RequestWrapper
Deprecated.
 
incrementRequestCount() - Method in class cz.msebera.android.httpclient.impl.BHttpConnectionBase
 
incrementRequestCount() - Method in class cz.msebera.android.httpclient.impl.HttpConnectionMetricsImpl
 
incrementResponseCount() - Method in class cz.msebera.android.httpclient.impl.BHttpConnectionBase
 
incrementResponseCount() - Method in class cz.msebera.android.httpclient.impl.HttpConnectionMetricsImpl
 
indexOf(byte, int, int) - Method in class cz.msebera.android.httpclient.util.ByteArrayBuffer
Returns the index within this buffer of the first occurrence of the specified byte, starting the search at the specified beginIndex and finishing at endIndex.
indexOf(byte) - Method in class cz.msebera.android.httpclient.util.ByteArrayBuffer
Returns the index within this buffer of the first occurrence of the specified byte, starting the search at 0 and finishing at ByteArrayBuffer.length().
indexOf(int, int, int) - Method in class cz.msebera.android.httpclient.util.CharArrayBuffer
Returns the index within this buffer of the first occurrence of the specified character, starting the search at the specified beginIndex and finishing at endIndex.
indexOf(int) - Method in class cz.msebera.android.httpclient.util.CharArrayBuffer
Returns the index within this buffer of the first occurrence of the specified character, starting the search at 0 and finishing at CharArrayBuffer.length().
InetAddressUtils - Class in cz.msebera.android.httpclient.conn.util
A collection of utilities relating to InetAddresses.
info(Object) - Method in class cz.msebera.android.httpclient.extras.HttpClientAndroidLog
 
info(Object, Throwable) - Method in class cz.msebera.android.httpclient.extras.HttpClientAndroidLog
 
init(SessionInputBuffer, SessionOutputBuffer, HttpParams) - Method in class cz.msebera.android.httpclient.impl.AbstractHttpClientConnection
Deprecated.
Initializes this connection object with SessionInputBuffer and SessionOutputBuffer instances to be used for sending and receiving data.
init(SessionInputBuffer, SessionOutputBuffer, HttpParams) - Method in class cz.msebera.android.httpclient.impl.AbstractHttpServerConnection
Deprecated.
Initializes this connection object with SessionInputBuffer and SessionOutputBuffer instances to be used for sending and receiving data.
init(InputStream, int, HttpParams) - Method in class cz.msebera.android.httpclient.impl.io.AbstractSessionInputBuffer
Deprecated.
Initializes this session input buffer.
init(OutputStream, int, HttpParams) - Method in class cz.msebera.android.httpclient.impl.io.AbstractSessionOutputBuffer
Deprecated.
 
initBuffer(CharArrayBuffer) - Method in class cz.msebera.android.httpclient.message.BasicLineFormatter
Obtains a buffer for formatting.
initCause(Throwable, Throwable) - Static method in class cz.msebera.android.httpclient.util.ExceptionUtils
Deprecated.
If we're running on JDK 1.4 or later, initialize the cause for the given throwable.
InMemoryDnsResolver - Class in cz.msebera.android.httpclient.impl.conn
In-memory DnsResolver implementation.
InMemoryDnsResolver() - Constructor for class cz.msebera.android.httpclient.impl.conn.InMemoryDnsResolver
Builds a DNS resolver that will resolve the host names against a collection held in-memory.
input(InputStream) - Method in class cz.msebera.android.httpclient.impl.conn.Wire
 
input(byte[], int, int) - Method in class cz.msebera.android.httpclient.impl.conn.Wire
 
input(byte[]) - Method in class cz.msebera.android.httpclient.impl.conn.Wire
 
input(int) - Method in class cz.msebera.android.httpclient.impl.conn.Wire
 
input(String) - Method in class cz.msebera.android.httpclient.impl.conn.Wire
 
InputLimit - Class in cz.msebera.android.httpclient.client.cache
Used to limiting the size of an incoming response body of unknown size that is optimistically being read in anticipation of caching it.
InputLimit(long) - Constructor for class cz.msebera.android.httpclient.client.cache.InputLimit
Create a limit for how many bytes of a response body to read.
InputStreamBody - Class in cz.msebera.android.httpclient.entity.mime.content
Binary body part backed by an input stream.
InputStreamBody(InputStream, String, String) - Constructor for class cz.msebera.android.httpclient.entity.mime.content.InputStreamBody
InputStreamBody(InputStream, String) - Constructor for class cz.msebera.android.httpclient.entity.mime.content.InputStreamBody
 
InputStreamBody(InputStream, ContentType, String) - Constructor for class cz.msebera.android.httpclient.entity.mime.content.InputStreamBody
 
InputStreamBody(InputStream, ContentType) - Constructor for class cz.msebera.android.httpclient.entity.mime.content.InputStreamBody
 
InputStreamEntity - Class in cz.msebera.android.httpclient.entity
A streamed, non-repeatable entity that obtains its content from an InputStream.
InputStreamEntity(InputStream) - Constructor for class cz.msebera.android.httpclient.entity.InputStreamEntity
Creates an entity with an unknown length.
InputStreamEntity(InputStream, long) - Constructor for class cz.msebera.android.httpclient.entity.InputStreamEntity
Creates an entity with a specified content length.
InputStreamEntity(InputStream, ContentType) - Constructor for class cz.msebera.android.httpclient.entity.InputStreamEntity
Creates an entity with a content type and unknown length.
InputStreamEntity(InputStream, long, ContentType) - Constructor for class cz.msebera.android.httpclient.entity.InputStreamEntity
 
INSTANCE - Static variable in class cz.msebera.android.httpclient.conn.socket.PlainConnectionSocketFactory
 
INSTANCE - Static variable in class cz.msebera.android.httpclient.impl.client.DefaultConnectionKeepAliveStrategy
 
INSTANCE - Static variable in class cz.msebera.android.httpclient.impl.client.DefaultHttpRequestRetryHandler
 
INSTANCE - Static variable in class cz.msebera.android.httpclient.impl.client.DefaultRedirectStrategy
 
INSTANCE - Static variable in class cz.msebera.android.httpclient.impl.client.DefaultUserTokenHandler
 
INSTANCE - Static variable in class cz.msebera.android.httpclient.impl.client.NoopUserTokenHandler
 
INSTANCE - Static variable in class cz.msebera.android.httpclient.impl.client.ProxyAuthenticationStrategy
 
INSTANCE - Static variable in class cz.msebera.android.httpclient.impl.client.TargetAuthenticationStrategy
 
INSTANCE - Static variable in class cz.msebera.android.httpclient.impl.conn.DefaultHttpResponseParserFactory
 
INSTANCE - Static variable in class cz.msebera.android.httpclient.impl.conn.DefaultSchemePortResolver
 
INSTANCE - Static variable in class cz.msebera.android.httpclient.impl.conn.ManagedHttpClientConnectionFactory
 
INSTANCE - Static variable in class cz.msebera.android.httpclient.impl.conn.SystemDefaultDnsResolver
 
INSTANCE - Static variable in class cz.msebera.android.httpclient.impl.DefaultBHttpClientConnectionFactory
 
INSTANCE - Static variable in class cz.msebera.android.httpclient.impl.DefaultBHttpServerConnectionFactory
 
INSTANCE - Static variable in class cz.msebera.android.httpclient.impl.DefaultConnectionReuseStrategy
 
INSTANCE - Static variable in class cz.msebera.android.httpclient.impl.DefaultHttpRequestFactory
 
INSTANCE - Static variable in class cz.msebera.android.httpclient.impl.DefaultHttpResponseFactory
 
INSTANCE - Static variable in class cz.msebera.android.httpclient.impl.EnglishReasonPhraseCatalog
The default instance of this catalog.
INSTANCE - Static variable in class cz.msebera.android.httpclient.impl.entity.DisallowIdentityContentLengthStrategy
 
INSTANCE - Static variable in class cz.msebera.android.httpclient.impl.entity.LaxContentLengthStrategy
 
INSTANCE - Static variable in class cz.msebera.android.httpclient.impl.entity.StrictContentLengthStrategy
 
INSTANCE - Static variable in class cz.msebera.android.httpclient.impl.io.DefaultHttpRequestParserFactory
 
INSTANCE - Static variable in class cz.msebera.android.httpclient.impl.io.DefaultHttpRequestWriterFactory
 
INSTANCE - Static variable in class cz.msebera.android.httpclient.impl.io.DefaultHttpResponseParserFactory
 
INSTANCE - Static variable in class cz.msebera.android.httpclient.impl.io.DefaultHttpResponseWriterFactory
 
INSTANCE - Static variable in class cz.msebera.android.httpclient.impl.NoConnectionReuseStrategy
 
INSTANCE - Static variable in class cz.msebera.android.httpclient.message.BasicHeaderValueFormatter
 
INSTANCE - Static variable in class cz.msebera.android.httpclient.message.BasicHeaderValueParser
 
INSTANCE - Static variable in class cz.msebera.android.httpclient.message.BasicLineFormatter
 
INSTANCE - Static variable in class cz.msebera.android.httpclient.message.BasicLineParser
 
interrupt() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.WaitingThread
Deprecated.
 
invalidate() - Method in class cz.msebera.android.httpclient.auth.AuthState
Deprecated.
InvalidCredentialsException - Exception in cz.msebera.android.httpclient.auth
Authentication credentials required to respond to a authentication challenge are invalid
InvalidCredentialsException() - Constructor for exception cz.msebera.android.httpclient.auth.InvalidCredentialsException
Creates a new InvalidCredentialsException with a null detail message.
InvalidCredentialsException(String) - Constructor for exception cz.msebera.android.httpclient.auth.InvalidCredentialsException
Creates a new InvalidCredentialsException with the specified message.
InvalidCredentialsException(String, Throwable) - Constructor for exception cz.msebera.android.httpclient.auth.InvalidCredentialsException
Creates a new InvalidCredentialsException with the specified detail message and cause.
is303CachingEnabled() - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Returns whether 303 caching is enabled.
isAborted() - Method in class cz.msebera.android.httpclient.client.methods.AbstractExecutionAwareRequest
 
isAborted() - Method in interface cz.msebera.android.httpclient.client.methods.HttpExecutionAware
 
isAborted() - Method in class cz.msebera.android.httpclient.client.methods.HttpRequestWrapper
 
isAborted() - Method in interface cz.msebera.android.httpclient.client.methods.HttpUriRequest
Tests if the request execution has been aborted.
isAborted() - Method in class cz.msebera.android.httpclient.impl.client.RequestWrapper
Deprecated.
 
isAbsolute() - Method in class cz.msebera.android.httpclient.client.utils.URIBuilder
 
isAuthenticating(HttpParams) - Static method in class cz.msebera.android.httpclient.client.params.HttpClientParams
Deprecated.
 
isAuthenticationEnabled() - Method in class cz.msebera.android.httpclient.client.config.RequestConfig
Determines whether authentication should be handled automatically.
isAuthenticationRequested(HttpResponse, HttpContext) - Method in interface cz.msebera.android.httpclient.client.AuthenticationHandler
Deprecated.
Determines if the given HTTP response response represents an authentication challenge that was sent back as a result of authentication failure
isAuthenticationRequested(HttpHost, HttpResponse, HttpContext) - Method in interface cz.msebera.android.httpclient.client.AuthenticationStrategy
Determines if the given HTTP response response represents an authentication challenge that was sent back as a result of authentication failure.
isAuthenticationRequested(HttpHost, HttpResponse, AuthenticationStrategy, AuthState, HttpContext) - Method in class cz.msebera.android.httpclient.impl.auth.HttpAuthenticator
 
isAuthenticationRequested(HttpResponse, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.DefaultProxyAuthenticationHandler
Deprecated.
 
isAuthenticationRequested(HttpResponse, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.DefaultTargetAuthenticationHandler
Deprecated.
 
isBlank(CharSequence) - Static method in class cz.msebera.android.httpclient.util.TextUtils
 
isBound() - Method in class cz.msebera.android.httpclient.impl.io.SessionInputBufferImpl
 
isBound() - Method in class cz.msebera.android.httpclient.impl.io.SessionOutputBufferImpl
 
isCancelled() - Method in class cz.msebera.android.httpclient.concurrent.BasicFuture
 
isChunked() - Method in class cz.msebera.android.httpclient.client.entity.EntityBuilder
Returns true if entity is to be chunk coded, false otherwise.
isChunked() - Method in class cz.msebera.android.httpclient.client.entity.GzipCompressingEntity
 
isChunked() - Method in class cz.msebera.android.httpclient.entity.AbstractHttpEntity
Obtains the 'chunked' flag.
isChunked() - Method in class cz.msebera.android.httpclient.entity.BufferedHttpEntity
Tells that this entity does not have to be chunked.
isChunked() - Method in class cz.msebera.android.httpclient.entity.HttpEntityWrapper
 
isChunked() - Method in interface cz.msebera.android.httpclient.HttpEntity
Tells about chunked encoding for this entity.
isCircularRedirectsAllowed() - Method in class cz.msebera.android.httpclient.client.config.RequestConfig
Determines whether circular redirects (redirects to the same location) should be allowed.
isClosed() - Method in class cz.msebera.android.httpclient.impl.pool.BasicPoolEntry
 
isClosed() - Method in class cz.msebera.android.httpclient.pool.PoolEntry
Returns true if the pool entry has been invalidated.
isComparable(ProtocolVersion) - Method in class cz.msebera.android.httpclient.ProtocolVersion
Checks whether this protocol can be compared to another one.
isComplete() - Method in interface cz.msebera.android.httpclient.auth.AuthScheme
Authentication process may involve a series of challenge-response exchanges.
isComplete() - Method in class cz.msebera.android.httpclient.impl.auth.BasicScheme
Tests if the Basic authentication process has been completed.
isComplete() - Method in class cz.msebera.android.httpclient.impl.auth.DigestScheme
Tests if the Digest authentication process has been completed.
isComplete() - Method in class cz.msebera.android.httpclient.impl.auth.NTLMScheme
 
isConnected() - Method in class cz.msebera.android.httpclient.conn.routing.RouteTracker
 
isConnectionBased() - Method in interface cz.msebera.android.httpclient.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 cz.msebera.android.httpclient.impl.auth.BasicScheme
Returns false.
isConnectionBased() - Method in class cz.msebera.android.httpclient.impl.auth.DigestScheme
Returns false.
isConnectionBased() - Method in class cz.msebera.android.httpclient.impl.auth.NTLMScheme
 
isDataAvailable(int) - Method in class cz.msebera.android.httpclient.impl.conn.LoggingSessionInputBuffer
Deprecated.
 
isDataAvailable(int) - Method in class cz.msebera.android.httpclient.impl.io.SessionInputBufferImpl
 
isDataAvailable(int) - Method in class cz.msebera.android.httpclient.impl.io.SocketInputBuffer
Deprecated.
 
isDataAvailable(int) - Method in interface cz.msebera.android.httpclient.io.SessionInputBuffer
Deprecated.
(4.3) do not use. This function should be provided at the connection level
isDebugEnabled() - Method in class cz.msebera.android.httpclient.extras.HttpClientAndroidLog
 
isDone() - Method in class cz.msebera.android.httpclient.concurrent.BasicFuture
 
isEmpty() - Method in class cz.msebera.android.httpclient.util.ByteArrayBuffer
Returns true if this buffer is empty, that is, its ByteArrayBuffer.length() is equal to 0.
isEmpty() - Method in class cz.msebera.android.httpclient.util.CharArrayBuffer
Returns true if this buffer is empty, that is, its CharArrayBuffer.length() is equal to 0.
isEmpty(CharSequence) - Static method in class cz.msebera.android.httpclient.util.TextUtils
 
isEncoded(HttpEntity) - Static method in class cz.msebera.android.httpclient.client.utils.URLEncodedUtils
Returns true if the entity's Content-Type header is application/x-www-form-urlencoded.
isEof() - Method in class cz.msebera.android.httpclient.impl.AbstractHttpClientConnection
Deprecated.
 
isEof() - Method in class cz.msebera.android.httpclient.impl.AbstractHttpServerConnection
Deprecated.
 
isEof() - Method in class cz.msebera.android.httpclient.impl.conn.LoggingSessionInputBuffer
Deprecated.
 
isEof() - Method in class cz.msebera.android.httpclient.impl.io.SocketInputBuffer
Deprecated.
 
isEof() - Method in interface cz.msebera.android.httpclient.io.EofSensor
Deprecated.
 
isErrorEnabled() - Method in class cz.msebera.android.httpclient.extras.HttpClientAndroidLog
 
isExpectContinueEnabled() - Method in class cz.msebera.android.httpclient.client.config.RequestConfig
Determines whether the 'Expect: 100-Continue' handshake is enabled for entity enclosing methods.
isExpired(Date) - Method in interface cz.msebera.android.httpclient.cookie.Cookie
Returns true if this cookie has expired.
isExpired(long) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.BasicPoolEntry
Deprecated.
 
isExpired(Date) - Method in class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie
Returns true if this cookie has expired.
isExpired(Date) - Method in class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie2
 
isExpired(long) - Method in class cz.msebera.android.httpclient.pool.PoolEntry
 
isFull() - Method in class cz.msebera.android.httpclient.util.ByteArrayBuffer
Returns true if this buffer is full, that is, its ByteArrayBuffer.length() is equal to its ByteArrayBuffer.capacity().
isFull() - Method in class cz.msebera.android.httpclient.util.CharArrayBuffer
Returns true if this buffer is full, that is, its CharArrayBuffer.length() is equal to its CharArrayBuffer.capacity().
isGzipCompress() - Method in class cz.msebera.android.httpclient.client.entity.EntityBuilder
Returns true if entity is to be GZIP compressed, false otherwise.
isHeuristicCachingEnabled() - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Returns whether heuristic caching is enabled.
isHttpSeparator(char) - Method in class cz.msebera.android.httpclient.message.BasicTokenIterator
Checks whether a character is an HTTP separator.
isInfoEnabled() - Method in class cz.msebera.android.httpclient.extras.HttpClientAndroidLog
 
isIPv4Address(String) - Static method in class cz.msebera.android.httpclient.conn.util.InetAddressUtils
Checks whether the parameter is a valid IPv4 address
isIPv4MappedIPv64Address(String) - Static method in class cz.msebera.android.httpclient.conn.util.InetAddressUtils
 
isIPv6Address(String) - Static method in class cz.msebera.android.httpclient.conn.util.InetAddressUtils
Checks whether the parameter is a valid IPv6 address (including compressed).
isIPv6HexCompressedAddress(String) - Static method in class cz.msebera.android.httpclient.conn.util.InetAddressUtils
Checks whether the parameter is a valid compressed IPv6 address
isIPv6StdAddress(String) - Static method in class cz.msebera.android.httpclient.conn.util.InetAddressUtils
Checks whether the parameter is a valid standard (non-compressed) IPv6 address
isLayered() - Method in class cz.msebera.android.httpclient.conn.routing.HttpRoute
 
isLayered() - Method in interface cz.msebera.android.httpclient.conn.routing.RouteInfo
Checks whether this route includes a layered protocol.
isLayered() - Method in class cz.msebera.android.httpclient.conn.routing.RouteTracker
 
isLayered() - Method in class cz.msebera.android.httpclient.conn.scheme.Scheme
Deprecated.
Indicates whether this scheme allows for layered connections.
isMarkedReusable() - Method in interface cz.msebera.android.httpclient.conn.ManagedClientConnection
Deprecated.
Indicates whether this connection is in a reusable communication state.
isMarkedReusable() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
 
isNeverCacheHTTP10ResponsesWithQuery() - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Returns whether the cache will never cache HTTP 1.0 responses with a query string or not.
ISO_8859_1 - Static variable in class cz.msebera.android.httpclient.Consts
 
ISO_8859_1 - Static variable in class cz.msebera.android.httpclient.protocol.HTTP
Deprecated.
(4.2)
isOpaque() - Method in class cz.msebera.android.httpclient.client.utils.URIBuilder
 
isOpen() - Method in interface cz.msebera.android.httpclient.HttpConnection
Checks if this connection is open.
isOpen() - Method in class cz.msebera.android.httpclient.impl.BHttpConnectionBase
 
isOpen() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
 
isOpen() - Method in class cz.msebera.android.httpclient.impl.SocketHttpClientConnection
Deprecated.
 
isOpen() - Method in class cz.msebera.android.httpclient.impl.SocketHttpServerConnection
Deprecated.
 
isParameterFalse(String) - Method in class cz.msebera.android.httpclient.params.AbstractHttpParams
Deprecated.
 
isParameterFalse(String) - Method in interface cz.msebera.android.httpclient.params.HttpParams
Deprecated.
Checks if a boolean parameter is not set or false.
isParameterSet(String) - Method in class cz.msebera.android.httpclient.params.BasicHttpParams
Deprecated.
Is the parameter set?
isParameterSet(String) - Method in class cz.msebera.android.httpclient.params.SyncBasicHttpParams
Deprecated.
 
isParameterSetLocally(String) - Method in class cz.msebera.android.httpclient.params.BasicHttpParams
Deprecated.
Is the parameter set in this object?
isParameterSetLocally(String) - Method in class cz.msebera.android.httpclient.params.SyncBasicHttpParams
Deprecated.
 
isParameterTrue(String) - Method in class cz.msebera.android.httpclient.params.AbstractHttpParams
Deprecated.
 
isParameterTrue(String) - Method in interface cz.msebera.android.httpclient.params.HttpParams
Deprecated.
Checks if a boolean parameter is set to true.
isPersistent() - Method in interface cz.msebera.android.httpclient.cookie.Cookie
Returns false if the cookie should be discarded at the end of the "session"; true otherwise.
isPersistent() - Method in class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie
Returns false if the cookie should be discarded at the end of the "session"; true otherwise.
isPersistent() - Method in class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie2
 
isProxy() - Method in class cz.msebera.android.httpclient.impl.auth.AuthSchemeBase
Returns true if authenticating against a proxy, false otherwise.
isReached() - Method in class cz.msebera.android.httpclient.client.cache.InputLimit
Returns true if the input limit has been reached.
isReadAllowed() - Method in class cz.msebera.android.httpclient.conn.EofSensorInputStream
Checks whether the underlying stream can be read from.
isRedirectable(String) - Method in class cz.msebera.android.httpclient.impl.client.DefaultRedirectStrategy
 
isRedirectable(String) - Method in class cz.msebera.android.httpclient.impl.client.LaxRedirectStrategy
 
isRedirected(HttpRequest, HttpResponse, HttpContext) - Method in interface cz.msebera.android.httpclient.client.RedirectStrategy
Determines if a request should be redirected to a new location given the response from the target server.
isRedirected(HttpRequest, HttpResponse, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.DefaultRedirectStrategy
 
isRedirecting(HttpParams) - Static method in class cz.msebera.android.httpclient.client.params.HttpClientParams
Deprecated.
 
isRedirectRequested(HttpResponse, HttpContext) - Method in interface cz.msebera.android.httpclient.client.RedirectHandler
Deprecated.
Determines if a request should be redirected to a new location given the response from the target server.
isRedirectRequested(HttpResponse, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.DefaultRedirectHandler
Deprecated.
 
isRedirectsEnabled() - Method in class cz.msebera.android.httpclient.client.config.RequestConfig
Determines whether redirects should be handled automatically.
isRelativeRedirectsAllowed() - Method in class cz.msebera.android.httpclient.client.config.RequestConfig
Determines whether relative redirects should be rejected.
isReleased() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
 
isRepeatable() - Method in class cz.msebera.android.httpclient.conn.BasicManagedEntity
Deprecated.
 
isRepeatable() - Method in class cz.msebera.android.httpclient.entity.BasicHttpEntity
Tells that this entity is not repeatable.
isRepeatable() - Method in class cz.msebera.android.httpclient.entity.BufferedHttpEntity
Tells that this entity is repeatable.
isRepeatable() - Method in class cz.msebera.android.httpclient.entity.ByteArrayEntity
 
isRepeatable() - Method in class cz.msebera.android.httpclient.entity.EntityTemplate
 
isRepeatable() - Method in class cz.msebera.android.httpclient.entity.FileEntity
 
isRepeatable() - Method in class cz.msebera.android.httpclient.entity.HttpEntityWrapper
 
isRepeatable() - Method in class cz.msebera.android.httpclient.entity.InputStreamEntity
 
isRepeatable() - Method in class cz.msebera.android.httpclient.entity.SerializableEntity
 
isRepeatable() - Method in class cz.msebera.android.httpclient.entity.StringEntity
 
isRepeatable() - Method in interface cz.msebera.android.httpclient.HttpEntity
Tells if the entity is capable of producing its data more than once.
isRepeatable() - Method in class cz.msebera.android.httpclient.impl.client.EntityEnclosingRequestWrapper
Deprecated.
 
isRepeatable() - Method in class cz.msebera.android.httpclient.impl.client.RequestWrapper
Deprecated.
 
isRequestSent() - Method in class cz.msebera.android.httpclient.protocol.HttpCoreContext
 
isRequestSentRetryEnabled() - Method in class cz.msebera.android.httpclient.impl.client.DefaultHttpRequestRetryHandler
 
isResponseAvailable(int) - Method in interface cz.msebera.android.httpclient.HttpClientConnection
Checks if response data is available from the connection.
isResponseAvailable(int) - Method in class cz.msebera.android.httpclient.impl.AbstractHttpClientConnection
Deprecated.
 
isResponseAvailable(int) - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
 
isResponseAvailable(int) - Method in class cz.msebera.android.httpclient.impl.DefaultBHttpClientConnection
 
isSecure() - Method in interface cz.msebera.android.httpclient.conn.HttpRoutedConnection
Deprecated.
Indicates whether this connection is secure.
isSecure() - Method in interface cz.msebera.android.httpclient.conn.ManagedClientConnection
Deprecated.
Indicates whether this connection is secure.
isSecure(Socket) - Method in class cz.msebera.android.httpclient.conn.MultihomePlainSocketFactory
Deprecated.
Checks whether a socket connection is secure.
isSecure() - Method in interface cz.msebera.android.httpclient.conn.OperatedClientConnection
Deprecated.
Indicates whether this connection is secure.
isSecure() - Method in class cz.msebera.android.httpclient.conn.routing.HttpRoute
 
isSecure() - Method in interface cz.msebera.android.httpclient.conn.routing.RouteInfo
Checks whether this route is secure.
isSecure() - Method in class cz.msebera.android.httpclient.conn.routing.RouteTracker
 
isSecure(Socket) - Method in class cz.msebera.android.httpclient.conn.scheme.PlainSocketFactory
Deprecated.
Checks whether a socket connection is secure.
isSecure(Socket) - Method in interface cz.msebera.android.httpclient.conn.scheme.SchemeSocketFactory
Deprecated.
Checks whether a socket provides a secure connection.
isSecure(Socket) - Method in interface cz.msebera.android.httpclient.conn.scheme.SocketFactory
Deprecated.
Checks whether a socket provides a secure connection.
isSecure(Socket) - Method in class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
Checks whether a socket connection is secure.
isSecure() - Method in interface cz.msebera.android.httpclient.cookie.Cookie
Indicates whether this cookie requires a secure connection.
isSecure() - Method in class cz.msebera.android.httpclient.cookie.CookieOrigin
 
isSecure() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
 
isSecure() - Method in class cz.msebera.android.httpclient.impl.conn.DefaultClientConnection
Deprecated.
 
isSecure() - Method in class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie
 
isSeparator(char) - Method in class cz.msebera.android.httpclient.message.BasicHeaderValueFormatter
Checks whether a character is a separator.
isSharedCache() - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Returns whether the cache will behave as a shared cache or not.
isShutDown - Variable in class cz.msebera.android.httpclient.impl.conn.SingleClientConnManager
Deprecated.
Indicates whether this connection manager is shut down.
isShutDown - Variable in class cz.msebera.android.httpclient.impl.conn.tsccm.AbstractConnPool
Deprecated.
Indicates whether this pool is shut down.
isShutdown() - Method in class cz.msebera.android.httpclient.pool.AbstractConnPool
 
isSoKeepAlive() - Method in class cz.msebera.android.httpclient.config.SocketConfig
Determines the default value of the SocketOptions.SO_KEEPALIVE parameter for newly created sockets.
isSoReuseAddress() - Method in class cz.msebera.android.httpclient.config.SocketConfig
Determines the default value of the SocketOptions.SO_REUSEADDR parameter for newly created sockets.
isStale() - Method in interface cz.msebera.android.httpclient.HttpConnection
Checks whether this connection has gone down.
isStale() - Method in class cz.msebera.android.httpclient.impl.AbstractHttpClientConnection
Deprecated.
 
isStale() - Method in class cz.msebera.android.httpclient.impl.AbstractHttpServerConnection
Deprecated.
 
isStale() - Method in class cz.msebera.android.httpclient.impl.BHttpConnectionBase
 
isStale() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
 
isStaleCheckingEnabled(HttpParams) - Static method in class cz.msebera.android.httpclient.params.HttpConnectionParams
Deprecated.
Obtains value of the CoreConnectionPNames.STALE_CONNECTION_CHECK parameter.
isStaleConnectionCheckEnabled() - Method in class cz.msebera.android.httpclient.client.config.RequestConfig
Determines whether stale connection check is to be used.
isStreaming() - Method in class cz.msebera.android.httpclient.entity.BasicHttpEntity
 
isStreaming() - Method in class cz.msebera.android.httpclient.entity.BufferedHttpEntity
 
isStreaming() - Method in class cz.msebera.android.httpclient.entity.ByteArrayEntity
Tells that this entity is not streaming.
isStreaming() - Method in class cz.msebera.android.httpclient.entity.EntityTemplate
 
isStreaming() - Method in class cz.msebera.android.httpclient.entity.FileEntity
Tells that this entity is not streaming.
isStreaming() - Method in class cz.msebera.android.httpclient.entity.HttpEntityWrapper
 
isStreaming() - Method in class cz.msebera.android.httpclient.entity.InputStreamEntity
 
isStreaming() - Method in class cz.msebera.android.httpclient.entity.SerializableEntity
 
isStreaming() - Method in class cz.msebera.android.httpclient.entity.StringEntity
Tells that this entity is not streaming.
isStreaming() - Method in interface cz.msebera.android.httpclient.HttpEntity
Tells whether this entity depends on an underlying stream.
issuedConnections - Variable in class cz.msebera.android.httpclient.impl.conn.tsccm.AbstractConnPool
Deprecated.
 
isTcpNoDelay() - Method in class cz.msebera.android.httpclient.config.SocketConfig
Determines the default value of the SocketOptions.TCP_NODELAY parameter for newly created sockets.
isTokenChar(char) - Method in class cz.msebera.android.httpclient.message.BasicTokenIterator
Checks whether a character is a valid token character.
isTokenSeparator(char) - Method in class cz.msebera.android.httpclient.message.BasicTokenIterator
Checks whether a character is a token separator.
isTraceEnabled() - Method in class cz.msebera.android.httpclient.extras.HttpClientAndroidLog
 
isTrusted(X509Certificate[], String) - Method in class cz.msebera.android.httpclient.conn.ssl.TrustSelfSignedStrategy
 
isTrusted(X509Certificate[], String) - Method in interface cz.msebera.android.httpclient.conn.ssl.TrustStrategy
Determines whether the certificate chain can be trusted without consulting the trust manager configured in the actual SSL context.
isTunnelled() - Method in class cz.msebera.android.httpclient.conn.routing.HttpRoute
 
isTunnelled() - Method in interface cz.msebera.android.httpclient.conn.routing.RouteInfo
Checks whether this route is tunnelled through a proxy.
isTunnelled() - Method in class cz.msebera.android.httpclient.conn.routing.RouteTracker
 
isUnsafe(char) - Method in class cz.msebera.android.httpclient.message.BasicHeaderValueFormatter
Checks whether a character is unsafe.
isUnused() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.RouteSpecificPool
Deprecated.
Indicates whether this pool is unused.
isValid() - Method in class cz.msebera.android.httpclient.auth.AuthState
Deprecated.
(4.2) do not use
isWarnEnabled() - Method in class cz.msebera.android.httpclient.extras.HttpClientAndroidLog
 
isWeakETagOnPutDeleteAllowed() - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Returns whether weak etags is allowed with PUT/DELETE methods.
isWhitespace(char) - Method in class cz.msebera.android.httpclient.message.BasicTokenIterator
Checks whether a character is a whitespace character.
isWhitespace(char) - Static method in class cz.msebera.android.httpclient.protocol.HTTP
 
iterator() - Method in class cz.msebera.android.httpclient.entity.mime.Header
 
iterator() - Method in class cz.msebera.android.httpclient.message.HeaderGroup
Returns an iterator over this group of headers.
iterator(String) - Method in class cz.msebera.android.httpclient.message.HeaderGroup
Returns an iterator over the headers with a given name in this group.

J

JdkIdn - Class in cz.msebera.android.httpclient.client.utils
Uses the java.net.IDN class through reflection.
JdkIdn() - Constructor for class cz.msebera.android.httpclient.client.utils.JdkIdn
 

K

keepAlive(HttpResponse, HttpContext) - Method in interface cz.msebera.android.httpclient.ConnectionReuseStrategy
Decides whether a connection can be kept open after a request.
keepAlive(HttpResponse, HttpContext) - Method in class cz.msebera.android.httpclient.impl.DefaultConnectionReuseStrategy
 
keepAlive(HttpResponse, HttpContext) - Method in class cz.msebera.android.httpclient.impl.NoConnectionReuseStrategy
 
keepAliveStrategy - Variable in class cz.msebera.android.httpclient.impl.client.DefaultRequestDirector
Deprecated.
The keep-alive duration strategy.
KERBEROS - Static variable in class cz.msebera.android.httpclient.client.config.AuthSchemes
Kerberos Authentication scheme.
KERBEROS - Static variable in class cz.msebera.android.httpclient.client.params.AuthPolicy
Deprecated.
Kerberos Authentication scheme.

L

LangUtils - Class in cz.msebera.android.httpclient.util
A set of utility methods to help produce consistent equals and hashCode methods.
LAST_MODIFIED - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
LAST_MODIFIED - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.10, RFC 2616 (HTTP/1.1) Section 14.29
lastIndex - Variable in class cz.msebera.android.httpclient.message.BasicListHeaderIterator
The position of the last returned header.
lastReleaseTime - Variable in class cz.msebera.android.httpclient.impl.conn.SingleClientConnManager
Deprecated.
The time of the last connection release, or -1.
LaxContentLengthStrategy - Class in cz.msebera.android.httpclient.impl.entity
The lax implementation of the content length strategy.
LaxContentLengthStrategy(int) - Constructor for class cz.msebera.android.httpclient.impl.entity.LaxContentLengthStrategy
Creates LaxContentLengthStrategy instance with the given length used per default when content length is not explicitly specified in the message.
LaxContentLengthStrategy() - Constructor for class cz.msebera.android.httpclient.impl.entity.LaxContentLengthStrategy
Creates LaxContentLengthStrategy instance.
LaxRedirectStrategy - Class in cz.msebera.android.httpclient.impl.client
Lax RedirectStrategy implementation that automatically redirects all HEAD, GET and POST requests.
LaxRedirectStrategy() - Constructor for class cz.msebera.android.httpclient.impl.client.LaxRedirectStrategy
 
LAYER_PROTOCOL - Static variable in interface cz.msebera.android.httpclient.conn.routing.HttpRouteDirector
Step: layer protocol (over tunnel).
LayeredConnectionSocketFactory - Interface in cz.msebera.android.httpclient.conn.socket
Extended ConnectionSocketFactory interface for layered sockets such as SSL/TLS.
LayeredSchemeSocketFactory - Interface in cz.msebera.android.httpclient.conn.scheme
Deprecated.
LayeredSocketFactory - Interface in cz.msebera.android.httpclient.conn.scheme
Deprecated.
layerProtocol(HttpContext, HttpParams) - Method in interface cz.msebera.android.httpclient.conn.ManagedClientConnection
Deprecated.
Layers a new protocol on top of a tunnelled connection.
layerProtocol(boolean) - Method in class cz.msebera.android.httpclient.conn.routing.RouteTracker
Tracks layering a protocol.
layerProtocol(HttpContext, HttpParams) - Method in class cz.msebera.android.httpclient.impl.conn.AbstractPooledConnAdapter
Deprecated.
 
layerProtocol(HttpContext, HttpParams) - Method in class cz.msebera.android.httpclient.impl.conn.AbstractPoolEntry
Deprecated.
Layers a protocol on top of an established tunnel.
lcHostname - Variable in class cz.msebera.android.httpclient.HttpHost
lease(T, Object, FutureCallback<E>) - Method in class cz.msebera.android.httpclient.pool.AbstractConnPool
Attempts to lease a connection for the given route and with the given state from the pool.
lease(T, Object) - Method in class cz.msebera.android.httpclient.pool.AbstractConnPool
Attempts to lease a connection for the given route and with the given state from the pool.
lease(T, Object, FutureCallback<E>) - Method in interface cz.msebera.android.httpclient.pool.ConnPool
Attempts to lease a connection for the given route and with the given state from the pool.
leaseConnection(Future<CPoolEntry>, long, TimeUnit) - Method in class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
leasedConnections - Variable in class cz.msebera.android.httpclient.impl.conn.tsccm.AbstractConnPool
Deprecated.
References to issued connections
leasedConnections - Variable in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
References to issued connections
length() - Method in interface cz.msebera.android.httpclient.client.cache.Resource
Returns the length in bytes of the response body.
length() - Method in class cz.msebera.android.httpclient.impl.client.cache.FileResource
 
length() - Method in class cz.msebera.android.httpclient.impl.client.cache.HeapResource
 
length() - Method in class cz.msebera.android.httpclient.impl.io.AbstractSessionInputBuffer
Deprecated.
 
length() - Method in class cz.msebera.android.httpclient.impl.io.AbstractSessionOutputBuffer
Deprecated.
 
length() - Method in class cz.msebera.android.httpclient.impl.io.SessionInputBufferImpl
 
length() - Method in class cz.msebera.android.httpclient.impl.io.SessionOutputBufferImpl
 
length() - Method in interface cz.msebera.android.httpclient.io.BufferInfo
Return length data stored in the buffer
length() - Method in class cz.msebera.android.httpclient.util.ByteArrayBuffer
Returns the length of the buffer (byte count).
length() - Method in class cz.msebera.android.httpclient.util.CharArrayBuffer
Returns the length of the buffer (char count).
lessEquals(ProtocolVersion) - Method in class cz.msebera.android.httpclient.ProtocolVersion
Tests if this protocol version is less or equal to the given one.
LF - Static variable in class cz.msebera.android.httpclient.Consts
 
LF - Static variable in class cz.msebera.android.httpclient.protocol.HTTP
 
lineBuf - Variable in class cz.msebera.android.httpclient.impl.io.AbstractMessageWriter
 
lineFormatter - Variable in class cz.msebera.android.httpclient.impl.io.AbstractMessageWriter
 
LineFormatter - Interface in cz.msebera.android.httpclient.message
Interface for formatting elements of the HEAD section of an HTTP message.
lineLen(int) - Static method in class cz.msebera.android.httpclient.config.MessageConstraints
 
lineParser - Variable in class cz.msebera.android.httpclient.impl.io.AbstractMessageParser
 
LineParser - Interface in cz.msebera.android.httpclient.message
Interface for parsing lines in the HEAD section of an HTTP message.
LinuxPRNGSecureRandom() - Constructor for class cz.msebera.android.httpclient.extras.PRNGFixes.LinuxPRNGSecureRandom
 
loadKeyMaterial(KeyStore, char[]) - Method in class cz.msebera.android.httpclient.conn.ssl.SSLContextBuilder
 
loadKeyMaterial(KeyStore, char[], PrivateKeyStrategy) - Method in class cz.msebera.android.httpclient.conn.ssl.SSLContextBuilder
 
loadTrustMaterial(KeyStore, TrustStrategy) - Method in class cz.msebera.android.httpclient.conn.ssl.SSLContextBuilder
 
loadTrustMaterial(KeyStore) - Method in class cz.msebera.android.httpclient.conn.ssl.SSLContextBuilder
 
loadVersionInfo(String[], ClassLoader) - Static method in class cz.msebera.android.httpclient.util.VersionInfo
Loads version information for a list of packages.
loadVersionInfo(String, ClassLoader) - Static method in class cz.msebera.android.httpclient.util.VersionInfo
Loads version information for a package.
LOCAL_ADDRESS - Static variable in interface cz.msebera.android.httpclient.conn.params.ConnRoutePNames
Deprecated.
Parameter for the local address.
LOCATION - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.11, RFC 2616 (HTTP/1.1) Section 14.30
LOCK_TOKEN - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2518 (WevDAV) Section 9.5
log - Variable in class cz.msebera.android.httpclient.client.protocol.RequestAddCookies
 
log - Variable in class cz.msebera.android.httpclient.client.protocol.RequestAuthCache
 
log - Variable in class cz.msebera.android.httpclient.client.protocol.RequestClientConnControl
 
log - Variable in class cz.msebera.android.httpclient.client.protocol.ResponseAuthCache
Deprecated.
 
log - Variable in class cz.msebera.android.httpclient.client.protocol.ResponseProcessCookies
 
log - Variable in class cz.msebera.android.httpclient.conn.ssl.AbstractVerifier
 
log - Variable in class cz.msebera.android.httpclient.impl.auth.HttpAuthenticator
 
log - Variable in class cz.msebera.android.httpclient.impl.client.AbstractAuthenticationHandler
Deprecated.
 
log - Variable in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
log - Variable in class cz.msebera.android.httpclient.impl.client.AutoRetryHttpClient
Deprecated.
 
log - Variable in class cz.msebera.android.httpclient.impl.client.cache.CachingExec
 
log - Variable in class cz.msebera.android.httpclient.impl.client.CloseableHttpClient
 
log - Variable in class cz.msebera.android.httpclient.impl.client.DefaultRedirectHandler
Deprecated.
 
log - Variable in class cz.msebera.android.httpclient.impl.client.DefaultRedirectStrategy
 
log - Variable in class cz.msebera.android.httpclient.impl.client.DefaultRequestDirector
Deprecated.
 
log - Variable in class cz.msebera.android.httpclient.impl.conn.BasicClientConnectionManager
Deprecated.
 
log - Variable in class cz.msebera.android.httpclient.impl.conn.BasicHttpClientConnectionManager
 
log - Variable in class cz.msebera.android.httpclient.impl.conn.DefaultClientConnection
Deprecated.
 
log - Variable in class cz.msebera.android.httpclient.impl.conn.DefaultClientConnectionOperator
Deprecated.
 
log - Variable in class cz.msebera.android.httpclient.impl.conn.DefaultHttpResponseParser
 
log - Variable in class cz.msebera.android.httpclient.impl.conn.DefaultResponseParser
Deprecated.
 
log - Variable in class cz.msebera.android.httpclient.impl.conn.IdleConnectionHandler
Deprecated.
 
log - Variable in class cz.msebera.android.httpclient.impl.conn.InMemoryDnsResolver
Logger associated to this class.
log - Variable in class cz.msebera.android.httpclient.impl.conn.ManagedHttpClientConnectionFactory
 
log - Variable in class cz.msebera.android.httpclient.impl.conn.PoolingClientConnectionManager
Deprecated.
 
log - Variable in class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
log - Variable in class cz.msebera.android.httpclient.impl.conn.SingleClientConnManager
Deprecated.
 
log - Variable in class cz.msebera.android.httpclient.impl.conn.tsccm.AbstractConnPool
Deprecated.
 
log - Variable in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
 
log - Variable in class cz.msebera.android.httpclient.impl.conn.tsccm.RouteSpecificPool
Deprecated.
 
log - Variable in class cz.msebera.android.httpclient.impl.conn.tsccm.ThreadSafeClientConnManager
Deprecated.
 
log - Variable in class cz.msebera.android.httpclient.impl.conn.Wire
 
log - Variable in class cz.msebera.android.httpclient.impl.execchain.MainClientExec
 
log - Variable in class cz.msebera.android.httpclient.impl.execchain.MinimalClientExec
 
log - Variable in class cz.msebera.android.httpclient.impl.execchain.ProtocolExec
 
log - Variable in class cz.msebera.android.httpclient.impl.execchain.RedirectExec
 
log - Variable in class cz.msebera.android.httpclient.impl.execchain.RetryExec
 
log - Variable in class cz.msebera.android.httpclient.impl.execchain.ServiceUnavailableRetryExec
 
LoggingSessionInputBuffer - Class in cz.msebera.android.httpclient.impl.conn
Deprecated.
(4.3) no longer used.
LoggingSessionInputBuffer(SessionInputBuffer, Wire, String) - Constructor for class cz.msebera.android.httpclient.impl.conn.LoggingSessionInputBuffer
Deprecated.
Create an instance that wraps the specified session input buffer.
LoggingSessionInputBuffer(SessionInputBuffer, Wire) - Constructor for class cz.msebera.android.httpclient.impl.conn.LoggingSessionInputBuffer
Deprecated.
 
LoggingSessionOutputBuffer - Class in cz.msebera.android.httpclient.impl.conn
Deprecated.
(4.3) no longer used.
LoggingSessionOutputBuffer(SessionOutputBuffer, Wire, String) - Constructor for class cz.msebera.android.httpclient.impl.conn.LoggingSessionOutputBuffer
Deprecated.
Create an instance that wraps the specified session output buffer.
LoggingSessionOutputBuffer(SessionOutputBuffer, Wire) - Constructor for class cz.msebera.android.httpclient.impl.conn.LoggingSessionOutputBuffer
Deprecated.
 
lookup(String) - Method in class cz.msebera.android.httpclient.auth.AuthSchemeRegistry
Deprecated.
 
Lookup<I> - Interface in cz.msebera.android.httpclient.config
Generic lookup by low-case string ID.
lookup(String) - Method in interface cz.msebera.android.httpclient.config.Lookup
 
lookup(String) - Method in class cz.msebera.android.httpclient.config.Registry
 
lookup(String) - Method in class cz.msebera.android.httpclient.cookie.CookieSpecRegistry
Deprecated.
 
lookup(HttpRequest) - Method in interface cz.msebera.android.httpclient.protocol.HttpRequestHandlerMapper
Looks up a handler matching the given request.
lookup(String) - Method in class cz.msebera.android.httpclient.protocol.HttpRequestHandlerRegistry
Deprecated.
 
lookup(String) - Method in interface cz.msebera.android.httpclient.protocol.HttpRequestHandlerResolver
Deprecated.
Looks up a handler matching the given request URI.
lookup(HttpRequest) - Method in class cz.msebera.android.httpclient.protocol.UriHttpRequestHandlerMapper
Looks up a handler matching the given request URI.
lookup(String) - Method in class cz.msebera.android.httpclient.protocol.UriPatternMatcher
Looks up an object matching the given request path.
lookup(String) - Static method in class cz.msebera.android.httpclient.util.CharsetUtils
 

M

MainClientExec - Class in cz.msebera.android.httpclient.impl.execchain
The last request executor in the HTTP request execution chain that is responsible for execution of request / response exchanges with the opposite endpoint.
MainClientExec(HttpRequestExecutor, HttpClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy, AuthenticationStrategy, AuthenticationStrategy, UserTokenHandler) - Constructor for class cz.msebera.android.httpclient.impl.execchain.MainClientExec
 
major - Variable in class cz.msebera.android.httpclient.ProtocolVersion
Major version number of the protocol
MalformedChallengeException - Exception in cz.msebera.android.httpclient.auth
Signals that authentication challenge is in some way invalid or illegal in the given context
MalformedChallengeException() - Constructor for exception cz.msebera.android.httpclient.auth.MalformedChallengeException
Creates a new MalformedChallengeException with a null detail message.
MalformedChallengeException(String) - Constructor for exception cz.msebera.android.httpclient.auth.MalformedChallengeException
Creates a new MalformedChallengeException with the specified message.
MalformedChallengeException(String, Throwable) - Constructor for exception cz.msebera.android.httpclient.auth.MalformedChallengeException
Creates a new MalformedChallengeException with the specified detail message and cause.
MalformedChunkCodingException - Exception in cz.msebera.android.httpclient
Signals a malformed chunked stream.
MalformedChunkCodingException() - Constructor for exception cz.msebera.android.httpclient.MalformedChunkCodingException
Creates a MalformedChunkCodingException without a detail message.
MalformedChunkCodingException(String) - Constructor for exception cz.msebera.android.httpclient.MalformedChunkCodingException
Creates a MalformedChunkCodingException with the specified detail message.
MalformedCookieException - Exception in cz.msebera.android.httpclient.cookie
Signals that a cookie is in some way invalid or illegal in a given context
MalformedCookieException() - Constructor for exception cz.msebera.android.httpclient.cookie.MalformedCookieException
Creates a new MalformedCookieException with a null detail message.
MalformedCookieException(String) - Constructor for exception cz.msebera.android.httpclient.cookie.MalformedCookieException
Creates a new MalformedCookieException with a specified message string.
MalformedCookieException(String, Throwable) - Constructor for exception cz.msebera.android.httpclient.cookie.MalformedCookieException
Creates a new MalformedCookieException with the specified detail message and cause.
ManagedClientConnection - Interface in cz.msebera.android.httpclient.conn
Deprecated.
(4.3) replaced by HttpClientConnectionManager.
managedConn - Variable in class cz.msebera.android.httpclient.conn.BasicEofSensorWatcher
Deprecated.
The connection to auto-release.
managedConn - Variable in class cz.msebera.android.httpclient.conn.BasicManagedEntity
Deprecated.
The connection to release.
managedConn - Variable in class cz.msebera.android.httpclient.impl.client.DefaultRequestDirector
Deprecated.
The currently allocated connection.
managedConn - Variable in class cz.msebera.android.httpclient.impl.conn.SingleClientConnManager
Deprecated.
The currently issued managed connection, if any.
ManagedHttpCacheStorage - Class in cz.msebera.android.httpclient.impl.client.cache
HttpCacheStorage implementation capable of deallocating resources associated with the cache entries.
ManagedHttpCacheStorage(CacheConfig) - Constructor for class cz.msebera.android.httpclient.impl.client.cache.ManagedHttpCacheStorage
 
ManagedHttpClientConnection - Interface in cz.msebera.android.httpclient.conn
Represents a managed connection whose state and life cycle is managed by a connection manager.
ManagedHttpClientConnectionFactory - Class in cz.msebera.android.httpclient.impl.conn
Factory for ManagedHttpClientConnection instances.
ManagedHttpClientConnectionFactory(HttpMessageWriterFactory<HttpRequest>, HttpMessageParserFactory<HttpResponse>) - Constructor for class cz.msebera.android.httpclient.impl.conn.ManagedHttpClientConnectionFactory
 
ManagedHttpClientConnectionFactory(HttpMessageParserFactory<HttpResponse>) - Constructor for class cz.msebera.android.httpclient.impl.conn.ManagedHttpClientConnectionFactory
 
ManagedHttpClientConnectionFactory() - Constructor for class cz.msebera.android.httpclient.impl.conn.ManagedHttpClientConnectionFactory
 
mark(int) - Method in class cz.msebera.android.httpclient.client.entity.DeflateInputStream
Mark.
markReusable() - Method in interface cz.msebera.android.httpclient.conn.ManagedClientConnection
Deprecated.
Marks this connection as being in a reusable communication state.
markReusable() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
 
markSupported() - Method in class cz.msebera.android.httpclient.client.entity.DeflateInputStream
Check if mark is supported.
match(AuthScope) - Method in class cz.msebera.android.httpclient.auth.AuthScope
Tests if the authentication scopes match.
match(Cookie, CookieOrigin) - Method in interface cz.msebera.android.httpclient.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 cz.msebera.android.httpclient.cookie.CookieSpec
Determines if a Cookie matches the target location.
match(Cookie, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.AbstractCookieAttributeHandler
 
match(Cookie, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.BasicDomainHandler
 
match(Cookie, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.BasicPathHandler
 
match(Cookie, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.BasicSecureHandler
 
match(Cookie, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.BestMatchSpec
 
match(Cookie, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.CookieSpecBase
 
match(Cookie, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.NetscapeDomainHandler
 
match(Cookie, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.PublicSuffixFilter
Never matches if the cookie's domain is from the blacklist.
match(Cookie, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2109DomainHandler
 
match(Cookie, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2965CommentUrlAttributeHandler
 
match(Cookie, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2965DiscardAttributeHandler
 
match(Cookie, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2965DomainAttributeHandler
Match cookie domain attribute.
match(Cookie, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2965PortAttributeHandler
Match cookie port attribute.
match(Cookie, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2965Spec
 
match(Cookie, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2965VersionAttributeHandler
 
matchUriRequestPattern(String, String) - Method in class cz.msebera.android.httpclient.protocol.UriPatternMatcher
Tests if the given request path matches the given pattern.
MAX_AGE_ATTR - Static variable in interface cz.msebera.android.httpclient.cookie.ClientCookie
 
MAX_CONNECTIONS_PER_ROUTE - Static variable in interface cz.msebera.android.httpclient.conn.params.ConnManagerPNames
Deprecated.
Defines the maximum number of connections per route.
MAX_FORWARDS - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
MAX_FORWARDS - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.31
MAX_HEADER_COUNT - Static variable in interface cz.msebera.android.httpclient.params.CoreConnectionPNames
Deprecated.
Determines the maximum HTTP header count allowed.
MAX_LINE_LENGTH - Static variable in interface cz.msebera.android.httpclient.params.CoreConnectionPNames
Deprecated.
Determines the maximum line length limit.
MAX_REDIRECTS - Static variable in interface cz.msebera.android.httpclient.client.params.ClientPNames
Deprecated.
Defines the maximum number of redirects to be followed.
MAX_STATUS_LINE_GARBAGE - Static variable in interface cz.msebera.android.httpclient.conn.params.ConnConnectionPNames
Deprecated.
(4.1) Use custom DefaultHttpResponseParser implementation
MAX_TOTAL_CONNECTIONS - Static variable in interface cz.msebera.android.httpclient.conn.params.ConnManagerPNames
Deprecated.
Defines the maximum number of connections in total.
maxEntries - Variable in class cz.msebera.android.httpclient.impl.conn.tsccm.RouteSpecificPool
Deprecated.
 
maxTotalConnections - Variable in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
 
MessageConstraintException - Exception in cz.msebera.android.httpclient
Signals a message constraint violation.
MessageConstraintException(String) - Constructor for exception cz.msebera.android.httpclient.MessageConstraintException
Creates a TruncatedChunkException with the specified detail message.
MessageConstraints - Class in cz.msebera.android.httpclient.config
HTTP Message constraints: line length and header count.
MessageConstraints.Builder - Class in cz.msebera.android.httpclient.config
 
METHOD_NAME - Static variable in class cz.msebera.android.httpclient.client.methods.HttpDelete
 
METHOD_NAME - Static variable in class cz.msebera.android.httpclient.client.methods.HttpGet
 
METHOD_NAME - Static variable in class cz.msebera.android.httpclient.client.methods.HttpHead
 
METHOD_NAME - Static variable in class cz.msebera.android.httpclient.client.methods.HttpOptions
 
METHOD_NAME - Static variable in class cz.msebera.android.httpclient.client.methods.HttpPatch
 
METHOD_NAME - Static variable in class cz.msebera.android.httpclient.client.methods.HttpPost
 
METHOD_NAME - Static variable in class cz.msebera.android.httpclient.client.methods.HttpPut
 
METHOD_NAME - Static variable in class cz.msebera.android.httpclient.client.methods.HttpTrace
 
MethodNotSupportedException - Exception in cz.msebera.android.httpclient
Signals that an HTTP method is not supported.
MethodNotSupportedException(String) - Constructor for exception cz.msebera.android.httpclient.MethodNotSupportedException
Creates a new MethodNotSupportedException with the specified detail message.
MethodNotSupportedException(String, Throwable) - Constructor for exception cz.msebera.android.httpclient.MethodNotSupportedException
Creates a new MethodNotSupportedException with the specified detail message and cause.
metrics() - Method in class cz.msebera.android.httpclient.impl.client.FutureRequestExecutionService
 
MIME - Class in cz.msebera.android.httpclient.entity.mime
 
MIME() - Constructor for class cz.msebera.android.httpclient.entity.mime.MIME
 
MIN_CHUNK_LIMIT - Static variable in interface cz.msebera.android.httpclient.params.CoreConnectionPNames
Deprecated.
Defines the size limit below which data chunks should be buffered in a session I/O buffer in order to minimize native method invocations on the underlying network socket.
MinimalClientExec - Class in cz.msebera.android.httpclient.impl.execchain
Request executor that implements the most fundamental aspects of the HTTP specification and the most straight-forward request / response exchange with the target server.
MinimalClientExec(HttpRequestExecutor, HttpClientConnectionManager, ConnectionReuseStrategy, ConnectionKeepAliveStrategy) - Constructor for class cz.msebera.android.httpclient.impl.execchain.MinimalClientExec
 
MinimalField - Class in cz.msebera.android.httpclient.entity.mime
Minimal MIME field.
MinimalField(String, String) - Constructor for class cz.msebera.android.httpclient.entity.mime.MinimalField
 
minor - Variable in class cz.msebera.android.httpclient.ProtocolVersion
Minor version number of the protocol
MISUSE_MESSAGE - Static variable in class cz.msebera.android.httpclient.impl.conn.BasicClientConnectionManager
Deprecated.
The message to be logged on multiple allocation.
MISUSE_MESSAGE - Static variable in class cz.msebera.android.httpclient.impl.conn.SingleClientConnManager
Deprecated.
The message to be logged on multiple allocation.
MultihomePlainSocketFactory - Class in cz.msebera.android.httpclient.conn
Deprecated.
(4.1) Do not use. For multihome support socket factories must implement SchemeSocketFactory interface.
MULTIPART_FORM_DATA - Static variable in class cz.msebera.android.httpclient.entity.ContentType
 
MultipartEntityBuilder - Class in cz.msebera.android.httpclient.entity.mime
Builder for multipart HttpEntitys.

N

NameValuePair - Interface in cz.msebera.android.httpclient
A name / value pair parameter used as an element of HTTP messages.
NETSCAPE - Static variable in class cz.msebera.android.httpclient.client.config.CookieSpecs
The Netscape cookie draft compliant policy.
NETSCAPE - Static variable in class cz.msebera.android.httpclient.client.params.CookiePolicy
Deprecated.
The Netscape cookie draft compliant policy.
NetscapeDomainHandler - Class in cz.msebera.android.httpclient.impl.cookie
 
NetscapeDomainHandler() - Constructor for class cz.msebera.android.httpclient.impl.cookie.NetscapeDomainHandler
 
NetscapeDraftHeaderParser - Class in cz.msebera.android.httpclient.impl.cookie
 
NetscapeDraftHeaderParser() - Constructor for class cz.msebera.android.httpclient.impl.cookie.NetscapeDraftHeaderParser
 
NetscapeDraftSpec - Class in cz.msebera.android.httpclient.impl.cookie
This CookieSpec implementation conforms to the original draft specification published by Netscape Communications.
NetscapeDraftSpec(String[]) - Constructor for class cz.msebera.android.httpclient.impl.cookie.NetscapeDraftSpec
Default constructor
NetscapeDraftSpec() - Constructor for class cz.msebera.android.httpclient.impl.cookie.NetscapeDraftSpec
Default constructor
NetscapeDraftSpecFactory - Class in cz.msebera.android.httpclient.impl.cookie
CookieSpecProvider implementation that creates and initializes NetscapeDraftSpec instances.
NetscapeDraftSpecFactory(String[]) - Constructor for class cz.msebera.android.httpclient.impl.cookie.NetscapeDraftSpecFactory
 
NetscapeDraftSpecFactory() - Constructor for class cz.msebera.android.httpclient.impl.cookie.NetscapeDraftSpecFactory
 
NetUtils - Class in cz.msebera.android.httpclient.util
 
NetUtils() - Constructor for class cz.msebera.android.httpclient.util.NetUtils
 
newHttpRequest(RequestLine) - Method in interface cz.msebera.android.httpclient.HttpRequestFactory
 
newHttpRequest(String, String) - Method in interface cz.msebera.android.httpclient.HttpRequestFactory
 
newHttpRequest(RequestLine) - Method in class cz.msebera.android.httpclient.impl.DefaultHttpRequestFactory
 
newHttpRequest(String, String) - Method in class cz.msebera.android.httpclient.impl.DefaultHttpRequestFactory
 
newHttpResponse(ProtocolVersion, int, HttpContext) - Method in interface cz.msebera.android.httpclient.HttpResponseFactory
Creates a new response from status line elements.
newHttpResponse(StatusLine, HttpContext) - Method in interface cz.msebera.android.httpclient.HttpResponseFactory
Creates a new response from a status line.
newHttpResponse(ProtocolVersion, int, HttpContext) - Method in class cz.msebera.android.httpclient.impl.DefaultHttpResponseFactory
 
newHttpResponse(StatusLine, HttpContext) - Method in class cz.msebera.android.httpclient.impl.DefaultHttpResponseFactory
 
newInstance(HttpParams) - Method in interface cz.msebera.android.httpclient.auth.AuthSchemeFactory
Deprecated.
Creates an instance of AuthScheme using given HTTP parameters.
newInstance(HttpParams, SchemeRegistry) - Method in interface cz.msebera.android.httpclient.conn.ClientConnectionManagerFactory
Deprecated.
 
newInstance(HttpParams) - Method in interface cz.msebera.android.httpclient.cookie.CookieSpecFactory
Deprecated.
Creates an instance of CookieSpec using given HTTP parameters.
newInstance(HttpParams) - Method in class cz.msebera.android.httpclient.impl.auth.BasicSchemeFactory
 
newInstance(HttpParams) - Method in class cz.msebera.android.httpclient.impl.auth.DigestSchemeFactory
 
newInstance(HttpParams) - Method in class cz.msebera.android.httpclient.impl.auth.NTLMSchemeFactory
 
newInstance(HttpParams) - Method in class cz.msebera.android.httpclient.impl.cookie.BestMatchSpecFactory
 
newInstance(HttpParams) - Method in class cz.msebera.android.httpclient.impl.cookie.BrowserCompatSpecFactory
 
newInstance(HttpParams) - Method in class cz.msebera.android.httpclient.impl.cookie.IgnoreSpecFactory
 
newInstance(HttpParams) - Method in class cz.msebera.android.httpclient.impl.cookie.NetscapeDraftSpecFactory
 
newInstance(HttpParams) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2109SpecFactory
 
newInstance(HttpParams) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2965SpecFactory
 
newRouteSpecificPool(HttpRoute) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
Creates a new route-specific pool.
newWaitingThread(Condition, RouteSpecificPool) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
Creates a new waiting thread.
next() - Method in class cz.msebera.android.httpclient.message.BasicHeaderElementIterator
 
next() - Method in class cz.msebera.android.httpclient.message.BasicHeaderIterator
Returns the next header.
next() - Method in class cz.msebera.android.httpclient.message.BasicListHeaderIterator
Returns the next header.
next() - Method in class cz.msebera.android.httpclient.message.BasicTokenIterator
Returns the next token.
nextElement() - Method in interface cz.msebera.android.httpclient.HeaderElementIterator
Obtains the next header element from this iteration.
nextElement() - Method in class cz.msebera.android.httpclient.message.BasicHeaderElementIterator
 
nextHeader() - Method in interface cz.msebera.android.httpclient.HeaderIterator
Obtains the next header from this iteration.
nextHeader() - Method in class cz.msebera.android.httpclient.message.BasicHeaderIterator
Obtains the next header from this iteration.
nextHeader() - Method in class cz.msebera.android.httpclient.message.BasicListHeaderIterator
Obtains the next header from this iteration.
nextStep(RouteInfo, RouteInfo) - Method in class cz.msebera.android.httpclient.conn.routing.BasicRouteDirector
Provides the next step.
nextStep(RouteInfo, RouteInfo) - Method in interface cz.msebera.android.httpclient.conn.routing.HttpRouteDirector
Provides the next step.
nextThread() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.RouteSpecificPool
Deprecated.
Returns the next thread in the queue.
nextToken() - Method in class cz.msebera.android.httpclient.message.BasicTokenIterator
Obtains the next token from this iteration.
nextToken() - Method in interface cz.msebera.android.httpclient.TokenIterator
Obtains the next token from this iteration.
NO_CLOSE - Static variable in class cz.msebera.android.httpclient.extras.Base64
Flag to pass to Base64OutputStream to indicate that it should not close the output stream it is wrapping when it itself is closed.
NO_HOST - Static variable in class cz.msebera.android.httpclient.conn.params.ConnRouteParams
Deprecated.
A special value indicating "no host".
NO_PADDING - Static variable in class cz.msebera.android.httpclient.extras.Base64
Encoder flag bit to omit the padding '=' characters at the end of the output (if any).
NO_ROUTE - Static variable in class cz.msebera.android.httpclient.conn.params.ConnRouteParams
Deprecated.
A special value indicating "no route".
NO_WRAP - Static variable in class cz.msebera.android.httpclient.extras.Base64
Encoder flag bit to omit all line terminators (i.e., the output will be on one long line).
NoConnectionReuseStrategy - Class in cz.msebera.android.httpclient.impl
A strategy that never re-uses a connection.
NoConnectionReuseStrategy() - Constructor for class cz.msebera.android.httpclient.impl.NoConnectionReuseStrategy
 
NoHttpResponseException - Exception in cz.msebera.android.httpclient
Signals that the target server failed to respond with a valid HTTP response.
NoHttpResponseException(String) - Constructor for exception cz.msebera.android.httpclient.NoHttpResponseException
Creates a new NoHttpResponseException with the specified detail message.
NonRepeatableRequestException - Exception in cz.msebera.android.httpclient.client
Signals failure to retry the request due to non-repeatable request entity.
NonRepeatableRequestException() - Constructor for exception cz.msebera.android.httpclient.client.NonRepeatableRequestException
Creates a new NonRepeatableEntityException with a null detail message.
NonRepeatableRequestException(String) - Constructor for exception cz.msebera.android.httpclient.client.NonRepeatableRequestException
Creates a new NonRepeatableEntityException with the specified detail message.
NonRepeatableRequestException(String, Throwable) - Constructor for exception cz.msebera.android.httpclient.client.NonRepeatableRequestException
Creates a new NonRepeatableEntityException with the specified detail message.
NoopUserTokenHandler - Class in cz.msebera.android.httpclient.impl.client
Noop implementation of UserTokenHandler that always returns null.
NoopUserTokenHandler() - Constructor for class cz.msebera.android.httpclient.impl.client.NoopUserTokenHandler
 
notBlank(T, String) - Static method in class cz.msebera.android.httpclient.util.Args
 
notBlank(CharSequence, String) - Static method in class cz.msebera.android.httpclient.util.Asserts
 
notEmpty(T, String) - Static method in class cz.msebera.android.httpclient.util.Args
 
notEmpty(T, String) - Static method in class cz.msebera.android.httpclient.util.Args
 
notEmpty(CharSequence, String) - Static method in class cz.msebera.android.httpclient.util.Asserts
 
notifyWaitingThread(RouteSpecificPool) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
Notifies a waiting thread that a connection is available.
notNegative(int, String) - Static method in class cz.msebera.android.httpclient.util.Args
 
notNegative(long, String) - Static method in class cz.msebera.android.httpclient.util.Args
 
notNull(T, String) - Static method in class cz.msebera.android.httpclient.util.Args
 
notNull(Object, String) - Static method in class cz.msebera.android.httpclient.util.Asserts
 
NotThreadSafe - Annotation Type in cz.msebera.android.httpclient.annotation
The class to which this annotation is applied is not thread-safe.
NTCredentials - Class in cz.msebera.android.httpclient.auth
Credentials implementation for Microsoft Windows platforms that includes Windows specific attributes such as name of the domain the user belongs to.
NTCredentials(String) - Constructor for class cz.msebera.android.httpclient.auth.NTCredentials
The constructor with the fully qualified username and password combined string argument.
NTCredentials(String, String, String, String) - Constructor for class cz.msebera.android.httpclient.auth.NTCredentials
Constructor.
NTLM - Static variable in class cz.msebera.android.httpclient.client.config.AuthSchemes
The NTLM scheme is a proprietary Microsoft Windows Authentication protocol (considered to be the most secure among currently supported authentication schemes).
NTLM - Static variable in class cz.msebera.android.httpclient.client.params.AuthPolicy
Deprecated.
The NTLM scheme is a proprietary Microsoft Windows Authentication protocol (considered to be the most secure among currently supported authentication schemes).
NTLMEngine - Interface in cz.msebera.android.httpclient.impl.auth
Abstract NTLM authentication engine.
NTLMEngineException - Exception in cz.msebera.android.httpclient.impl.auth
Signals NTLM protocol failure.
NTLMEngineException() - Constructor for exception cz.msebera.android.httpclient.impl.auth.NTLMEngineException
 
NTLMEngineException(String) - Constructor for exception cz.msebera.android.httpclient.impl.auth.NTLMEngineException
Creates a new NTLMEngineException with the specified message.
NTLMEngineException(String, Throwable) - Constructor for exception cz.msebera.android.httpclient.impl.auth.NTLMEngineException
Creates a new NTLMEngineException with the specified detail message and cause.
NTLMScheme - Class in cz.msebera.android.httpclient.impl.auth
NTLM is a proprietary authentication scheme developed by Microsoft and optimized for Windows platforms.
NTLMScheme(NTLMEngine) - Constructor for class cz.msebera.android.httpclient.impl.auth.NTLMScheme
 
NTLMScheme() - Constructor for class cz.msebera.android.httpclient.impl.auth.NTLMScheme
 
NTLMSchemeFactory - Class in cz.msebera.android.httpclient.impl.auth
AuthSchemeProvider implementation that creates and initializes NTLMScheme instances configured to use the default NTLMEngine implementation.
NTLMSchemeFactory() - Constructor for class cz.msebera.android.httpclient.impl.auth.NTLMSchemeFactory
 
NTUserPrincipal - Class in cz.msebera.android.httpclient.auth
Microsoft Windows specific user principal implementation.
NTUserPrincipal(String, String) - Constructor for class cz.msebera.android.httpclient.auth.NTUserPrincipal
 
NullBackoffStrategy - Class in cz.msebera.android.httpclient.impl.client
This is a ConnectionBackoffStrategy that never backs off, for compatibility with existing behavior.
NullBackoffStrategy() - Constructor for class cz.msebera.android.httpclient.impl.client.NullBackoffStrategy
 
numConnections - Variable in class cz.msebera.android.httpclient.impl.conn.tsccm.AbstractConnPool
Deprecated.
The current total number of connections.
numConnections - Variable in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
 
numEntries - Variable in class cz.msebera.android.httpclient.impl.conn.tsccm.RouteSpecificPool
Deprecated.
The number of created entries.

O

OCTET_STREAM_TYPE - Static variable in class cz.msebera.android.httpclient.protocol.HTTP
Deprecated.
(4.2)
onLease(E) - Method in class cz.msebera.android.httpclient.pool.AbstractConnPool
 
onRelease(E) - Method in class cz.msebera.android.httpclient.pool.AbstractConnPool
 
onRequestReceived(HttpRequest) - Method in class cz.msebera.android.httpclient.impl.DefaultBHttpServerConnection
 
onRequestSubmitted(HttpRequest) - Method in class cz.msebera.android.httpclient.impl.DefaultBHttpClientConnection
 
onResponseReceived(HttpResponse) - Method in class cz.msebera.android.httpclient.impl.DefaultBHttpClientConnection
 
onResponseSubmitted(HttpResponse) - Method in class cz.msebera.android.httpclient.impl.DefaultBHttpServerConnection
 
open(HttpRoute, HttpContext, HttpParams) - Method in interface cz.msebera.android.httpclient.conn.ManagedClientConnection
Deprecated.
Opens this connection according to the given route.
open(HttpRoute, HttpContext, HttpParams) - Method in class cz.msebera.android.httpclient.impl.conn.AbstractPooledConnAdapter
Deprecated.
 
open(HttpRoute, HttpContext, HttpParams) - Method in class cz.msebera.android.httpclient.impl.conn.AbstractPoolEntry
Deprecated.
Opens the underlying connection.
openCompleted(boolean, HttpParams) - Method in interface cz.msebera.android.httpclient.conn.OperatedClientConnection
Deprecated.
Signals that the connection has been successfully open.
openCompleted(boolean, HttpParams) - Method in class cz.msebera.android.httpclient.impl.conn.DefaultClientConnection
Deprecated.
 
openConnection(OperatedClientConnection, HttpHost, InetAddress, HttpContext, HttpParams) - Method in interface cz.msebera.android.httpclient.conn.ClientConnectionOperator
Deprecated.
Opens a connection to the given target host.
openConnection(OperatedClientConnection, HttpHost, InetAddress, HttpContext, HttpParams) - Method in class cz.msebera.android.httpclient.impl.conn.DefaultClientConnectionOperator
Deprecated.
 
opening(Socket, HttpHost) - Method in interface cz.msebera.android.httpclient.conn.OperatedClientConnection
Deprecated.
Signals that this connection is in the process of being open.
opening(Socket, HttpHost) - Method in class cz.msebera.android.httpclient.impl.conn.DefaultClientConnection
Deprecated.
 
OperatedClientConnection - Interface in cz.msebera.android.httpclient.conn
Deprecated.
(4.3) replaced by HttpClientConnectionManager.
operator - Variable in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
Connection operator for this pool
options() - Static method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
OPTIONS_METHOD - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
ORIGIN_SERVER - Static variable in interface cz.msebera.android.httpclient.params.CoreProtocolPNames
Deprecated.
Defines the content of the Server header.
output(InputStream) - Method in class cz.msebera.android.httpclient.impl.conn.Wire
 
output(byte[], int, int) - Method in class cz.msebera.android.httpclient.impl.conn.Wire
 
output(byte[]) - Method in class cz.msebera.android.httpclient.impl.conn.Wire
 
output(int) - Method in class cz.msebera.android.httpclient.impl.conn.Wire
 
output(String) - Method in class cz.msebera.android.httpclient.impl.conn.Wire
 
OUTPUT_BUFFER_SIZE - Static variable in class cz.msebera.android.httpclient.entity.AbstractHttpEntity
Buffer size for output stream processing.
overrideParams - Variable in class cz.msebera.android.httpclient.impl.client.ClientParamsStack
Deprecated.
The override parameter collection, or null.
overrideParamter(String, String) - Method in class cz.msebera.android.httpclient.impl.auth.DigestScheme
 
OVERWRITE - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2518 (WevDAV) Section 9.6

P

params - Variable in class cz.msebera.android.httpclient.impl.client.DefaultRequestDirector
Deprecated.
The HTTP parameters.
params - Variable in class cz.msebera.android.httpclient.message.AbstractHttpMessage
Deprecated.
params - Variable in class cz.msebera.android.httpclient.params.HttpAbstractParamBean
Deprecated.
 
parse(URI, String) - Static method in class cz.msebera.android.httpclient.client.utils.URLEncodedUtils
Returns a list of NameValuePairs as built from the URI's query portion.
parse(HttpEntity) - Static method in class cz.msebera.android.httpclient.client.utils.URLEncodedUtils
Returns a list of NameValuePairs as parsed from an HttpEntity.
parse(List<NameValuePair>, Scanner, String) - Static method in class cz.msebera.android.httpclient.client.utils.URLEncodedUtils
Adds all parameters within the Scanner to the list of parameters, as encoded by encoding.
parse(List<NameValuePair>, Scanner, String, String) - Static method in class cz.msebera.android.httpclient.client.utils.URLEncodedUtils
Adds all parameters within the Scanner to the list of parameters, as encoded by encoding.
parse(String, Charset) - Static method in class cz.msebera.android.httpclient.client.utils.URLEncodedUtils
Returns a list of NameValuePairs as parsed from the given string using the given character encoding.
parse(String, Charset, char...) - Static method in class cz.msebera.android.httpclient.client.utils.URLEncodedUtils
Returns a list of NameValuePairs as parsed from the given string using the given character encoding.
parse(SetCookie, String) - Method in interface cz.msebera.android.httpclient.cookie.CookieAttributeHandler
Parse the given cookie attribute value and update the corresponding Cookie property.
parse(Header, CookieOrigin) - Method in interface cz.msebera.android.httpclient.cookie.CookieSpec
Parse the "Set-Cookie" Header into an array of Cookies.
parse(String) - Static method in class cz.msebera.android.httpclient.entity.ContentType
Parses textual representation of Content-Type value.
parse(SetCookie, String) - Method in class cz.msebera.android.httpclient.impl.cookie.BasicCommentHandler
 
parse(SetCookie, String) - Method in class cz.msebera.android.httpclient.impl.cookie.BasicDomainHandler
 
parse(SetCookie, String) - Method in class cz.msebera.android.httpclient.impl.cookie.BasicExpiresHandler
 
parse(SetCookie, String) - Method in class cz.msebera.android.httpclient.impl.cookie.BasicMaxAgeHandler
 
parse(SetCookie, String) - Method in class cz.msebera.android.httpclient.impl.cookie.BasicPathHandler
 
parse(SetCookie, String) - Method in class cz.msebera.android.httpclient.impl.cookie.BasicSecureHandler
 
parse(Header, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.BestMatchSpec
 
parse(Header, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.BrowserCompatSpec
 
parse(SetCookie, String) - Method in class cz.msebera.android.httpclient.impl.cookie.BrowserCompatVersionAttributeHandler
Parse cookie version attribute.
parse(HeaderElement[], CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.CookieSpecBase
 
parse(Header, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.IgnoreSpec
 
parse(Header, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.NetscapeDraftSpec
Parses the Set-Cookie value into an array of Cookies.
parse(SetCookie, String) - Method in class cz.msebera.android.httpclient.impl.cookie.PublicSuffixFilter
 
parse(Reader) - Method in class cz.msebera.android.httpclient.impl.cookie.PublicSuffixListParser
Parses the public suffix list format.
parse(SetCookie, String) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2109DomainHandler
 
parse(Header, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2109Spec
 
parse(SetCookie, String) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2109VersionHandler
 
parse(SetCookie, String) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2965CommentUrlAttributeHandler
 
parse(SetCookie, String) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2965DiscardAttributeHandler
 
parse(SetCookie, String) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2965DomainAttributeHandler
Parse cookie domain attribute.
parse(SetCookie, String) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2965PortAttributeHandler
Parse cookie port attribute.
parse(Header, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2965Spec
 
parse(HeaderElement[], CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2965Spec
 
parse(SetCookie, String) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2965VersionAttributeHandler
Parse cookie version attribute.
parse() - Method in class cz.msebera.android.httpclient.impl.io.AbstractMessageParser
 
parse() - Method in interface cz.msebera.android.httpclient.io.HttpMessageParser
Generates an instance of HttpMessage from the underlying data source.
parseChallenge(CharArrayBuffer, int, int) - Method in class cz.msebera.android.httpclient.impl.auth.AuthSchemeBase
 
parseChallenge(CharArrayBuffer, int, int) - Method in class cz.msebera.android.httpclient.impl.auth.NTLMScheme
 
parseChallenge(CharArrayBuffer, int, int) - Method in class cz.msebera.android.httpclient.impl.auth.RFC2617Scheme
 
parseChallenges(Header[]) - Method in class cz.msebera.android.httpclient.impl.client.AbstractAuthenticationHandler
Deprecated.
 
parseDate(String) - Static method in class cz.msebera.android.httpclient.client.utils.DateUtils
Parses a date value.
parseDate(String, String[]) - Static method in class cz.msebera.android.httpclient.client.utils.DateUtils
Parses the date value using the given date formats.
parseDate(String, String[], Date) - Static method in class cz.msebera.android.httpclient.client.utils.DateUtils
Parses the date value using the given date formats.
parseDate(String) - Static method in class cz.msebera.android.httpclient.impl.cookie.DateUtils
Deprecated.
Parses a date value.
parseDate(String, String[]) - Static method in class cz.msebera.android.httpclient.impl.cookie.DateUtils
Deprecated.
Parses the date value using the given date formats.
parseDate(String, String[], Date) - Static method in class cz.msebera.android.httpclient.impl.cookie.DateUtils
Deprecated.
Parses the date value using the given date formats.
parseElements(String, HeaderValueParser) - Static method in class cz.msebera.android.httpclient.message.BasicHeaderValueParser
Parses elements with the given parser.
parseElements(CharArrayBuffer, ParserCursor) - Method in class cz.msebera.android.httpclient.message.BasicHeaderValueParser
 
parseElements(CharArrayBuffer, ParserCursor) - Method in interface cz.msebera.android.httpclient.message.HeaderValueParser
Parses a header value into elements.
ParseException - Exception in cz.msebera.android.httpclient
Signals a parse error.
ParseException() - Constructor for exception cz.msebera.android.httpclient.ParseException
Creates a ParseException without details.
ParseException(String) - Constructor for exception cz.msebera.android.httpclient.ParseException
Creates a ParseException with a detail message.
parseHead(SessionInputBuffer) - Method in class cz.msebera.android.httpclient.impl.conn.DefaultHttpResponseParser
 
parseHead(SessionInputBuffer) - Method in class cz.msebera.android.httpclient.impl.conn.DefaultResponseParser
Deprecated.
 
parseHead(SessionInputBuffer) - Method in class cz.msebera.android.httpclient.impl.io.AbstractMessageParser
Subclasses must override this method to generate an instance of HttpMessage based on the initial input from the session buffer.
parseHead(SessionInputBuffer) - Method in class cz.msebera.android.httpclient.impl.io.DefaultHttpRequestParser
 
parseHead(SessionInputBuffer) - Method in class cz.msebera.android.httpclient.impl.io.DefaultHttpResponseParser
 
parseHead(SessionInputBuffer) - Method in class cz.msebera.android.httpclient.impl.io.HttpRequestParser
Deprecated.
 
parseHead(SessionInputBuffer) - Method in class cz.msebera.android.httpclient.impl.io.HttpResponseParser
Deprecated.
 
parseHeader(CharArrayBuffer, ParserCursor) - Method in class cz.msebera.android.httpclient.impl.cookie.NetscapeDraftHeaderParser
 
parseHeader(String, LineParser) - Static method in class cz.msebera.android.httpclient.message.BasicLineParser
 
parseHeader(CharArrayBuffer) - Method in class cz.msebera.android.httpclient.message.BasicLineParser
 
parseHeader(CharArrayBuffer) - Method in interface cz.msebera.android.httpclient.message.LineParser
Creates a header from a line.
parseHeaderElement(String, HeaderValueParser) - Static method in class cz.msebera.android.httpclient.message.BasicHeaderValueParser
Parses an element with the given parser.
parseHeaderElement(CharArrayBuffer, ParserCursor) - Method in class cz.msebera.android.httpclient.message.BasicHeaderValueParser
 
parseHeaderElement(CharArrayBuffer, ParserCursor) - Method in interface cz.msebera.android.httpclient.message.HeaderValueParser
Parses a single header element.
parseHeaders(SessionInputBuffer, int, int, LineParser) - Static method in class cz.msebera.android.httpclient.impl.io.AbstractMessageParser
Parses HTTP headers from the data receiver stream according to the generic format as given in Section 3.1 of RFC 822, RFC-2616 Section 4 and 19.3.
parseHeaders(SessionInputBuffer, int, int, LineParser, List<CharArrayBuffer>) - Static method in class cz.msebera.android.httpclient.impl.io.AbstractMessageParser
Parses HTTP headers from the data receiver stream according to the generic format as given in Section 3.1 of RFC 822, RFC-2616 Section 4 and 19.3.
parseNameValuePair(String, HeaderValueParser) - Static method in class cz.msebera.android.httpclient.message.BasicHeaderValueParser
Parses a name-value-pair with the given parser.
parseNameValuePair(CharArrayBuffer, ParserCursor) - Method in class cz.msebera.android.httpclient.message.BasicHeaderValueParser
 
parseNameValuePair(CharArrayBuffer, ParserCursor, char[]) - Method in class cz.msebera.android.httpclient.message.BasicHeaderValueParser
 
parseNameValuePair(CharArrayBuffer, ParserCursor) - Method in interface cz.msebera.android.httpclient.message.HeaderValueParser
Parses a name=value specification, where the = and value are optional.
parseParameters(String, HeaderValueParser) - Static method in class cz.msebera.android.httpclient.message.BasicHeaderValueParser
Parses parameters with the given parser.
parseParameters(CharArrayBuffer, ParserCursor) - Method in class cz.msebera.android.httpclient.message.BasicHeaderValueParser
 
parseParameters(CharArrayBuffer, ParserCursor) - Method in interface cz.msebera.android.httpclient.message.HeaderValueParser
Parses a list of name-value pairs.
parseProtocolVersion(String, LineParser) - Static method in class cz.msebera.android.httpclient.message.BasicLineParser
 
parseProtocolVersion(CharArrayBuffer, ParserCursor) - Method in class cz.msebera.android.httpclient.message.BasicLineParser
 
parseProtocolVersion(CharArrayBuffer, ParserCursor) - Method in interface cz.msebera.android.httpclient.message.LineParser
Parses the textual representation of a protocol version.
ParserCursor - Class in cz.msebera.android.httpclient.message
This class represents a context of a parsing operation: the current position the parsing operation is expected to start at the bounds limiting the scope of the parsing operation
ParserCursor(int, int) - Constructor for class cz.msebera.android.httpclient.message.ParserCursor
 
parseRequestLine(String, LineParser) - Static method in class cz.msebera.android.httpclient.message.BasicLineParser
 
parseRequestLine(CharArrayBuffer, ParserCursor) - Method in class cz.msebera.android.httpclient.message.BasicLineParser
Parses a request line.
parseRequestLine(CharArrayBuffer, ParserCursor) - Method in interface cz.msebera.android.httpclient.message.LineParser
Parses a request line.
parseStatusLine(String, LineParser) - Static method in class cz.msebera.android.httpclient.message.BasicLineParser
 
parseStatusLine(CharArrayBuffer, ParserCursor) - Method in class cz.msebera.android.httpclient.message.BasicLineParser
 
parseStatusLine(CharArrayBuffer, ParserCursor) - Method in interface cz.msebera.android.httpclient.message.LineParser
Parses a status line.
PATH_ATTR - Static variable in interface cz.msebera.android.httpclient.cookie.ClientCookie
 
PATTERN_ASCTIME - Static variable in class cz.msebera.android.httpclient.client.utils.DateUtils
Date format pattern used to parse HTTP date headers in ANSI C asctime() format.
PATTERN_ASCTIME - Static variable in class cz.msebera.android.httpclient.impl.cookie.DateUtils
Deprecated.
Date format pattern used to parse HTTP date headers in ANSI C asctime() format.
PATTERN_RFC1036 - Static variable in class cz.msebera.android.httpclient.client.utils.DateUtils
Date format pattern used to parse HTTP date headers in RFC 1036 format.
PATTERN_RFC1036 - Static variable in class cz.msebera.android.httpclient.impl.cookie.DateUtils
Deprecated.
Date format pattern used to parse HTTP date headers in RFC 1036 format.
PATTERN_RFC1123 - Static variable in class cz.msebera.android.httpclient.client.utils.DateUtils
Date format pattern used to parse HTTP date headers in RFC 1123 format.
PATTERN_RFC1123 - Static variable in class cz.msebera.android.httpclient.impl.cookie.DateUtils
Deprecated.
Date format pattern used to parse HTTP date headers in RFC 1123 format.
PATTERN_RFC1123 - Static variable in class cz.msebera.android.httpclient.protocol.HttpDateGenerator
Date format pattern used to generate the header in RFC 1123 format.
PLAIN_TEXT_TYPE - Static variable in class cz.msebera.android.httpclient.protocol.HTTP
Deprecated.
(4.2)
PlainConnectionSocketFactory - Class in cz.msebera.android.httpclient.conn.socket
The default class for creating plain (unencrypted) sockets.
PlainConnectionSocketFactory() - Constructor for class cz.msebera.android.httpclient.conn.socket.PlainConnectionSocketFactory
 
PlainSocketFactory - Class in cz.msebera.android.httpclient.conn.scheme
Deprecated.
PlainSocketFactory(HostNameResolver) - Constructor for class cz.msebera.android.httpclient.conn.scheme.PlainSocketFactory
Deprecated.
(4.1) use DnsResolver
PlainSocketFactory() - Constructor for class cz.msebera.android.httpclient.conn.scheme.PlainSocketFactory
Deprecated.
 
pool - Variable in class cz.msebera.android.httpclient.impl.conn.tsccm.ThreadSafeClientConnManager
Deprecated.
The pool of connections being managed.
poolEntry - Variable in class cz.msebera.android.httpclient.impl.conn.AbstractPooledConnAdapter
Deprecated.
The wrapped pool entry.
PoolEntry() - Constructor for class cz.msebera.android.httpclient.impl.conn.SingleClientConnManager.PoolEntry
Deprecated.
Creates a new pool entry.
PoolEntry<T,C> - Class in cz.msebera.android.httpclient.pool
Pool entry containing a pool connection object along with its route.
PoolEntry(String, T, C, long, TimeUnit) - Constructor for class cz.msebera.android.httpclient.pool.PoolEntry
Creates new PoolEntry instance.
PoolEntry(String, T, C) - Constructor for class cz.msebera.android.httpclient.pool.PoolEntry
Creates new PoolEntry instance without an expiry deadline.
PoolEntryCallback<T,C> - Interface in cz.msebera.android.httpclient.pool
Pool entry callabck.
PoolEntryRequest - Interface in cz.msebera.android.httpclient.impl.conn.tsccm
Deprecated.
(4.2) use Future
PoolingClientConnectionManager - Class in cz.msebera.android.httpclient.impl.conn
Deprecated.
PoolingClientConnectionManager(SchemeRegistry) - Constructor for class cz.msebera.android.httpclient.impl.conn.PoolingClientConnectionManager
Deprecated.
 
PoolingClientConnectionManager(SchemeRegistry, DnsResolver) - Constructor for class cz.msebera.android.httpclient.impl.conn.PoolingClientConnectionManager
Deprecated.
 
PoolingClientConnectionManager() - Constructor for class cz.msebera.android.httpclient.impl.conn.PoolingClientConnectionManager
Deprecated.
 
PoolingClientConnectionManager(SchemeRegistry, long, TimeUnit) - Constructor for class cz.msebera.android.httpclient.impl.conn.PoolingClientConnectionManager
Deprecated.
 
PoolingClientConnectionManager(SchemeRegistry, long, TimeUnit, DnsResolver) - Constructor for class cz.msebera.android.httpclient.impl.conn.PoolingClientConnectionManager
Deprecated.
 
PoolingHttpClientConnectionManager - Class in cz.msebera.android.httpclient.impl.conn
ClientConnectionPoolManager maintains a pool of HttpClientConnections and is able to service connection requests from multiple execution threads.
PoolingHttpClientConnectionManager() - Constructor for class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
PoolingHttpClientConnectionManager(long, TimeUnit) - Constructor for class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>) - Constructor for class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, DnsResolver) - Constructor for class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>) - Constructor for class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
PoolingHttpClientConnectionManager(HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>) - Constructor for class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>, DnsResolver) - Constructor for class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
PoolingHttpClientConnectionManager(Registry<ConnectionSocketFactory>, HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>, SchemePortResolver, DnsResolver, long, TimeUnit) - Constructor for class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
poolLock - Variable in class cz.msebera.android.httpclient.impl.conn.tsccm.AbstractConnPool
Deprecated.
The global lock for this pool.
PoolStats - Class in cz.msebera.android.httpclient.pool
Pool statistics.
PoolStats(int, int, int, int) - Constructor for class cz.msebera.android.httpclient.pool.PoolStats
 
port - Variable in class cz.msebera.android.httpclient.HttpHost
The port to use, defaults to -1 if not set.
PORT_ATTR - Static variable in interface cz.msebera.android.httpclient.cookie.ClientCookie
 
positive(int, String) - Static method in class cz.msebera.android.httpclient.util.Args
 
positive(long, String) - Static method in class cz.msebera.android.httpclient.util.Args
 
post() - Static method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
postProcess(HttpResponse, HttpProcessor, HttpContext) - Method in class cz.msebera.android.httpclient.protocol.HttpRequestExecutor
Post-processes the given response using the given protocol processor and completes the process of request execution.
PRAGMA - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
PRAGMA - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.12, RFC 2616 (HTTP/1.1) Section 14.32
prepareInput(HttpMessage) - Method in class cz.msebera.android.httpclient.impl.BHttpConnectionBase
 
prepareOutput(HttpMessage) - Method in class cz.msebera.android.httpclient.impl.BHttpConnectionBase
 
prepareSocket(SSLSocket) - Method in class cz.msebera.android.httpclient.conn.ssl.SSLConnectionSocketFactory
Performs any custom initialization for a newly created SSLSocket (before the SSL handshake happens).
prepareSocket(SSLSocket) - Method in class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
Performs any custom initialization for a newly created SSLSocket (before the SSL handshake happens).
prepareSocket(Socket, HttpContext, HttpParams) - Method in class cz.msebera.android.httpclient.impl.conn.DefaultClientConnectionOperator
Deprecated.
Performs standard initializations on a newly created socket.
preProcess(HttpRequest, HttpProcessor, HttpContext) - Method in class cz.msebera.android.httpclient.protocol.HttpRequestExecutor
Pre-process the given request using the given protocol processor and initiates the process of request execution.
PRIVATE - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
PrivateKeyDetails - Class in cz.msebera.android.httpclient.conn.ssl
Private key details.
PrivateKeyDetails(String, X509Certificate[]) - Constructor for class cz.msebera.android.httpclient.conn.ssl.PrivateKeyDetails
 
PrivateKeyStrategy - Interface in cz.msebera.android.httpclient.conn.ssl
A strategy allowing for a choice of an alias during SSL authentication.
PRNGFixes - Class in cz.msebera.android.httpclient.extras
Fixes for the output of the default PRNG having low entropy.
PRNGFixes.LinuxPRNGSecureRandom - Class in cz.msebera.android.httpclient.extras
SecureRandomSpi which passes all requests to the Linux PRNG (/dev/urandom).
probe(HttpRoute) - Method in interface cz.msebera.android.httpclient.client.BackoffManager
Called when we have determined that the result of using a connection has succeeded and that we may probe for more connections.
probe(HttpRoute) - Method in class cz.msebera.android.httpclient.impl.client.AIMDBackoffManager
 
process(HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.client.protocol.RequestAcceptEncoding
Adds the header "Accept-Encoding: gzip,deflate" to the request.
process(HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.client.protocol.RequestAddCookies
 
process(HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.client.protocol.RequestAuthCache
 
process(HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.client.protocol.RequestClientConnControl
 
process(HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.client.protocol.RequestDefaultHeaders
 
process(HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.client.protocol.RequestExpectContinue
 
process(HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.client.protocol.RequestProxyAuthentication
Deprecated.
 
process(HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.client.protocol.RequestTargetAuthentication
Deprecated.
 
process(HttpResponse, HttpContext) - Method in class cz.msebera.android.httpclient.client.protocol.ResponseAuthCache
Deprecated.
 
process(HttpResponse, HttpContext) - Method in class cz.msebera.android.httpclient.client.protocol.ResponseContentEncoding
Handles the following Content-Encodings by using the appropriate decompressor to wrap the response Entity: gzip - see GzipDecompressingEntity deflate - see DeflateDecompressingEntity identity - no action needed
process(HttpResponse, HttpContext) - Method in class cz.msebera.android.httpclient.client.protocol.ResponseProcessCookies
 
process(HttpRequest, HttpContext) - Method in interface cz.msebera.android.httpclient.HttpRequestInterceptor
Processes a request.
process(HttpResponse, HttpContext) - Method in interface cz.msebera.android.httpclient.HttpResponseInterceptor
Processes a response.
process(PoolEntry<T, C>) - Method in interface cz.msebera.android.httpclient.pool.PoolEntryCallback
 
process(HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.protocol.BasicHttpProcessor
Deprecated.
 
process(HttpResponse, HttpContext) - Method in class cz.msebera.android.httpclient.protocol.BasicHttpProcessor
Deprecated.
 
process(HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.protocol.ImmutableHttpProcessor
 
process(HttpResponse, HttpContext) - Method in class cz.msebera.android.httpclient.protocol.ImmutableHttpProcessor
 
process(HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.protocol.RequestConnControl
 
process(HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.protocol.RequestContent
 
process(HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.protocol.RequestDate
 
process(HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.protocol.RequestExpectContinue
 
process(HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.protocol.RequestTargetHost
 
process(HttpRequest, HttpContext) - Method in class cz.msebera.android.httpclient.protocol.RequestUserAgent
 
process(HttpResponse, HttpContext) - Method in class cz.msebera.android.httpclient.protocol.ResponseConnControl
 
process(HttpResponse, HttpContext) - Method in class cz.msebera.android.httpclient.protocol.ResponseContent
Processes the response (possibly updating or inserting) Content-Length and Transfer-Encoding headers.
process(HttpResponse, HttpContext) - Method in class cz.msebera.android.httpclient.protocol.ResponseDate
 
process(HttpResponse, HttpContext) - Method in class cz.msebera.android.httpclient.protocol.ResponseServer
 
processChallenge(Header) - Method in interface cz.msebera.android.httpclient.auth.AuthScheme
Processes the given challenge token.
processChallenge(Header) - Method in class cz.msebera.android.httpclient.impl.auth.AuthSchemeBase
Processes the given challenge token.
processChallenge(Header) - Method in class cz.msebera.android.httpclient.impl.auth.BasicScheme
Processes the Basic challenge.
processChallenge(Header) - Method in class cz.msebera.android.httpclient.impl.auth.DigestScheme
Processes the Digest challenge.
PROPERTY_MODULE - Static variable in class cz.msebera.android.httpclient.util.VersionInfo
 
PROPERTY_RELEASE - Static variable in class cz.msebera.android.httpclient.util.VersionInfo
 
PROPERTY_TIMESTAMP - Static variable in class cz.msebera.android.httpclient.util.VersionInfo
 
protocol - Variable in class cz.msebera.android.httpclient.message.BasicLineParser
A version of the protocol to parse.
protocol - Variable in class cz.msebera.android.httpclient.ProtocolVersion
Name of the protocol.
PROTOCOL_VERSION - Static variable in interface cz.msebera.android.httpclient.params.CoreProtocolPNames
Deprecated.
Defines the ProtocolVersion used per default.
ProtocolException - Exception in cz.msebera.android.httpclient
Signals that an HTTP protocol violation has occurred.
ProtocolException() - Constructor for exception cz.msebera.android.httpclient.ProtocolException
Creates a new ProtocolException with a null detail message.
ProtocolException(String) - Constructor for exception cz.msebera.android.httpclient.ProtocolException
Creates a new ProtocolException with the specified detail message.
ProtocolException(String, Throwable) - Constructor for exception cz.msebera.android.httpclient.ProtocolException
Creates a new ProtocolException with the specified detail message and cause.
ProtocolExec - Class in cz.msebera.android.httpclient.impl.execchain
Request executor in the request execution chain that is responsible for implementation of HTTP specification requirements.
ProtocolExec(ClientExecChain, HttpProcessor) - Constructor for class cz.msebera.android.httpclient.impl.execchain.ProtocolExec
 
ProtocolVersion - Class in cz.msebera.android.httpclient
Represents a protocol version.
ProtocolVersion(String, int, int) - Constructor for class cz.msebera.android.httpclient.ProtocolVersion
Create a protocol version designator.
proxiedStep(RouteInfo, RouteInfo) - Method in class cz.msebera.android.httpclient.conn.routing.BasicRouteDirector
Determines the next step to establish a connection via proxy.
PROXY_AUTH - Static variable in class cz.msebera.android.httpclient.auth.AUTH
The proxy authenticate challange header.
PROXY_AUTH_PREF - Static variable in interface cz.msebera.android.httpclient.auth.params.AuthPNames
Deprecated.
Defines the order of preference for supported AuthSchemes when authenticating with the proxy host.
PROXY_AUTH_RESP - Static variable in class cz.msebera.android.httpclient.auth.AUTH
The proxy authenticate response header.
PROXY_AUTH_STATE - Static variable in interface cz.msebera.android.httpclient.client.protocol.ClientContext
Deprecated.
Attribute name of a AuthState object that represents the actual proxy authentication state.
PROXY_AUTH_STATE - Static variable in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
Attribute name of a AuthState object that represents the actual proxy authentication state.
PROXY_AUTHENTICATE - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
PROXY_AUTHENTICATE - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.33
PROXY_AUTHORIZATION - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.34
ProxyAuthenticationStrategy - Class in cz.msebera.android.httpclient.impl.client
Default AuthenticationStrategy implementation for proxy host authentication.
ProxyAuthenticationStrategy() - Constructor for class cz.msebera.android.httpclient.impl.client.ProxyAuthenticationStrategy
 
proxyAuthHandler - Variable in class cz.msebera.android.httpclient.impl.client.DefaultRequestDirector
Deprecated.
proxyAuthState - Variable in class cz.msebera.android.httpclient.impl.client.DefaultRequestDirector
Deprecated.
 
proxyAuthStrategy - Variable in class cz.msebera.android.httpclient.impl.client.DefaultRequestDirector
Deprecated.
The proxy authentication handler.
ProxyClient - Class in cz.msebera.android.httpclient.impl.client
ProxyClient can be used to establish a tunnel via an HTTP proxy.
ProxyClient(HttpConnectionFactory<HttpRoute, ManagedHttpClientConnection>, ConnectionConfig, RequestConfig) - Constructor for class cz.msebera.android.httpclient.impl.client.ProxyClient
 
ProxyClient(HttpParams) - Constructor for class cz.msebera.android.httpclient.impl.client.ProxyClient
ProxyClient(RequestConfig) - Constructor for class cz.msebera.android.httpclient.impl.client.ProxyClient
 
ProxyClient() - Constructor for class cz.msebera.android.httpclient.impl.client.ProxyClient
 
proxySelector - Variable in class cz.msebera.android.httpclient.impl.conn.ProxySelectorRoutePlanner
Deprecated.
The proxy selector to use, or null for system default.
ProxySelectorRoutePlanner - Class in cz.msebera.android.httpclient.impl.conn
Deprecated.
ProxySelectorRoutePlanner(SchemeRegistry, ProxySelector) - Constructor for class cz.msebera.android.httpclient.impl.conn.ProxySelectorRoutePlanner
Deprecated.
Creates a new proxy selector route planner.
PUBLIC - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
PublicSuffixFilter - Class in cz.msebera.android.httpclient.impl.cookie
Wraps a CookieAttributeHandler and leverages its match method to never match a suffix from a black list.
PublicSuffixFilter(CookieAttributeHandler) - Constructor for class cz.msebera.android.httpclient.impl.cookie.PublicSuffixFilter
 
PublicSuffixListParser - Class in cz.msebera.android.httpclient.impl.cookie
Parses the list from publicsuffix.org and configures a PublicSuffixFilter.
Punycode - Class in cz.msebera.android.httpclient.client.utils
Facade that provides conversion between Unicode and Punycode domain names.
Punycode() - Constructor for class cz.msebera.android.httpclient.client.utils.Punycode
 
put(HttpHost, AuthScheme) - Method in interface cz.msebera.android.httpclient.client.AuthCache
 
put() - Static method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
put(HttpHost, AuthScheme) - Method in class cz.msebera.android.httpclient.impl.client.BasicAuthCache
 
PUT_METHOD - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
putEntry(String, HttpCacheEntry) - Method in interface cz.msebera.android.httpclient.client.cache.HttpCacheStorage
Store a given cache entry under the given key.
putEntry(String, HttpCacheEntry) - Method in class cz.msebera.android.httpclient.impl.client.cache.BasicHttpCacheStorage
Places a HttpCacheEntry in the cache
putEntry(String, HttpCacheEntry) - Method in class cz.msebera.android.httpclient.impl.client.cache.ManagedHttpCacheStorage
 

Q

queueThread(WaitingThread) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.RouteSpecificPool
Deprecated.
Adds a waiting thread.

R

RANGE - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
RANGE - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.35
reached() - Method in class cz.msebera.android.httpclient.client.cache.InputLimit
Used to report that the limit has been reached.
read() - Method in class cz.msebera.android.httpclient.client.entity.DeflateInputStream
Read a byte.
read(byte[]) - Method in class cz.msebera.android.httpclient.client.entity.DeflateInputStream
Read lots of bytes.
read(byte[], int, int) - Method in class cz.msebera.android.httpclient.client.entity.DeflateInputStream
Read lots of specific bytes.
read() - Method in class cz.msebera.android.httpclient.conn.EofSensorInputStream
 
read(byte[], int, int) - Method in class cz.msebera.android.httpclient.conn.EofSensorInputStream
 
read(byte[]) - Method in class cz.msebera.android.httpclient.conn.EofSensorInputStream
 
read(byte[], int, int) - Method in class cz.msebera.android.httpclient.impl.conn.LoggingSessionInputBuffer
Deprecated.
 
read() - Method in class cz.msebera.android.httpclient.impl.conn.LoggingSessionInputBuffer
Deprecated.
 
read(byte[]) - Method in class cz.msebera.android.httpclient.impl.conn.LoggingSessionInputBuffer
Deprecated.
 
read() - Method in class cz.msebera.android.httpclient.impl.io.AbstractSessionInputBuffer
Deprecated.
 
read(byte[], int, int) - Method in class cz.msebera.android.httpclient.impl.io.AbstractSessionInputBuffer
Deprecated.
 
read(byte[]) - Method in class cz.msebera.android.httpclient.impl.io.AbstractSessionInputBuffer
Deprecated.
 
read() - Method in class cz.msebera.android.httpclient.impl.io.ChunkedInputStream
Returns all the data in a chunked stream in coalesced form.
read(byte[], int, int) - Method in class cz.msebera.android.httpclient.impl.io.ChunkedInputStream
Read some bytes from the stream.
read(byte[]) - Method in class cz.msebera.android.httpclient.impl.io.ChunkedInputStream
Read some bytes from the stream.
read() - Method in class cz.msebera.android.httpclient.impl.io.ContentLengthInputStream
Read the next byte from the stream
read(byte[], int, int) - Method in class cz.msebera.android.httpclient.impl.io.ContentLengthInputStream
Does standard InputStream.read(byte[], int, int) behavior, but also notifies the watcher when the contents have been consumed.
read(byte[]) - Method in class cz.msebera.android.httpclient.impl.io.ContentLengthInputStream
Read more bytes from the stream.
read() - Method in class cz.msebera.android.httpclient.impl.io.IdentityInputStream
 
read(byte[], int, int) - Method in class cz.msebera.android.httpclient.impl.io.IdentityInputStream
 
read() - Method in class cz.msebera.android.httpclient.impl.io.SessionInputBufferImpl
 
read(byte[], int, int) - Method in class cz.msebera.android.httpclient.impl.io.SessionInputBufferImpl
 
read(byte[]) - Method in class cz.msebera.android.httpclient.impl.io.SessionInputBufferImpl
 
read(byte[], int, int) - Method in interface cz.msebera.android.httpclient.io.SessionInputBuffer
Reads up to len bytes of data from the session buffer into an array of bytes.
read(byte[]) - Method in interface cz.msebera.android.httpclient.io.SessionInputBuffer
Reads some number of bytes from the session buffer and stores them into the buffer array b.
read() - Method in interface cz.msebera.android.httpclient.io.SessionInputBuffer
Reads the next byte of data from this session buffer.
readFrom(InputStream) - Method in interface cz.msebera.android.httpclient.client.cache.HttpCacheEntrySerializer
Deserializes a byte representation of a cache entry by reading from the given InputStream.
readFrom(InputStream) - Method in class cz.msebera.android.httpclient.impl.client.cache.DefaultHttpCacheEntrySerializer
 
readLine() - Method in class cz.msebera.android.httpclient.impl.conn.LoggingSessionInputBuffer
Deprecated.
 
readLine(CharArrayBuffer) - Method in class cz.msebera.android.httpclient.impl.conn.LoggingSessionInputBuffer
Deprecated.
 
readLine(CharArrayBuffer) - Method in class cz.msebera.android.httpclient.impl.io.AbstractSessionInputBuffer
Deprecated.
Reads a complete line of characters up to a line delimiter from this session buffer into the given line buffer.
readLine() - Method in class cz.msebera.android.httpclient.impl.io.AbstractSessionInputBuffer
Deprecated.
 
readLine(CharArrayBuffer) - Method in class cz.msebera.android.httpclient.impl.io.SessionInputBufferImpl
Reads a complete line of characters up to a line delimiter from this session buffer into the given line buffer.
readLine() - Method in class cz.msebera.android.httpclient.impl.io.SessionInputBufferImpl
 
readLine(CharArrayBuffer) - Method in interface cz.msebera.android.httpclient.io.SessionInputBuffer
Reads a complete line of characters up to a line delimiter from this session buffer into the given line buffer.
readLine() - Method in interface cz.msebera.android.httpclient.io.SessionInputBuffer
Reads a complete line of characters up to a line delimiter from this session buffer.
reasonCatalog - Variable in class cz.msebera.android.httpclient.impl.DefaultHttpResponseFactory
The catalog for looking up reason phrases.
ReasonPhraseCatalog - Interface in cz.msebera.android.httpclient
Interface for obtaining reason phrases for HTTP status codes.
RECEIVED_BYTES_COUNT - Static variable in class cz.msebera.android.httpclient.impl.HttpConnectionMetricsImpl
 
receiveRequestEntity(HttpEntityEnclosingRequest) - Method in interface cz.msebera.android.httpclient.HttpServerConnection
Receives the next request entity available from this connection and attaches it to an existing request.
receiveRequestEntity(HttpEntityEnclosingRequest) - Method in class cz.msebera.android.httpclient.impl.AbstractHttpServerConnection
Deprecated.
 
receiveRequestEntity(HttpEntityEnclosingRequest) - Method in class cz.msebera.android.httpclient.impl.DefaultBHttpServerConnection
 
receiveRequestHeader() - Method in interface cz.msebera.android.httpclient.HttpServerConnection
Receives the request line and all headers available from this connection.
receiveRequestHeader() - Method in class cz.msebera.android.httpclient.impl.AbstractHttpServerConnection
Deprecated.
 
receiveRequestHeader() - Method in class cz.msebera.android.httpclient.impl.DefaultBHttpServerConnection
 
receiveResponseEntity(HttpResponse) - Method in interface cz.msebera.android.httpclient.HttpClientConnection
Receives the next response entity available from this connection and attaches it to an existing HttpResponse object.
receiveResponseEntity(HttpResponse) - Method in class cz.msebera.android.httpclient.impl.AbstractHttpClientConnection
Deprecated.
 
receiveResponseEntity(HttpResponse) - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
 
receiveResponseEntity(HttpResponse) - Method in class cz.msebera.android.httpclient.impl.DefaultBHttpClientConnection
 
receiveResponseHeader() - Method in interface cz.msebera.android.httpclient.HttpClientConnection
Receives the request line and headers of the next response available from this connection.
receiveResponseHeader() - Method in class cz.msebera.android.httpclient.impl.AbstractHttpClientConnection
Deprecated.
 
receiveResponseHeader() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
 
receiveResponseHeader() - Method in class cz.msebera.android.httpclient.impl.conn.DefaultClientConnection
Deprecated.
 
receiveResponseHeader() - Method in class cz.msebera.android.httpclient.impl.DefaultBHttpClientConnection
 
REDIRECT_LOCATIONS - Static variable in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
Attribute name of a List object that represents a collection of all redirect locations received in the process of request execution.
REDIRECT_LOCATIONS - Static variable in class cz.msebera.android.httpclient.impl.client.DefaultRedirectStrategy
Deprecated.
RedirectException - Exception in cz.msebera.android.httpclient.client
Signals violation of HTTP specification caused by an invalid redirect
RedirectException() - Constructor for exception cz.msebera.android.httpclient.client.RedirectException
Creates a new RedirectException with a null detail message.
RedirectException(String) - Constructor for exception cz.msebera.android.httpclient.client.RedirectException
Creates a new RedirectException with the specified detail message.
RedirectException(String, Throwable) - Constructor for exception cz.msebera.android.httpclient.client.RedirectException
Creates a new RedirectException with the specified detail message and cause.
RedirectExec - Class in cz.msebera.android.httpclient.impl.execchain
Request executor in the request execution chain that is responsible for handling of request redirects.
RedirectExec(ClientExecChain, HttpRoutePlanner, RedirectStrategy) - Constructor for class cz.msebera.android.httpclient.impl.execchain.RedirectExec
 
RedirectHandler - Interface in cz.msebera.android.httpclient.client
Deprecated.
redirectHandler - Variable in class cz.msebera.android.httpclient.impl.client.DefaultRequestDirector
Deprecated.
RedirectLocations - Class in cz.msebera.android.httpclient.impl.client
This class represents a collection of URIs used as redirect locations.
RedirectLocations() - Constructor for class cz.msebera.android.httpclient.impl.client.RedirectLocations
 
RedirectStrategy - Interface in cz.msebera.android.httpclient.client
A strategy for determining if an HTTP request should be redirected to a new location in response to an HTTP response received from the target server.
redirectStrategy - Variable in class cz.msebera.android.httpclient.impl.client.DefaultRequestDirector
Deprecated.
The redirect strategy.
REFERER - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.13, RFC 2616 (HTTP/1.1) Section 14.36
refQueue - Variable in class cz.msebera.android.httpclient.impl.conn.tsccm.AbstractConnPool
Deprecated.
 
register(String, AuthSchemeFactory) - Method in class cz.msebera.android.httpclient.auth.AuthSchemeRegistry
Deprecated.
Registers a AuthSchemeFactory with the given identifier.
register(String, I) - Method in class cz.msebera.android.httpclient.config.RegistryBuilder
 
register(Scheme) - Method in class cz.msebera.android.httpclient.conn.scheme.SchemeRegistry
Deprecated.
Registers a scheme.
register(String, CookieSpecFactory) - Method in class cz.msebera.android.httpclient.cookie.CookieSpecRegistry
Deprecated.
Registers a CookieSpecFactory with the given identifier.
register(String, HttpRequestHandler) - Method in class cz.msebera.android.httpclient.protocol.HttpRequestHandlerRegistry
Deprecated.
Registers the given HttpRequestHandler as a handler for URIs matching the given pattern.
register(String, HttpRequestHandler) - Method in class cz.msebera.android.httpclient.protocol.UriHttpRequestHandlerMapper
Registers the given HttpRequestHandler as a handler for URIs matching the given pattern.
register(String, T) - Method in class cz.msebera.android.httpclient.protocol.UriPatternMatcher
Registers the given object for URIs matching the given pattern.
registerAttribHandler(String, CookieAttributeHandler) - Method in class cz.msebera.android.httpclient.impl.cookie.AbstractCookieSpec
 
Registry<I> - Class in cz.msebera.android.httpclient.config
Generic registry of items keyed by low-case string ID.
RegistryBuilder<I> - Class in cz.msebera.android.httpclient.config
Builder for Registry instances.
reject(CharArrayBuffer, int) - Method in class cz.msebera.android.httpclient.impl.conn.DefaultHttpResponseParser
 
REJECT_RELATIVE_REDIRECT - Static variable in interface cz.msebera.android.httpclient.client.params.ClientPNames
Deprecated.
Defines whether relative redirects should be rejected.
release(E, boolean) - Method in class cz.msebera.android.httpclient.pool.AbstractConnPool
 
release(E, boolean) - Method in interface cz.msebera.android.httpclient.pool.ConnPool
Releases the pool entry back to the pool.
releaseConnection() - Method in class cz.msebera.android.httpclient.client.methods.HttpRequestBase
A convenience method to simplify migration from HttpClient 3.1 API.
releaseConnection() - Method in class cz.msebera.android.httpclient.conn.BasicManagedEntity
Deprecated.
 
releaseConnection(ManagedClientConnection, long, TimeUnit) - Method in interface cz.msebera.android.httpclient.conn.ClientConnectionManager
Deprecated.
Releases a connection for use by others.
releaseConnection() - Method in interface cz.msebera.android.httpclient.conn.ConnectionReleaseTrigger
Releases the connection with the option of keep-alive.
releaseConnection() - Method in class cz.msebera.android.httpclient.conn.EofSensorInputStream
Same as close().
releaseConnection(HttpClientConnection, Object, long, TimeUnit) - Method in interface cz.msebera.android.httpclient.conn.HttpClientConnectionManager
Releases the connection back to the manager making it potentially re-usable by other consumers.
releaseConnection() - Method in class cz.msebera.android.httpclient.impl.client.DefaultRequestDirector
Deprecated.
Returns the connection back to the connection manager and prepares for retrieving a new connection during the next request.
releaseConnection() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
 
releaseConnection(ManagedClientConnection, long, TimeUnit) - Method in class cz.msebera.android.httpclient.impl.conn.BasicClientConnectionManager
Deprecated.
 
releaseConnection(HttpClientConnection, Object, long, TimeUnit) - Method in class cz.msebera.android.httpclient.impl.conn.BasicHttpClientConnectionManager
 
releaseConnection(ManagedClientConnection, long, TimeUnit) - Method in class cz.msebera.android.httpclient.impl.conn.PoolingClientConnectionManager
Deprecated.
 
releaseConnection(HttpClientConnection, Object, long, TimeUnit) - Method in class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
releaseConnection(ManagedClientConnection, long, TimeUnit) - Method in class cz.msebera.android.httpclient.impl.conn.SingleClientConnManager
Deprecated.
 
releaseConnection(ManagedClientConnection, long, TimeUnit) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ThreadSafeClientConnManager
Deprecated.
 
releaseManagedConnection() - Method in class cz.msebera.android.httpclient.conn.BasicManagedEntity
Deprecated.
Releases the connection gracefully.
remove(HttpHost) - Method in interface cz.msebera.android.httpclient.client.AuthCache
 
remove(HttpHost) - Method in class cz.msebera.android.httpclient.impl.client.BasicAuthCache
 
remove(URI) - Method in class cz.msebera.android.httpclient.impl.client.RedirectLocations
Removes a URI from the collection.
remove(int) - Method in class cz.msebera.android.httpclient.impl.client.RedirectLocations
Removes the URI at the specified position in this list.
remove(HttpConnection) - Method in class cz.msebera.android.httpclient.impl.conn.IdleConnectionHandler
Deprecated.
Removes the given connection from the list of connections to be closed when idle.
remove() - Method in class cz.msebera.android.httpclient.message.BasicHeaderElementIterator
 
remove() - Method in class cz.msebera.android.httpclient.message.BasicHeaderIterator
Removing headers is not supported.
remove() - Method in class cz.msebera.android.httpclient.message.BasicListHeaderIterator
Removes the header that was returned last.
remove() - Method in class cz.msebera.android.httpclient.message.BasicTokenIterator
Removing tokens is not supported.
removeAll() - Method in class cz.msebera.android.httpclient.impl.conn.IdleConnectionHandler
Deprecated.
Removes all connections referenced by this handler.
removeAttribute(String) - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
 
removeAttribute(String) - Method in class cz.msebera.android.httpclient.impl.conn.DefaultClientConnection
Deprecated.
 
removeAttribute(String) - Method in class cz.msebera.android.httpclient.impl.conn.DefaultManagedHttpClientConnection
 
removeAttribute(String) - Method in class cz.msebera.android.httpclient.protocol.BasicHttpContext
 
removeAttribute(String) - Method in class cz.msebera.android.httpclient.protocol.DefaultedHttpContext
Deprecated.
 
removeAttribute(String) - Method in interface cz.msebera.android.httpclient.protocol.HttpContext
Removes attribute with the given name from the context.
removeAttribute(String) - Method in class cz.msebera.android.httpclient.protocol.HttpCoreContext
 
removeAttribute(String) - Method in class cz.msebera.android.httpclient.protocol.SyncBasicHttpContext
Deprecated.
 
removeEntry(String) - Method in interface cz.msebera.android.httpclient.client.cache.HttpCacheStorage
Deletes/invalidates/removes any cache entries currently stored under the given key.
removeEntry(String) - Method in class cz.msebera.android.httpclient.impl.client.cache.BasicHttpCacheStorage
Removes a HttpCacheEntry from the cache
removeEntry(String) - Method in class cz.msebera.android.httpclient.impl.client.cache.ManagedHttpCacheStorage
 
removeFields(String) - Method in class cz.msebera.android.httpclient.entity.mime.Header
 
removeHeader(Header) - Method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
removeHeader(Header) - Method in interface cz.msebera.android.httpclient.HttpMessage
Removes a header from this message.
removeHeader(Header) - Method in class cz.msebera.android.httpclient.message.AbstractHttpMessage
 
removeHeader(Header) - Method in class cz.msebera.android.httpclient.message.HeaderGroup
Removes the given header.
removeHeaders(String) - Method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
removeHeaders(String) - Method in interface cz.msebera.android.httpclient.HttpMessage
Removes all headers with a certain name from this message.
removeHeaders(String) - Method in class cz.msebera.android.httpclient.message.AbstractHttpMessage
 
removeParameter(String) - Method in class cz.msebera.android.httpclient.impl.client.ClientParamsStack
Deprecated.
Does not remove a parameter.
removeParameter(String) - Method in class cz.msebera.android.httpclient.params.BasicHttpParams
Deprecated.
 
removeParameter(String) - Method in class cz.msebera.android.httpclient.params.DefaultedHttpParams
Deprecated.
Attempts to remove the parameter from the local collection.
removeParameter(String) - Method in interface cz.msebera.android.httpclient.params.HttpParams
Deprecated.
Removes the parameter with the specified name.
removeParameter(String) - Method in class cz.msebera.android.httpclient.params.SyncBasicHttpParams
Deprecated.
 
removeQuery() - Method in class cz.msebera.android.httpclient.client.utils.URIBuilder
Removes URI query.
removeRequestInterceptorByClass(Class<? extends HttpRequestInterceptor>) - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
removeRequestInterceptorByClass(Class<? extends HttpRequestInterceptor>) - Method in class cz.msebera.android.httpclient.protocol.BasicHttpProcessor
Deprecated.
 
removeRequestInterceptorByClass(Class<? extends HttpRequestInterceptor>) - Method in interface cz.msebera.android.httpclient.protocol.HttpRequestInterceptorList
Deprecated.
Removes all request interceptor of the specified class
removeResponseInterceptorByClass(Class<? extends HttpResponseInterceptor>) - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
removeResponseInterceptorByClass(Class<? extends HttpResponseInterceptor>) - Method in class cz.msebera.android.httpclient.protocol.BasicHttpProcessor
Deprecated.
 
removeResponseInterceptorByClass(Class<? extends HttpResponseInterceptor>) - Method in interface cz.msebera.android.httpclient.protocol.HttpResponseInterceptorList
Deprecated.
Removes all response interceptor of the specified class
removeThread(WaitingThread) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.RouteSpecificPool
Deprecated.
Removes a waiting thread, if it is queued.
request - Variable in class cz.msebera.android.httpclient.impl.client.RoutedRequest
Deprecated.
 
REQUEST_CONFIG - Static variable in interface cz.msebera.android.httpclient.client.protocol.ClientContext
Deprecated.
Attribute name of a RequestConfig object that represents the actual request configuration.
REQUEST_CONFIG - Static variable in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
Attribute name of a RequestConfig object that represents the actual request configuration.
REQUEST_COUNT - Static variable in class cz.msebera.android.httpclient.impl.HttpConnectionMetricsImpl
 
RequestAbortedException - Exception in cz.msebera.android.httpclient.impl.execchain
Signals that the request has been aborted.
RequestAbortedException(String) - Constructor for exception cz.msebera.android.httpclient.impl.execchain.RequestAbortedException
 
RequestAbortedException(String, Throwable) - Constructor for exception cz.msebera.android.httpclient.impl.execchain.RequestAbortedException
 
RequestAcceptEncoding - Class in cz.msebera.android.httpclient.client.protocol
Class responsible for handling Content Encoding requests in HTTP.
RequestAcceptEncoding() - Constructor for class cz.msebera.android.httpclient.client.protocol.RequestAcceptEncoding
 
RequestAddCookies - Class in cz.msebera.android.httpclient.client.protocol
Request interceptor that matches cookies available in the current CookieStore to the request being executed and generates corresponding Cookie request headers.
RequestAddCookies() - Constructor for class cz.msebera.android.httpclient.client.protocol.RequestAddCookies
 
RequestAuthCache - Class in cz.msebera.android.httpclient.client.protocol
Request interceptor that can preemptively authenticate against known hosts, if there is a cached AuthScheme instance in the local AuthCache associated with the given target or proxy host.
RequestAuthCache() - Constructor for class cz.msebera.android.httpclient.client.protocol.RequestAuthCache
 
RequestBuilder - Class in cz.msebera.android.httpclient.client.methods
Builder for HttpUriRequest instances.
RequestClientConnControl - Class in cz.msebera.android.httpclient.client.protocol
This protocol interceptor is responsible for adding Connection or Proxy-Connection headers to the outgoing requests, which is essential for managing persistence of HTTP/1.0 connections.
RequestClientConnControl() - Constructor for class cz.msebera.android.httpclient.client.protocol.RequestClientConnControl
 
RequestConfig - Class in cz.msebera.android.httpclient.client.config
 
RequestConfig.Builder - Class in cz.msebera.android.httpclient.client.config
 
RequestConnControl - Class in cz.msebera.android.httpclient.protocol
RequestConnControl is responsible for adding Connection header to the outgoing requests, which is essential for managing persistence of HTTP/1.0 connections.
RequestConnControl() - Constructor for class cz.msebera.android.httpclient.protocol.RequestConnControl
 
requestConnection(HttpRoute, Object) - Method in interface cz.msebera.android.httpclient.conn.ClientConnectionManager
Deprecated.
Returns a new ClientConnectionRequest, from which a ManagedClientConnection can be obtained or the request can be aborted.
requestConnection(HttpRoute, Object) - Method in interface cz.msebera.android.httpclient.conn.HttpClientConnectionManager
Returns a new ConnectionRequest, from which a HttpClientConnection can be obtained or the request can be aborted.
requestConnection(HttpRoute, Object) - Method in class cz.msebera.android.httpclient.impl.conn.BasicClientConnectionManager
Deprecated.
 
requestConnection(HttpRoute, Object) - Method in class cz.msebera.android.httpclient.impl.conn.BasicHttpClientConnectionManager
 
requestConnection(HttpRoute, Object) - Method in class cz.msebera.android.httpclient.impl.conn.PoolingClientConnectionManager
Deprecated.
 
requestConnection(HttpRoute, Object) - Method in class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
requestConnection(HttpRoute, Object) - Method in class cz.msebera.android.httpclient.impl.conn.SingleClientConnManager
Deprecated.
 
requestConnection(HttpRoute, Object) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ThreadSafeClientConnManager
Deprecated.
 
RequestContent - Class in cz.msebera.android.httpclient.protocol
RequestContent is the most important interceptor for outgoing requests.
RequestContent() - Constructor for class cz.msebera.android.httpclient.protocol.RequestContent
Default constructor.
RequestContent(boolean) - Constructor for class cz.msebera.android.httpclient.protocol.RequestContent
Constructor that can be used to fine-tune behavior of this interceptor.
RequestDate - Class in cz.msebera.android.httpclient.protocol
RequestDate interceptor is responsible for adding Date header to the outgoing requests This interceptor is optional for client side protocol processors.
RequestDate() - Constructor for class cz.msebera.android.httpclient.protocol.RequestDate
 
RequestDefaultHeaders - Class in cz.msebera.android.httpclient.client.protocol
Request interceptor that adds default request headers.
RequestDefaultHeaders(Collection<? extends Header>) - Constructor for class cz.msebera.android.httpclient.client.protocol.RequestDefaultHeaders
 
RequestDefaultHeaders() - Constructor for class cz.msebera.android.httpclient.client.protocol.RequestDefaultHeaders
 
RequestDirector - Interface in cz.msebera.android.httpclient.client
Deprecated.
(4.3) No longer used
requestDuration() - Method in class cz.msebera.android.httpclient.impl.client.HttpRequestFutureTask
 
requestExec - Variable in class cz.msebera.android.httpclient.impl.client.DefaultRequestDirector
Deprecated.
The request executor.
RequestExpectContinue - Class in cz.msebera.android.httpclient.client.protocol
RequestExpectContinue is responsible for enabling the 'expect-continue' handshake by adding Expect header.
RequestExpectContinue() - Constructor for class cz.msebera.android.httpclient.client.protocol.RequestExpectContinue
 
RequestExpectContinue - Class in cz.msebera.android.httpclient.protocol
RequestExpectContinue is responsible for enabling the 'expect-continue' handshake by adding Expect header.
RequestExpectContinue() - Constructor for class cz.msebera.android.httpclient.protocol.RequestExpectContinue
RequestExpectContinue(boolean) - Constructor for class cz.msebera.android.httpclient.protocol.RequestExpectContinue
 
requestInterceptors - Variable in class cz.msebera.android.httpclient.protocol.BasicHttpProcessor
Deprecated.
 
requestIsAborted(HttpRequest) - Method in class cz.msebera.android.httpclient.impl.client.DefaultHttpRequestRetryHandler
Deprecated.
(4.3)
RequestLine - Interface in cz.msebera.android.httpclient
The Request-Line begins with a method token, followed by the Request-URI and the protocol version, and ending with CRLF.
requestParams - Variable in class cz.msebera.android.httpclient.impl.client.ClientParamsStack
Deprecated.
The request parameter collection, or null.
requestPoolEntry(HttpRoute, Object) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.AbstractConnPool
Deprecated.
Returns a new PoolEntryRequest, from which a BasicPoolEntry can be obtained, or the request can be aborted.
requestPoolEntry(HttpRoute, Object) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
 
RequestProxyAuthentication - Class in cz.msebera.android.httpclient.client.protocol
Deprecated.
RequestProxyAuthentication() - Constructor for class cz.msebera.android.httpclient.client.protocol.RequestProxyAuthentication
Deprecated.
 
RequestTargetAuthentication - Class in cz.msebera.android.httpclient.client.protocol
Deprecated.
RequestTargetAuthentication() - Constructor for class cz.msebera.android.httpclient.client.protocol.RequestTargetAuthentication
Deprecated.
 
RequestTargetHost - Class in cz.msebera.android.httpclient.protocol
RequestTargetHost is responsible for adding Host header.
RequestTargetHost() - Constructor for class cz.msebera.android.httpclient.protocol.RequestTargetHost
 
RequestUserAgent - Class in cz.msebera.android.httpclient.protocol
RequestUserAgent is responsible for adding User-Agent header.
RequestUserAgent(String) - Constructor for class cz.msebera.android.httpclient.protocol.RequestUserAgent
 
RequestUserAgent() - Constructor for class cz.msebera.android.httpclient.protocol.RequestUserAgent
 
RequestWrapper - Class in cz.msebera.android.httpclient.impl.client
Deprecated.
(4.3) do not use.
RequestWrapper(HttpRequest) - Constructor for class cz.msebera.android.httpclient.impl.client.RequestWrapper
Deprecated.
 
RESERVED_PREFIX - Static variable in interface cz.msebera.android.httpclient.protocol.HttpContext
The prefix reserved for use by HTTP components.
reset() - Method in class cz.msebera.android.httpclient.auth.AuthState
Resets the auth state.
reset() - Method in class cz.msebera.android.httpclient.client.entity.DeflateInputStream
Reset.
reset() - Method in class cz.msebera.android.httpclient.client.methods.AbstractExecutionAwareRequest
Resets internal state of the request making it reusable.
reset() - Method in class cz.msebera.android.httpclient.conn.routing.RouteTracker
 
reset() - Method in interface cz.msebera.android.httpclient.HttpConnectionMetrics
Resets the counts
reset() - Method in class cz.msebera.android.httpclient.impl.HttpConnectionMetricsImpl
 
reset() - Method in class cz.msebera.android.httpclient.impl.io.HttpTransportMetricsImpl
 
reset() - Method in interface cz.msebera.android.httpclient.io.HttpTransportMetrics
Resets the counts
resetErrorCount(String) - Method in class cz.msebera.android.httpclient.impl.client.cache.DefaultFailureCache
 
resetErrorCount(String) - Method in interface cz.msebera.android.httpclient.impl.client.cache.FailureCache
Reset the error count back to zero.
resetHeaders() - Method in class cz.msebera.android.httpclient.impl.client.RequestWrapper
Deprecated.
 
resolve(URI, String) - Static method in class cz.msebera.android.httpclient.client.utils.URIUtils
Resolves a URI reference against a base URI.
resolve(URI, URI) - Static method in class cz.msebera.android.httpclient.client.utils.URIUtils
Resolves a URI reference against a base URI.
resolve(URI, HttpHost, List<URI>) - Static method in class cz.msebera.android.httpclient.client.utils.URIUtils
Derives the interpreted (absolute) URI that was used to generate the last request.
resolve(String) - Method in interface cz.msebera.android.httpclient.conn.DnsResolver
Returns the IP address for the specified host name, or null if the given host is not recognized or the associated IP address cannot be used to build an InetAddress instance.
resolve(String) - Method in interface cz.msebera.android.httpclient.conn.scheme.HostNameResolver
Deprecated.
Resolves given hostname to its IP address
resolve(HttpHost) - Method in interface cz.msebera.android.httpclient.conn.SchemePortResolver
Returns the actual port for the host based on the protocol scheme.
resolve(HttpHost) - Method in class cz.msebera.android.httpclient.impl.conn.DefaultSchemePortResolver
 
resolve(String) - Method in class cz.msebera.android.httpclient.impl.conn.InMemoryDnsResolver
Returns the IP address for the specified host name, or null if the given host is not recognized or the associated IP address cannot be used to build an InetAddress instance.
resolve(String) - Method in class cz.msebera.android.httpclient.impl.conn.SystemDefaultDnsResolver
 
resolveHostname(String) - Method in class cz.msebera.android.httpclient.impl.conn.DefaultClientConnectionOperator
Deprecated.
Resolves the given host name to an array of corresponding IP addresses, based on the configured name service on the provided DNS resolver.
resolvePort(int) - Method in class cz.msebera.android.httpclient.conn.scheme.Scheme
Deprecated.
Resolves the correct port for this scheme.
Resource - Interface in cz.msebera.android.httpclient.client.cache
Represents a disposable system resource used for handling cached response bodies.
ResourceFactory - Interface in cz.msebera.android.httpclient.client.cache
Generates Resource instances for handling cached HTTP response bodies.
RESPONSE_COUNT - Static variable in class cz.msebera.android.httpclient.impl.HttpConnectionMetricsImpl
 
ResponseAuthCache - Class in cz.msebera.android.httpclient.client.protocol
Deprecated.
ResponseAuthCache() - Constructor for class cz.msebera.android.httpclient.client.protocol.ResponseAuthCache
Deprecated.
 
ResponseConnControl - Class in cz.msebera.android.httpclient.protocol
ResponseConnControl is responsible for adding Connection header to the outgoing responses, which is essential for managing persistence of HTTP/1.0 connections.
ResponseConnControl() - Constructor for class cz.msebera.android.httpclient.protocol.ResponseConnControl
 
ResponseContent - Class in cz.msebera.android.httpclient.protocol
ResponseContent is the most important interceptor for outgoing responses.
ResponseContent() - Constructor for class cz.msebera.android.httpclient.protocol.ResponseContent
Default constructor.
ResponseContent(boolean) - Constructor for class cz.msebera.android.httpclient.protocol.ResponseContent
Constructor that can be used to fine-tune behavior of this interceptor.
ResponseContentEncoding - Class in cz.msebera.android.httpclient.client.protocol
HttpResponseInterceptor responsible for processing Content-Encoding responses.
ResponseContentEncoding() - Constructor for class cz.msebera.android.httpclient.client.protocol.ResponseContentEncoding
 
ResponseDate - Class in cz.msebera.android.httpclient.protocol
ResponseDate is responsible for adding Date header to the outgoing responses.
ResponseDate() - Constructor for class cz.msebera.android.httpclient.protocol.ResponseDate
 
ResponseHandler<T> - Interface in cz.msebera.android.httpclient.client
Handler that encapsulates the process of generating a response object from a HttpResponse.
responseInterceptors - Variable in class cz.msebera.android.httpclient.protocol.BasicHttpProcessor
Deprecated.
 
ResponseProcessCookies - Class in cz.msebera.android.httpclient.client.protocol
Response interceptor that populates the current CookieStore with data contained in response cookies received in the given the HTTP response.
ResponseProcessCookies() - Constructor for class cz.msebera.android.httpclient.client.protocol.ResponseProcessCookies
 
ResponseServer - Class in cz.msebera.android.httpclient.protocol
ResponseServer is responsible for adding Server header.
ResponseServer(String) - Constructor for class cz.msebera.android.httpclient.protocol.ResponseServer
 
ResponseServer() - Constructor for class cz.msebera.android.httpclient.protocol.ResponseServer
 
RETRY_AFTER - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.37
RetryExec - Class in cz.msebera.android.httpclient.impl.execchain
Request executor in the request execution chain that is responsible for making a decision whether a request failed due to an I/O error should be re-executed.
RetryExec(ClientExecChain, HttpRequestRetryHandler) - Constructor for class cz.msebera.android.httpclient.impl.execchain.RetryExec
 
retryHandler - Variable in class cz.msebera.android.httpclient.impl.client.DefaultRequestDirector
Deprecated.
The request retry handler.
retryRequest(IOException, int, HttpContext) - Method in interface cz.msebera.android.httpclient.client.HttpRequestRetryHandler
Determines if a method should be retried after an IOException occurs during execution.
retryRequest(HttpResponse, int, HttpContext) - Method in interface cz.msebera.android.httpclient.client.ServiceUnavailableRetryStrategy
Determines if a method should be retried given the response from the target server.
retryRequest(IOException, int, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.DefaultHttpRequestRetryHandler
Used retryCount and requestSentRetryEnabled to determine if the given method should be retried.
retryRequest(HttpResponse, int, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.DefaultServiceUnavailableRetryStrategy
 
reuseStrategy - Variable in class cz.msebera.android.httpclient.impl.client.DefaultRequestDirector
Deprecated.
The connection re-use strategy.
revokeConnection() - Method in class cz.msebera.android.httpclient.impl.conn.SingleClientConnManager
Deprecated.
 
rewriteRequestURI(RequestWrapper, HttpRoute) - Method in class cz.msebera.android.httpclient.impl.client.DefaultRequestDirector
Deprecated.
 
rewriteURI(URI, HttpHost, boolean) - Static method in class cz.msebera.android.httpclient.client.utils.URIUtils
A convenience method for creating a new URI whose scheme, host and port are taken from the target host, but whose path, query and fragment are taken from the existing URI.
rewriteURI(URI, HttpHost) - Static method in class cz.msebera.android.httpclient.client.utils.URIUtils
A convenience method for URIUtils.rewriteURI(URI, HttpHost, boolean) that always keeps the fragment.
rewriteURI(URI) - Static method in class cz.msebera.android.httpclient.client.utils.URIUtils
A convenience method that creates a new URI whose scheme, host, port, path, query are taken from the existing URI, dropping any fragment or user-information.
RFC2109DomainHandler - Class in cz.msebera.android.httpclient.impl.cookie
 
RFC2109DomainHandler() - Constructor for class cz.msebera.android.httpclient.impl.cookie.RFC2109DomainHandler
 
RFC2109Spec - Class in cz.msebera.android.httpclient.impl.cookie
RFC 2109 compliant CookieSpec implementation.
RFC2109Spec(String[], boolean) - Constructor for class cz.msebera.android.httpclient.impl.cookie.RFC2109Spec
Default constructor
RFC2109Spec() - Constructor for class cz.msebera.android.httpclient.impl.cookie.RFC2109Spec
Default constructor
RFC2109SpecFactory - Class in cz.msebera.android.httpclient.impl.cookie
CookieSpecProvider implementation that creates and initializes RFC2109Spec instances.
RFC2109SpecFactory(String[], boolean) - Constructor for class cz.msebera.android.httpclient.impl.cookie.RFC2109SpecFactory
 
RFC2109SpecFactory() - Constructor for class cz.msebera.android.httpclient.impl.cookie.RFC2109SpecFactory
 
RFC2109VersionHandler - Class in cz.msebera.android.httpclient.impl.cookie
 
RFC2109VersionHandler() - Constructor for class cz.msebera.android.httpclient.impl.cookie.RFC2109VersionHandler
 
RFC2617Scheme - Class in cz.msebera.android.httpclient.impl.auth
Abstract authentication scheme class that lays foundation for all RFC 2617 compliant authentication schemes and provides capabilities common to all authentication schemes defined in RFC 2617.
RFC2617Scheme(ChallengeState) - Constructor for class cz.msebera.android.httpclient.impl.auth.RFC2617Scheme
Deprecated.
(4.3) do not use.
RFC2617Scheme(Charset) - Constructor for class cz.msebera.android.httpclient.impl.auth.RFC2617Scheme
 
RFC2617Scheme() - Constructor for class cz.msebera.android.httpclient.impl.auth.RFC2617Scheme
 
RFC2965CommentUrlAttributeHandler - Class in cz.msebera.android.httpclient.impl.cookie
"CommentURL" cookie attribute handler for RFC 2965 cookie spec.
RFC2965CommentUrlAttributeHandler() - Constructor for class cz.msebera.android.httpclient.impl.cookie.RFC2965CommentUrlAttributeHandler
 
RFC2965DiscardAttributeHandler - Class in cz.msebera.android.httpclient.impl.cookie
"Discard" cookie attribute handler for RFC 2965 cookie spec.
RFC2965DiscardAttributeHandler() - Constructor for class cz.msebera.android.httpclient.impl.cookie.RFC2965DiscardAttributeHandler
 
RFC2965DomainAttributeHandler - Class in cz.msebera.android.httpclient.impl.cookie
"Domain" cookie attribute handler for RFC 2965 cookie spec.
RFC2965DomainAttributeHandler() - Constructor for class cz.msebera.android.httpclient.impl.cookie.RFC2965DomainAttributeHandler
 
RFC2965PortAttributeHandler - Class in cz.msebera.android.httpclient.impl.cookie
"Port" cookie attribute handler for RFC 2965 cookie spec.
RFC2965PortAttributeHandler() - Constructor for class cz.msebera.android.httpclient.impl.cookie.RFC2965PortAttributeHandler
 
RFC2965Spec - Class in cz.msebera.android.httpclient.impl.cookie
RFC 2965 compliant CookieSpec implementation.
RFC2965Spec() - Constructor for class cz.msebera.android.httpclient.impl.cookie.RFC2965Spec
Default constructor
RFC2965Spec(String[], boolean) - Constructor for class cz.msebera.android.httpclient.impl.cookie.RFC2965Spec
 
RFC2965SpecFactory - Class in cz.msebera.android.httpclient.impl.cookie
CookieSpecProvider implementation that creates and initializes RFC2965Spec instances.
RFC2965SpecFactory(String[], boolean) - Constructor for class cz.msebera.android.httpclient.impl.cookie.RFC2965SpecFactory
 
RFC2965SpecFactory() - Constructor for class cz.msebera.android.httpclient.impl.cookie.RFC2965SpecFactory
 
RFC2965VersionAttributeHandler - Class in cz.msebera.android.httpclient.impl.cookie
"Version" cookie attribute handler for RFC 2965 cookie spec.
RFC2965VersionAttributeHandler() - Constructor for class cz.msebera.android.httpclient.impl.cookie.RFC2965VersionAttributeHandler
 
Rfc3492Idn - Class in cz.msebera.android.httpclient.client.utils
Implementation from pseudo code in RFC 3492.
Rfc3492Idn() - Constructor for class cz.msebera.android.httpclient.client.utils.Rfc3492Idn
 
RFC_2109 - Static variable in class cz.msebera.android.httpclient.client.params.CookiePolicy
Deprecated.
The RFC 2109 compliant policy.
RFC_2965 - Static variable in class cz.msebera.android.httpclient.client.params.CookiePolicy
Deprecated.
The RFC 2965 compliant policy.
ROUTE - Static variable in interface cz.msebera.android.httpclient.client.protocol.ClientContext
Deprecated.
Attribute name of a RouteInfo object that represents the actual connection route.
route - Variable in class cz.msebera.android.httpclient.impl.client.RoutedRequest
Deprecated.
 
route - Variable in class cz.msebera.android.httpclient.impl.conn.AbstractPoolEntry
Deprecated.
The route for which this entry gets allocated.
route - Variable in class cz.msebera.android.httpclient.impl.conn.tsccm.RouteSpecificPool
Deprecated.
The route this pool is for.
routeComplete(HttpClientConnection, HttpRoute, HttpContext) - Method in interface cz.msebera.android.httpclient.conn.HttpClientConnectionManager
Marks the connection as fully established with all its intermediate hops completed.
routeComplete(HttpClientConnection, HttpRoute, HttpContext) - Method in class cz.msebera.android.httpclient.impl.conn.BasicHttpClientConnectionManager
 
routeComplete(HttpClientConnection, HttpRoute, HttpContext) - Method in class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
RoutedRequest - Class in cz.msebera.android.httpclient.impl.client
Deprecated.
(4.3) do not use.
RoutedRequest(RequestWrapper, HttpRoute) - Constructor for class cz.msebera.android.httpclient.impl.client.RoutedRequest
Deprecated.
Creates a new routed request.
RouteInfo - Interface in cz.msebera.android.httpclient.conn.routing
Read-only interface for route information.
RouteInfo.LayerType - Enum in cz.msebera.android.httpclient.conn.routing
The layering type of a route.
RouteInfo.TunnelType - Enum in cz.msebera.android.httpclient.conn.routing
The tunnelling type of a route.
routePlanner - Variable in class cz.msebera.android.httpclient.impl.client.DefaultRequestDirector
Deprecated.
The route planner.
RouteSpecificPool - Class in cz.msebera.android.httpclient.impl.conn.tsccm
Deprecated.
RouteSpecificPool(HttpRoute, int) - Constructor for class cz.msebera.android.httpclient.impl.conn.tsccm.RouteSpecificPool
RouteSpecificPool(HttpRoute, ConnPerRoute) - Constructor for class cz.msebera.android.httpclient.impl.conn.tsccm.RouteSpecificPool
Deprecated.
Creates a new route-specific pool.
routeToPool - Variable in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
Map of route-specific pools
RouteTracker - Class in cz.msebera.android.httpclient.conn.routing
Helps tracking the steps in establishing a route.
RouteTracker(HttpHost, InetAddress) - Constructor for class cz.msebera.android.httpclient.conn.routing.RouteTracker
Creates a new route tracker.
RouteTracker(HttpRoute) - Constructor for class cz.msebera.android.httpclient.conn.routing.RouteTracker
Creates a new tracker for the given route.

S

SC_ACCEPTED - Static variable in interface cz.msebera.android.httpclient.HttpStatus
202 Accepted (HTTP/1.0 - RFC 1945)
SC_BAD_GATEWAY - Static variable in interface cz.msebera.android.httpclient.HttpStatus
502 Bad Gateway (HTTP/1.0 - RFC 1945)
SC_BAD_REQUEST - Static variable in interface cz.msebera.android.httpclient.HttpStatus
400 Bad Request (HTTP/1.1 - RFC 2616)
SC_CONFLICT - Static variable in interface cz.msebera.android.httpclient.HttpStatus
409 Conflict (HTTP/1.1 - RFC 2616)
SC_CONTINUE - Static variable in interface cz.msebera.android.httpclient.HttpStatus
100 Continue (HTTP/1.1 - RFC 2616)
SC_CREATED - Static variable in interface cz.msebera.android.httpclient.HttpStatus
201 Created (HTTP/1.0 - RFC 1945)
SC_EXPECTATION_FAILED - Static variable in interface cz.msebera.android.httpclient.HttpStatus
417 Expectation Failed (HTTP/1.1 - RFC 2616)
SC_FAILED_DEPENDENCY - Static variable in interface cz.msebera.android.httpclient.HttpStatus
424 Failed Dependency (WebDAV - RFC 2518)
SC_FORBIDDEN - Static variable in interface cz.msebera.android.httpclient.HttpStatus
403 Forbidden (HTTP/1.0 - RFC 1945)
SC_GATEWAY_TIMEOUT - Static variable in interface cz.msebera.android.httpclient.HttpStatus
504 Gateway Timeout (HTTP/1.1 - RFC 2616)
SC_GONE - Static variable in interface cz.msebera.android.httpclient.HttpStatus
410 Gone (HTTP/1.1 - RFC 2616)
SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in interface cz.msebera.android.httpclient.HttpStatus
505 HTTP Version Not Supported (HTTP/1.1 - RFC 2616)
SC_INSUFFICIENT_SPACE_ON_RESOURCE - Static variable in interface cz.msebera.android.httpclient.HttpStatus
Static constant for a 419 error.
SC_INSUFFICIENT_STORAGE - Static variable in interface cz.msebera.android.httpclient.HttpStatus
507 Insufficient Storage (WebDAV - RFC 2518)
SC_INTERNAL_SERVER_ERROR - Static variable in interface cz.msebera.android.httpclient.HttpStatus
500 Server Error (HTTP/1.0 - RFC 1945)
SC_LENGTH_REQUIRED - Static variable in interface cz.msebera.android.httpclient.HttpStatus
411 Length Required (HTTP/1.1 - RFC 2616)
SC_LOCKED - Static variable in interface cz.msebera.android.httpclient.HttpStatus
423 Locked (WebDAV - RFC 2518)
SC_METHOD_FAILURE - Static variable in interface cz.msebera.android.httpclient.HttpStatus
Static constant for a 420 error.
SC_METHOD_NOT_ALLOWED - Static variable in interface cz.msebera.android.httpclient.HttpStatus
405 Method Not Allowed (HTTP/1.1 - RFC 2616)
SC_MOVED_PERMANENTLY - Static variable in interface cz.msebera.android.httpclient.HttpStatus
301 Moved Permanently (HTTP/1.0 - RFC 1945)
SC_MOVED_TEMPORARILY - Static variable in interface cz.msebera.android.httpclient.HttpStatus
302 Moved Temporarily (Sometimes Found) (HTTP/1.0 - RFC 1945)
SC_MULTI_STATUS - Static variable in interface cz.msebera.android.httpclient.HttpStatus
207 Multi-Status (WebDAV - RFC 2518) or 207 Partial Update OK (HTTP/1.1 - draft-ietf-http-v11-spec-rev-01?)
SC_MULTIPLE_CHOICES - Static variable in interface cz.msebera.android.httpclient.HttpStatus
300 Mutliple Choices (HTTP/1.1 - RFC 2616)
SC_NO_CONTENT - Static variable in interface cz.msebera.android.httpclient.HttpStatus
204 No Content (HTTP/1.0 - RFC 1945)
SC_NON_AUTHORITATIVE_INFORMATION - Static variable in interface cz.msebera.android.httpclient.HttpStatus
203 Non Authoritative Information (HTTP/1.1 - RFC 2616)
SC_NOT_ACCEPTABLE - Static variable in interface cz.msebera.android.httpclient.HttpStatus
406 Not Acceptable (HTTP/1.1 - RFC 2616)
SC_NOT_FOUND - Static variable in interface cz.msebera.android.httpclient.HttpStatus
404 Not Found (HTTP/1.0 - RFC 1945)
SC_NOT_IMPLEMENTED - Static variable in interface cz.msebera.android.httpclient.HttpStatus
501 Not Implemented (HTTP/1.0 - RFC 1945)
SC_NOT_MODIFIED - Static variable in interface cz.msebera.android.httpclient.HttpStatus
304 Not Modified (HTTP/1.0 - RFC 1945)
SC_OK - Static variable in interface cz.msebera.android.httpclient.HttpStatus
200 OK (HTTP/1.0 - RFC 1945)
SC_PARTIAL_CONTENT - Static variable in interface cz.msebera.android.httpclient.HttpStatus
206 Partial Content (HTTP/1.1 - RFC 2616)
SC_PAYMENT_REQUIRED - Static variable in interface cz.msebera.android.httpclient.HttpStatus
402 Payment Required (HTTP/1.1 - RFC 2616)
SC_PRECONDITION_FAILED - Static variable in interface cz.msebera.android.httpclient.HttpStatus
412 Precondition Failed (HTTP/1.1 - RFC 2616)
SC_PROCESSING - Static variable in interface cz.msebera.android.httpclient.HttpStatus
102 Processing (WebDAV - RFC 2518)
SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in interface cz.msebera.android.httpclient.HttpStatus
407 Proxy Authentication Required (HTTP/1.1 - RFC 2616)
SC_REQUEST_TIMEOUT - Static variable in interface cz.msebera.android.httpclient.HttpStatus
408 Request Timeout (HTTP/1.1 - RFC 2616)
SC_REQUEST_TOO_LONG - Static variable in interface cz.msebera.android.httpclient.HttpStatus
413 Request Entity Too Large (HTTP/1.1 - RFC 2616)
SC_REQUEST_URI_TOO_LONG - Static variable in interface cz.msebera.android.httpclient.HttpStatus
414 Request-URI Too Long (HTTP/1.1 - RFC 2616)
SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in interface cz.msebera.android.httpclient.HttpStatus
416 Requested Range Not Satisfiable (HTTP/1.1 - RFC 2616)
SC_RESET_CONTENT - Static variable in interface cz.msebera.android.httpclient.HttpStatus
205 Reset Content (HTTP/1.1 - RFC 2616)
SC_SEE_OTHER - Static variable in interface cz.msebera.android.httpclient.HttpStatus
303 See Other (HTTP/1.1 - RFC 2616)
SC_SERVICE_UNAVAILABLE - Static variable in interface cz.msebera.android.httpclient.HttpStatus
503 Service Unavailable (HTTP/1.0 - RFC 1945)
SC_SWITCHING_PROTOCOLS - Static variable in interface cz.msebera.android.httpclient.HttpStatus
101 Switching Protocols (HTTP/1.1 - RFC 2616)
SC_TEMPORARY_REDIRECT - Static variable in interface cz.msebera.android.httpclient.HttpStatus
307 Temporary Redirect (HTTP/1.1 - RFC 2616)
SC_UNAUTHORIZED - Static variable in interface cz.msebera.android.httpclient.HttpStatus
401 Unauthorized (HTTP/1.0 - RFC 1945)
SC_UNPROCESSABLE_ENTITY - Static variable in interface cz.msebera.android.httpclient.HttpStatus
422 Unprocessable Entity (WebDAV - RFC 2518)
SC_UNSUPPORTED_MEDIA_TYPE - Static variable in interface cz.msebera.android.httpclient.HttpStatus
415 Unsupported Media Type (HTTP/1.1 - RFC 2616)
SC_USE_PROXY - Static variable in interface cz.msebera.android.httpclient.HttpStatus
305 Use Proxy (HTTP/1.1 - RFC 2616)
schedule(AsynchronousValidationRequest) - Method in class cz.msebera.android.httpclient.impl.client.cache.ExponentialBackOffSchedulingStrategy
 
schedule(AsynchronousValidationRequest) - Method in class cz.msebera.android.httpclient.impl.client.cache.ImmediateSchedulingStrategy
 
schedule(AsynchronousValidationRequest) - Method in interface cz.msebera.android.httpclient.impl.client.cache.SchedulingStrategy
Schedule an AsynchronousValidationRequest to be executed.
scheduledTime() - Method in class cz.msebera.android.httpclient.impl.client.HttpRequestFutureTask
 
SchedulingStrategy - Interface in cz.msebera.android.httpclient.impl.client.cache
Specifies when revalidation requests are scheduled.
Scheme - Class in cz.msebera.android.httpclient.conn.scheme
Deprecated.
(4.3) use SchemePortResolver for default port resolution and Registry for socket factory lookups.
Scheme(String, int, SchemeSocketFactory) - Constructor for class cz.msebera.android.httpclient.conn.scheme.Scheme
Deprecated.
Creates a new scheme.
Scheme(String, SocketFactory, int) - Constructor for class cz.msebera.android.httpclient.conn.scheme.Scheme
SCHEME_REGISTRY - Static variable in interface cz.msebera.android.httpclient.client.protocol.ClientContext
Deprecated.
SchemeLayeredSocketFactory - Interface in cz.msebera.android.httpclient.conn.scheme
Deprecated.
schemeName - Variable in class cz.msebera.android.httpclient.HttpHost
The scheme (lowercased)
SchemePortResolver - Interface in cz.msebera.android.httpclient.conn
Strategy for default port resolution for protocol schemes.
SchemeRegistry - Class in cz.msebera.android.httpclient.conn.scheme
Deprecated.
(4.3) use Registry
SchemeRegistry() - Constructor for class cz.msebera.android.httpclient.conn.scheme.SchemeRegistry
Deprecated.
Creates a new, empty scheme registry.
schemeRegistry - Variable in class cz.msebera.android.httpclient.impl.conn.DefaultClientConnectionOperator
Deprecated.
The scheme registry for looking up socket factories.
schemeRegistry - Variable in class cz.msebera.android.httpclient.impl.conn.DefaultHttpRoutePlanner
Deprecated.
The scheme registry.
schemeRegistry - Variable in class cz.msebera.android.httpclient.impl.conn.ProxySelectorRoutePlanner
Deprecated.
The scheme registry.
schemeRegistry - Variable in class cz.msebera.android.httpclient.impl.conn.SingleClientConnManager
Deprecated.
The schemes supported by this connection manager.
schemeRegistry - Variable in class cz.msebera.android.httpclient.impl.conn.tsccm.ThreadSafeClientConnManager
Deprecated.
The schemes supported by this connection manager.
SchemeRegistryFactory - Class in cz.msebera.android.httpclient.impl.conn
Deprecated.
SchemeRegistryFactory() - Constructor for class cz.msebera.android.httpclient.impl.conn.SchemeRegistryFactory
Deprecated.
 
SchemeSocketFactory - Interface in cz.msebera.android.httpclient.conn.scheme
Deprecated.
searchPos - Variable in class cz.msebera.android.httpclient.message.BasicTokenIterator
SECURE_ATTR - Static variable in interface cz.msebera.android.httpclient.cookie.ClientCookie
 
select(Map<String, Header>, HttpHost, HttpResponse, HttpContext) - Method in interface cz.msebera.android.httpclient.client.AuthenticationStrategy
Selects one authentication challenge out of all available and creates and generates AuthOption instance capable of processing that challenge.
selectScheme(Map<String, Header>, HttpResponse, HttpContext) - Method in interface cz.msebera.android.httpclient.client.AuthenticationHandler
Deprecated.
Selects one authentication challenge out of all available and creates and generates AuthScheme instance capable of processing that challenge.
selectScheme(Map<String, Header>, HttpResponse, HttpContext) - Method in class cz.msebera.android.httpclient.impl.client.AbstractAuthenticationHandler
Deprecated.
 
sendRequestEntity(HttpEntityEnclosingRequest) - Method in interface cz.msebera.android.httpclient.HttpClientConnection
Sends the request entity over the connection.
sendRequestEntity(HttpEntityEnclosingRequest) - Method in class cz.msebera.android.httpclient.impl.AbstractHttpClientConnection
Deprecated.
 
sendRequestEntity(HttpEntityEnclosingRequest) - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
 
sendRequestEntity(HttpEntityEnclosingRequest) - Method in class cz.msebera.android.httpclient.impl.DefaultBHttpClientConnection
 
sendRequestHeader(HttpRequest) - Method in interface cz.msebera.android.httpclient.HttpClientConnection
Sends the request line and all headers over the connection.
sendRequestHeader(HttpRequest) - Method in class cz.msebera.android.httpclient.impl.AbstractHttpClientConnection
Deprecated.
 
sendRequestHeader(HttpRequest) - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
 
sendRequestHeader(HttpRequest) - Method in class cz.msebera.android.httpclient.impl.conn.DefaultClientConnection
Deprecated.
 
sendRequestHeader(HttpRequest) - Method in class cz.msebera.android.httpclient.impl.DefaultBHttpClientConnection
 
sendResponseEntity(HttpResponse) - Method in interface cz.msebera.android.httpclient.HttpServerConnection
Sends the response entity of a response over this connection.
sendResponseEntity(HttpResponse) - Method in class cz.msebera.android.httpclient.impl.AbstractHttpServerConnection
Deprecated.
 
sendResponseEntity(HttpResponse) - Method in class cz.msebera.android.httpclient.impl.DefaultBHttpServerConnection
 
sendResponseHeader(HttpResponse) - Method in interface cz.msebera.android.httpclient.HttpServerConnection
Sends the response line and headers of a response over this connection.
sendResponseHeader(HttpResponse) - Method in class cz.msebera.android.httpclient.impl.AbstractHttpServerConnection
Deprecated.
 
sendResponseHeader(HttpResponse) - Method in class cz.msebera.android.httpclient.impl.DefaultBHttpServerConnection
 
SENT_BYTES_COUNT - Static variable in class cz.msebera.android.httpclient.impl.HttpConnectionMetricsImpl
 
SEPARATORS - Static variable in class cz.msebera.android.httpclient.message.BasicHeaderValueFormatter
Special characters that can be used as separators in HTTP parameters.
SerializableEntity - Class in cz.msebera.android.httpclient.entity
A streamed entity that obtains its content from a Serializable.
SerializableEntity(Serializable, boolean) - Constructor for class cz.msebera.android.httpclient.entity.SerializableEntity
Creates new instance of this class.
SerializableEntity(Serializable) - Constructor for class cz.msebera.android.httpclient.entity.SerializableEntity
 
serialize(SessionOutputBuffer, HttpMessage, HttpEntity) - Method in class cz.msebera.android.httpclient.impl.entity.EntitySerializer
Deprecated.
Writes out the content of the given HTTP entity to the session output buffer based on properties of the given HTTP message.
SERVER - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.14, RFC 2616 (HTTP/1.1) Section 14.38
SERVER_HEADER - Static variable in class cz.msebera.android.httpclient.protocol.HTTP
 
ServiceUnavailableRetryExec - Class in cz.msebera.android.httpclient.impl.execchain
Request executor in the request execution chain that is responsible for making a decision whether a request that received a non-2xx response from the target server should be re-executed.
ServiceUnavailableRetryExec(ClientExecChain, ServiceUnavailableRetryStrategy) - Constructor for class cz.msebera.android.httpclient.impl.execchain.ServiceUnavailableRetryExec
 
ServiceUnavailableRetryStrategy - Interface in cz.msebera.android.httpclient.client
Strategy interface that allows API users to plug in their own logic to control whether or not a retry should automatically be done, how many times it should be retried and so on.
sessionBuffer - Variable in class cz.msebera.android.httpclient.impl.io.AbstractMessageWriter
 
SessionInputBuffer - Interface in cz.msebera.android.httpclient.io
Session input buffer for blocking connections.
SessionInputBufferImpl - Class in cz.msebera.android.httpclient.impl.io
Abstract base class for session input buffers that stream data from an arbitrary InputStream.
SessionInputBufferImpl(HttpTransportMetricsImpl, int, int, MessageConstraints, CharsetDecoder) - Constructor for class cz.msebera.android.httpclient.impl.io.SessionInputBufferImpl
Creates new instance of SessionInputBufferImpl.
SessionInputBufferImpl(HttpTransportMetricsImpl, int) - Constructor for class cz.msebera.android.httpclient.impl.io.SessionInputBufferImpl
 
SessionOutputBuffer - Interface in cz.msebera.android.httpclient.io
Session output buffer for blocking connections.
SessionOutputBufferImpl - Class in cz.msebera.android.httpclient.impl.io
Abstract base class for session output buffers that stream data to an arbitrary OutputStream.
SessionOutputBufferImpl(HttpTransportMetricsImpl, int, int, CharsetEncoder) - Constructor for class cz.msebera.android.httpclient.impl.io.SessionOutputBufferImpl
Creates new instance of SessionOutputBufferImpl.
SessionOutputBufferImpl(HttpTransportMetricsImpl, int) - Constructor for class cz.msebera.android.httpclient.impl.io.SessionOutputBufferImpl
 
set(int, Object) - Method in class cz.msebera.android.httpclient.impl.client.RedirectLocations
Replaces the URI at the specified position in this list with the specified element (must be a URI).
SET_COOKIE - Static variable in interface cz.msebera.android.httpclient.cookie.SM
 
SET_COOKIE2 - Static variable in interface cz.msebera.android.httpclient.cookie.SM
 
setAllow303Caching(boolean) - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig.Builder
Enables or disables 303 caching.
setAllowCircularRedirects(boolean) - Method in class cz.msebera.android.httpclient.client.params.ClientParamBean
Deprecated.
 
setAsynchronousWorkerIdleLifetimeSecs(int) - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig.Builder
Sets the current maximum idle lifetime in seconds for a background revalidation worker thread.
setAsynchronousWorkerIdleLifetimeSecs(int) - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Deprecated.
setAsynchronousWorkersCore(int) - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig.Builder
Sets the minimum number of threads to keep alive for background revalidations due to the stale-while-revalidate directive.
setAsynchronousWorkersCore(int) - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Deprecated.
setAsynchronousWorkersMax(int) - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig.Builder
Sets the maximum number of threads to allow for background revalidations due to the stale-while-revalidate directive.
setAsynchronousWorkersMax(int) - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Deprecated.
setAttribute(String, Object) - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
 
setAttribute(String, Object) - Method in class cz.msebera.android.httpclient.impl.conn.DefaultClientConnection
Deprecated.
 
setAttribute(String, Object) - Method in class cz.msebera.android.httpclient.impl.conn.DefaultManagedHttpClientConnection
 
setAttribute(String, String) - Method in class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie
 
setAttribute(String, Object) - Method in class cz.msebera.android.httpclient.protocol.BasicHttpContext
 
setAttribute(String, Object) - Method in class cz.msebera.android.httpclient.protocol.DefaultedHttpContext
Deprecated.
 
setAttribute(String, Object) - Method in interface cz.msebera.android.httpclient.protocol.HttpContext
Sets value of the attribute with the given name.
setAttribute(String, Object) - Method in class cz.msebera.android.httpclient.protocol.HttpCoreContext
 
setAttribute(String, Object) - Method in class cz.msebera.android.httpclient.protocol.SyncBasicHttpContext
Deprecated.
 
setAuthCache(AuthCache) - Method in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
 
setAuthenticating(HttpParams, boolean) - Static method in class cz.msebera.android.httpclient.client.params.HttpClientParams
Deprecated.
 
setAuthenticationEnabled(boolean) - Method in class cz.msebera.android.httpclient.client.config.RequestConfig.Builder
 
setAuthScheme(AuthScheme) - Method in class cz.msebera.android.httpclient.auth.AuthState
setAuthSchemeRegistry(AuthSchemeRegistry) - Method in class cz.msebera.android.httpclient.client.protocol.ClientContextConfigurer
Deprecated.
 
setAuthSchemeRegistry(Lookup<AuthSchemeProvider>) - Method in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
 
setAuthSchemes(AuthSchemeRegistry) - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
setAuthScope(AuthScope) - Method in class cz.msebera.android.httpclient.auth.AuthState
Deprecated.
(4.2) do not use.
setBackoffFactor(double) - Method in class cz.msebera.android.httpclient.impl.client.AIMDBackoffManager
Sets the factor to use when backing off; the new per-host limit will be roughly the current max times this factor.
setBackoffManager(BackoffManager) - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
setBackoffManager(BackoffManager) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Assigns BackoffManager instance.
setBinary(byte[]) - Method in class cz.msebera.android.httpclient.client.entity.EntityBuilder
Sets entity content as a byte array.
setBooleanParameter(String, boolean) - Method in class cz.msebera.android.httpclient.params.AbstractHttpParams
Deprecated.
 
setBooleanParameter(String, boolean) - Method in interface cz.msebera.android.httpclient.params.HttpParams
Deprecated.
Assigns a Boolean to the parameter with the given name
setBoundary(String) - Method in class cz.msebera.android.httpclient.entity.mime.MultipartEntityBuilder
 
setBufferSize(int) - Method in class cz.msebera.android.httpclient.config.ConnectionConfig.Builder
 
setBytesTransferred(long) - Method in class cz.msebera.android.httpclient.impl.io.HttpTransportMetricsImpl
 
setCacheConfig(CacheConfig) - Method in class cz.msebera.android.httpclient.impl.client.cache.CachingHttpClientBuilder
 
setCacheDir(File) - Method in class cz.msebera.android.httpclient.impl.client.cache.CachingHttpClientBuilder
 
setCancellable(Cancellable) - Method in class cz.msebera.android.httpclient.client.methods.AbstractExecutionAwareRequest
 
setCancellable(Cancellable) - Method in interface cz.msebera.android.httpclient.client.methods.HttpExecutionAware
Sets Cancellable for the ongoing operation.
setCharset(Charset) - Method in class cz.msebera.android.httpclient.config.ConnectionConfig.Builder
 
setCharset(Charset) - Method in class cz.msebera.android.httpclient.entity.mime.MultipartEntityBuilder
 
setChunked(boolean) - Method in class cz.msebera.android.httpclient.entity.AbstractHttpEntity
Specifies the 'chunked' flag.
setCircularRedirectsAllowed(boolean) - Method in class cz.msebera.android.httpclient.client.config.RequestConfig.Builder
 
setComment(String) - Method in interface cz.msebera.android.httpclient.cookie.SetCookie
If a user agent (web browser) presents this cookie to a user, the cookie's purpose will be described using this comment.
setComment(String) - Method in class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie
If a user agent (web browser) presents this cookie to a user, the cookie's purpose will be described using this comment.
setCommentURL(String) - Method in interface cz.msebera.android.httpclient.cookie.SetCookie2
If a user agent (web browser) presents this cookie to a user, the cookie's purpose will be described by the information at this URL.
setCommentURL(String) - Method in class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie2
 
setConfig(RequestConfig) - Method in class cz.msebera.android.httpclient.client.methods.HttpRequestBase
 
setConfig(RequestConfig) - Method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
setConnectionBackoffStrategy(ConnectionBackoffStrategy) - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
setConnectionBackoffStrategy(ConnectionBackoffStrategy) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Assigns ConnectionBackoffStrategy instance.
setConnectionConfig(ConnectionConfig) - Method in class cz.msebera.android.httpclient.impl.conn.BasicHttpClientConnectionManager
 
setConnectionConfig(HttpHost, ConnectionConfig) - Method in class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
setConnectionManager(HttpClientConnectionManager) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Assigns HttpClientConnectionManager instance.
setConnectionManagerFactoryClassName(String) - Method in class cz.msebera.android.httpclient.client.params.ClientParamBean
Deprecated.
(4.2) do not use.
setConnectionManagerTimeout(long) - Method in class cz.msebera.android.httpclient.client.params.ClientParamBean
Deprecated.
 
setConnectionManagerTimeout(HttpParams, long) - Static method in class cz.msebera.android.httpclient.client.params.HttpClientParams
Deprecated.
Set the parameter ClientPNames.CONN_MANAGER_TIMEOUT.
setConnectionRequest(ClientConnectionRequest) - Method in interface cz.msebera.android.httpclient.client.methods.AbortableHttpRequest
Deprecated.
Sets the ClientConnectionRequest callback that can be used to abort a long-lived request for a connection.
setConnectionRequest(ClientConnectionRequest) - Method in class cz.msebera.android.httpclient.client.methods.AbstractExecutionAwareRequest
Deprecated.
setConnectionRequestTimeout(int) - Method in class cz.msebera.android.httpclient.client.config.RequestConfig.Builder
 
setConnectionReuseStrategy(ConnectionReuseStrategy) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Assigns ConnectionReuseStrategy instance.
setConnectionsPerRoute(ConnPerRouteBean) - Method in class cz.msebera.android.httpclient.conn.params.ConnManagerParamBean
Deprecated.
 
setConnectionTimeout(int) - Method in class cz.msebera.android.httpclient.params.HttpConnectionParamBean
Deprecated.
 
setConnectionTimeout(HttpParams, int) - Static method in class cz.msebera.android.httpclient.params.HttpConnectionParams
Deprecated.
Sets value of the CoreConnectionPNames.CONNECTION_TIMEOUT parameter.
setConnectTimeout(int) - Method in class cz.msebera.android.httpclient.client.config.RequestConfig.Builder
 
setConnReuseStrategy(ConnectionReuseStrategy) - Method in class cz.msebera.android.httpclient.protocol.HttpService
Deprecated.
(4.1) set ConnectionReuseStrategy using constructor
setContent(InputStream) - Method in class cz.msebera.android.httpclient.entity.BasicHttpEntity
Specifies the content.
setContentCharset(String) - Method in class cz.msebera.android.httpclient.params.HttpProtocolParamBean
Deprecated.
 
setContentCharset(HttpParams, String) - Static method in class cz.msebera.android.httpclient.params.HttpProtocolParams
Deprecated.
Sets value of the CoreProtocolPNames.HTTP_CONTENT_CHARSET parameter.
setContentEncoding(String) - Method in class cz.msebera.android.httpclient.client.entity.EntityBuilder
Sets content encoding of the entity.
setContentEncoding(Header) - Method in class cz.msebera.android.httpclient.entity.AbstractHttpEntity
Specifies the Content-Encoding header.
setContentEncoding(String) - Method in class cz.msebera.android.httpclient.entity.AbstractHttpEntity
Specifies the Content-Encoding header, as a string.
setContentLength(long) - Method in class cz.msebera.android.httpclient.entity.BasicHttpEntity
Specifies the length of the content.
setContentType(ContentType) - Method in class cz.msebera.android.httpclient.client.entity.EntityBuilder
Sets ContentType of the entity.
setContentType(Header) - Method in class cz.msebera.android.httpclient.entity.AbstractHttpEntity
Specifies the Content-Type header.
setContentType(String) - Method in class cz.msebera.android.httpclient.entity.AbstractHttpEntity
Specifies the Content-Type header, as a string.
SetCookie - Interface in cz.msebera.android.httpclient.cookie
This interface represents a Set-Cookie response header sent by the origin server to the HTTP agent in order to maintain a conversational state.
SetCookie2 - Interface in cz.msebera.android.httpclient.cookie
This interface represents a Set-Cookie2 response header sent by the origin server to the HTTP agent in order to maintain a conversational state.
setCookiePolicy(String) - Method in class cz.msebera.android.httpclient.client.params.ClientParamBean
Deprecated.
 
setCookiePolicy(HttpParams, String) - Static method in class cz.msebera.android.httpclient.client.params.HttpClientParams
Deprecated.
 
setCookieSpec(String) - Method in class cz.msebera.android.httpclient.client.config.RequestConfig.Builder
 
setCookieSpecRegistry(CookieSpecRegistry) - Method in class cz.msebera.android.httpclient.client.protocol.ClientContextConfigurer
Deprecated.
 
setCookieSpecRegistry(Lookup<CookieSpecProvider>) - Method in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
 
setCookieSpecs(CookieSpecRegistry) - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
setCookieStore(CookieStore) - Method in class cz.msebera.android.httpclient.client.protocol.ClientContextConfigurer
Deprecated.
 
setCookieStore(CookieStore) - Method in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
 
setCookieStore(CookieStore) - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
setCooldownMillis(long) - Method in class cz.msebera.android.httpclient.impl.client.AIMDBackoffManager
Sets the amount of time, in milliseconds, to wait between adjustments in pool sizes for a given host, to allow enough time for the adjustments to take effect.
setCredentialCharset(String) - Method in class cz.msebera.android.httpclient.auth.params.AuthParamBean
Deprecated.
 
setCredentialCharset(HttpParams, String) - Static method in class cz.msebera.android.httpclient.auth.params.AuthParams
Deprecated.
Sets the charset to be used when encoding Credentials.
setCredentials(Credentials) - Method in class cz.msebera.android.httpclient.auth.AuthState
setCredentials(AuthScope, Credentials) - Method in interface cz.msebera.android.httpclient.client.CredentialsProvider
Sets the credentials for the given authentication scope.
setCredentials(AuthScope, Credentials) - Method in class cz.msebera.android.httpclient.impl.client.BasicCredentialsProvider
 
setCredentials(AuthScope, Credentials) - Method in class cz.msebera.android.httpclient.impl.client.SystemDefaultCredentialsProvider
 
setCredentialsProvider(CredentialsProvider) - Method in class cz.msebera.android.httpclient.client.protocol.ClientContextConfigurer
Deprecated.
 
setCredentialsProvider(CredentialsProvider) - Method in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
 
setCredentialsProvider(CredentialsProvider) - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
setCustomQuery(String) - Method in class cz.msebera.android.httpclient.client.utils.URIBuilder
Sets custom URI query.
setDatePatterns(Collection<String>) - Method in class cz.msebera.android.httpclient.cookie.params.CookieSpecParamBean
Deprecated.
 
setDefaultAuthSchemeRegistry(Lookup<AuthSchemeProvider>) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Assigns default AuthScheme registry which will be used for request execution if not explicitly set in the client execution context.
setDefaultConnectionConfig(ConnectionConfig) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Assigns default ConnectionConfig.
setDefaultConnectionConfig(ConnectionConfig) - Method in class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
setDefaultCookieSpecRegistry(Lookup<CookieSpecProvider>) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Assigns default CookieSpec registry which will be used for request execution if not explicitly set in the client execution context.
setDefaultCookieStore(CookieStore) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Assigns default CookieStore instance which will be used for request execution if not explicitly set in the client execution context.
setDefaultCredentialsProvider(CredentialsProvider) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Assigns default CredentialsProvider instance which will be used for request execution if not explicitly set in the client execution context.
setDefaultHeaders(Collection<Header>) - Method in class cz.msebera.android.httpclient.client.params.ClientParamBean
Deprecated.
 
setDefaultHeaders(Collection<? extends Header>) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Assigns default request header values.
setDefaultHost(HttpHost) - Method in class cz.msebera.android.httpclient.client.params.ClientParamBean
Deprecated.
 
setDefaultHttpParams(HttpParams) - Static method in class cz.msebera.android.httpclient.impl.client.DefaultHttpClient
Deprecated.
Saves the default set of HttpParams in the provided parameter.
setDefaultMaxPerRoute(int) - Method in class cz.msebera.android.httpclient.conn.params.ConnPerRouteBean
Deprecated.
 
setDefaultMaxPerRoute(int) - Method in class cz.msebera.android.httpclient.impl.conn.PoolingClientConnectionManager
Deprecated.
 
setDefaultMaxPerRoute(int) - Method in class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
setDefaultMaxPerRoute(int) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ThreadSafeClientConnManager
Deprecated.
 
setDefaultMaxPerRoute(int) - Method in class cz.msebera.android.httpclient.pool.AbstractConnPool
 
setDefaultMaxPerRoute(int) - Method in interface cz.msebera.android.httpclient.pool.ConnPoolControl
 
setDefaultProxy(HttpHost) - Method in class cz.msebera.android.httpclient.conn.params.ConnRouteParamBean
Deprecated.
 
setDefaultProxy(HttpParams, HttpHost) - Static method in class cz.msebera.android.httpclient.conn.params.ConnRouteParams
Deprecated.
Sets the DEFAULT_PROXY parameter value.
setDefaultRequestConfig(RequestConfig) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Assigns default RequestConfig instance which will be used for request execution if not explicitly set in the client execution context.
setDefaultSocketConfig(SocketConfig) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Assigns default SocketConfig.
setDefaultSocketConfig(SocketConfig) - Method in class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
setDiscard(boolean) - Method in interface cz.msebera.android.httpclient.cookie.SetCookie2
Set the Discard attribute.
setDiscard(boolean) - Method in class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie2
 
setDomain(String) - Method in interface cz.msebera.android.httpclient.cookie.SetCookie
Sets the domain attribute.
setDomain(String) - Method in class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie
Sets the domain attribute.
setDoubleParameter(String, double) - Method in class cz.msebera.android.httpclient.params.AbstractHttpParams
Deprecated.
 
setDoubleParameter(String, double) - Method in interface cz.msebera.android.httpclient.params.HttpParams
Deprecated.
Assigns a Double to the parameter with the given name
setEntity(HttpEntity) - Method in class cz.msebera.android.httpclient.client.methods.HttpEntityEnclosingRequestBase
 
setEntity(HttpEntity) - Method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
setEntity(HttpEntity) - Method in interface cz.msebera.android.httpclient.HttpEntityEnclosingRequest
Associates the entity with this request.
setEntity(HttpEntity) - Method in interface cz.msebera.android.httpclient.HttpResponse
Associates a response entity with this response.
setEntity(HttpEntity) - Method in class cz.msebera.android.httpclient.impl.client.EntityEnclosingRequestWrapper
Deprecated.
 
setEntity(HttpEntity) - Method in class cz.msebera.android.httpclient.message.BasicHttpEntityEnclosingRequest
 
setEntity(HttpEntity) - Method in class cz.msebera.android.httpclient.message.BasicHttpResponse
 
setExceptions(Collection<String>) - Method in class cz.msebera.android.httpclient.impl.cookie.PublicSuffixFilter
Sets the exceptions from the blacklist.
setExpectationVerifier(HttpExpectationVerifier) - Method in class cz.msebera.android.httpclient.protocol.HttpService
Deprecated.
(4.1) set HttpExpectationVerifier using constructor
setExpectContinueEnabled(boolean) - Method in class cz.msebera.android.httpclient.client.config.RequestConfig.Builder
 
setExpiryDate(Date) - Method in interface cz.msebera.android.httpclient.cookie.SetCookie
Sets expiration date.
setExpiryDate(Date) - Method in class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie
Sets expiration date.
setField(MinimalField) - Method in class cz.msebera.android.httpclient.entity.mime.Header
 
setFile(File) - Method in class cz.msebera.android.httpclient.client.entity.EntityBuilder
Sets entity content as a File.
setForcedRoute(HttpRoute) - Method in class cz.msebera.android.httpclient.conn.params.ConnRouteParamBean
Deprecated.
 
setForcedRoute(HttpParams, HttpRoute) - Static method in class cz.msebera.android.httpclient.conn.params.ConnRouteParams
Deprecated.
Sets the FORCED_ROUTE parameter value.
setFragment(String) - Method in class cz.msebera.android.httpclient.client.utils.URIBuilder
Sets URI fragment.
setFragmentSizeHint(int) - Method in class cz.msebera.android.httpclient.config.ConnectionConfig.Builder
 
setHandleAuthentication(boolean) - Method in class cz.msebera.android.httpclient.client.params.ClientParamBean
Deprecated.
 
setHandleRedirects(boolean) - Method in class cz.msebera.android.httpclient.client.params.ClientParamBean
Deprecated.
 
setHandlerResolver(HttpRequestHandlerResolver) - Method in class cz.msebera.android.httpclient.protocol.HttpService
Deprecated.
(4.1) set HttpRequestHandlerResolver using constructor
setHandlers(Map<String, HttpRequestHandler>) - Method in class cz.msebera.android.httpclient.protocol.HttpRequestHandlerRegistry
Deprecated.
Sets handlers from the given map.
setHandlers(Map<String, T>) - Method in class cz.msebera.android.httpclient.protocol.UriPatternMatcher
Deprecated.
(4.1) do not use
setHeader(Header) - Method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
setHeader(String, String) - Method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
setHeader(Header) - Method in interface cz.msebera.android.httpclient.HttpMessage
Overwrites the first header with the same name.
setHeader(String, String) - Method in interface cz.msebera.android.httpclient.HttpMessage
Overwrites the first header with the same name.
setHeader(Header) - Method in class cz.msebera.android.httpclient.message.AbstractHttpMessage
 
setHeader(String, String) - Method in class cz.msebera.android.httpclient.message.AbstractHttpMessage
 
setHeaders(Header[]) - Method in interface cz.msebera.android.httpclient.HttpMessage
Overwrites all the headers in the message.
setHeaders(Header[]) - Method in class cz.msebera.android.httpclient.message.AbstractHttpMessage
 
setHeaders(Header[]) - Method in class cz.msebera.android.httpclient.message.HeaderGroup
Sets all of the headers contained within this group overriding any existing headers.
setHeuristicCachingEnabled(boolean) - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig.Builder
Enables or disables heuristic caching.
setHeuristicCachingEnabled(boolean) - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Deprecated.
setHeuristicCoefficient(float) - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig.Builder
Sets coefficient to be used in heuristic freshness caching.
setHeuristicCoefficient(float) - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Deprecated.
setHeuristicDefaultLifetime(long) - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig.Builder
Sets default lifetime in seconds to be used if heuristic freshness calculation is not possible.
setHeuristicDefaultLifetime(long) - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Deprecated.
setHost(String) - Method in class cz.msebera.android.httpclient.client.utils.URIBuilder
Sets URI host.
setHostnameVerifier(X509HostnameVerifier) - Method in class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
 
setHostnameVerifier(X509HostnameVerifier) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Assigns X509HostnameVerifier instance.
setHttpCacheInvalidator(HttpCacheInvalidator) - Method in class cz.msebera.android.httpclient.impl.client.cache.CachingHttpClientBuilder
 
setHttpCacheStorage(HttpCacheStorage) - Method in class cz.msebera.android.httpclient.impl.client.cache.CachingHttpClientBuilder
 
setHttpElementCharset(String) - Method in class cz.msebera.android.httpclient.params.HttpProtocolParamBean
Deprecated.
 
setHttpElementCharset(HttpParams, String) - Static method in class cz.msebera.android.httpclient.params.HttpProtocolParams
Deprecated.
Sets value of the CoreProtocolPNames.HTTP_ELEMENT_CHARSET parameter.
setHttpProcessor(HttpProcessor) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Assigns HttpProcessor instance.
setHttpProcessor(HttpProcessor) - Method in class cz.msebera.android.httpclient.protocol.HttpService
Deprecated.
(4.1) set HttpProcessor using constructor
setHttpRequestRetryHandler(HttpRequestRetryHandler) - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
setIdleDuration(long, TimeUnit) - Method in interface cz.msebera.android.httpclient.conn.ManagedClientConnection
Deprecated.
Sets the duration that this connection can remain idle before it is reused.
setIdleDuration(long, TimeUnit) - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
 
setInterceptors(List<?>) - Method in class cz.msebera.android.httpclient.protocol.BasicHttpProcessor
Deprecated.
Sets the interceptor lists.
setInterceptors(List<?>) - Method in interface cz.msebera.android.httpclient.protocol.HttpRequestInterceptorList
Deprecated.
Sets the request interceptors in this list.
setInterceptors(List<?>) - Method in interface cz.msebera.android.httpclient.protocol.HttpResponseInterceptorList
Deprecated.
Sets the response interceptors in this list.
setIntParameter(String, int) - Method in class cz.msebera.android.httpclient.params.AbstractHttpParams
Deprecated.
 
setIntParameter(String, int) - Method in interface cz.msebera.android.httpclient.params.HttpParams
Deprecated.
Assigns an Integer to the parameter with the given name
setItems(Map<String, AuthSchemeFactory>) - Method in class cz.msebera.android.httpclient.auth.AuthSchemeRegistry
Deprecated.
Populates the internal collection of registered authentication schemes with the content of the map passed as a parameter.
setItems(Map<String, Scheme>) - Method in class cz.msebera.android.httpclient.conn.scheme.SchemeRegistry
Deprecated.
Populates the internal collection of registered protocol schemes with the content of the map passed as a parameter.
setItems(Map<String, CookieSpecFactory>) - Method in class cz.msebera.android.httpclient.cookie.CookieSpecRegistry
Deprecated.
Populates the internal collection of registered cookie specs with the content of the map passed as a parameter.
setKeepAliveStrategy(ConnectionKeepAliveStrategy) - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
setKeepAliveStrategy(ConnectionKeepAliveStrategy) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Assigns ConnectionKeepAliveStrategy instance.
setLaxMode() - Method in class cz.msebera.android.httpclient.entity.mime.MultipartEntityBuilder
 
setLength(int) - Method in class cz.msebera.android.httpclient.util.ByteArrayBuffer
Sets the length of the buffer.
setLength(int) - Method in class cz.msebera.android.httpclient.util.CharArrayBuffer
Sets the length of the buffer.
setLinger(int) - Method in class cz.msebera.android.httpclient.params.HttpConnectionParamBean
Deprecated.
 
setLinger(HttpParams, int) - Static method in class cz.msebera.android.httpclient.params.HttpConnectionParams
Deprecated.
Sets value of the CoreConnectionPNames.SO_LINGER parameter.
setLocalAddress(InetAddress) - Method in class cz.msebera.android.httpclient.client.config.RequestConfig.Builder
 
setLocalAddress(InetAddress) - Method in class cz.msebera.android.httpclient.conn.params.ConnRouteParamBean
Deprecated.
 
setLocalAddress(HttpParams, InetAddress) - Static method in class cz.msebera.android.httpclient.conn.params.ConnRouteParams
Deprecated.
Sets the LOCAL_ADDRESS parameter value.
setLocale(Locale) - Method in interface cz.msebera.android.httpclient.HttpResponse
Changes the locale of this response.
setLocale(Locale) - Method in class cz.msebera.android.httpclient.message.BasicHttpResponse
 
setLongParameter(String, long) - Method in class cz.msebera.android.httpclient.params.AbstractHttpParams
Deprecated.
 
setLongParameter(String, long) - Method in interface cz.msebera.android.httpclient.params.HttpParams
Deprecated.
Assigns a Long to the parameter with the given name
setMalformedInputAction(CodingErrorAction) - Method in class cz.msebera.android.httpclient.config.ConnectionConfig.Builder
 
setMalformedInputAction(HttpParams, CodingErrorAction) - Static method in class cz.msebera.android.httpclient.params.HttpProtocolParams
Deprecated.
setMaxCacheEntries(int) - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig.Builder
Sets the maximum number of cache entries the cache will retain.
setMaxCacheEntries(int) - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Deprecated.
setMaxConnectionsPerRoute(HttpParams, ConnPerRoute) - Static method in class cz.msebera.android.httpclient.conn.params.ConnManagerParams
Deprecated.
Sets lookup interface for maximum number of connections allowed per route.
setMaxConnPerRoute(int) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Assigns maximum connection per route value.
setMaxConnTotal(int) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Assigns maximum total connection value.
setMaxForRoute(HttpRoute, int) - Method in class cz.msebera.android.httpclient.conn.params.ConnPerRouteBean
Deprecated.
 
setMaxForRoute(HttpRoute, int) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ThreadSafeClientConnManager
Deprecated.
 
setMaxForRoutes(Map<HttpRoute, Integer>) - Method in class cz.msebera.android.httpclient.conn.params.ConnPerRouteBean
Deprecated.
 
setMaxHeaderCount(int) - Method in class cz.msebera.android.httpclient.config.MessageConstraints.Builder
 
setMaxLineLength(int) - Method in class cz.msebera.android.httpclient.config.MessageConstraints.Builder
 
setMaxObjectSize(long) - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig.Builder
Specifies the maximum response body size that will be eligible for caching.
setMaxObjectSize(long) - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Deprecated.
setMaxObjectSizeBytes(int) - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Deprecated.
setMaxPerRoute(HttpRoute, int) - Method in class cz.msebera.android.httpclient.impl.conn.PoolingClientConnectionManager
Deprecated.
 
setMaxPerRoute(HttpRoute, int) - Method in class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
setMaxPerRoute(T, int) - Method in class cz.msebera.android.httpclient.pool.AbstractConnPool
 
setMaxPerRoute(T, int) - Method in interface cz.msebera.android.httpclient.pool.ConnPoolControl
 
setMaxRedirects(int) - Method in class cz.msebera.android.httpclient.client.config.RequestConfig.Builder
 
setMaxRedirects(int) - Method in class cz.msebera.android.httpclient.client.params.ClientParamBean
Deprecated.
 
setMaxStatusLineGarbage(int) - Method in class cz.msebera.android.httpclient.conn.params.ConnConnectionParamBean
Deprecated.
(4.2) Use custom DefaultHttpResponseParser implementation
setMaxTotal(int) - Method in class cz.msebera.android.httpclient.impl.conn.PoolingClientConnectionManager
Deprecated.
 
setMaxTotal(int) - Method in class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
setMaxTotal(int) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ThreadSafeClientConnManager
Deprecated.
since 4.1
setMaxTotal(int) - Method in class cz.msebera.android.httpclient.pool.AbstractConnPool
 
setMaxTotal(int) - Method in interface cz.msebera.android.httpclient.pool.ConnPoolControl
 
setMaxTotalConnections(int) - Method in class cz.msebera.android.httpclient.conn.params.ConnManagerParamBean
Deprecated.
 
setMaxTotalConnections(HttpParams, int) - Static method in class cz.msebera.android.httpclient.conn.params.ConnManagerParams
Deprecated.
Sets the maximum number of connections allowed.
setMaxTotalConnections(int) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
since 4.1
setMaxUpdateRetries(int) - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig.Builder
Sets the number of times to retry a cache update on failure
setMaxUpdateRetries(int) - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Deprecated.
setMessageConstraints(MessageConstraints) - Method in class cz.msebera.android.httpclient.config.ConnectionConfig.Builder
 
setMethod(String) - Method in class cz.msebera.android.httpclient.impl.client.RequestWrapper
Deprecated.
 
setMetric(String, Object) - Method in class cz.msebera.android.httpclient.impl.HttpConnectionMetricsImpl
 
setMode(HttpMultipartMode) - Method in class cz.msebera.android.httpclient.entity.mime.MultipartEntityBuilder
 
setNeverCacheHTTP10ResponsesWithQueryString(boolean) - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig.Builder
Sets whether the cache should never cache HTTP 1.0 responses with a query string or not.
setObjects(Map<String, T>) - Method in class cz.msebera.android.httpclient.protocol.UriPatternMatcher
Deprecated.
(4.1) do not use
setParameter(String, String) - Method in class cz.msebera.android.httpclient.client.utils.URIBuilder
Sets parameter of URI query overriding existing value if set.
setParameter(String, Object) - Method in class cz.msebera.android.httpclient.impl.client.ClientParamsStack
Deprecated.
Does not set a parameter.
setParameter(String, Object) - Method in class cz.msebera.android.httpclient.params.BasicHttpParams
Deprecated.
 
setParameter(String, Object) - Method in class cz.msebera.android.httpclient.params.DefaultedHttpParams
Deprecated.
Sets the parameter in the local collection.
setParameter(String, Object) - Method in interface cz.msebera.android.httpclient.params.HttpParams
Deprecated.
Assigns the value to the parameter with the given name.
setParameter(String, Object) - Method in class cz.msebera.android.httpclient.params.SyncBasicHttpParams
Deprecated.
 
setParameters(List<NameValuePair>) - Method in class cz.msebera.android.httpclient.client.entity.EntityBuilder
Sets entity content as a parameter list.
setParameters(NameValuePair...) - Method in class cz.msebera.android.httpclient.client.entity.EntityBuilder
Sets entity content as a parameter list.
setParameters(List<NameValuePair>) - Method in class cz.msebera.android.httpclient.client.utils.URIBuilder
Sets URI query parameters.
setParameters(NameValuePair...) - Method in class cz.msebera.android.httpclient.client.utils.URIBuilder
Sets URI query parameters.
setParameters(String[], Object) - Method in class cz.msebera.android.httpclient.params.BasicHttpParams
Deprecated.
Assigns the value to all the parameter with the given names
setParameters(String[], Object) - Method in class cz.msebera.android.httpclient.params.SyncBasicHttpParams
Deprecated.
 
setParams(HttpParams) - Method in interface cz.msebera.android.httpclient.HttpMessage
Deprecated.
(4.3) use configuration classes provided 'cz.msebera.android.httpclient.config' and 'cz.msebera.android.httpclient.client.config'
setParams(HttpParams) - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
Replaces the parameters.
setParams(HttpParams) - Method in class cz.msebera.android.httpclient.message.AbstractHttpMessage
Deprecated.
(4.3) use constructor parameters of configuration API provided by HttpClient
setParams(HttpParams) - Method in class cz.msebera.android.httpclient.protocol.HttpService
Deprecated.
(4.1) set HttpResponseFactory using constructor
setPath(String) - Method in class cz.msebera.android.httpclient.client.utils.URIBuilder
Sets URI path.
setPath(String) - Method in interface cz.msebera.android.httpclient.cookie.SetCookie
Sets the path attribute.
setPath(String) - Method in class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie
Sets the path attribute.
setPerHostConnectionCap(int) - Method in class cz.msebera.android.httpclient.impl.client.AIMDBackoffManager
Sets the absolute maximum per-host connection pool size to probe up to; defaults to 2 (the default per-host max).
setPort(int) - Method in class cz.msebera.android.httpclient.client.utils.URIBuilder
Sets URI port.
setPorts(int[]) - Method in interface cz.msebera.android.httpclient.cookie.SetCookie2
Sets the Port attribute.
setPorts(int[]) - Method in class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie2
 
setProtocolVersion(ProtocolVersion) - Method in class cz.msebera.android.httpclient.client.methods.HttpRequestBase
 
setProtocolVersion(ProtocolVersion) - Method in class cz.msebera.android.httpclient.client.methods.HttpRequestWrapper
 
setProtocolVersion(ProtocolVersion) - Method in class cz.msebera.android.httpclient.impl.client.RequestWrapper
Deprecated.
 
setProxy(HttpHost) - Method in class cz.msebera.android.httpclient.client.config.RequestConfig.Builder
 
setProxy(HttpHost) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Assigns default proxy value.
setProxyAuthenticationHandler(AuthenticationHandler) - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
(4.2) do not use
setProxyAuthenticationStrategy(AuthenticationStrategy) - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
setProxyAuthenticationStrategy(AuthenticationStrategy) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Assigns AuthenticationStrategy instance for target host authentication.
setProxyPreferredAuthSchemes(Collection<String>) - Method in class cz.msebera.android.httpclient.client.config.RequestConfig.Builder
 
setProxySelector(ProxySelector) - Method in class cz.msebera.android.httpclient.impl.conn.ProxySelectorRoutePlanner
Deprecated.
Sets the proxy selector to use.
setPublicSuffixes(Collection<String>) - Method in class cz.msebera.android.httpclient.impl.cookie.PublicSuffixFilter
Sets the suffix blacklist patterns.
setQuery(String) - Method in class cz.msebera.android.httpclient.client.utils.URIBuilder
setReasonPhrase(String) - Method in interface cz.msebera.android.httpclient.HttpResponse
Updates the status line of this response with a new reason phrase.
setReasonPhrase(String) - Method in class cz.msebera.android.httpclient.message.BasicHttpResponse
 
setRedirectHandler(RedirectHandler) - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
(4.1) do not use
setRedirecting(HttpParams, boolean) - Static method in class cz.msebera.android.httpclient.client.params.HttpClientParams
Deprecated.
 
setRedirectsEnabled(boolean) - Method in class cz.msebera.android.httpclient.client.config.RequestConfig.Builder
 
setRedirectStrategy(RedirectStrategy) - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
setRedirectStrategy(RedirectStrategy) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Assigns RedirectStrategy instance.
setRejectRelativeRedirect(boolean) - Method in class cz.msebera.android.httpclient.client.params.ClientParamBean
Deprecated.
 
setRelativeRedirectsAllowed(boolean) - Method in class cz.msebera.android.httpclient.client.config.RequestConfig.Builder
 
setReleaseTrigger(ConnectionReleaseTrigger) - Method in interface cz.msebera.android.httpclient.client.methods.AbortableHttpRequest
Deprecated.
Sets the ConnectionReleaseTrigger callback that can be used to abort an active connection.
setReleaseTrigger(ConnectionReleaseTrigger) - Method in class cz.msebera.android.httpclient.client.methods.AbstractExecutionAwareRequest
Deprecated.
setRequestConfig(RequestConfig) - Method in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
 
setRequestExecutor(HttpRequestExecutor) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Assigns HttpRequestExecutor instance.
setResourceFactory(ResourceFactory) - Method in class cz.msebera.android.httpclient.impl.client.cache.CachingHttpClientBuilder
 
setResponseFactory(HttpResponseFactory) - Method in class cz.msebera.android.httpclient.protocol.HttpService
Deprecated.
(4.1) set HttpResponseFactory using constructor
setRetryHandler(HttpRequestRetryHandler) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Assigns HttpRequestRetryHandler instance.
setReuseStrategy(ConnectionReuseStrategy) - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
setRevalidationQueueSize(int) - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig.Builder
Sets the current maximum queue size for background revalidations.
setRevalidationQueueSize(int) - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Deprecated.
setRoutePlanner(HttpRoutePlanner) - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
setRoutePlanner(HttpRoutePlanner) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Assigns HttpRoutePlanner instance.
setSchedulingStrategy(SchedulingStrategy) - Method in class cz.msebera.android.httpclient.impl.client.cache.CachingHttpClientBuilder
 
setScheme(String) - Method in class cz.msebera.android.httpclient.client.utils.URIBuilder
Sets URI scheme.
setSchemePortResolver(SchemePortResolver) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Assigns SchemePortResolver instance.
setSecure(boolean) - Method in interface cz.msebera.android.httpclient.cookie.SetCookie
Sets the secure attribute of the cookie.
setSecure(boolean) - Method in class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie
Sets the secure attribute of the cookie.
setSecureRandom(SecureRandom) - Method in class cz.msebera.android.httpclient.conn.ssl.SSLContextBuilder
 
setSerializable(Serializable) - Method in class cz.msebera.android.httpclient.client.entity.EntityBuilder
Sets entity content as a Serializable.
setServiceUnavailableRetryStrategy(ServiceUnavailableRetryStrategy) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
setSharedCache(boolean) - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig.Builder
Sets whether the cache should behave as a shared cache or not.
setSharedCache(boolean) - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
Deprecated.
setSingleHeader(boolean) - Method in class cz.msebera.android.httpclient.cookie.params.CookieSpecParamBean
Deprecated.
 
setSocketBufferSize(int) - Method in class cz.msebera.android.httpclient.params.HttpConnectionParamBean
Deprecated.
 
setSocketBufferSize(HttpParams, int) - Static method in class cz.msebera.android.httpclient.params.HttpConnectionParams
Deprecated.
Sets value of the CoreConnectionPNames.SOCKET_BUFFER_SIZE parameter.
setSocketConfig(SocketConfig) - Method in class cz.msebera.android.httpclient.impl.conn.BasicHttpClientConnectionManager
 
setSocketConfig(HttpHost, SocketConfig) - Method in class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
setSocketTimeout(int) - Method in class cz.msebera.android.httpclient.client.config.RequestConfig.Builder
 
setSocketTimeout(int) - Method in interface cz.msebera.android.httpclient.HttpConnection
Sets the socket timeout value.
setSocketTimeout(int) - Method in class cz.msebera.android.httpclient.impl.BHttpConnectionBase
 
setSocketTimeout(int) - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
 
setSocketTimeout(int) - Method in class cz.msebera.android.httpclient.impl.SocketHttpClientConnection
Deprecated.
 
setSocketTimeout(int) - Method in class cz.msebera.android.httpclient.impl.SocketHttpServerConnection
Deprecated.
 
setSoKeepAlive(boolean) - Method in class cz.msebera.android.httpclient.config.SocketConfig.Builder
 
setSoKeepalive(HttpParams, boolean) - Static method in class cz.msebera.android.httpclient.params.HttpConnectionParams
Deprecated.
Sets value of the CoreConnectionPNames.SO_KEEPALIVE parameter.
setSoLinger(int) - Method in class cz.msebera.android.httpclient.config.SocketConfig.Builder
 
setSoReuseaddr(HttpParams, boolean) - Static method in class cz.msebera.android.httpclient.params.HttpConnectionParams
Deprecated.
Sets value of the CoreConnectionPNames.SO_REUSEADDR parameter.
setSoReuseAddress(boolean) - Method in class cz.msebera.android.httpclient.config.SocketConfig.Builder
 
setSoTimeout(int) - Method in class cz.msebera.android.httpclient.config.SocketConfig.Builder
 
setSoTimeout(int) - Method in class cz.msebera.android.httpclient.params.HttpConnectionParamBean
Deprecated.
 
setSoTimeout(HttpParams, int) - Static method in class cz.msebera.android.httpclient.params.HttpConnectionParams
Deprecated.
Sets value of the CoreConnectionPNames.SO_TIMEOUT parameter.
setSslcontext(SSLContext) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Assigns SSLContext instance.
setSSLSocketFactory(LayeredConnectionSocketFactory) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
setStaleCheckingEnabled(boolean) - Method in class cz.msebera.android.httpclient.params.HttpConnectionParamBean
Deprecated.
 
setStaleCheckingEnabled(HttpParams, boolean) - Static method in class cz.msebera.android.httpclient.params.HttpConnectionParams
Deprecated.
Sets value of the CoreConnectionPNames.STALE_CONNECTION_CHECK parameter.
setStaleConnectionCheckEnabled(boolean) - Method in class cz.msebera.android.httpclient.client.config.RequestConfig.Builder
 
setState(AuthProtocolState) - Method in class cz.msebera.android.httpclient.auth.AuthState
 
setState(Object) - Method in interface cz.msebera.android.httpclient.conn.ManagedClientConnection
Deprecated.
Assigns a state object to this connection.
setState(Object) - Method in class cz.msebera.android.httpclient.impl.conn.AbstractPooledConnAdapter
Deprecated.
 
setState(Object) - Method in class cz.msebera.android.httpclient.impl.conn.AbstractPoolEntry
Deprecated.
Assigns a state object to this pool entry.
setState(Object) - Method in class cz.msebera.android.httpclient.pool.PoolEntry
 
setStatusCode(int) - Method in interface cz.msebera.android.httpclient.HttpResponse
Updates the status line of this response with a new status code.
setStatusCode(int) - Method in class cz.msebera.android.httpclient.message.BasicHttpResponse
 
setStatusLine(StatusLine) - Method in interface cz.msebera.android.httpclient.HttpResponse
Sets the status line of this response.
setStatusLine(ProtocolVersion, int) - Method in interface cz.msebera.android.httpclient.HttpResponse
Sets the status line of this response.
setStatusLine(ProtocolVersion, int, String) - Method in interface cz.msebera.android.httpclient.HttpResponse
Sets the status line of this response with a reason phrase.
setStatusLine(StatusLine) - Method in class cz.msebera.android.httpclient.message.BasicHttpResponse
 
setStatusLine(ProtocolVersion, int) - Method in class cz.msebera.android.httpclient.message.BasicHttpResponse
 
setStatusLine(ProtocolVersion, int, String) - Method in class cz.msebera.android.httpclient.message.BasicHttpResponse
 
setStream(InputStream) - Method in class cz.msebera.android.httpclient.client.entity.EntityBuilder
Sets entity content as a InputStream.
setStrictMode() - Method in class cz.msebera.android.httpclient.entity.mime.MultipartEntityBuilder
 
setTargetAuthenticationHandler(AuthenticationHandler) - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
(4.2) do not use
setTargetAuthenticationStrategy(AuthenticationStrategy) - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
setTargetAuthenticationStrategy(AuthenticationStrategy) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Assigns AuthenticationStrategy instance for proxy authentication.
setTargetHost(HttpHost) - Method in class cz.msebera.android.httpclient.protocol.HttpCoreContext
 
setTargetPreferredAuthSchemes(Collection<String>) - Method in class cz.msebera.android.httpclient.client.config.RequestConfig.Builder
 
setTcpNoDelay(boolean) - Method in class cz.msebera.android.httpclient.config.SocketConfig.Builder
 
setTcpNoDelay(boolean) - Method in class cz.msebera.android.httpclient.params.HttpConnectionParamBean
Deprecated.
 
setTcpNoDelay(HttpParams, boolean) - Static method in class cz.msebera.android.httpclient.params.HttpConnectionParams
Deprecated.
Sets value of the CoreConnectionPNames.TCP_NODELAY parameter.
setText(String) - Method in class cz.msebera.android.httpclient.client.entity.EntityBuilder
Sets entity content as a string.
setTimeout(long) - Method in class cz.msebera.android.httpclient.conn.params.ConnManagerParamBean
Deprecated.
 
setTimeout(HttpParams, long) - Static method in class cz.msebera.android.httpclient.conn.params.ConnManagerParams
setUnmappableInputAction(CodingErrorAction) - Method in class cz.msebera.android.httpclient.config.ConnectionConfig.Builder
 
setUnmappableInputAction(HttpParams, CodingErrorAction) - Static method in class cz.msebera.android.httpclient.params.HttpProtocolParams
Deprecated.
Sets the value of the CoreProtocolPNames.HTTP_UNMAPPABLE_INPUT_ACTION parameter.
setURI(URI) - Method in class cz.msebera.android.httpclient.client.methods.HttpRequestBase
 
setURI(URI) - Method in class cz.msebera.android.httpclient.client.methods.HttpRequestWrapper
 
setUri(URI) - Method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
setUri(String) - Method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
setURI(URI) - Method in class cz.msebera.android.httpclient.impl.client.RequestWrapper
Deprecated.
 
setUseExpectContinue(boolean) - Method in class cz.msebera.android.httpclient.params.HttpProtocolParamBean
Deprecated.
 
setUseExpectContinue(HttpParams, boolean) - Static method in class cz.msebera.android.httpclient.params.HttpProtocolParams
Deprecated.
Sets value of the CoreProtocolPNames.USE_EXPECT_CONTINUE parameter.
setUserAgent(String) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Assigns User-Agent value.
setUserAgent(String) - Method in class cz.msebera.android.httpclient.params.HttpProtocolParamBean
Deprecated.
 
setUserAgent(HttpParams, String) - Static method in class cz.msebera.android.httpclient.params.HttpProtocolParams
Deprecated.
Sets value of the CoreProtocolPNames.USER_AGENT parameter.
setUserInfo(String) - Method in class cz.msebera.android.httpclient.client.utils.URIBuilder
Sets URI user info.
setUserInfo(String, String) - Method in class cz.msebera.android.httpclient.client.utils.URIBuilder
Sets URI user info as a combination of username and password.
setUserToken(Object) - Method in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
 
setUserTokenHandler(UserTokenHandler) - Method in class cz.msebera.android.httpclient.impl.client.AbstractHttpClient
Deprecated.
 
setUserTokenHandler(UserTokenHandler) - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Assigns UserTokenHandler instance.
setValue(String) - Method in interface cz.msebera.android.httpclient.cookie.SetCookie
 
setValue(String) - Method in class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie
Sets the value
setVersion(ProtocolVersion) - Method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
setVersion(int) - Method in interface cz.msebera.android.httpclient.cookie.SetCookie
Sets the version of the cookie specification to which this cookie conforms.
setVersion(int) - Method in class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie
Sets the version of the cookie specification to which this cookie conforms.
setVersion(HttpVersion) - Method in class cz.msebera.android.httpclient.params.HttpProtocolParamBean
Deprecated.
 
setVersion(HttpParams, ProtocolVersion) - Static method in class cz.msebera.android.httpclient.params.HttpProtocolParams
Deprecated.
Sets value of the CoreProtocolPNames.PROTOCOL_VERSION parameter.
setVirtualHost(HttpHost) - Method in class cz.msebera.android.httpclient.client.params.ClientParamBean
Deprecated.
 
setWaitingThread(WaitingThread) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.WaitingThreadAborter
Deprecated.
Sets the waiting thread.
setWeakETagOnPutDeleteAllowed(boolean) - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig.Builder
Allows or disallows weak etags to be used with PUT/DELETE If-Match requests.
shouldBackoff(Throwable) - Method in interface cz.msebera.android.httpclient.client.ConnectionBackoffStrategy
Determines whether seeing the given Throwable as a result of request execution should result in a backoff signal.
shouldBackoff(HttpResponse) - Method in interface cz.msebera.android.httpclient.client.ConnectionBackoffStrategy
Determines whether receiving the given HttpResponse as a result of request execution should result in a backoff signal.
shouldBackoff(Throwable) - Method in class cz.msebera.android.httpclient.impl.client.DefaultBackoffStrategy
 
shouldBackoff(HttpResponse) - Method in class cz.msebera.android.httpclient.impl.client.DefaultBackoffStrategy
 
shouldBackoff(Throwable) - Method in class cz.msebera.android.httpclient.impl.client.NullBackoffStrategy
 
shouldBackoff(HttpResponse) - Method in class cz.msebera.android.httpclient.impl.client.NullBackoffStrategy
 
shutdown() - Method in interface cz.msebera.android.httpclient.conn.ClientConnectionManager
Deprecated.
Shuts down this connection manager and releases allocated resources.
shutdown() - Method in interface cz.msebera.android.httpclient.conn.HttpClientConnectionManager
Shuts down this connection manager and releases allocated resources.
shutdown() - Method in interface cz.msebera.android.httpclient.HttpConnection
Force-closes this connection.
shutdown() - Method in class cz.msebera.android.httpclient.impl.BHttpConnectionBase
 
shutdown() - Method in class cz.msebera.android.httpclient.impl.client.cache.ManagedHttpCacheStorage
 
shutdown() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractPooledConnAdapter
Deprecated.
 
shutdown() - Method in class cz.msebera.android.httpclient.impl.conn.BasicClientConnectionManager
Deprecated.
 
shutdown() - Method in class cz.msebera.android.httpclient.impl.conn.BasicHttpClientConnectionManager
 
shutdown() - Method in class cz.msebera.android.httpclient.impl.conn.DefaultClientConnection
Deprecated.
Force-closes this connection.
shutdown() - Method in class cz.msebera.android.httpclient.impl.conn.DefaultManagedHttpClientConnection
 
shutdown() - Method in class cz.msebera.android.httpclient.impl.conn.PoolingClientConnectionManager
Deprecated.
 
shutdown() - Method in class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
shutdown() - Method in class cz.msebera.android.httpclient.impl.conn.SingleClientConnManager.PoolEntry
Deprecated.
Shuts down the connection in this pool entry.
shutdown() - Method in class cz.msebera.android.httpclient.impl.conn.SingleClientConnManager
Deprecated.
 
shutdown() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.AbstractConnPool
Deprecated.
Shuts down this pool and all associated resources.
shutdown - Variable in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
 
shutdown() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
 
shutdown() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.ThreadSafeClientConnManager
Deprecated.
 
shutdown() - Method in class cz.msebera.android.httpclient.impl.SocketHttpClientConnection
Deprecated.
 
shutdown() - Method in class cz.msebera.android.httpclient.impl.SocketHttpServerConnection
Deprecated.
 
shutdown() - Method in class cz.msebera.android.httpclient.pool.AbstractConnPool
Shuts down the pool.
shutdownEntry() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractPoolEntry
Deprecated.
Shuts down the entry.
shutdownEntry() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.BasicPoolEntry
Deprecated.
 
SINGLE_COOKIE_HEADER - Static variable in interface cz.msebera.android.httpclient.cookie.params.CookieSpecPNames
Deprecated.
Defines whether cookies should be forced into a single Cookie request header.
SingleClientConnManager - Class in cz.msebera.android.httpclient.impl.conn
Deprecated.
SingleClientConnManager(HttpParams, SchemeRegistry) - Constructor for class cz.msebera.android.httpclient.impl.conn.SingleClientConnManager
SingleClientConnManager(SchemeRegistry) - Constructor for class cz.msebera.android.httpclient.impl.conn.SingleClientConnManager
Deprecated.
Creates a new simple connection manager.
SingleClientConnManager() - Constructor for class cz.msebera.android.httpclient.impl.conn.SingleClientConnManager
Deprecated.
 
SingleClientConnManager.ConnAdapter - Class in cz.msebera.android.httpclient.impl.conn
Deprecated.
The connection adapter used by this manager.
SingleClientConnManager.PoolEntry - Class in cz.msebera.android.httpclient.impl.conn
Deprecated.
The pool entry for this connection manager.
size() - Method in class cz.msebera.android.httpclient.impl.client.RedirectLocations
Returns the number of elements in this list.
skip(long) - Method in class cz.msebera.android.httpclient.client.entity.DeflateInputStream
Skip
skip(long) - Method in class cz.msebera.android.httpclient.impl.io.ContentLengthInputStream
Skips and discards a number of bytes from the input stream.
skipWhitespace(CharArrayBuffer, ParserCursor) - Method in class cz.msebera.android.httpclient.message.BasicLineParser
Helper to skip whitespace.
SM - Interface in cz.msebera.android.httpclient.cookie
Constants and static helpers related to the HTTP state management.
SO_KEEPALIVE - Static variable in interface cz.msebera.android.httpclient.params.CoreConnectionPNames
Deprecated.
Defines whether or not TCP is to send automatically a keepalive probe to the peer after an interval of inactivity (no data exchanged in either direction) between this host and the peer.
SO_LINGER - Static variable in interface cz.msebera.android.httpclient.params.CoreConnectionPNames
Deprecated.
Sets SO_LINGER with the specified linger time in seconds.
SO_REUSEADDR - Static variable in interface cz.msebera.android.httpclient.params.CoreConnectionPNames
Deprecated.
Defines whether the socket can be bound even though a previous connection is still in a timeout state.
SO_TIMEOUT - Static variable in interface cz.msebera.android.httpclient.params.CoreConnectionPNames
Deprecated.
Defines the socket timeout (SO_TIMEOUT) in milliseconds, which is the timeout for waiting for data or, put differently, a maximum period inactivity between two consecutive data packets).
SOCKET_BUFFER_SIZE - Static variable in interface cz.msebera.android.httpclient.params.CoreConnectionPNames
Deprecated.
Determines the size of the internal socket buffer used to buffer data while receiving / transmitting HTTP messages.
SOCKET_FACTORY_REGISTRY - Static variable in interface cz.msebera.android.httpclient.client.protocol.ClientContext
Deprecated.
 
SocketConfig - Class in cz.msebera.android.httpclient.config
Socket configuration.
SocketConfig.Builder - Class in cz.msebera.android.httpclient.config
 
SocketFactory - Interface in cz.msebera.android.httpclient.conn.scheme
Deprecated.
SocketHttpClientConnection - Class in cz.msebera.android.httpclient.impl
Deprecated.
SocketHttpClientConnection() - Constructor for class cz.msebera.android.httpclient.impl.SocketHttpClientConnection
Deprecated.
 
SocketHttpServerConnection - Class in cz.msebera.android.httpclient.impl
Deprecated.
SocketHttpServerConnection() - Constructor for class cz.msebera.android.httpclient.impl.SocketHttpServerConnection
Deprecated.
 
SocketInputBuffer - Class in cz.msebera.android.httpclient.impl.io
Deprecated.
SocketInputBuffer(Socket, int, HttpParams) - Constructor for class cz.msebera.android.httpclient.impl.io.SocketInputBuffer
Deprecated.
Creates an instance of this class.
SocketOutputBuffer - Class in cz.msebera.android.httpclient.impl.io
Deprecated.
SocketOutputBuffer(Socket, int, HttpParams) - Constructor for class cz.msebera.android.httpclient.impl.io.SocketOutputBuffer
Deprecated.
Creates an instance of this class.
SP - Static variable in class cz.msebera.android.httpclient.Consts
 
SP - Static variable in class cz.msebera.android.httpclient.protocol.HTTP
 
SPNEGO - Static variable in class cz.msebera.android.httpclient.client.config.AuthSchemes
SPNEGO Authentication scheme.
SPNEGO - Static variable in class cz.msebera.android.httpclient.client.params.AuthPolicy
Deprecated.
SPNEGO Authentication scheme.
SpnegoTokenGenerator - Interface in cz.msebera.android.httpclient.impl.auth
Deprecated.
(4.2) subclass KerberosScheme and override KerberosScheme#generateGSSToken(byte[], org.ietf.jgss.Oid, String)
SSL - Static variable in class cz.msebera.android.httpclient.conn.ssl.SSLConnectionSocketFactory
 
SSL - Static variable in class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
 
SSLConnectionSocketFactory - Class in cz.msebera.android.httpclient.conn.ssl
Layered socket factory for TLS/SSL connections.
SSLConnectionSocketFactory(SSLContext) - Constructor for class cz.msebera.android.httpclient.conn.ssl.SSLConnectionSocketFactory
 
SSLConnectionSocketFactory(SSLContext, X509HostnameVerifier) - Constructor for class cz.msebera.android.httpclient.conn.ssl.SSLConnectionSocketFactory
 
SSLConnectionSocketFactory(SSLContext, String[], String[], X509HostnameVerifier) - Constructor for class cz.msebera.android.httpclient.conn.ssl.SSLConnectionSocketFactory
 
SSLConnectionSocketFactory(SSLSocketFactory, X509HostnameVerifier) - Constructor for class cz.msebera.android.httpclient.conn.ssl.SSLConnectionSocketFactory
 
SSLConnectionSocketFactory(SSLSocketFactory, String[], String[], X509HostnameVerifier) - Constructor for class cz.msebera.android.httpclient.conn.ssl.SSLConnectionSocketFactory
 
SSLContextBuilder - Class in cz.msebera.android.httpclient.conn.ssl
Builder for SSLContext instances.
SSLContextBuilder() - Constructor for class cz.msebera.android.httpclient.conn.ssl.SSLContextBuilder
 
SSLContexts - Class in cz.msebera.android.httpclient.conn.ssl
SSLContext factory methods.
SSLContexts() - Constructor for class cz.msebera.android.httpclient.conn.ssl.SSLContexts
 
SSLInitializationException - Exception in cz.msebera.android.httpclient.conn.ssl
 
SSLInitializationException(String, Throwable) - Constructor for exception cz.msebera.android.httpclient.conn.ssl.SSLInitializationException
 
SSLSocketFactory - Class in cz.msebera.android.httpclient.conn.ssl
Deprecated.
SSLSocketFactory(String, KeyStore, String, KeyStore, SecureRandom, HostNameResolver) - Constructor for class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
 
SSLSocketFactory(String, KeyStore, String, KeyStore, SecureRandom, TrustStrategy, X509HostnameVerifier) - Constructor for class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
 
SSLSocketFactory(String, KeyStore, String, KeyStore, SecureRandom, X509HostnameVerifier) - Constructor for class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
 
SSLSocketFactory(KeyStore, String, KeyStore) - Constructor for class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
 
SSLSocketFactory(KeyStore, String) - Constructor for class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
 
SSLSocketFactory(KeyStore) - Constructor for class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
 
SSLSocketFactory(TrustStrategy, X509HostnameVerifier) - Constructor for class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
 
SSLSocketFactory(TrustStrategy) - Constructor for class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
 
SSLSocketFactory(SSLContext) - Constructor for class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
 
SSLSocketFactory(SSLContext, HostNameResolver) - Constructor for class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
 
SSLSocketFactory(SSLContext, X509HostnameVerifier) - Constructor for class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
 
SSLSocketFactory(SSLContext, String[], String[], X509HostnameVerifier) - Constructor for class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
 
SSLSocketFactory(SSLSocketFactory, X509HostnameVerifier) - Constructor for class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
 
SSLSocketFactory(SSLSocketFactory, String[], String[], X509HostnameVerifier) - Constructor for class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
 
SSLV2 - Static variable in class cz.msebera.android.httpclient.conn.ssl.SSLConnectionSocketFactory
 
SSLV2 - Static variable in class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
 
STALE_CONNECTION_CHECK - Static variable in interface cz.msebera.android.httpclient.params.CoreConnectionPNames
Deprecated.
Determines whether stale connection check is to be used.
STALE_IF_ERROR - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
STALE_WHILE_REVALIDATE - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
STANDARD - Static variable in class cz.msebera.android.httpclient.client.config.CookieSpecs
The RFC 2965 compliant policy (standard).
StandardHttpRequestRetryHandler - Class in cz.msebera.android.httpclient.impl.client
HttpRequestRetryHandler which assumes that all requested HTTP methods which should be idempotent according to RFC-2616 are in fact idempotent and can be retried.
StandardHttpRequestRetryHandler(int, boolean) - Constructor for class cz.msebera.android.httpclient.impl.client.StandardHttpRequestRetryHandler
Default constructor
StandardHttpRequestRetryHandler() - Constructor for class cz.msebera.android.httpclient.impl.client.StandardHttpRequestRetryHandler
Default constructor
started() - Method in class cz.msebera.android.httpclient.client.methods.HttpRequestBase
 
startedTime() - Method in class cz.msebera.android.httpclient.impl.client.HttpRequestFutureTask
 
state - Variable in class cz.msebera.android.httpclient.impl.conn.AbstractPoolEntry
Deprecated.
Connection state object
STATUS_URI - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2518 (WevDAV) Section 9.7
StatusLine - Interface in cz.msebera.android.httpclient
The first line of a Response message is the Status-Line, consisting of the protocol version followed by a numeric status code and its associated textual phrase, with each element separated by SP characters.
streamAbort(InputStream) - Method in class cz.msebera.android.httpclient.conn.BasicEofSensorWatcher
Deprecated.
 
streamAbort(InputStream) - Method in class cz.msebera.android.httpclient.conn.BasicManagedEntity
Deprecated.
 
streamAbort(InputStream) - Method in interface cz.msebera.android.httpclient.conn.EofSensorWatcher
Indicates that the stream is aborted.
streamClosed(InputStream) - Method in class cz.msebera.android.httpclient.conn.BasicEofSensorWatcher
Deprecated.
 
streamClosed(InputStream) - Method in class cz.msebera.android.httpclient.conn.BasicManagedEntity
Deprecated.
 
streamClosed(InputStream) - Method in interface cz.msebera.android.httpclient.conn.EofSensorWatcher
Indicates that the stream is closed.
STRICT_HOSTNAME_VERIFIER - Static variable in class cz.msebera.android.httpclient.conn.ssl.SSLConnectionSocketFactory
 
STRICT_HOSTNAME_VERIFIER - Static variable in class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
 
STRICT_TRANSFER_ENCODING - Static variable in interface cz.msebera.android.httpclient.params.CoreProtocolPNames
Deprecated.
Defines whether responses with an invalid Transfer-Encoding header should be rejected.
StrictContentLengthStrategy - Class in cz.msebera.android.httpclient.impl.entity
The strict implementation of the content length strategy.
StrictContentLengthStrategy(int) - Constructor for class cz.msebera.android.httpclient.impl.entity.StrictContentLengthStrategy
Creates StrictContentLengthStrategy instance with the given length used per default when content length is not explicitly specified in the message.
StrictContentLengthStrategy() - Constructor for class cz.msebera.android.httpclient.impl.entity.StrictContentLengthStrategy
Creates StrictContentLengthStrategy instance.
StrictHostnameVerifier - Class in cz.msebera.android.httpclient.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 cz.msebera.android.httpclient.conn.ssl.StrictHostnameVerifier
 
StringBody - Class in cz.msebera.android.httpclient.entity.mime.content
Text body part backed by a byte array.
StringBody(String, String, Charset) - Constructor for class cz.msebera.android.httpclient.entity.mime.content.StringBody
StringBody(String, Charset) - Constructor for class cz.msebera.android.httpclient.entity.mime.content.StringBody
StringBody(String) - Constructor for class cz.msebera.android.httpclient.entity.mime.content.StringBody
StringBody(String, ContentType) - Constructor for class cz.msebera.android.httpclient.entity.mime.content.StringBody
 
StringEntity - Class in cz.msebera.android.httpclient.entity
A self contained, repeatable entity that obtains its content from a String.
StringEntity(String, ContentType) - Constructor for class cz.msebera.android.httpclient.entity.StringEntity
Creates a StringEntity with the specified content and content type.
StringEntity(String, String, String) - Constructor for class cz.msebera.android.httpclient.entity.StringEntity
StringEntity(String, String) - Constructor for class cz.msebera.android.httpclient.entity.StringEntity
Creates a StringEntity with the specified content and charset.
StringEntity(String, Charset) - Constructor for class cz.msebera.android.httpclient.entity.StringEntity
Creates a StringEntity with the specified content and charset.
StringEntity(String) - Constructor for class cz.msebera.android.httpclient.entity.StringEntity
Creates a StringEntity with the specified content.
substring(int, int) - Method in class cz.msebera.android.httpclient.util.CharArrayBuffer
Returns a substring of this buffer.
substringTrimmed(int, int) - Method in class cz.msebera.android.httpclient.util.CharArrayBuffer
Returns a substring of this buffer with leading and trailing whitespace omitted.
supportsRangeAndContentRangeHeaders() - Method in class cz.msebera.android.httpclient.impl.client.cache.CachingExec
Reports whether this CachingHttpClient implementation supports byte-range requests as specified by the Range and Content-Range headers.
SyncBasicHttpContext - Class in cz.msebera.android.httpclient.protocol
Deprecated.
(4.2) HttpContext instances may not be shared by multiple threads
SyncBasicHttpContext(HttpContext) - Constructor for class cz.msebera.android.httpclient.protocol.SyncBasicHttpContext
Deprecated.
 
SyncBasicHttpContext() - Constructor for class cz.msebera.android.httpclient.protocol.SyncBasicHttpContext
Deprecated.
 
SyncBasicHttpParams - Class in cz.msebera.android.httpclient.params
Deprecated.
(4.3) use configuration classes provided 'cz.msebera.android.httpclient.config' and 'cz.msebera.android.httpclient.client.config'
SyncBasicHttpParams() - Constructor for class cz.msebera.android.httpclient.params.SyncBasicHttpParams
Deprecated.
 
SystemDefaultCredentialsProvider - Class in cz.msebera.android.httpclient.impl.client
Implementation of CredentialsProvider backed by standard JRE Authenticator.
SystemDefaultCredentialsProvider() - Constructor for class cz.msebera.android.httpclient.impl.client.SystemDefaultCredentialsProvider
Default constructor.
SystemDefaultDnsResolver - Class in cz.msebera.android.httpclient.impl.conn
DNS resolver that uses the default OS implementation for resolving host names.
SystemDefaultDnsResolver() - Constructor for class cz.msebera.android.httpclient.impl.conn.SystemDefaultDnsResolver
 
SystemDefaultHttpClient - Class in cz.msebera.android.httpclient.impl.client
Deprecated.
SystemDefaultHttpClient(HttpParams) - Constructor for class cz.msebera.android.httpclient.impl.client.SystemDefaultHttpClient
Deprecated.
 
SystemDefaultHttpClient() - Constructor for class cz.msebera.android.httpclient.impl.client.SystemDefaultHttpClient
Deprecated.
 
SystemDefaultRoutePlanner - Class in cz.msebera.android.httpclient.impl.conn
HttpRoutePlanner implementation based on ProxySelector.
SystemDefaultRoutePlanner(SchemePortResolver, ProxySelector) - Constructor for class cz.msebera.android.httpclient.impl.conn.SystemDefaultRoutePlanner
 
SystemDefaultRoutePlanner(ProxySelector) - Constructor for class cz.msebera.android.httpclient.impl.conn.SystemDefaultRoutePlanner
 

T

TARGET_AUTH_PREF - Static variable in interface cz.msebera.android.httpclient.auth.params.AuthPNames
Deprecated.
Defines the order of preference for supported AuthSchemes when authenticating with the target host.
TARGET_AUTH_STATE - Static variable in interface cz.msebera.android.httpclient.client.protocol.ClientContext
Deprecated.
Attribute name of a AuthState object that represents the actual target authentication state.
TARGET_AUTH_STATE - Static variable in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
Attribute name of a AuthState object that represents the actual target authentication state.
TARGET_HOST - Static variable in class cz.msebera.android.httpclient.protocol.HTTP
 
TargetAuthenticationStrategy - Class in cz.msebera.android.httpclient.impl.client
Default AuthenticationStrategy implementation for proxy host authentication.
TargetAuthenticationStrategy() - Constructor for class cz.msebera.android.httpclient.impl.client.TargetAuthenticationStrategy
 
targetAuthHandler - Variable in class cz.msebera.android.httpclient.impl.client.DefaultRequestDirector
Deprecated.
targetAuthState - Variable in class cz.msebera.android.httpclient.impl.client.DefaultRequestDirector
Deprecated.
 
targetAuthStrategy - Variable in class cz.msebera.android.httpclient.impl.client.DefaultRequestDirector
Deprecated.
The target authentication handler.
taskDuration() - Method in class cz.msebera.android.httpclient.impl.client.HttpRequestFutureTask
 
TCP_NODELAY - Static variable in interface cz.msebera.android.httpclient.params.CoreConnectionPNames
Deprecated.
Determines whether Nagle's algorithm is to be used.
TE - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.39
TEXT_HTML - Static variable in class cz.msebera.android.httpclient.entity.ContentType
 
TEXT_PLAIN - Static variable in class cz.msebera.android.httpclient.entity.ContentType
 
TEXT_XML - Static variable in class cz.msebera.android.httpclient.entity.ContentType
 
TextUtils - Class in cz.msebera.android.httpclient.util
 
TextUtils() - Constructor for class cz.msebera.android.httpclient.util.TextUtils
 
ThreadSafe - Annotation Type in cz.msebera.android.httpclient.annotation
The class to which this annotation is applied is thread-safe.
ThreadSafeClientConnManager - Class in cz.msebera.android.httpclient.impl.conn.tsccm
Deprecated.
ThreadSafeClientConnManager(SchemeRegistry) - Constructor for class cz.msebera.android.httpclient.impl.conn.tsccm.ThreadSafeClientConnManager
Deprecated.
Creates a new thread safe connection manager.
ThreadSafeClientConnManager() - Constructor for class cz.msebera.android.httpclient.impl.conn.tsccm.ThreadSafeClientConnManager
Deprecated.
 
ThreadSafeClientConnManager(SchemeRegistry, long, TimeUnit) - Constructor for class cz.msebera.android.httpclient.impl.conn.tsccm.ThreadSafeClientConnManager
Deprecated.
Creates a new thread safe connection manager.
ThreadSafeClientConnManager(SchemeRegistry, long, TimeUnit, ConnPerRouteBean) - Constructor for class cz.msebera.android.httpclient.impl.conn.tsccm.ThreadSafeClientConnManager
Deprecated.
Creates a new thread safe connection manager.
ThreadSafeClientConnManager(HttpParams, SchemeRegistry) - Constructor for class cz.msebera.android.httpclient.impl.conn.tsccm.ThreadSafeClientConnManager
TIMEOUT - Static variable in interface cz.msebera.android.httpclient.conn.params.ConnManagerPNames
Deprecated.
Defines the timeout in milliseconds used when retrieving an instance of ManagedClientConnection from the ClientConnectionManager.
TIMEOUT - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2518 (WevDAV) Section 9.8
TLS - Static variable in class cz.msebera.android.httpclient.conn.ssl.SSLConnectionSocketFactory
 
TLS - Static variable in class cz.msebera.android.httpclient.conn.ssl.SSLSocketFactory
Deprecated.
 
toByteArray() - Method in class cz.msebera.android.httpclient.util.ByteArrayBuffer
Converts the content of this buffer to an array of bytes.
toByteArray(HttpEntity) - Static method in class cz.msebera.android.httpclient.util.EntityUtils
Read the contents of an entity and return it as a byte array.
toCharArray() - Method in class cz.msebera.android.httpclient.util.CharArrayBuffer
Converts the content of this buffer to an array of chars.
toHostString() - Method in class cz.msebera.android.httpclient.HttpHost
Obtains the host string, without scheme prefix.
TokenIterator - Interface in cz.msebera.android.httpclient
An iterator for String tokens.
toRoute() - Method in class cz.msebera.android.httpclient.conn.routing.RouteTracker
Obtains the tracked route.
toString() - Method in class cz.msebera.android.httpclient.auth.AuthOption
 
toString() - Method in class cz.msebera.android.httpclient.auth.AuthScope
 
toString() - Method in class cz.msebera.android.httpclient.auth.AuthState
 
toString() - Method in class cz.msebera.android.httpclient.auth.BasicUserPrincipal
 
toString() - Method in class cz.msebera.android.httpclient.auth.NTCredentials
 
toString() - Method in class cz.msebera.android.httpclient.auth.NTUserPrincipal
 
toString() - Method in class cz.msebera.android.httpclient.auth.UsernamePasswordCredentials
 
toString() - Method in class cz.msebera.android.httpclient.client.cache.HttpCacheEntry
Provides a string representation of this instance suitable for human consumption.
toString() - Method in class cz.msebera.android.httpclient.client.config.RequestConfig
 
toString() - Method in class cz.msebera.android.httpclient.client.methods.HttpRequestBase
 
toString() - Method in class cz.msebera.android.httpclient.client.methods.HttpRequestWrapper
 
toString() - Method in class cz.msebera.android.httpclient.client.utils.URIBuilder
 
toString() - Method in class cz.msebera.android.httpclient.config.ConnectionConfig
 
toString() - Method in class cz.msebera.android.httpclient.config.MessageConstraints
 
toString() - Method in class cz.msebera.android.httpclient.config.Registry
 
toString() - Method in class cz.msebera.android.httpclient.config.RegistryBuilder
 
toString() - Method in class cz.msebera.android.httpclient.config.SocketConfig
 
toString() - Method in class cz.msebera.android.httpclient.conn.HttpInetSocketAddress
Deprecated.
 
toString() - Method in class cz.msebera.android.httpclient.conn.params.ConnPerRouteBean
Deprecated.
 
toString() - Method in class cz.msebera.android.httpclient.conn.routing.HttpRoute
Obtains a description of this route.
toString() - Method in class cz.msebera.android.httpclient.conn.routing.RouteTracker
Obtains a description of the tracked route.
toString() - Method in class cz.msebera.android.httpclient.conn.scheme.Scheme
Deprecated.
Return a string representation of this object.
toString() - Method in class cz.msebera.android.httpclient.conn.ssl.AllowAllHostnameVerifier
 
toString() - Method in class cz.msebera.android.httpclient.conn.ssl.BrowserCompatHostnameVerifier
 
toString() - Method in class cz.msebera.android.httpclient.conn.ssl.PrivateKeyDetails
 
toString() - Method in class cz.msebera.android.httpclient.conn.ssl.StrictHostnameVerifier
 
toString() - Method in class cz.msebera.android.httpclient.cookie.CookieOrigin
 
toString() - Method in class cz.msebera.android.httpclient.entity.AbstractHttpEntity
 
toString() - Method in class cz.msebera.android.httpclient.entity.ContentType
Generates textual representation of this content type which can be used as the value of a Content-Type header.
toString() - Method in class cz.msebera.android.httpclient.entity.mime.Header
 
toString() - Method in class cz.msebera.android.httpclient.entity.mime.MinimalField
 
toString() - Method in class cz.msebera.android.httpclient.HttpHost
 
toString() - Method in class cz.msebera.android.httpclient.impl.auth.AuthSchemeBase
 
toString() - Method in class cz.msebera.android.httpclient.impl.auth.DigestScheme
 
toString() - Method in class cz.msebera.android.httpclient.impl.BHttpConnectionBase
 
toString() - Method in class cz.msebera.android.httpclient.impl.client.BasicAuthCache
 
toString() - Method in class cz.msebera.android.httpclient.impl.client.BasicCookieStore
 
toString() - Method in class cz.msebera.android.httpclient.impl.client.BasicCredentialsProvider
 
toString() - Method in class cz.msebera.android.httpclient.impl.client.cache.CacheConfig
 
toString() - Method in class cz.msebera.android.httpclient.impl.client.cache.FailureCacheValue
 
toString() - Method in class cz.msebera.android.httpclient.impl.client.FutureRequestExecutionMetrics
 
toString() - Method in class cz.msebera.android.httpclient.impl.client.HttpRequestFutureTask
 
toString() - Method in class cz.msebera.android.httpclient.impl.cookie.BasicClientCookie
 
toString() - Method in class cz.msebera.android.httpclient.impl.cookie.BestMatchSpec
 
toString() - Method in class cz.msebera.android.httpclient.impl.cookie.BrowserCompatSpec
 
toString() - Method in class cz.msebera.android.httpclient.impl.cookie.NetscapeDraftSpec
 
toString() - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2109Spec
 
toString() - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2965Spec
 
toString() - Method in class cz.msebera.android.httpclient.impl.SocketHttpClientConnection
Deprecated.
 
toString() - Method in class cz.msebera.android.httpclient.impl.SocketHttpServerConnection
Deprecated.
 
toString() - Method in class cz.msebera.android.httpclient.message.BasicHeader
 
toString() - Method in class cz.msebera.android.httpclient.message.BasicHeaderElement
 
toString() - Method in class cz.msebera.android.httpclient.message.BasicHttpRequest
 
toString() - Method in class cz.msebera.android.httpclient.message.BasicHttpResponse
 
toString() - Method in class cz.msebera.android.httpclient.message.BasicNameValuePair
 
toString() - Method in class cz.msebera.android.httpclient.message.BasicRequestLine
 
toString() - Method in class cz.msebera.android.httpclient.message.BasicStatusLine
 
toString() - Method in class cz.msebera.android.httpclient.message.BufferedHeader
 
toString() - Method in class cz.msebera.android.httpclient.message.HeaderGroup
 
toString() - Method in class cz.msebera.android.httpclient.message.ParserCursor
 
toString() - Method in class cz.msebera.android.httpclient.pool.AbstractConnPool
 
toString() - Method in class cz.msebera.android.httpclient.pool.PoolEntry
 
toString() - Method in class cz.msebera.android.httpclient.pool.PoolStats
 
toString() - Method in class cz.msebera.android.httpclient.protocol.BasicHttpContext
 
toString() - Method in class cz.msebera.android.httpclient.protocol.DefaultedHttpContext
Deprecated.
 
toString() - Method in class cz.msebera.android.httpclient.protocol.UriPatternMatcher
 
toString() - Method in class cz.msebera.android.httpclient.ProtocolVersion
Converts this protocol version to a string.
toString() - Method in class cz.msebera.android.httpclient.util.CharArrayBuffer
 
toString(HttpEntity, Charset) - Static method in class cz.msebera.android.httpclient.util.EntityUtils
Get the entity content as a String, using the provided default character set if none is found in the entity.
toString(HttpEntity, String) - Static method in class cz.msebera.android.httpclient.util.EntityUtils
Get the entity content as a String, using the provided default character set if none is found in the entity.
toString(HttpEntity) - Static method in class cz.msebera.android.httpclient.util.EntityUtils
Read the contents of an entity and return it as a String.
toString() - Method in class cz.msebera.android.httpclient.util.VersionInfo
Provides the version information in human-readable format.
toUnicode(String) - Method in interface cz.msebera.android.httpclient.client.utils.Idn
Converts a name from its punycode representation to Unicode.
toUnicode(String) - Method in class cz.msebera.android.httpclient.client.utils.JdkIdn
 
toUnicode(String) - Static method in class cz.msebera.android.httpclient.client.utils.Punycode
 
toUnicode(String) - Method in class cz.msebera.android.httpclient.client.utils.Rfc3492Idn
 
toURI() - Method in class cz.msebera.android.httpclient.HttpHost
Return the host URI, as a string.
trace() - Static method in class cz.msebera.android.httpclient.client.methods.RequestBuilder
 
trace(Object) - Method in class cz.msebera.android.httpclient.extras.HttpClientAndroidLog
 
trace(Object, Throwable) - Method in class cz.msebera.android.httpclient.extras.HttpClientAndroidLog
 
TRACE_METHOD - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
tracker - Variable in class cz.msebera.android.httpclient.impl.conn.AbstractPoolEntry
Deprecated.
The tracked route, or null before tracking starts.
TRAILER - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.40
TRANSFER_ENCODING - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.41
TRANSFER_ENCODING - Static variable in class cz.msebera.android.httpclient.protocol.HTTP
HTTP header definitions
TruncatedChunkException - Exception in cz.msebera.android.httpclient
Signals a truncated chunk in a chunked stream.
TruncatedChunkException(String) - Constructor for exception cz.msebera.android.httpclient.TruncatedChunkException
Creates a TruncatedChunkException with the specified detail message.
TrustSelfSignedStrategy - Class in cz.msebera.android.httpclient.conn.ssl
A trust strategy that accepts self-signed certificates as trusted.
TrustSelfSignedStrategy() - Constructor for class cz.msebera.android.httpclient.conn.ssl.TrustSelfSignedStrategy
 
TrustStrategy - Interface in cz.msebera.android.httpclient.conn.ssl
A strategy to establish trustworthiness of certificates without consulting the trust manager configured in the actual SSL context.
tunnel(HttpHost, HttpHost, Credentials) - Method in class cz.msebera.android.httpclient.impl.client.ProxyClient
 
TUNNEL_PROXY - Static variable in interface cz.msebera.android.httpclient.conn.routing.HttpRouteDirector
Step: tunnel through proxy to other proxy.
TUNNEL_TARGET - Static variable in interface cz.msebera.android.httpclient.conn.routing.HttpRouteDirector
Step: tunnel through proxy to target.
tunnelProxy(HttpHost, boolean, HttpParams) - Method in interface cz.msebera.android.httpclient.conn.ManagedClientConnection
Deprecated.
Indicates that a tunnel to an intermediate proxy has been established.
tunnelProxy(HttpHost, boolean) - Method in class cz.msebera.android.httpclient.conn.routing.RouteTracker
Tracks tunnelling to a proxy in a proxy chain.
tunnelProxy(HttpHost, boolean, HttpParams) - Method in class cz.msebera.android.httpclient.impl.conn.AbstractPooledConnAdapter
Deprecated.
 
tunnelProxy(HttpHost, boolean, HttpParams) - Method in class cz.msebera.android.httpclient.impl.conn.AbstractPoolEntry
Deprecated.
Tracks tunnelling of the connection to a chained proxy.
TunnelRefusedException - Exception in cz.msebera.android.httpclient.impl.client
Deprecated.
(4.3) reserved for internal use.
TunnelRefusedException(String, HttpResponse) - Constructor for exception cz.msebera.android.httpclient.impl.client.TunnelRefusedException
Deprecated.
 
TunnelRefusedException - Exception in cz.msebera.android.httpclient.impl.execchain
Signals that the tunnel request was rejected by the proxy host.
TunnelRefusedException(String, HttpResponse) - Constructor for exception cz.msebera.android.httpclient.impl.execchain.TunnelRefusedException
 
tunnelTarget(boolean, HttpParams) - Method in interface cz.msebera.android.httpclient.conn.ManagedClientConnection
Deprecated.
Indicates that a tunnel to the target has been established.
tunnelTarget(boolean) - Method in class cz.msebera.android.httpclient.conn.routing.RouteTracker
Tracks tunnelling to the target.
tunnelTarget(boolean, HttpParams) - Method in class cz.msebera.android.httpclient.impl.conn.AbstractPooledConnAdapter
Deprecated.
 
tunnelTarget(boolean, HttpParams) - Method in class cz.msebera.android.httpclient.impl.conn.AbstractPoolEntry
Deprecated.
Tracks tunnelling of the connection to the target.

U

UNAVAILABLE - Static variable in class cz.msebera.android.httpclient.util.VersionInfo
A string constant for unavailable information.
UNCOMPRESSED - Static variable in class cz.msebera.android.httpclient.client.protocol.ResponseContentEncoding
 
uniquePoolEntry - Variable in class cz.msebera.android.httpclient.impl.conn.SingleClientConnManager
Deprecated.
The one and only entry in this pool.
unmarkReusable() - Method in interface cz.msebera.android.httpclient.conn.ManagedClientConnection
Deprecated.
Marks this connection as not being in a reusable state.
unmarkReusable() - Method in class cz.msebera.android.httpclient.impl.conn.AbstractClientConnAdapter
Deprecated.
 
UNREACHABLE - Static variable in interface cz.msebera.android.httpclient.conn.routing.HttpRouteDirector
Indicates that the route can not be established at all.
unregister(String) - Method in class cz.msebera.android.httpclient.auth.AuthSchemeRegistry
Deprecated.
Unregisters the class implementing an authentication scheme with the given name.
unregister(String) - Method in class cz.msebera.android.httpclient.conn.scheme.SchemeRegistry
Deprecated.
Unregisters a scheme.
unregister(String) - Method in class cz.msebera.android.httpclient.cookie.CookieSpecRegistry
Deprecated.
Unregisters the CookieSpecFactory with the given ID.
unregister(String) - Method in class cz.msebera.android.httpclient.protocol.HttpRequestHandlerRegistry
Deprecated.
Removes registered handler, if exists, for the given pattern.
unregister(String) - Method in class cz.msebera.android.httpclient.protocol.UriHttpRequestHandlerMapper
Removes registered handler, if exists, for the given pattern.
unregister(String) - Method in class cz.msebera.android.httpclient.protocol.UriPatternMatcher
Removes registered object, if exists, for the given pattern.
UNSAFE_CHARS - Static variable in class cz.msebera.android.httpclient.message.BasicHeaderValueFormatter
Unsafe special characters that must be escaped using the backslash character
UnsupportedDigestAlgorithmException - Exception in cz.msebera.android.httpclient.impl.auth
Authentication credentials required to respond to a authentication challenge are invalid
UnsupportedDigestAlgorithmException() - Constructor for exception cz.msebera.android.httpclient.impl.auth.UnsupportedDigestAlgorithmException
Creates a new UnsupportedAuthAlgoritmException with a null detail message.
UnsupportedDigestAlgorithmException(String) - Constructor for exception cz.msebera.android.httpclient.impl.auth.UnsupportedDigestAlgorithmException
Creates a new UnsupportedAuthAlgoritmException with the specified message.
UnsupportedDigestAlgorithmException(String, Throwable) - Constructor for exception cz.msebera.android.httpclient.impl.auth.UnsupportedDigestAlgorithmException
Creates a new UnsupportedAuthAlgoritmException with the specified detail message and cause.
UnsupportedHttpVersionException - Exception in cz.msebera.android.httpclient
Signals an unsupported version of the HTTP protocol.
UnsupportedHttpVersionException() - Constructor for exception cz.msebera.android.httpclient.UnsupportedHttpVersionException
Creates an exception without a detail message.
UnsupportedHttpVersionException(String) - Constructor for exception cz.msebera.android.httpclient.UnsupportedHttpVersionException
Creates an exception with the specified detail message.
UnsupportedSchemeException - Exception in cz.msebera.android.httpclient.conn
Signals failure to establish connection using an unknown protocol scheme.
UnsupportedSchemeException(String) - Constructor for exception cz.msebera.android.httpclient.conn.UnsupportedSchemeException
Creates a UnsupportedSchemeException with the specified detail message.
update(AuthScheme, Credentials) - Method in class cz.msebera.android.httpclient.auth.AuthState
Updates the auth state with AuthScheme and Credentials.
update(Queue<AuthOption>) - Method in class cz.msebera.android.httpclient.auth.AuthState
Updates the auth state with a queue of AuthOptions.
update(HttpCacheEntry) - Method in interface cz.msebera.android.httpclient.client.cache.HttpCacheUpdateCallback
Returns the new cache entry that should replace an existing one.
update(Socket, HttpHost, boolean, HttpParams) - Method in interface cz.msebera.android.httpclient.conn.OperatedClientConnection
Deprecated.
Updates this connection.
update(Socket, HttpHost, boolean, HttpParams) - Method in class cz.msebera.android.httpclient.impl.conn.DefaultClientConnection
Deprecated.
 
updateEntity(HttpResponse, HttpEntity) - Static method in class cz.msebera.android.httpclient.util.EntityUtils
Updates an entity in a response by first consuming an existing entity, then setting the new one.
updateEntry(String, HttpCacheUpdateCallback) - Method in interface cz.msebera.android.httpclient.client.cache.HttpCacheStorage
Atomically applies the given callback to update an existing cache entry under a given key.
updateEntry(String, HttpCacheUpdateCallback) - Method in class cz.msebera.android.httpclient.impl.client.cache.BasicHttpCacheStorage
 
updateEntry(String, HttpCacheUpdateCallback) - Method in class cz.msebera.android.httpclient.impl.client.cache.ManagedHttpCacheStorage
 
updateExpiry(long, TimeUnit) - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.BasicPoolEntry
Deprecated.
 
updateExpiry(long, TimeUnit) - Method in class cz.msebera.android.httpclient.pool.PoolEntry
 
updateHeader(Header) - Method in class cz.msebera.android.httpclient.message.HeaderGroup
Replaces the first occurence of the header with the same name.
updatePos(int) - Method in class cz.msebera.android.httpclient.message.ParserCursor
 
updateSecureConnection(OperatedClientConnection, HttpHost, HttpContext, HttpParams) - Method in interface cz.msebera.android.httpclient.conn.ClientConnectionOperator
Deprecated.
Updates a connection with a layered secure connection.
updateSecureConnection(OperatedClientConnection, HttpHost, HttpContext, HttpParams) - Method in class cz.msebera.android.httpclient.impl.conn.DefaultClientConnectionOperator
Deprecated.
 
upgrade(HttpClientConnection, HttpRoute, HttpContext) - Method in interface cz.msebera.android.httpclient.conn.HttpClientConnectionManager
Upgrades the underlying connection socket to TLS/SSL (or another layering protocol) after having executed CONNECT method to all intermediate proxy hops
UPGRADE - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.42
upgrade(HttpClientConnection, HttpRoute, HttpContext) - Method in class cz.msebera.android.httpclient.impl.conn.BasicHttpClientConnectionManager
 
upgrade(HttpClientConnection, HttpRoute, HttpContext) - Method in class cz.msebera.android.httpclient.impl.conn.PoolingHttpClientConnectionManager
 
URIBuilder - Class in cz.msebera.android.httpclient.client.utils
Builder for URI instances.
URIBuilder() - Constructor for class cz.msebera.android.httpclient.client.utils.URIBuilder
Constructs an empty instance.
URIBuilder(String) - Constructor for class cz.msebera.android.httpclient.client.utils.URIBuilder
Construct an instance from the string which must be a valid URI.
URIBuilder(URI) - Constructor for class cz.msebera.android.httpclient.client.utils.URIBuilder
Construct an instance from the provided URI.
UriHttpRequestHandlerMapper - Class in cz.msebera.android.httpclient.protocol
Maintains a map of HTTP request handlers keyed by a request URI pattern.
UriHttpRequestHandlerMapper(UriPatternMatcher<HttpRequestHandler>) - Constructor for class cz.msebera.android.httpclient.protocol.UriHttpRequestHandlerMapper
 
UriHttpRequestHandlerMapper() - Constructor for class cz.msebera.android.httpclient.protocol.UriHttpRequestHandlerMapper
 
UriPatternMatcher<T> - Class in cz.msebera.android.httpclient.protocol
Maintains a map of objects keyed by a request URI pattern.
UriPatternMatcher() - Constructor for class cz.msebera.android.httpclient.protocol.UriPatternMatcher
 
URIUtils - Class in cz.msebera.android.httpclient.client.utils
A collection of utilities for URIs, to workaround bugs within the class or for ease-of-use features.
URL_SAFE - Static variable in class cz.msebera.android.httpclient.extras.Base64
Encoder/decoder flag bit to indicate using the "URL and filename safe" variant of Base64 (see RFC 3548 section 4) where - and _ are used in place of + and /.
UrlEncodedFormEntity - Class in cz.msebera.android.httpclient.client.entity
An entity composed of a list of url-encoded pairs.
UrlEncodedFormEntity(List<? extends NameValuePair>, String) - Constructor for class cz.msebera.android.httpclient.client.entity.UrlEncodedFormEntity
Constructs a new UrlEncodedFormEntity with the list of parameters in the specified encoding.
UrlEncodedFormEntity(Iterable<? extends NameValuePair>, Charset) - Constructor for class cz.msebera.android.httpclient.client.entity.UrlEncodedFormEntity
Constructs a new UrlEncodedFormEntity with the list of parameters in the specified encoding.
UrlEncodedFormEntity(List<? extends NameValuePair>) - Constructor for class cz.msebera.android.httpclient.client.entity.UrlEncodedFormEntity
Constructs a new UrlEncodedFormEntity with the list of parameters with the default encoding of HTTP.DEFAULT_CONTENT_CHARSET
UrlEncodedFormEntity(Iterable<? extends NameValuePair>) - Constructor for class cz.msebera.android.httpclient.client.entity.UrlEncodedFormEntity
Constructs a new UrlEncodedFormEntity with the list of parameters with the default encoding of HTTP.DEFAULT_CONTENT_CHARSET
URLEncodedUtils - Class in cz.msebera.android.httpclient.client.utils
A collection of utilities for encoding URLs.
URLEncodedUtils() - Constructor for class cz.msebera.android.httpclient.client.utils.URLEncodedUtils
 
US_ASCII - Static variable in class cz.msebera.android.httpclient.protocol.HTTP
Deprecated.
(4.2)
USE_EXPECT_CONTINUE - Static variable in interface cz.msebera.android.httpclient.params.CoreProtocolPNames
Deprecated.
Activates 'Expect: 100-Continue' handshake for the entity enclosing methods.
useExpectContinue(HttpParams) - Static method in class cz.msebera.android.httpclient.params.HttpProtocolParams
Deprecated.
Obtains value of the CoreProtocolPNames.USE_EXPECT_CONTINUE parameter.
useProtocol(String) - Method in class cz.msebera.android.httpclient.conn.ssl.SSLContextBuilder
 
USER_AGENT - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.15, RFC 2616 (HTTP/1.1) Section 14.43
USER_AGENT - Static variable in interface cz.msebera.android.httpclient.params.CoreProtocolPNames
Deprecated.
Defines the content of the User-Agent header.
USER_AGENT - Static variable in class cz.msebera.android.httpclient.protocol.HTTP
 
USER_TOKEN - Static variable in interface cz.msebera.android.httpclient.client.protocol.ClientContext
Deprecated.
Attribute name of a Object object that represents the actual user identity such as user Principal.
USER_TOKEN - Static variable in class cz.msebera.android.httpclient.client.protocol.HttpClientContext
Attribute name of a Object object that represents the actual user identity such as user Principal.
UsernamePasswordCredentials - Class in cz.msebera.android.httpclient.auth
Simple Credentials implementation based on a user name / password pair.
UsernamePasswordCredentials(String) - Constructor for class cz.msebera.android.httpclient.auth.UsernamePasswordCredentials
The constructor with the username and password combined string argument.
UsernamePasswordCredentials(String, String) - Constructor for class cz.msebera.android.httpclient.auth.UsernamePasswordCredentials
The constructor with the username and password arguments.
UserTokenHandler - Interface in cz.msebera.android.httpclient.client
A handler for determining if the given execution context is user specific or not.
userTokenHandler - Variable in class cz.msebera.android.httpclient.impl.client.DefaultRequestDirector
Deprecated.
The user token handler.
useSSL() - Method in class cz.msebera.android.httpclient.conn.ssl.SSLContextBuilder
 
useSystemProperties() - Method in class cz.msebera.android.httpclient.impl.client.HttpClientBuilder
Use system properties when creating and configuring default implementations.
useTLS() - Method in class cz.msebera.android.httpclient.conn.ssl.SSLContextBuilder
 
UTF8_CHARSET - Static variable in class cz.msebera.android.httpclient.entity.mime.MIME
UTF-8 is used for RFC6532
UTF_16 - Static variable in class cz.msebera.android.httpclient.protocol.HTTP
Deprecated.
(4.2)
UTF_8 - Static variable in class cz.msebera.android.httpclient.Consts
 
UTF_8 - Static variable in class cz.msebera.android.httpclient.protocol.HTTP
Deprecated.
(4.2)

V

validate(Cookie, CookieOrigin) - Method in interface cz.msebera.android.httpclient.cookie.CookieAttributeHandler
Peforms cookie validation for the given attribute value.
validate(Cookie, CookieOrigin) - Method in interface cz.msebera.android.httpclient.cookie.CookieSpec
Validate the cookie according to validation rules defined by the cookie specification.
validate(Cookie, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.AbstractCookieAttributeHandler
 
validate(Cookie, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.BasicDomainHandler
 
validate(Cookie, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.BasicPathHandler
 
validate(Cookie, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.BestMatchSpec
 
validate(Cookie, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.CookieSpecBase
 
validate(Cookie, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.NetscapeDomainHandler
 
validate(Cookie, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.PublicSuffixFilter
 
validate(Cookie, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2109DomainHandler
 
validate(Cookie, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2109Spec
 
validate(Cookie, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2109VersionHandler
 
validate(Cookie, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2965CommentUrlAttributeHandler
 
validate(Cookie, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2965DiscardAttributeHandler
 
validate(Cookie, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2965DomainAttributeHandler
Validate cookie domain attribute.
validate(Cookie, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2965PortAttributeHandler
Validate cookie port attribute.
validate(Cookie, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2965Spec
 
validate(Cookie, CookieOrigin) - Method in class cz.msebera.android.httpclient.impl.cookie.RFC2965VersionAttributeHandler
validate cookie version attribute.
valueOf(String) - Static method in enum cz.msebera.android.httpclient.auth.AuthProtocolState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.msebera.android.httpclient.auth.ChallengeState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.msebera.android.httpclient.client.cache.CacheResponseStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.msebera.android.httpclient.conn.routing.RouteInfo.LayerType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.msebera.android.httpclient.conn.routing.RouteInfo.TunnelType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.msebera.android.httpclient.entity.mime.HttpMultipartMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum cz.msebera.android.httpclient.impl.cookie.BrowserCompatSpecFactory.SecurityLevel
Returns the enum constant of this type with the specified name.
values() - Static method in enum cz.msebera.android.httpclient.auth.AuthProtocolState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.msebera.android.httpclient.auth.ChallengeState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.msebera.android.httpclient.client.cache.CacheResponseStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.msebera.android.httpclient.conn.routing.RouteInfo.LayerType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.msebera.android.httpclient.conn.routing.RouteInfo.TunnelType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.msebera.android.httpclient.entity.mime.HttpMultipartMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum cz.msebera.android.httpclient.impl.cookie.BrowserCompatSpecFactory.SecurityLevel
Returns an array containing the constants of this enum type, in the order they are declared.
VARY - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
VARY - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.44
verify(String, SSLSocket) - Method in class cz.msebera.android.httpclient.conn.ssl.AbstractVerifier
 
verify(String, SSLSession) - Method in class cz.msebera.android.httpclient.conn.ssl.AbstractVerifier
 
verify(String, X509Certificate) - Method in class cz.msebera.android.httpclient.conn.ssl.AbstractVerifier
 
verify(String, String[], String[], boolean) - Method in class cz.msebera.android.httpclient.conn.ssl.AbstractVerifier
 
verify(String, String[], String[]) - Method in class cz.msebera.android.httpclient.conn.ssl.AllowAllHostnameVerifier
 
verify(String, String[], String[]) - Method in class cz.msebera.android.httpclient.conn.ssl.BrowserCompatHostnameVerifier
 
verify(String, String[], String[]) - Method in class cz.msebera.android.httpclient.conn.ssl.StrictHostnameVerifier
 
verify(String, SSLSocket) - Method in interface cz.msebera.android.httpclient.conn.ssl.X509HostnameVerifier
Verifies that the host name is an acceptable match with the server's authentication scheme based on the given SSLSocket.
verify(String, X509Certificate) - Method in interface cz.msebera.android.httpclient.conn.ssl.X509HostnameVerifier
Verifies that the host name is an acceptable match with the server's authentication scheme based on the given X509Certificate.
verify(String, String[], String[]) - Method in interface cz.msebera.android.httpclient.conn.ssl.X509HostnameVerifier
Checks to see if the supplied hostname matches any of the supplied CNs or "DNS" Subject-Alts.
verify(HttpRequest, HttpResponse, HttpContext) - Method in interface cz.msebera.android.httpclient.protocol.HttpExpectationVerifier
Verifies whether the given request meets the server's expectations.
VERSION_ATTR - Static variable in interface cz.msebera.android.httpclient.cookie.ClientCookie
 
VERSION_PROPERTY_FILE - Static variable in class cz.msebera.android.httpclient.util.VersionInfo
The filename of the version information files.
VersionInfo - Class in cz.msebera.android.httpclient.util
Provides access to version information for HTTP components.
VersionInfo(String, String, String, String, String) - Constructor for class cz.msebera.android.httpclient.util.VersionInfo
Instantiates version information.
VIA - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
VIA - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.45
VIRTUAL_HOST - Static variable in interface cz.msebera.android.httpclient.client.params.ClientPNames
Deprecated.
Defines the virtual host to be used in the Host request header instead of the physical host.

W

WAIT_FOR_CONTINUE - Static variable in interface cz.msebera.android.httpclient.params.CoreProtocolPNames
Deprecated.
Defines the maximum period of time in milliseconds the client should spend waiting for a 100-continue response.
WaitingThread - Class in cz.msebera.android.httpclient.impl.conn.tsccm
Deprecated.
(4.2) do not use
WaitingThread(Condition, RouteSpecificPool) - Constructor for class cz.msebera.android.httpclient.impl.conn.tsccm.WaitingThread
Deprecated.
Creates a new entry for a waiting thread.
WaitingThreadAborter - Class in cz.msebera.android.httpclient.impl.conn.tsccm
Deprecated.
(4.2) do not use
WaitingThreadAborter() - Constructor for class cz.msebera.android.httpclient.impl.conn.tsccm.WaitingThreadAborter
Deprecated.
 
waitingThreads - Variable in class cz.msebera.android.httpclient.impl.conn.tsccm.ConnPoolByRoute
Deprecated.
The list of WaitingThreads waiting for a connection
waitingThreads - Variable in class cz.msebera.android.httpclient.impl.conn.tsccm.RouteSpecificPool
Deprecated.
The list of threads waiting for this pool.
wakeup() - Method in class cz.msebera.android.httpclient.impl.conn.tsccm.WaitingThread
Deprecated.
Wakes up the waiting thread.
warn(Object) - Method in class cz.msebera.android.httpclient.extras.HttpClientAndroidLog
 
warn(Object, Throwable) - Method in class cz.msebera.android.httpclient.extras.HttpClientAndroidLog
 
WARNING - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
WARNING - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 2616 (HTTP/1.1) Section 14.46
WILDCARD - Static variable in class cz.msebera.android.httpclient.entity.ContentType
 
Wire - Class in cz.msebera.android.httpclient.impl.conn
Logs data to the wire LOG.
Wire(HttpClientAndroidLog, String) - Constructor for class cz.msebera.android.httpclient.impl.conn.Wire
 
Wire(HttpClientAndroidLog) - Constructor for class cz.msebera.android.httpclient.impl.conn.Wire
 
wireLog - Variable in class cz.msebera.android.httpclient.impl.conn.DefaultClientConnection
Deprecated.
 
wirelog - Variable in class cz.msebera.android.httpclient.impl.conn.ManagedHttpClientConnectionFactory
 
withCharset(Charset) - Method in class cz.msebera.android.httpclient.entity.ContentType
Creates a new instance with this MIME type and the given Charset.
withCharset(String) - Method in class cz.msebera.android.httpclient.entity.ContentType
Creates a new instance with this MIME type and the given Charset name.
wrap(HttpRequest) - Static method in class cz.msebera.android.httpclient.client.methods.HttpRequestWrapper
 
wrappedEntity - Variable in class cz.msebera.android.httpclient.entity.HttpEntityWrapper
The wrapped entity.
wrappedStream - Variable in class cz.msebera.android.httpclient.conn.EofSensorInputStream
The wrapped input stream, while accessible.
write(byte[], int, int) - Method in class cz.msebera.android.httpclient.impl.conn.LoggingSessionOutputBuffer
Deprecated.
 
write(int) - Method in class cz.msebera.android.httpclient.impl.conn.LoggingSessionOutputBuffer
Deprecated.
 
write(byte[]) - Method in class cz.msebera.android.httpclient.impl.conn.LoggingSessionOutputBuffer
Deprecated.
 
write(T) - Method in class cz.msebera.android.httpclient.impl.io.AbstractMessageWriter
 
write(byte[], int, int) - Method in class cz.msebera.android.httpclient.impl.io.AbstractSessionOutputBuffer
Deprecated.
 
write(byte[]) - Method in class cz.msebera.android.httpclient.impl.io.AbstractSessionOutputBuffer
Deprecated.
 
write(int) - Method in class cz.msebera.android.httpclient.impl.io.AbstractSessionOutputBuffer
Deprecated.
 
write(int) - Method in class cz.msebera.android.httpclient.impl.io.ChunkedOutputStream
 
write(byte[]) - Method in class cz.msebera.android.httpclient.impl.io.ChunkedOutputStream
Writes the array.
write(byte[], int, int) - Method in class cz.msebera.android.httpclient.impl.io.ChunkedOutputStream
Writes the array.
write(byte[], int, int) - Method in class cz.msebera.android.httpclient.impl.io.ContentLengthOutputStream
 
write(byte[]) - Method in class cz.msebera.android.httpclient.impl.io.ContentLengthOutputStream
 
write(int) - Method in class cz.msebera.android.httpclient.impl.io.ContentLengthOutputStream
 
write(byte[], int, int) - Method in class cz.msebera.android.httpclient.impl.io.IdentityOutputStream
 
write(byte[]) - Method in class cz.msebera.android.httpclient.impl.io.IdentityOutputStream
 
write(int) - Method in class cz.msebera.android.httpclient.impl.io.IdentityOutputStream
 
write(byte[], int, int) - Method in class cz.msebera.android.httpclient.impl.io.SessionOutputBufferImpl
 
write(byte[]) - Method in class cz.msebera.android.httpclient.impl.io.SessionOutputBufferImpl
 
write(int) - Method in class cz.msebera.android.httpclient.impl.io.SessionOutputBufferImpl
 
write(T) - Method in interface cz.msebera.android.httpclient.io.HttpMessageWriter
Serializes an instance of HttpMessage to the underlying data sink.
write(byte[], int, int) - Method in interface cz.msebera.android.httpclient.io.SessionOutputBuffer
Writes len bytes from the specified byte array starting at offset off to this session buffer.
write(byte[]) - Method in interface cz.msebera.android.httpclient.io.SessionOutputBuffer
Writes b.length bytes from the specified byte array to this session buffer.
write(int) - Method in interface cz.msebera.android.httpclient.io.SessionOutputBuffer
Writes the specified byte to this session buffer.
writeClosingChunk() - Method in class cz.msebera.android.httpclient.impl.io.ChunkedOutputStream
 
writeHeadLine(T) - Method in class cz.msebera.android.httpclient.impl.io.AbstractMessageWriter
Subclasses must override this method to write out the first header line based on the HttpMessage passed as a parameter.
writeHeadLine(HttpRequest) - Method in class cz.msebera.android.httpclient.impl.io.DefaultHttpRequestWriter
 
writeHeadLine(HttpResponse) - Method in class cz.msebera.android.httpclient.impl.io.DefaultHttpResponseWriter
 
writeHeadLine(HttpRequest) - Method in class cz.msebera.android.httpclient.impl.io.HttpRequestWriter
Deprecated.
 
writeHeadLine(HttpResponse) - Method in class cz.msebera.android.httpclient.impl.io.HttpResponseWriter
Deprecated.
 
writeLine(CharArrayBuffer) - Method in class cz.msebera.android.httpclient.impl.conn.LoggingSessionOutputBuffer
Deprecated.
 
writeLine(String) - Method in class cz.msebera.android.httpclient.impl.conn.LoggingSessionOutputBuffer
Deprecated.
 
writeLine(String) - Method in class cz.msebera.android.httpclient.impl.io.AbstractSessionOutputBuffer
Deprecated.
Writes characters from the specified string followed by a line delimiter to this session buffer.
writeLine(CharArrayBuffer) - Method in class cz.msebera.android.httpclient.impl.io.AbstractSessionOutputBuffer
Deprecated.
Writes characters from the specified char array followed by a line delimiter to this session buffer.
writeLine(String) - Method in class cz.msebera.android.httpclient.impl.io.SessionOutputBufferImpl
Writes characters from the specified string followed by a line delimiter to this session buffer.
writeLine(CharArrayBuffer) - Method in class cz.msebera.android.httpclient.impl.io.SessionOutputBufferImpl
Writes characters from the specified char array followed by a line delimiter to this session buffer.
writeLine(String) - Method in interface cz.msebera.android.httpclient.io.SessionOutputBuffer
Writes characters from the specified string followed by a line delimiter to this session buffer.
writeLine(CharArrayBuffer) - Method in interface cz.msebera.android.httpclient.io.SessionOutputBuffer
Writes characters from the specified char array followed by a line delimiter to this session buffer.
writeTo(HttpCacheEntry, OutputStream) - Method in interface cz.msebera.android.httpclient.client.cache.HttpCacheEntrySerializer
Serializes the given entry to a byte representation on the given OutputStream.
writeTo(OutputStream) - Method in class cz.msebera.android.httpclient.client.entity.GzipCompressingEntity
 
writeTo(OutputStream) - Method in class cz.msebera.android.httpclient.conn.BasicManagedEntity
Deprecated.
 
writeTo(OutputStream) - Method in class cz.msebera.android.httpclient.entity.BasicHttpEntity
 
writeTo(OutputStream) - Method in class cz.msebera.android.httpclient.entity.BufferedHttpEntity
 
writeTo(OutputStream) - Method in class cz.msebera.android.httpclient.entity.ByteArrayEntity
 
writeTo(OutputStream) - Method in interface cz.msebera.android.httpclient.entity.ContentProducer
 
writeTo(OutputStream) - Method in class cz.msebera.android.httpclient.entity.EntityTemplate
 
writeTo(OutputStream) - Method in class cz.msebera.android.httpclient.entity.FileEntity
 
writeTo(OutputStream) - Method in class cz.msebera.android.httpclient.entity.HttpEntityWrapper
 
writeTo(OutputStream) - Method in class cz.msebera.android.httpclient.entity.InputStreamEntity
Writes bytes from the InputStream this entity was constructed with to an OutputStream.
writeTo(OutputStream) - Method in class cz.msebera.android.httpclient.entity.mime.content.ByteArrayBody
 
writeTo(OutputStream) - Method in interface cz.msebera.android.httpclient.entity.mime.content.ContentBody
 
writeTo(OutputStream) - Method in class cz.msebera.android.httpclient.entity.mime.content.FileBody
 
writeTo(OutputStream) - Method in class cz.msebera.android.httpclient.entity.mime.content.InputStreamBody
 
writeTo(OutputStream) - Method in class cz.msebera.android.httpclient.entity.mime.content.StringBody
 
writeTo(OutputStream) - Method in class cz.msebera.android.httpclient.entity.SerializableEntity
 
writeTo(OutputStream) - Method in class cz.msebera.android.httpclient.entity.StringEntity
 
writeTo(OutputStream) - Method in interface cz.msebera.android.httpclient.HttpEntity
Writes the entity content out to the output stream.
writeTo(HttpCacheEntry, OutputStream) - Method in class cz.msebera.android.httpclient.impl.client.cache.DefaultHttpCacheEntrySerializer
 
WWW_AUTH - Static variable in class cz.msebera.android.httpclient.auth.AUTH
The www authenticate challange header.
WWW_AUTH_RESP - Static variable in class cz.msebera.android.httpclient.auth.AUTH
The www authenticate response header.
WWW_AUTHENTICATE - Static variable in class cz.msebera.android.httpclient.client.cache.HeaderConstants
 
WWW_AUTHENTICATE - Static variable in class cz.msebera.android.httpclient.HttpHeaders
RFC 1945 (HTTP/1.0) Section 10.16, RFC 2616 (HTTP/1.1) Section 14.47

X

X509HostnameVerifier - Interface in cz.msebera.android.httpclient.conn.ssl
Interface for checking if a hostname matches the names stored inside the server's X.509 certificate.
A B C D E F G H I J K L M N O P Q R S T U V W X