JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
cz.msebera.android.httpclient
,
cz.msebera.android.httpclient.annotation
,
cz.msebera.android.httpclient.auth
,
cz.msebera.android.httpclient.auth.params
,
cz.msebera.android.httpclient.client
,
cz.msebera.android.httpclient.client.cache
,
cz.msebera.android.httpclient.client.config
,
cz.msebera.android.httpclient.client.entity
,
cz.msebera.android.httpclient.client.methods
,
cz.msebera.android.httpclient.client.params
,
cz.msebera.android.httpclient.client.protocol
,
cz.msebera.android.httpclient.client.utils
,
cz.msebera.android.httpclient.concurrent
,
cz.msebera.android.httpclient.config
,
cz.msebera.android.httpclient.conn
,
cz.msebera.android.httpclient.conn.params
,
cz.msebera.android.httpclient.conn.routing
,
cz.msebera.android.httpclient.conn.scheme
,
cz.msebera.android.httpclient.conn.socket
,
cz.msebera.android.httpclient.conn.ssl
,
cz.msebera.android.httpclient.conn.util
,
cz.msebera.android.httpclient.cookie
,
cz.msebera.android.httpclient.cookie.params
,
cz.msebera.android.httpclient.entity
,
cz.msebera.android.httpclient.entity.mime
,
cz.msebera.android.httpclient.entity.mime.content
,
cz.msebera.android.httpclient.extras
,
cz.msebera.android.httpclient.impl
,
cz.msebera.android.httpclient.impl.auth
,
cz.msebera.android.httpclient.impl.client
,
cz.msebera.android.httpclient.impl.client.cache
,
cz.msebera.android.httpclient.impl.conn
,
cz.msebera.android.httpclient.impl.conn.tsccm
,
cz.msebera.android.httpclient.impl.cookie
,
cz.msebera.android.httpclient.impl.entity
,
cz.msebera.android.httpclient.impl.execchain
,
cz.msebera.android.httpclient.impl.io
,
cz.msebera.android.httpclient.impl.pool
,
cz.msebera.android.httpclient.io
,
cz.msebera.android.httpclient.message
,
cz.msebera.android.httpclient.params
,
cz.msebera.android.httpclient.pool
,
cz.msebera.android.httpclient.protocol
,
cz.msebera.android.httpclient.util
Class Hierarchy
java.lang.Object
cz.msebera.android.httpclient.impl.client.
AbstractAuthenticationHandler
(implements cz.msebera.android.httpclient.client.
AuthenticationHandler
)
cz.msebera.android.httpclient.impl.client.
DefaultProxyAuthenticationHandler
cz.msebera.android.httpclient.impl.client.
DefaultTargetAuthenticationHandler
cz.msebera.android.httpclient.impl.conn.
AbstractClientConnAdapter
(implements cz.msebera.android.httpclient.protocol.
HttpContext
, cz.msebera.android.httpclient.conn.
ManagedClientConnection
)
cz.msebera.android.httpclient.impl.conn.
AbstractPooledConnAdapter
cz.msebera.android.httpclient.impl.conn.tsccm.
BasicPooledConnAdapter
cz.msebera.android.httpclient.impl.conn.
SingleClientConnManager.ConnAdapter
java.util.AbstractCollection<E> (implements java.util.Collection<E>)
java.util.AbstractList<E> (implements java.util.List<E>)
cz.msebera.android.httpclient.impl.client.
RedirectLocations
cz.msebera.android.httpclient.impl.conn.tsccm.
AbstractConnPool
cz.msebera.android.httpclient.impl.conn.tsccm.
ConnPoolByRoute
cz.msebera.android.httpclient.pool.
AbstractConnPool
<T,C,E> (implements cz.msebera.android.httpclient.pool.
ConnPool
<T,E>, cz.msebera.android.httpclient.pool.
ConnPoolControl
<T>)
cz.msebera.android.httpclient.impl.pool.
BasicConnPool
cz.msebera.android.httpclient.entity.mime.content.
AbstractContentBody
(implements cz.msebera.android.httpclient.entity.mime.content.
ContentBody
)
cz.msebera.android.httpclient.entity.mime.content.
ByteArrayBody
cz.msebera.android.httpclient.entity.mime.content.
FileBody
cz.msebera.android.httpclient.entity.mime.content.
InputStreamBody
cz.msebera.android.httpclient.entity.mime.content.
StringBody
cz.msebera.android.httpclient.impl.cookie.
AbstractCookieAttributeHandler
(implements cz.msebera.android.httpclient.cookie.
CookieAttributeHandler
)
cz.msebera.android.httpclient.impl.cookie.
BasicCommentHandler
cz.msebera.android.httpclient.impl.cookie.
BasicExpiresHandler
cz.msebera.android.httpclient.impl.cookie.
BasicMaxAgeHandler
cz.msebera.android.httpclient.impl.cookie.
BasicSecureHandler
cz.msebera.android.httpclient.impl.cookie.
BrowserCompatVersionAttributeHandler
cz.msebera.android.httpclient.impl.cookie.
RFC2109VersionHandler
cz.msebera.android.httpclient.impl.cookie.
AbstractCookieSpec
(implements cz.msebera.android.httpclient.cookie.
CookieSpec
)
cz.msebera.android.httpclient.impl.cookie.
CookieSpecBase
cz.msebera.android.httpclient.impl.cookie.
BrowserCompatSpec
cz.msebera.android.httpclient.impl.cookie.
IgnoreSpec
cz.msebera.android.httpclient.impl.cookie.
NetscapeDraftSpec
cz.msebera.android.httpclient.impl.cookie.
RFC2109Spec
cz.msebera.android.httpclient.impl.cookie.
RFC2965Spec
cz.msebera.android.httpclient.impl.
AbstractHttpClientConnection
(implements cz.msebera.android.httpclient.
HttpClientConnection
)
cz.msebera.android.httpclient.impl.
SocketHttpClientConnection
(implements cz.msebera.android.httpclient.
HttpInetConnection
)
cz.msebera.android.httpclient.impl.conn.
DefaultClientConnection
(implements cz.msebera.android.httpclient.protocol.
HttpContext
, cz.msebera.android.httpclient.conn.
ManagedHttpClientConnection
, cz.msebera.android.httpclient.conn.
OperatedClientConnection
)
cz.msebera.android.httpclient.impl.
DefaultHttpClientConnection
cz.msebera.android.httpclient.entity.
AbstractHttpEntity
(implements cz.msebera.android.httpclient.
HttpEntity
)
cz.msebera.android.httpclient.entity.
BasicHttpEntity
cz.msebera.android.httpclient.entity.
ByteArrayEntity
(implements java.lang.Cloneable)
cz.msebera.android.httpclient.entity.
EntityTemplate
cz.msebera.android.httpclient.entity.
FileEntity
(implements java.lang.Cloneable)
cz.msebera.android.httpclient.entity.
InputStreamEntity
cz.msebera.android.httpclient.entity.
SerializableEntity
cz.msebera.android.httpclient.entity.
StringEntity
(implements java.lang.Cloneable)
cz.msebera.android.httpclient.client.entity.
UrlEncodedFormEntity
cz.msebera.android.httpclient.message.
AbstractHttpMessage
(implements cz.msebera.android.httpclient.
HttpMessage
)
cz.msebera.android.httpclient.client.methods.
AbstractExecutionAwareRequest
(implements cz.msebera.android.httpclient.client.methods.
AbortableHttpRequest
, java.lang.Cloneable, cz.msebera.android.httpclient.client.methods.
HttpExecutionAware
, cz.msebera.android.httpclient.
HttpRequest
)
cz.msebera.android.httpclient.client.methods.
HttpRequestBase
(implements cz.msebera.android.httpclient.client.methods.
Configurable
, cz.msebera.android.httpclient.client.methods.
HttpUriRequest
)
cz.msebera.android.httpclient.client.methods.
HttpDelete
cz.msebera.android.httpclient.client.methods.
HttpEntityEnclosingRequestBase
(implements cz.msebera.android.httpclient.
HttpEntityEnclosingRequest
)
cz.msebera.android.httpclient.client.methods.
HttpPatch
cz.msebera.android.httpclient.client.methods.
HttpPost
cz.msebera.android.httpclient.client.methods.
HttpPut
cz.msebera.android.httpclient.client.methods.
HttpGet
cz.msebera.android.httpclient.client.methods.
HttpHead
cz.msebera.android.httpclient.client.methods.
HttpOptions
cz.msebera.android.httpclient.client.methods.
HttpTrace
cz.msebera.android.httpclient.message.
BasicHttpRequest
(implements cz.msebera.android.httpclient.
HttpRequest
)
cz.msebera.android.httpclient.message.
BasicHttpEntityEnclosingRequest
(implements cz.msebera.android.httpclient.
HttpEntityEnclosingRequest
)
cz.msebera.android.httpclient.message.
BasicHttpResponse
(implements cz.msebera.android.httpclient.
HttpResponse
)
cz.msebera.android.httpclient.client.methods.
HttpRequestWrapper
(implements cz.msebera.android.httpclient.client.methods.
HttpUriRequest
)
cz.msebera.android.httpclient.impl.client.
RequestWrapper
(implements cz.msebera.android.httpclient.client.methods.
HttpUriRequest
)
cz.msebera.android.httpclient.impl.client.
EntityEnclosingRequestWrapper
(implements cz.msebera.android.httpclient.
HttpEntityEnclosingRequest
)
cz.msebera.android.httpclient.params.
AbstractHttpParams
(implements cz.msebera.android.httpclient.params.
HttpParams
, cz.msebera.android.httpclient.params.
HttpParamsNames
)
cz.msebera.android.httpclient.params.
BasicHttpParams
(implements java.lang.Cloneable, java.io.Serializable)
cz.msebera.android.httpclient.params.
SyncBasicHttpParams
cz.msebera.android.httpclient.impl.client.
ClientParamsStack
cz.msebera.android.httpclient.params.
DefaultedHttpParams
cz.msebera.android.httpclient.impl.
AbstractHttpServerConnection
(implements cz.msebera.android.httpclient.
HttpServerConnection
)
cz.msebera.android.httpclient.impl.
SocketHttpServerConnection
(implements cz.msebera.android.httpclient.
HttpInetConnection
)
cz.msebera.android.httpclient.impl.
DefaultHttpServerConnection
cz.msebera.android.httpclient.impl.io.
AbstractMessageParser
<T> (implements cz.msebera.android.httpclient.io.
HttpMessageParser
<T>)
cz.msebera.android.httpclient.impl.io.
DefaultHttpRequestParser
cz.msebera.android.httpclient.impl.conn.
DefaultHttpResponseParser
cz.msebera.android.httpclient.impl.io.
DefaultHttpResponseParser
cz.msebera.android.httpclient.impl.conn.
DefaultResponseParser
cz.msebera.android.httpclient.impl.io.
HttpRequestParser
cz.msebera.android.httpclient.impl.io.
HttpResponseParser
cz.msebera.android.httpclient.impl.io.
AbstractMessageWriter
<T> (implements cz.msebera.android.httpclient.io.
HttpMessageWriter
<T>)
cz.msebera.android.httpclient.impl.io.
DefaultHttpRequestWriter
cz.msebera.android.httpclient.impl.io.
DefaultHttpResponseWriter
cz.msebera.android.httpclient.impl.io.
HttpRequestWriter
cz.msebera.android.httpclient.impl.io.
HttpResponseWriter
cz.msebera.android.httpclient.impl.conn.
AbstractPoolEntry
cz.msebera.android.httpclient.impl.conn.tsccm.
BasicPoolEntry
cz.msebera.android.httpclient.impl.conn.
SingleClientConnManager.PoolEntry
cz.msebera.android.httpclient.impl.io.
AbstractSessionInputBuffer
(implements cz.msebera.android.httpclient.io.
BufferInfo
, cz.msebera.android.httpclient.io.
SessionInputBuffer
)
cz.msebera.android.httpclient.impl.io.
SocketInputBuffer
(implements cz.msebera.android.httpclient.io.
EofSensor
)
cz.msebera.android.httpclient.impl.io.
AbstractSessionOutputBuffer
(implements cz.msebera.android.httpclient.io.
BufferInfo
, cz.msebera.android.httpclient.io.
SessionOutputBuffer
)
cz.msebera.android.httpclient.impl.io.
SocketOutputBuffer
cz.msebera.android.httpclient.conn.ssl.
AbstractVerifier
(implements cz.msebera.android.httpclient.conn.ssl.
X509HostnameVerifier
)
cz.msebera.android.httpclient.conn.ssl.
AllowAllHostnameVerifier
cz.msebera.android.httpclient.conn.ssl.
BrowserCompatHostnameVerifier
cz.msebera.android.httpclient.conn.ssl.
StrictHostnameVerifier
cz.msebera.android.httpclient.impl.client.
AIMDBackoffManager
(implements cz.msebera.android.httpclient.client.
BackoffManager
)
cz.msebera.android.httpclient.util.
Args
cz.msebera.android.httpclient.util.
Asserts
cz.msebera.android.httpclient.auth.
AUTH
cz.msebera.android.httpclient.auth.
AuthOption
cz.msebera.android.httpclient.auth.params.
AuthParams
cz.msebera.android.httpclient.client.params.
AuthPolicy
cz.msebera.android.httpclient.impl.auth.
AuthSchemeBase
(implements cz.msebera.android.httpclient.auth.
ContextAwareAuthScheme
)
cz.msebera.android.httpclient.impl.auth.
NTLMScheme
cz.msebera.android.httpclient.impl.auth.
RFC2617Scheme
cz.msebera.android.httpclient.impl.auth.
BasicScheme
cz.msebera.android.httpclient.impl.auth.
DigestScheme
cz.msebera.android.httpclient.auth.
AuthSchemeRegistry
(implements cz.msebera.android.httpclient.config.
Lookup
<I>)
cz.msebera.android.httpclient.client.config.
AuthSchemes
cz.msebera.android.httpclient.auth.
AuthScope
cz.msebera.android.httpclient.auth.
AuthState
cz.msebera.android.httpclient.impl.client.
AutoRetryHttpClient
(implements cz.msebera.android.httpclient.client.
HttpClient
)
cz.msebera.android.httpclient.impl.execchain.
BackoffStrategyExec
(implements cz.msebera.android.httpclient.impl.execchain.
ClientExecChain
)
cz.msebera.android.httpclient.extras.
Base64
cz.msebera.android.httpclient.impl.client.
BasicAuthCache
(implements cz.msebera.android.httpclient.client.
AuthCache
)
cz.msebera.android.httpclient.impl.conn.
BasicClientConnectionManager
(implements cz.msebera.android.httpclient.conn.
ClientConnectionManager
)
cz.msebera.android.httpclient.impl.cookie.
BasicClientCookie
(implements cz.msebera.android.httpclient.cookie.
ClientCookie
, java.lang.Cloneable, java.io.Serializable, cz.msebera.android.httpclient.cookie.
SetCookie
)
cz.msebera.android.httpclient.impl.cookie.
BasicClientCookie2
(implements cz.msebera.android.httpclient.cookie.
SetCookie2
)
cz.msebera.android.httpclient.impl.pool.
BasicConnFactory
(implements cz.msebera.android.httpclient.pool.
ConnFactory
<T,C>)
cz.msebera.android.httpclient.impl.client.
BasicCookieStore
(implements cz.msebera.android.httpclient.client.
CookieStore
, java.io.Serializable)
cz.msebera.android.httpclient.impl.client.
BasicCredentialsProvider
(implements cz.msebera.android.httpclient.client.
CredentialsProvider
)
cz.msebera.android.httpclient.impl.cookie.
BasicDomainHandler
(implements cz.msebera.android.httpclient.cookie.
CookieAttributeHandler
)
cz.msebera.android.httpclient.impl.cookie.
NetscapeDomainHandler
cz.msebera.android.httpclient.conn.
BasicEofSensorWatcher
(implements cz.msebera.android.httpclient.conn.
EofSensorWatcher
)
cz.msebera.android.httpclient.concurrent.
BasicFuture
<T> (implements cz.msebera.android.httpclient.concurrent.
Cancellable
, java.util.concurrent.Future<V>)
cz.msebera.android.httpclient.message.
BasicHeader
(implements java.lang.Cloneable, cz.msebera.android.httpclient.
Header
, java.io.Serializable)
cz.msebera.android.httpclient.message.
BasicHeaderElement
(implements java.lang.Cloneable, cz.msebera.android.httpclient.
HeaderElement
)
cz.msebera.android.httpclient.message.
BasicHeaderElementIterator
(implements cz.msebera.android.httpclient.
HeaderElementIterator
)
cz.msebera.android.httpclient.message.
BasicHeaderIterator
(implements cz.msebera.android.httpclient.
HeaderIterator
)
cz.msebera.android.httpclient.message.
BasicHeaderValueFormatter
(implements cz.msebera.android.httpclient.message.
HeaderValueFormatter
)
cz.msebera.android.httpclient.message.
BasicHeaderValueParser
(implements cz.msebera.android.httpclient.message.
HeaderValueParser
)
cz.msebera.android.httpclient.impl.client.cache.
BasicHttpCacheStorage
(implements cz.msebera.android.httpclient.client.cache.
HttpCacheStorage
)
cz.msebera.android.httpclient.impl.conn.
BasicHttpClientConnectionManager
(implements java.io.Closeable, cz.msebera.android.httpclient.conn.
HttpClientConnectionManager
)
cz.msebera.android.httpclient.protocol.
BasicHttpContext
(implements cz.msebera.android.httpclient.protocol.
HttpContext
)
cz.msebera.android.httpclient.protocol.
SyncBasicHttpContext
cz.msebera.android.httpclient.protocol.
BasicHttpProcessor
(implements java.lang.Cloneable, cz.msebera.android.httpclient.protocol.
HttpProcessor
, cz.msebera.android.httpclient.protocol.
HttpRequestInterceptorList
, cz.msebera.android.httpclient.protocol.
HttpResponseInterceptorList
)
cz.msebera.android.httpclient.message.
BasicLineFormatter
(implements cz.msebera.android.httpclient.message.
LineFormatter
)
cz.msebera.android.httpclient.message.
BasicLineParser
(implements cz.msebera.android.httpclient.message.
LineParser
)
cz.msebera.android.httpclient.message.
BasicListHeaderIterator
(implements cz.msebera.android.httpclient.
HeaderIterator
)
cz.msebera.android.httpclient.message.
BasicNameValuePair
(implements java.lang.Cloneable, cz.msebera.android.httpclient.
NameValuePair
, java.io.Serializable)
cz.msebera.android.httpclient.impl.cookie.
BasicPathHandler
(implements cz.msebera.android.httpclient.cookie.
CookieAttributeHandler
)
cz.msebera.android.httpclient.message.
BasicRequestLine
(implements java.lang.Cloneable, cz.msebera.android.httpclient.
RequestLine
, java.io.Serializable)
cz.msebera.android.httpclient.impl.client.
BasicResponseHandler
(implements cz.msebera.android.httpclient.client.
ResponseHandler
<T>)
cz.msebera.android.httpclient.conn.routing.
BasicRouteDirector
(implements cz.msebera.android.httpclient.conn.routing.
HttpRouteDirector
)
cz.msebera.android.httpclient.impl.auth.
BasicSchemeFactory
(implements cz.msebera.android.httpclient.auth.
AuthSchemeFactory
, cz.msebera.android.httpclient.auth.
AuthSchemeProvider
)
cz.msebera.android.httpclient.message.
BasicStatusLine
(implements java.lang.Cloneable, java.io.Serializable, cz.msebera.android.httpclient.
StatusLine
)
cz.msebera.android.httpclient.message.
BasicTokenIterator
(implements cz.msebera.android.httpclient.
TokenIterator
)
cz.msebera.android.httpclient.auth.
BasicUserPrincipal
(implements java.security.Principal, java.io.Serializable)
cz.msebera.android.httpclient.impl.cookie.
BestMatchSpec
(implements cz.msebera.android.httpclient.cookie.
CookieSpec
)
cz.msebera.android.httpclient.impl.cookie.
BestMatchSpecFactory
(implements cz.msebera.android.httpclient.cookie.
CookieSpecFactory
, cz.msebera.android.httpclient.cookie.
CookieSpecProvider
)
cz.msebera.android.httpclient.impl.
BHttpConnectionBase
(implements cz.msebera.android.httpclient.
HttpConnection
, cz.msebera.android.httpclient.
HttpInetConnection
)
cz.msebera.android.httpclient.impl.
DefaultBHttpClientConnection
(implements cz.msebera.android.httpclient.
HttpClientConnection
)
cz.msebera.android.httpclient.impl.conn.
DefaultManagedHttpClientConnection
(implements cz.msebera.android.httpclient.protocol.
HttpContext
, cz.msebera.android.httpclient.conn.
ManagedHttpClientConnection
)
cz.msebera.android.httpclient.impl.
DefaultBHttpServerConnection
(implements cz.msebera.android.httpclient.
HttpServerConnection
)
cz.msebera.android.httpclient.impl.cookie.
BrowserCompatSpecFactory
(implements cz.msebera.android.httpclient.cookie.
CookieSpecFactory
, cz.msebera.android.httpclient.cookie.
CookieSpecProvider
)
cz.msebera.android.httpclient.message.
BufferedHeader
(implements java.lang.Cloneable, cz.msebera.android.httpclient.
FormattedHeader
, java.io.Serializable)
cz.msebera.android.httpclient.util.
ByteArrayBuffer
(implements java.io.Serializable)
cz.msebera.android.httpclient.impl.client.cache.
CacheConfig
(implements java.lang.Cloneable)
cz.msebera.android.httpclient.impl.client.cache.
CacheConfig.Builder
cz.msebera.android.httpclient.impl.client.cache.
CachingExec
(implements cz.msebera.android.httpclient.impl.execchain.
ClientExecChain
)
cz.msebera.android.httpclient.impl.client.cache.
CachingHttpClients
cz.msebera.android.httpclient.util.
CharArrayBuffer
(implements java.io.Serializable)
cz.msebera.android.httpclient.util.
CharsetUtils
cz.msebera.android.httpclient.client.protocol.
ClientContextConfigurer
(implements cz.msebera.android.httpclient.client.protocol.
ClientContext
)
cz.msebera.android.httpclient.client.utils.
CloneUtils
cz.msebera.android.httpclient.impl.client.
CloseableHttpClient
(implements java.io.Closeable, cz.msebera.android.httpclient.client.
HttpClient
)
cz.msebera.android.httpclient.impl.client.
AbstractHttpClient
cz.msebera.android.httpclient.impl.client.
DefaultHttpClient
cz.msebera.android.httpclient.impl.client.
ContentEncodingHttpClient
cz.msebera.android.httpclient.impl.client.
SystemDefaultHttpClient
cz.msebera.android.httpclient.config.
ConnectionConfig
(implements java.lang.Cloneable)
cz.msebera.android.httpclient.config.
ConnectionConfig.Builder
cz.msebera.android.httpclient.conn.params.
ConnManagerParams
(implements cz.msebera.android.httpclient.conn.params.
ConnManagerPNames
)
cz.msebera.android.httpclient.conn.params.
ConnPerRouteBean
(implements cz.msebera.android.httpclient.conn.params.
ConnPerRoute
)
cz.msebera.android.httpclient.conn.params.
ConnRouteParams
(implements cz.msebera.android.httpclient.conn.params.
ConnRoutePNames
)
cz.msebera.android.httpclient.impl.
ConnSupport
cz.msebera.android.httpclient.
Consts
cz.msebera.android.httpclient.entity.
ContentType
(implements java.io.Serializable)
cz.msebera.android.httpclient.cookie.
CookieIdentityComparator
(implements java.util.Comparator<T>, java.io.Serializable)
cz.msebera.android.httpclient.cookie.
CookieOrigin
cz.msebera.android.httpclient.cookie.
CookiePathComparator
(implements java.util.Comparator<T>, java.io.Serializable)
cz.msebera.android.httpclient.client.params.
CookiePolicy
cz.msebera.android.httpclient.cookie.
CookieSpecRegistry
(implements cz.msebera.android.httpclient.config.
Lookup
<I>)
cz.msebera.android.httpclient.client.config.
CookieSpecs
cz.msebera.android.httpclient.client.utils.
DateUtils
cz.msebera.android.httpclient.impl.cookie.
DateUtils
cz.msebera.android.httpclient.impl.client.
DecompressingHttpClient
(implements cz.msebera.android.httpclient.client.
HttpClient
)
cz.msebera.android.httpclient.impl.client.
DefaultBackoffStrategy
(implements cz.msebera.android.httpclient.client.
ConnectionBackoffStrategy
)
cz.msebera.android.httpclient.impl.
DefaultBHttpClientConnectionFactory
(implements cz.msebera.android.httpclient.
HttpConnectionFactory
<T>)
cz.msebera.android.httpclient.impl.
DefaultBHttpServerConnectionFactory
(implements cz.msebera.android.httpclient.
HttpConnectionFactory
<T>)
cz.msebera.android.httpclient.impl.conn.
DefaultClientConnectionOperator
(implements cz.msebera.android.httpclient.conn.
ClientConnectionOperator
)
cz.msebera.android.httpclient.impl.client.
DefaultConnectionKeepAliveStrategy
(implements cz.msebera.android.httpclient.conn.
ConnectionKeepAliveStrategy
)
cz.msebera.android.httpclient.impl.
DefaultConnectionReuseStrategy
(implements cz.msebera.android.httpclient.
ConnectionReuseStrategy
)
cz.msebera.android.httpclient.protocol.
DefaultedHttpContext
(implements cz.msebera.android.httpclient.protocol.
HttpContext
)
cz.msebera.android.httpclient.impl.client.cache.
DefaultFailureCache
(implements cz.msebera.android.httpclient.impl.client.cache.
FailureCache
)
cz.msebera.android.httpclient.impl.client.cache.
DefaultHttpCacheEntrySerializer
(implements cz.msebera.android.httpclient.client.cache.
HttpCacheEntrySerializer
)
cz.msebera.android.httpclient.impl.
DefaultHttpRequestFactory
(implements cz.msebera.android.httpclient.
HttpRequestFactory
)
cz.msebera.android.httpclient.impl.io.
DefaultHttpRequestParserFactory
(implements cz.msebera.android.httpclient.io.
HttpMessageParserFactory
<T>)
cz.msebera.android.httpclient.impl.client.
DefaultHttpRequestRetryHandler
(implements cz.msebera.android.httpclient.client.
HttpRequestRetryHandler
)
cz.msebera.android.httpclient.impl.client.
StandardHttpRequestRetryHandler
cz.msebera.android.httpclient.impl.io.
DefaultHttpRequestWriterFactory
(implements cz.msebera.android.httpclient.io.
HttpMessageWriterFactory
<T>)
cz.msebera.android.httpclient.impl.
DefaultHttpResponseFactory
(implements cz.msebera.android.httpclient.
HttpResponseFactory
)
cz.msebera.android.httpclient.impl.conn.
DefaultHttpResponseParserFactory
(implements cz.msebera.android.httpclient.io.
HttpMessageParserFactory
<T>)
cz.msebera.android.httpclient.impl.io.
DefaultHttpResponseParserFactory
(implements cz.msebera.android.httpclient.io.
HttpMessageParserFactory
<T>)
cz.msebera.android.httpclient.impl.io.
DefaultHttpResponseWriterFactory
(implements cz.msebera.android.httpclient.io.
HttpMessageWriterFactory
<T>)
cz.msebera.android.httpclient.impl.conn.
DefaultHttpRoutePlanner
(implements cz.msebera.android.httpclient.conn.routing.
HttpRoutePlanner
)
cz.msebera.android.httpclient.impl.client.
DefaultRedirectHandler
(implements cz.msebera.android.httpclient.client.
RedirectHandler
)
cz.msebera.android.httpclient.impl.client.
DefaultRedirectStrategy
(implements cz.msebera.android.httpclient.client.
RedirectStrategy
)
cz.msebera.android.httpclient.impl.client.
LaxRedirectStrategy
cz.msebera.android.httpclient.impl.client.
DefaultRequestDirector
(implements cz.msebera.android.httpclient.client.
RequestDirector
)
cz.msebera.android.httpclient.impl.conn.
DefaultRoutePlanner
(implements cz.msebera.android.httpclient.conn.routing.
HttpRoutePlanner
)
cz.msebera.android.httpclient.impl.conn.
DefaultProxyRoutePlanner
cz.msebera.android.httpclient.impl.conn.
SystemDefaultRoutePlanner
cz.msebera.android.httpclient.impl.conn.
DefaultSchemePortResolver
(implements cz.msebera.android.httpclient.conn.
SchemePortResolver
)
cz.msebera.android.httpclient.impl.client.
DefaultServiceUnavailableRetryStrategy
(implements cz.msebera.android.httpclient.client.
ServiceUnavailableRetryStrategy
)
cz.msebera.android.httpclient.impl.client.
DefaultUserTokenHandler
(implements cz.msebera.android.httpclient.client.
UserTokenHandler
)
cz.msebera.android.httpclient.impl.auth.
DigestSchemeFactory
(implements cz.msebera.android.httpclient.auth.
AuthSchemeFactory
, cz.msebera.android.httpclient.auth.
AuthSchemeProvider
)
cz.msebera.android.httpclient.impl.entity.
DisallowIdentityContentLengthStrategy
(implements cz.msebera.android.httpclient.entity.
ContentLengthStrategy
)
cz.msebera.android.httpclient.util.
EncodingUtils
cz.msebera.android.httpclient.impl.
EnglishReasonPhraseCatalog
(implements cz.msebera.android.httpclient.
ReasonPhraseCatalog
)
cz.msebera.android.httpclient.client.entity.
EntityBuilder
cz.msebera.android.httpclient.impl.entity.
EntityDeserializer
cz.msebera.android.httpclient.impl.entity.
EntitySerializer
cz.msebera.android.httpclient.util.
EntityUtils
cz.msebera.android.httpclient.util.
ExceptionUtils
cz.msebera.android.httpclient.impl.client.cache.
ExponentialBackOffSchedulingStrategy
(implements cz.msebera.android.httpclient.impl.client.cache.
SchedulingStrategy
)
cz.msebera.android.httpclient.impl.client.cache.
FailureCacheValue
cz.msebera.android.httpclient.impl.client.cache.
FileResource
(implements cz.msebera.android.httpclient.client.cache.
Resource
)
cz.msebera.android.httpclient.impl.client.cache.
FileResourceFactory
(implements cz.msebera.android.httpclient.client.cache.
ResourceFactory
)
cz.msebera.android.httpclient.entity.mime.
FormBodyPart
cz.msebera.android.httpclient.impl.client.
FutureRequestExecutionMetrics
cz.msebera.android.httpclient.impl.client.
FutureRequestExecutionService
(implements java.io.Closeable)
java.util.concurrent.FutureTask<V> (implements java.util.concurrent.RunnableFuture<V>)
cz.msebera.android.httpclient.impl.client.
HttpRequestFutureTask
<V>
cz.msebera.android.httpclient.entity.mime.
Header
(implements java.lang.Iterable<T>)
cz.msebera.android.httpclient.client.cache.
HeaderConstants
cz.msebera.android.httpclient.message.
HeaderGroup
(implements java.lang.Cloneable, java.io.Serializable)
cz.msebera.android.httpclient.impl.client.cache.
HeapResource
(implements cz.msebera.android.httpclient.client.cache.
Resource
)
cz.msebera.android.httpclient.impl.client.cache.
HeapResourceFactory
(implements cz.msebera.android.httpclient.client.cache.
ResourceFactory
)
cz.msebera.android.httpclient.protocol.
HTTP
cz.msebera.android.httpclient.params.
HttpAbstractParamBean
cz.msebera.android.httpclient.auth.params.
AuthParamBean
cz.msebera.android.httpclient.client.params.
ClientParamBean
cz.msebera.android.httpclient.conn.params.
ConnConnectionParamBean
cz.msebera.android.httpclient.conn.params.
ConnManagerParamBean
cz.msebera.android.httpclient.conn.params.
ConnRouteParamBean
cz.msebera.android.httpclient.cookie.params.
CookieSpecParamBean
cz.msebera.android.httpclient.params.
HttpConnectionParamBean
cz.msebera.android.httpclient.params.
HttpProtocolParamBean
cz.msebera.android.httpclient.impl.auth.
HttpAuthenticator
cz.msebera.android.httpclient.impl.client.
HttpAuthenticator
cz.msebera.android.httpclient.client.cache.
HttpCacheEntry
(implements java.io.Serializable)
cz.msebera.android.httpclient.extras.
HttpClientAndroidLog
cz.msebera.android.httpclient.impl.client.
HttpClientBuilder
cz.msebera.android.httpclient.impl.client.cache.
CachingHttpClientBuilder
cz.msebera.android.httpclient.client.params.
HttpClientParamConfig
cz.msebera.android.httpclient.client.params.
HttpClientParams
cz.msebera.android.httpclient.impl.client.
HttpClients
cz.msebera.android.httpclient.client.utils.
HttpClientUtils
cz.msebera.android.httpclient.impl.
HttpConnectionMetricsImpl
(implements cz.msebera.android.httpclient.
HttpConnectionMetrics
)
cz.msebera.android.httpclient.params.
HttpConnectionParams
(implements cz.msebera.android.httpclient.params.
CoreConnectionPNames
)
cz.msebera.android.httpclient.protocol.
HttpCoreContext
(implements cz.msebera.android.httpclient.protocol.
HttpContext
)
cz.msebera.android.httpclient.client.protocol.
HttpClientContext
cz.msebera.android.httpclient.client.cache.
HttpCacheContext
cz.msebera.android.httpclient.protocol.
HttpDateGenerator
cz.msebera.android.httpclient.entity.
HttpEntityWrapper
(implements cz.msebera.android.httpclient.
HttpEntity
)
cz.msebera.android.httpclient.conn.
BasicManagedEntity
(implements cz.msebera.android.httpclient.conn.
ConnectionReleaseTrigger
, cz.msebera.android.httpclient.conn.
EofSensorWatcher
)
cz.msebera.android.httpclient.entity.
BufferedHttpEntity
cz.msebera.android.httpclient.client.entity.
DeflateDecompressingEntity
cz.msebera.android.httpclient.client.entity.
GzipCompressingEntity
cz.msebera.android.httpclient.client.entity.
GzipDecompressingEntity
cz.msebera.android.httpclient.
HttpHeaders
cz.msebera.android.httpclient.
HttpHost
(implements java.lang.Cloneable, java.io.Serializable)
cz.msebera.android.httpclient.params.
HttpParamConfig
cz.msebera.android.httpclient.protocol.
HttpProcessorBuilder
cz.msebera.android.httpclient.params.
HttpProtocolParams
(implements cz.msebera.android.httpclient.params.
CoreProtocolPNames
)
cz.msebera.android.httpclient.protocol.
HttpRequestExecutor
cz.msebera.android.httpclient.protocol.
HttpRequestHandlerRegistry
(implements cz.msebera.android.httpclient.protocol.
HttpRequestHandlerResolver
)
cz.msebera.android.httpclient.conn.routing.
HttpRoute
(implements java.lang.Cloneable, cz.msebera.android.httpclient.conn.routing.
RouteInfo
)
cz.msebera.android.httpclient.protocol.
HttpService
cz.msebera.android.httpclient.impl.io.
HttpTransportMetricsImpl
(implements cz.msebera.android.httpclient.io.
HttpTransportMetrics
)
cz.msebera.android.httpclient.impl.conn.
IdleConnectionHandler
cz.msebera.android.httpclient.impl.cookie.
IgnoreSpecFactory
(implements cz.msebera.android.httpclient.cookie.
CookieSpecFactory
, cz.msebera.android.httpclient.cookie.
CookieSpecProvider
)
cz.msebera.android.httpclient.impl.client.cache.
ImmediateSchedulingStrategy
(implements cz.msebera.android.httpclient.impl.client.cache.
SchedulingStrategy
)
cz.msebera.android.httpclient.protocol.
ImmutableHttpProcessor
(implements cz.msebera.android.httpclient.protocol.
HttpProcessor
)
cz.msebera.android.httpclient.conn.util.
InetAddressUtils
cz.msebera.android.httpclient.impl.conn.
InMemoryDnsResolver
(implements cz.msebera.android.httpclient.conn.
DnsResolver
)
cz.msebera.android.httpclient.client.cache.
InputLimit
java.io.InputStream (implements java.io.Closeable)
cz.msebera.android.httpclient.impl.io.
ChunkedInputStream
cz.msebera.android.httpclient.impl.io.
ContentLengthInputStream
cz.msebera.android.httpclient.client.entity.
DeflateInputStream
cz.msebera.android.httpclient.conn.
EofSensorInputStream
(implements cz.msebera.android.httpclient.conn.
ConnectionReleaseTrigger
)
cz.msebera.android.httpclient.impl.io.
IdentityInputStream
cz.msebera.android.httpclient.client.utils.
JdkIdn
(implements cz.msebera.android.httpclient.client.utils.
Idn
)
cz.msebera.android.httpclient.util.
LangUtils
cz.msebera.android.httpclient.impl.entity.
LaxContentLengthStrategy
(implements cz.msebera.android.httpclient.entity.
ContentLengthStrategy
)
cz.msebera.android.httpclient.impl.conn.
LoggingSessionInputBuffer
(implements cz.msebera.android.httpclient.io.
EofSensor
, cz.msebera.android.httpclient.io.
SessionInputBuffer
)
cz.msebera.android.httpclient.impl.conn.
LoggingSessionOutputBuffer
(implements cz.msebera.android.httpclient.io.
SessionOutputBuffer
)
cz.msebera.android.httpclient.impl.execchain.
MainClientExec
(implements cz.msebera.android.httpclient.impl.execchain.
ClientExecChain
)
cz.msebera.android.httpclient.impl.client.cache.
ManagedHttpCacheStorage
(implements java.io.Closeable, cz.msebera.android.httpclient.client.cache.
HttpCacheStorage
)
cz.msebera.android.httpclient.impl.conn.
ManagedHttpClientConnectionFactory
(implements cz.msebera.android.httpclient.conn.
HttpConnectionFactory
<T,C>)
cz.msebera.android.httpclient.config.
MessageConstraints
(implements java.lang.Cloneable)
cz.msebera.android.httpclient.config.
MessageConstraints.Builder
cz.msebera.android.httpclient.entity.mime.
MIME
cz.msebera.android.httpclient.impl.execchain.
MinimalClientExec
(implements cz.msebera.android.httpclient.impl.execchain.
ClientExecChain
)
cz.msebera.android.httpclient.entity.mime.
MinimalField
cz.msebera.android.httpclient.conn.
MultihomePlainSocketFactory
(implements cz.msebera.android.httpclient.conn.scheme.
SocketFactory
)
cz.msebera.android.httpclient.entity.mime.
MultipartEntityBuilder
cz.msebera.android.httpclient.impl.cookie.
NetscapeDraftHeaderParser
cz.msebera.android.httpclient.impl.cookie.
NetscapeDraftSpecFactory
(implements cz.msebera.android.httpclient.cookie.
CookieSpecFactory
, cz.msebera.android.httpclient.cookie.
CookieSpecProvider
)
cz.msebera.android.httpclient.util.
NetUtils
cz.msebera.android.httpclient.impl.
NoConnectionReuseStrategy
(implements cz.msebera.android.httpclient.
ConnectionReuseStrategy
)
cz.msebera.android.httpclient.impl.client.
NoopUserTokenHandler
(implements cz.msebera.android.httpclient.client.
UserTokenHandler
)
cz.msebera.android.httpclient.auth.
NTCredentials
(implements cz.msebera.android.httpclient.auth.
Credentials
, java.io.Serializable)
cz.msebera.android.httpclient.impl.auth.
NTLMSchemeFactory
(implements cz.msebera.android.httpclient.auth.
AuthSchemeFactory
, cz.msebera.android.httpclient.auth.
AuthSchemeProvider
)
cz.msebera.android.httpclient.auth.
NTUserPrincipal
(implements java.security.Principal, java.io.Serializable)
cz.msebera.android.httpclient.impl.client.
NullBackoffStrategy
(implements cz.msebera.android.httpclient.client.
ConnectionBackoffStrategy
)
java.io.OutputStream (implements java.io.Closeable, java.io.Flushable)
cz.msebera.android.httpclient.impl.io.
ChunkedOutputStream
cz.msebera.android.httpclient.impl.io.
ContentLengthOutputStream
cz.msebera.android.httpclient.impl.io.
IdentityOutputStream
cz.msebera.android.httpclient.message.
ParserCursor
cz.msebera.android.httpclient.conn.socket.
PlainConnectionSocketFactory
(implements cz.msebera.android.httpclient.conn.socket.
ConnectionSocketFactory
)
cz.msebera.android.httpclient.conn.scheme.
PlainSocketFactory
(implements cz.msebera.android.httpclient.conn.scheme.
SchemeSocketFactory
, cz.msebera.android.httpclient.conn.scheme.
SocketFactory
)
cz.msebera.android.httpclient.pool.
PoolEntry
<T,C>
cz.msebera.android.httpclient.impl.pool.
BasicPoolEntry
cz.msebera.android.httpclient.impl.conn.
PoolingClientConnectionManager
(implements cz.msebera.android.httpclient.conn.
ClientConnectionManager
, cz.msebera.android.httpclient.pool.
ConnPoolControl
<T>)
cz.msebera.android.httpclient.impl.conn.
PoolingHttpClientConnectionManager
(implements java.io.Closeable, cz.msebera.android.httpclient.pool.
ConnPoolControl
<T>, cz.msebera.android.httpclient.conn.
HttpClientConnectionManager
)
cz.msebera.android.httpclient.pool.
PoolStats
cz.msebera.android.httpclient.conn.ssl.
PrivateKeyDetails
cz.msebera.android.httpclient.extras.
PRNGFixes
cz.msebera.android.httpclient.impl.execchain.
ProtocolExec
(implements cz.msebera.android.httpclient.impl.execchain.
ClientExecChain
)
cz.msebera.android.httpclient.
ProtocolVersion
(implements java.lang.Cloneable, java.io.Serializable)
cz.msebera.android.httpclient.
HttpVersion
(implements java.io.Serializable)
cz.msebera.android.httpclient.impl.client.
ProxyAuthenticationStrategy
cz.msebera.android.httpclient.impl.client.
ProxyClient
cz.msebera.android.httpclient.impl.conn.
ProxySelectorRoutePlanner
(implements cz.msebera.android.httpclient.conn.routing.
HttpRoutePlanner
)
cz.msebera.android.httpclient.impl.cookie.
PublicSuffixFilter
(implements cz.msebera.android.httpclient.cookie.
CookieAttributeHandler
)
cz.msebera.android.httpclient.impl.cookie.
PublicSuffixListParser
cz.msebera.android.httpclient.client.utils.
Punycode
cz.msebera.android.httpclient.impl.execchain.
RedirectExec
(implements cz.msebera.android.httpclient.impl.execchain.
ClientExecChain
)
java.lang.ref.Reference<T>
java.lang.ref.WeakReference<T>
cz.msebera.android.httpclient.impl.conn.tsccm.
BasicPoolEntryRef
cz.msebera.android.httpclient.config.
Registry
<I> (implements cz.msebera.android.httpclient.config.
Lookup
<I>)
cz.msebera.android.httpclient.config.
RegistryBuilder
<I>
cz.msebera.android.httpclient.client.protocol.
RequestAcceptEncoding
(implements cz.msebera.android.httpclient.
HttpRequestInterceptor
)
cz.msebera.android.httpclient.client.protocol.
RequestAddCookies
(implements cz.msebera.android.httpclient.
HttpRequestInterceptor
)
cz.msebera.android.httpclient.client.protocol.
RequestAuthCache
(implements cz.msebera.android.httpclient.
HttpRequestInterceptor
)
cz.msebera.android.httpclient.client.methods.
RequestBuilder
cz.msebera.android.httpclient.client.protocol.
RequestClientConnControl
(implements cz.msebera.android.httpclient.
HttpRequestInterceptor
)
cz.msebera.android.httpclient.client.config.
RequestConfig
(implements java.lang.Cloneable)
cz.msebera.android.httpclient.client.config.
RequestConfig.Builder
cz.msebera.android.httpclient.protocol.
RequestConnControl
(implements cz.msebera.android.httpclient.
HttpRequestInterceptor
)
cz.msebera.android.httpclient.protocol.
RequestContent
(implements cz.msebera.android.httpclient.
HttpRequestInterceptor
)
cz.msebera.android.httpclient.protocol.
RequestDate
(implements cz.msebera.android.httpclient.
HttpRequestInterceptor
)
cz.msebera.android.httpclient.client.protocol.
RequestDefaultHeaders
(implements cz.msebera.android.httpclient.
HttpRequestInterceptor
)
cz.msebera.android.httpclient.client.protocol.
RequestExpectContinue
(implements cz.msebera.android.httpclient.
HttpRequestInterceptor
)
cz.msebera.android.httpclient.protocol.
RequestExpectContinue
(implements cz.msebera.android.httpclient.
HttpRequestInterceptor
)
cz.msebera.android.httpclient.client.protocol.
RequestProxyAuthentication
cz.msebera.android.httpclient.client.protocol.
RequestTargetAuthentication
cz.msebera.android.httpclient.protocol.
RequestTargetHost
(implements cz.msebera.android.httpclient.
HttpRequestInterceptor
)
cz.msebera.android.httpclient.protocol.
RequestUserAgent
(implements cz.msebera.android.httpclient.
HttpRequestInterceptor
)
cz.msebera.android.httpclient.client.protocol.
ResponseAuthCache
(implements cz.msebera.android.httpclient.
HttpResponseInterceptor
)
cz.msebera.android.httpclient.protocol.
ResponseConnControl
(implements cz.msebera.android.httpclient.
HttpResponseInterceptor
)
cz.msebera.android.httpclient.protocol.
ResponseContent
(implements cz.msebera.android.httpclient.
HttpResponseInterceptor
)
cz.msebera.android.httpclient.client.protocol.
ResponseContentEncoding
(implements cz.msebera.android.httpclient.
HttpResponseInterceptor
)
cz.msebera.android.httpclient.protocol.
ResponseDate
(implements cz.msebera.android.httpclient.
HttpResponseInterceptor
)
cz.msebera.android.httpclient.client.protocol.
ResponseProcessCookies
(implements cz.msebera.android.httpclient.
HttpResponseInterceptor
)
cz.msebera.android.httpclient.protocol.
ResponseServer
(implements cz.msebera.android.httpclient.
HttpResponseInterceptor
)
cz.msebera.android.httpclient.impl.execchain.
RetryExec
(implements cz.msebera.android.httpclient.impl.execchain.
ClientExecChain
)
cz.msebera.android.httpclient.impl.cookie.
RFC2109DomainHandler
(implements cz.msebera.android.httpclient.cookie.
CookieAttributeHandler
)
cz.msebera.android.httpclient.impl.cookie.
RFC2109SpecFactory
(implements cz.msebera.android.httpclient.cookie.
CookieSpecFactory
, cz.msebera.android.httpclient.cookie.
CookieSpecProvider
)
cz.msebera.android.httpclient.impl.cookie.
RFC2965CommentUrlAttributeHandler
(implements cz.msebera.android.httpclient.cookie.
CookieAttributeHandler
)
cz.msebera.android.httpclient.impl.cookie.
RFC2965DiscardAttributeHandler
(implements cz.msebera.android.httpclient.cookie.
CookieAttributeHandler
)
cz.msebera.android.httpclient.impl.cookie.
RFC2965DomainAttributeHandler
(implements cz.msebera.android.httpclient.cookie.
CookieAttributeHandler
)
cz.msebera.android.httpclient.impl.cookie.
RFC2965PortAttributeHandler
(implements cz.msebera.android.httpclient.cookie.
CookieAttributeHandler
)
cz.msebera.android.httpclient.impl.cookie.
RFC2965SpecFactory
(implements cz.msebera.android.httpclient.cookie.
CookieSpecFactory
, cz.msebera.android.httpclient.cookie.
CookieSpecProvider
)
cz.msebera.android.httpclient.impl.cookie.
RFC2965VersionAttributeHandler
(implements cz.msebera.android.httpclient.cookie.
CookieAttributeHandler
)
cz.msebera.android.httpclient.client.utils.
Rfc3492Idn
(implements cz.msebera.android.httpclient.client.utils.
Idn
)
cz.msebera.android.httpclient.impl.client.
RoutedRequest
cz.msebera.android.httpclient.impl.conn.tsccm.
RouteSpecificPool
cz.msebera.android.httpclient.conn.routing.
RouteTracker
(implements java.lang.Cloneable, cz.msebera.android.httpclient.conn.routing.
RouteInfo
)
cz.msebera.android.httpclient.conn.scheme.
Scheme
cz.msebera.android.httpclient.conn.scheme.
SchemeRegistry
cz.msebera.android.httpclient.impl.conn.
SchemeRegistryFactory
java.security.SecureRandomSpi (implements java.io.Serializable)
cz.msebera.android.httpclient.extras.
PRNGFixes.LinuxPRNGSecureRandom
cz.msebera.android.httpclient.impl.execchain.
ServiceUnavailableRetryExec
(implements cz.msebera.android.httpclient.impl.execchain.
ClientExecChain
)
cz.msebera.android.httpclient.impl.io.
SessionInputBufferImpl
(implements cz.msebera.android.httpclient.io.
BufferInfo
, cz.msebera.android.httpclient.io.
SessionInputBuffer
)
cz.msebera.android.httpclient.impl.io.
SessionOutputBufferImpl
(implements cz.msebera.android.httpclient.io.
BufferInfo
, cz.msebera.android.httpclient.io.
SessionOutputBuffer
)
cz.msebera.android.httpclient.impl.conn.
SingleClientConnManager
(implements cz.msebera.android.httpclient.conn.
ClientConnectionManager
)
java.net.SocketAddress (implements java.io.Serializable)
java.net.InetSocketAddress
cz.msebera.android.httpclient.conn.
HttpInetSocketAddress
cz.msebera.android.httpclient.config.
SocketConfig
(implements java.lang.Cloneable)
cz.msebera.android.httpclient.config.
SocketConfig.Builder
cz.msebera.android.httpclient.conn.ssl.
SSLConnectionSocketFactory
(implements cz.msebera.android.httpclient.conn.socket.
LayeredConnectionSocketFactory
)
cz.msebera.android.httpclient.conn.ssl.
SSLContextBuilder
cz.msebera.android.httpclient.conn.ssl.
SSLContexts
cz.msebera.android.httpclient.conn.ssl.
SSLSocketFactory
(implements cz.msebera.android.httpclient.conn.socket.
LayeredConnectionSocketFactory
, cz.msebera.android.httpclient.conn.scheme.
LayeredSchemeSocketFactory
, cz.msebera.android.httpclient.conn.scheme.
LayeredSocketFactory
, cz.msebera.android.httpclient.conn.scheme.
SchemeLayeredSocketFactory
)
cz.msebera.android.httpclient.impl.entity.
StrictContentLengthStrategy
(implements cz.msebera.android.httpclient.entity.
ContentLengthStrategy
)
cz.msebera.android.httpclient.impl.client.
SystemDefaultCredentialsProvider
(implements cz.msebera.android.httpclient.client.
CredentialsProvider
)
cz.msebera.android.httpclient.impl.conn.
SystemDefaultDnsResolver
(implements cz.msebera.android.httpclient.conn.
DnsResolver
)
cz.msebera.android.httpclient.impl.client.
TargetAuthenticationStrategy
cz.msebera.android.httpclient.util.
TextUtils
cz.msebera.android.httpclient.impl.conn.tsccm.
ThreadSafeClientConnManager
(implements cz.msebera.android.httpclient.conn.
ClientConnectionManager
)
java.lang.Throwable (implements java.io.Serializable)
java.lang.Exception
cz.msebera.android.httpclient.impl.cookie.
DateParseException
cz.msebera.android.httpclient.client.cache.
HttpCacheUpdateException
cz.msebera.android.httpclient.
HttpException
cz.msebera.android.httpclient.
MethodNotSupportedException
cz.msebera.android.httpclient.
ProtocolException
cz.msebera.android.httpclient.auth.
AuthenticationException
cz.msebera.android.httpclient.auth.
InvalidCredentialsException
cz.msebera.android.httpclient.impl.auth.
NTLMEngineException
cz.msebera.android.httpclient.auth.
MalformedChallengeException
cz.msebera.android.httpclient.cookie.
MalformedCookieException
cz.msebera.android.httpclient.cookie.
CookieRestrictionViolationException
cz.msebera.android.httpclient.client.
NonRepeatableRequestException
cz.msebera.android.httpclient.client.
RedirectException
cz.msebera.android.httpclient.client.
CircularRedirectException
cz.msebera.android.httpclient.
UnsupportedHttpVersionException
cz.msebera.android.httpclient.impl.client.
TunnelRefusedException
cz.msebera.android.httpclient.impl.execchain.
TunnelRefusedException
java.io.IOException
cz.msebera.android.httpclient.client.
ClientProtocolException
cz.msebera.android.httpclient.client.
HttpResponseException
cz.msebera.android.httpclient.
ConnectionClosedException
cz.msebera.android.httpclient.
ContentTooLongException
cz.msebera.android.httpclient.client.cache.
HttpCacheEntrySerializationException
java.io.InterruptedIOException
cz.msebera.android.httpclient.conn.
ConnectTimeoutException
cz.msebera.android.httpclient.conn.
ConnectionPoolTimeoutException
cz.msebera.android.httpclient.impl.execchain.
RequestAbortedException
cz.msebera.android.httpclient.
MalformedChunkCodingException
cz.msebera.android.httpclient.
TruncatedChunkException
cz.msebera.android.httpclient.
MessageConstraintException
cz.msebera.android.httpclient.
NoHttpResponseException
java.net.SocketException
java.net.ConnectException
cz.msebera.android.httpclient.conn.
HttpHostConnectException
cz.msebera.android.httpclient.conn.
UnsupportedSchemeException
java.lang.RuntimeException
java.lang.IllegalStateException
cz.msebera.android.httpclient.impl.conn.
ConnectionShutdownException
cz.msebera.android.httpclient.conn.ssl.
SSLInitializationException
cz.msebera.android.httpclient.
ParseException
cz.msebera.android.httpclient.impl.auth.
UnsupportedDigestAlgorithmException
cz.msebera.android.httpclient.conn.ssl.
TrustSelfSignedStrategy
(implements cz.msebera.android.httpclient.conn.ssl.
TrustStrategy
)
cz.msebera.android.httpclient.client.utils.
URIBuilder
cz.msebera.android.httpclient.protocol.
UriHttpRequestHandlerMapper
(implements cz.msebera.android.httpclient.protocol.
HttpRequestHandlerMapper
)
cz.msebera.android.httpclient.protocol.
UriPatternMatcher
<T>
cz.msebera.android.httpclient.client.utils.
URIUtils
cz.msebera.android.httpclient.client.utils.
URLEncodedUtils
cz.msebera.android.httpclient.auth.
UsernamePasswordCredentials
(implements cz.msebera.android.httpclient.auth.
Credentials
, java.io.Serializable)
cz.msebera.android.httpclient.util.
VersionInfo
cz.msebera.android.httpclient.impl.conn.tsccm.
WaitingThread
cz.msebera.android.httpclient.impl.conn.tsccm.
WaitingThreadAborter
cz.msebera.android.httpclient.impl.conn.
Wire
Interface Hierarchy
cz.msebera.android.httpclient.client.methods.
AbortableHttpRequest
cz.msebera.android.httpclient.client.
AuthCache
cz.msebera.android.httpclient.client.
AuthenticationHandler
cz.msebera.android.httpclient.client.
AuthenticationStrategy
cz.msebera.android.httpclient.auth.params.
AuthPNames
cz.msebera.android.httpclient.client.params.
AllClientPNames
(also extends cz.msebera.android.httpclient.client.params.
ClientPNames
, cz.msebera.android.httpclient.conn.params.
ConnConnectionPNames
, cz.msebera.android.httpclient.conn.params.
ConnManagerPNames
, cz.msebera.android.httpclient.conn.params.
ConnRoutePNames
, cz.msebera.android.httpclient.cookie.params.
CookieSpecPNames
, cz.msebera.android.httpclient.params.
CoreConnectionPNames
, cz.msebera.android.httpclient.params.
CoreProtocolPNames
)
cz.msebera.android.httpclient.auth.
AuthScheme
cz.msebera.android.httpclient.auth.
ContextAwareAuthScheme
cz.msebera.android.httpclient.auth.
AuthSchemeFactory
cz.msebera.android.httpclient.auth.
AuthSchemeProvider
java.lang.AutoCloseable
java.io.Closeable
cz.msebera.android.httpclient.client.methods.
CloseableHttpResponse
(also extends cz.msebera.android.httpclient.
HttpResponse
)
cz.msebera.android.httpclient.
HttpConnection
cz.msebera.android.httpclient.
HttpClientConnection
cz.msebera.android.httpclient.conn.
ManagedClientConnection
(also extends cz.msebera.android.httpclient.conn.
ConnectionReleaseTrigger
, cz.msebera.android.httpclient.conn.
HttpRoutedConnection
, cz.msebera.android.httpclient.conn.
ManagedHttpClientConnection
)
cz.msebera.android.httpclient.conn.
ManagedHttpClientConnection
(also extends cz.msebera.android.httpclient.
HttpInetConnection
)
cz.msebera.android.httpclient.conn.
ManagedClientConnection
(also extends cz.msebera.android.httpclient.conn.
ConnectionReleaseTrigger
, cz.msebera.android.httpclient.
HttpClientConnection
, cz.msebera.android.httpclient.conn.
HttpRoutedConnection
)
cz.msebera.android.httpclient.conn.
OperatedClientConnection
(also extends cz.msebera.android.httpclient.
HttpInetConnection
)
cz.msebera.android.httpclient.
HttpInetConnection
cz.msebera.android.httpclient.conn.
HttpRoutedConnection
cz.msebera.android.httpclient.conn.
ManagedClientConnection
(also extends cz.msebera.android.httpclient.conn.
ConnectionReleaseTrigger
, cz.msebera.android.httpclient.
HttpClientConnection
, cz.msebera.android.httpclient.conn.
ManagedHttpClientConnection
)
cz.msebera.android.httpclient.conn.
ManagedClientConnection
(also extends cz.msebera.android.httpclient.conn.
ConnectionReleaseTrigger
, cz.msebera.android.httpclient.
HttpClientConnection
, cz.msebera.android.httpclient.conn.
HttpRoutedConnection
, cz.msebera.android.httpclient.conn.
ManagedHttpClientConnection
)
cz.msebera.android.httpclient.conn.
ManagedHttpClientConnection
(also extends cz.msebera.android.httpclient.
HttpClientConnection
)
cz.msebera.android.httpclient.conn.
ManagedClientConnection
(also extends cz.msebera.android.httpclient.conn.
ConnectionReleaseTrigger
, cz.msebera.android.httpclient.
HttpClientConnection
, cz.msebera.android.httpclient.conn.
HttpRoutedConnection
)
cz.msebera.android.httpclient.conn.
OperatedClientConnection
(also extends cz.msebera.android.httpclient.
HttpClientConnection
)
cz.msebera.android.httpclient.conn.
HttpRoutedConnection
cz.msebera.android.httpclient.conn.
ManagedClientConnection
(also extends cz.msebera.android.httpclient.conn.
ConnectionReleaseTrigger
, cz.msebera.android.httpclient.
HttpClientConnection
, cz.msebera.android.httpclient.conn.
ManagedHttpClientConnection
)
cz.msebera.android.httpclient.
HttpServerConnection
cz.msebera.android.httpclient.conn.
ManagedClientConnection
(also extends cz.msebera.android.httpclient.conn.
ConnectionReleaseTrigger
, cz.msebera.android.httpclient.
HttpClientConnection
, cz.msebera.android.httpclient.conn.
HttpRoutedConnection
, cz.msebera.android.httpclient.conn.
ManagedHttpClientConnection
)
cz.msebera.android.httpclient.conn.
ManagedHttpClientConnection
(also extends cz.msebera.android.httpclient.
HttpClientConnection
, cz.msebera.android.httpclient.
HttpInetConnection
)
cz.msebera.android.httpclient.conn.
ManagedClientConnection
(also extends cz.msebera.android.httpclient.conn.
ConnectionReleaseTrigger
, cz.msebera.android.httpclient.
HttpClientConnection
, cz.msebera.android.httpclient.conn.
HttpRoutedConnection
)
cz.msebera.android.httpclient.conn.
OperatedClientConnection
(also extends cz.msebera.android.httpclient.
HttpClientConnection
, cz.msebera.android.httpclient.
HttpInetConnection
)
cz.msebera.android.httpclient.impl.client.cache.
SchedulingStrategy
cz.msebera.android.httpclient.client.
BackoffManager
cz.msebera.android.httpclient.io.
BufferInfo
cz.msebera.android.httpclient.concurrent.
Cancellable
cz.msebera.android.httpclient.conn.
ConnectionRequest
cz.msebera.android.httpclient.conn.
ClientConnectionManager
cz.msebera.android.httpclient.conn.
ClientConnectionManagerFactory
cz.msebera.android.httpclient.conn.
ClientConnectionOperator
cz.msebera.android.httpclient.conn.
ClientConnectionRequest
cz.msebera.android.httpclient.client.protocol.
ClientContext
cz.msebera.android.httpclient.impl.execchain.
ClientExecChain
cz.msebera.android.httpclient.client.params.
ClientPNames
cz.msebera.android.httpclient.client.params.
AllClientPNames
(also extends cz.msebera.android.httpclient.auth.params.
AuthPNames
, cz.msebera.android.httpclient.conn.params.
ConnConnectionPNames
, cz.msebera.android.httpclient.conn.params.
ConnManagerPNames
, cz.msebera.android.httpclient.conn.params.
ConnRoutePNames
, cz.msebera.android.httpclient.cookie.params.
CookieSpecPNames
, cz.msebera.android.httpclient.params.
CoreConnectionPNames
, cz.msebera.android.httpclient.params.
CoreProtocolPNames
)
cz.msebera.android.httpclient.client.methods.
Configurable
cz.msebera.android.httpclient.conn.params.
ConnConnectionPNames
cz.msebera.android.httpclient.client.params.
AllClientPNames
(also extends cz.msebera.android.httpclient.auth.params.
AuthPNames
, cz.msebera.android.httpclient.client.params.
ClientPNames
, cz.msebera.android.httpclient.conn.params.
ConnManagerPNames
, cz.msebera.android.httpclient.conn.params.
ConnRoutePNames
, cz.msebera.android.httpclient.cookie.params.
CookieSpecPNames
, cz.msebera.android.httpclient.params.
CoreConnectionPNames
, cz.msebera.android.httpclient.params.
CoreProtocolPNames
)
cz.msebera.android.httpclient.client.
ConnectionBackoffStrategy
cz.msebera.android.httpclient.conn.
ConnectionKeepAliveStrategy
cz.msebera.android.httpclient.conn.
ConnectionReleaseTrigger
cz.msebera.android.httpclient.conn.
ManagedClientConnection
(also extends cz.msebera.android.httpclient.
HttpClientConnection
, cz.msebera.android.httpclient.conn.
HttpRoutedConnection
, cz.msebera.android.httpclient.conn.
ManagedHttpClientConnection
)
cz.msebera.android.httpclient.
ConnectionReuseStrategy
cz.msebera.android.httpclient.conn.socket.
ConnectionSocketFactory
cz.msebera.android.httpclient.conn.socket.
LayeredConnectionSocketFactory
cz.msebera.android.httpclient.pool.
ConnFactory
<T,C>
cz.msebera.android.httpclient.conn.params.
ConnManagerPNames
cz.msebera.android.httpclient.client.params.
AllClientPNames
(also extends cz.msebera.android.httpclient.auth.params.
AuthPNames
, cz.msebera.android.httpclient.client.params.
ClientPNames
, cz.msebera.android.httpclient.conn.params.
ConnConnectionPNames
, cz.msebera.android.httpclient.conn.params.
ConnRoutePNames
, cz.msebera.android.httpclient.cookie.params.
CookieSpecPNames
, cz.msebera.android.httpclient.params.
CoreConnectionPNames
, cz.msebera.android.httpclient.params.
CoreProtocolPNames
)
cz.msebera.android.httpclient.conn.params.
ConnPerRoute
cz.msebera.android.httpclient.pool.
ConnPool
<T,E>
cz.msebera.android.httpclient.pool.
ConnPoolControl
<T>
cz.msebera.android.httpclient.conn.params.
ConnRoutePNames
cz.msebera.android.httpclient.client.params.
AllClientPNames
(also extends cz.msebera.android.httpclient.auth.params.
AuthPNames
, cz.msebera.android.httpclient.client.params.
ClientPNames
, cz.msebera.android.httpclient.conn.params.
ConnConnectionPNames
, cz.msebera.android.httpclient.conn.params.
ConnManagerPNames
, cz.msebera.android.httpclient.cookie.params.
CookieSpecPNames
, cz.msebera.android.httpclient.params.
CoreConnectionPNames
, cz.msebera.android.httpclient.params.
CoreProtocolPNames
)
cz.msebera.android.httpclient.entity.mime.content.
ContentDescriptor
cz.msebera.android.httpclient.entity.mime.content.
ContentBody
cz.msebera.android.httpclient.entity.
ContentLengthStrategy
cz.msebera.android.httpclient.entity.
ContentProducer
cz.msebera.android.httpclient.cookie.
Cookie
cz.msebera.android.httpclient.cookie.
ClientCookie
cz.msebera.android.httpclient.cookie.
SetCookie
cz.msebera.android.httpclient.cookie.
SetCookie2
cz.msebera.android.httpclient.cookie.
SetCookie2
cz.msebera.android.httpclient.cookie.
CookieAttributeHandler
cz.msebera.android.httpclient.cookie.
CookieSpec
cz.msebera.android.httpclient.cookie.
CookieSpecFactory
cz.msebera.android.httpclient.cookie.params.
CookieSpecPNames
cz.msebera.android.httpclient.client.params.
AllClientPNames
(also extends cz.msebera.android.httpclient.auth.params.
AuthPNames
, cz.msebera.android.httpclient.client.params.
ClientPNames
, cz.msebera.android.httpclient.conn.params.
ConnConnectionPNames
, cz.msebera.android.httpclient.conn.params.
ConnManagerPNames
, cz.msebera.android.httpclient.conn.params.
ConnRoutePNames
, cz.msebera.android.httpclient.params.
CoreConnectionPNames
, cz.msebera.android.httpclient.params.
CoreProtocolPNames
)
cz.msebera.android.httpclient.cookie.
CookieSpecProvider
cz.msebera.android.httpclient.client.
CookieStore
cz.msebera.android.httpclient.params.
CoreConnectionPNames
cz.msebera.android.httpclient.client.params.
AllClientPNames
(also extends cz.msebera.android.httpclient.auth.params.
AuthPNames
, cz.msebera.android.httpclient.client.params.
ClientPNames
, cz.msebera.android.httpclient.conn.params.
ConnConnectionPNames
, cz.msebera.android.httpclient.conn.params.
ConnManagerPNames
, cz.msebera.android.httpclient.conn.params.
ConnRoutePNames
, cz.msebera.android.httpclient.cookie.params.
CookieSpecPNames
, cz.msebera.android.httpclient.params.
CoreProtocolPNames
)
cz.msebera.android.httpclient.params.
CoreProtocolPNames
cz.msebera.android.httpclient.client.params.
AllClientPNames
(also extends cz.msebera.android.httpclient.auth.params.
AuthPNames
, cz.msebera.android.httpclient.client.params.
ClientPNames
, cz.msebera.android.httpclient.conn.params.
ConnConnectionPNames
, cz.msebera.android.httpclient.conn.params.
ConnManagerPNames
, cz.msebera.android.httpclient.conn.params.
ConnRoutePNames
, cz.msebera.android.httpclient.cookie.params.
CookieSpecPNames
, cz.msebera.android.httpclient.params.
CoreConnectionPNames
)
cz.msebera.android.httpclient.auth.
Credentials
cz.msebera.android.httpclient.client.
CredentialsProvider
cz.msebera.android.httpclient.conn.
DnsResolver
cz.msebera.android.httpclient.io.
EofSensor
cz.msebera.android.httpclient.conn.
EofSensorWatcher
cz.msebera.android.httpclient.protocol.
ExecutionContext
cz.msebera.android.httpclient.impl.client.cache.
FailureCache
cz.msebera.android.httpclient.concurrent.
FutureCallback
<T>
cz.msebera.android.httpclient.
Header
cz.msebera.android.httpclient.
FormattedHeader
cz.msebera.android.httpclient.
HeaderElement
cz.msebera.android.httpclient.message.
HeaderValueFormatter
cz.msebera.android.httpclient.message.
HeaderValueParser
cz.msebera.android.httpclient.conn.scheme.
HostNameResolver
javax.net.ssl.HostnameVerifier
cz.msebera.android.httpclient.conn.ssl.
X509HostnameVerifier
cz.msebera.android.httpclient.client.cache.
HttpCacheEntrySerializer
cz.msebera.android.httpclient.client.cache.
HttpCacheInvalidator
cz.msebera.android.httpclient.client.cache.
HttpCacheStorage
cz.msebera.android.httpclient.client.cache.
HttpCacheUpdateCallback
cz.msebera.android.httpclient.client.
HttpClient
cz.msebera.android.httpclient.conn.
HttpClientConnectionManager
cz.msebera.android.httpclient.
HttpConnectionFactory
<T>
cz.msebera.android.httpclient.conn.
HttpConnectionFactory
<T,C>
cz.msebera.android.httpclient.
HttpConnectionMetrics
cz.msebera.android.httpclient.protocol.
HttpContext
cz.msebera.android.httpclient.
HttpEntity
cz.msebera.android.httpclient.client.methods.
HttpExecutionAware
cz.msebera.android.httpclient.protocol.
HttpExpectationVerifier
cz.msebera.android.httpclient.
HttpMessage
cz.msebera.android.httpclient.client.methods.
CloseableHttpResponse
(also extends java.io.Closeable, cz.msebera.android.httpclient.
HttpResponse
)
cz.msebera.android.httpclient.
HttpEntityEnclosingRequest
cz.msebera.android.httpclient.
HttpRequest
cz.msebera.android.httpclient.
HttpEntityEnclosingRequest
cz.msebera.android.httpclient.client.methods.
HttpUriRequest
cz.msebera.android.httpclient.
HttpResponse
cz.msebera.android.httpclient.client.methods.
CloseableHttpResponse
(also extends java.io.Closeable)
cz.msebera.android.httpclient.client.methods.
HttpUriRequest
cz.msebera.android.httpclient.io.
HttpMessageParser
<T>
cz.msebera.android.httpclient.io.
HttpMessageParserFactory
<T>
cz.msebera.android.httpclient.io.
HttpMessageWriter
<T>
cz.msebera.android.httpclient.io.
HttpMessageWriterFactory
<T>
cz.msebera.android.httpclient.params.
HttpParams
cz.msebera.android.httpclient.params.
HttpParamsNames
cz.msebera.android.httpclient.
HttpRequestFactory
cz.msebera.android.httpclient.protocol.
HttpRequestHandler
cz.msebera.android.httpclient.protocol.
HttpRequestHandlerMapper
cz.msebera.android.httpclient.protocol.
HttpRequestHandlerResolver
cz.msebera.android.httpclient.
HttpRequestInterceptor
cz.msebera.android.httpclient.protocol.
HttpProcessor
(also extends cz.msebera.android.httpclient.
HttpResponseInterceptor
)
cz.msebera.android.httpclient.protocol.
HttpRequestInterceptorList
cz.msebera.android.httpclient.client.
HttpRequestRetryHandler
cz.msebera.android.httpclient.
HttpResponseFactory
cz.msebera.android.httpclient.
HttpResponseInterceptor
cz.msebera.android.httpclient.protocol.
HttpProcessor
(also extends cz.msebera.android.httpclient.
HttpRequestInterceptor
)
cz.msebera.android.httpclient.protocol.
HttpResponseInterceptorList
cz.msebera.android.httpclient.conn.routing.
HttpRouteDirector
cz.msebera.android.httpclient.conn.routing.
HttpRoutePlanner
cz.msebera.android.httpclient.
HttpStatus
cz.msebera.android.httpclient.io.
HttpTransportMetrics
cz.msebera.android.httpclient.client.utils.
Idn
java.util.Iterator<E>
cz.msebera.android.httpclient.
HeaderElementIterator
cz.msebera.android.httpclient.
HeaderIterator
cz.msebera.android.httpclient.
TokenIterator
cz.msebera.android.httpclient.message.
LineFormatter
cz.msebera.android.httpclient.message.
LineParser
cz.msebera.android.httpclient.config.
Lookup
<I>
cz.msebera.android.httpclient.
NameValuePair
cz.msebera.android.httpclient.impl.auth.
NTLMEngine
cz.msebera.android.httpclient.pool.
PoolEntryCallback
<T,C>
cz.msebera.android.httpclient.impl.conn.tsccm.
PoolEntryRequest
cz.msebera.android.httpclient.conn.ssl.
PrivateKeyStrategy
cz.msebera.android.httpclient.
ReasonPhraseCatalog
cz.msebera.android.httpclient.client.
RedirectHandler
cz.msebera.android.httpclient.client.
RedirectStrategy
cz.msebera.android.httpclient.client.
RequestDirector
cz.msebera.android.httpclient.
RequestLine
cz.msebera.android.httpclient.client.cache.
ResourceFactory
cz.msebera.android.httpclient.client.
ResponseHandler
<T>
cz.msebera.android.httpclient.conn.routing.
RouteInfo
cz.msebera.android.httpclient.conn.
SchemePortResolver
cz.msebera.android.httpclient.conn.scheme.
SchemeSocketFactory
cz.msebera.android.httpclient.conn.scheme.
LayeredSchemeSocketFactory
cz.msebera.android.httpclient.conn.scheme.
SchemeLayeredSocketFactory
java.io.Serializable
cz.msebera.android.httpclient.client.cache.
Resource
cz.msebera.android.httpclient.client.
ServiceUnavailableRetryStrategy
cz.msebera.android.httpclient.io.
SessionInputBuffer
cz.msebera.android.httpclient.io.
SessionOutputBuffer
cz.msebera.android.httpclient.cookie.
SM
cz.msebera.android.httpclient.conn.scheme.
SocketFactory
cz.msebera.android.httpclient.conn.scheme.
LayeredSocketFactory
cz.msebera.android.httpclient.impl.auth.
SpnegoTokenGenerator
cz.msebera.android.httpclient.
StatusLine
cz.msebera.android.httpclient.conn.ssl.
TrustStrategy
cz.msebera.android.httpclient.client.
UserTokenHandler
Annotation Type Hierarchy
cz.msebera.android.httpclient.annotation.
GuardedBy
(implements java.lang.annotation.Annotation)
cz.msebera.android.httpclient.annotation.
Immutable
(implements java.lang.annotation.Annotation)
cz.msebera.android.httpclient.annotation.
NotThreadSafe
(implements java.lang.annotation.Annotation)
cz.msebera.android.httpclient.annotation.
ThreadSafe
(implements java.lang.annotation.Annotation)
Enum Hierarchy
java.lang.Object
java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
cz.msebera.android.httpclient.auth.
AuthProtocolState
cz.msebera.android.httpclient.auth.
ChallengeState
cz.msebera.android.httpclient.client.cache.
CacheResponseStatus
cz.msebera.android.httpclient.conn.routing.
RouteInfo.TunnelType
cz.msebera.android.httpclient.conn.routing.
RouteInfo.LayerType
cz.msebera.android.httpclient.entity.mime.
HttpMultipartMode
cz.msebera.android.httpclient.impl.cookie.
BrowserCompatSpecFactory.SecurityLevel
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes