JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.apache.http
,
org.apache.http.annotation
,
org.apache.http.auth
,
org.apache.http.auth.params
,
org.apache.http.client
,
org.apache.http.client.config
,
org.apache.http.client.entity
,
org.apache.http.client.methods
,
org.apache.http.client.params
,
org.apache.http.client.protocol
,
org.apache.http.client.utils
,
org.apache.http.concurrent
,
org.apache.http.config
,
org.apache.http.conn
,
org.apache.http.conn.params
,
org.apache.http.conn.routing
,
org.apache.http.conn.scheme
,
org.apache.http.conn.socket
,
org.apache.http.conn.ssl
,
org.apache.http.conn.util
,
org.apache.http.cookie
,
org.apache.http.cookie.params
,
org.apache.http.entity
,
org.apache.http.impl
,
org.apache.http.impl.auth
,
org.apache.http.impl.bootstrap
,
org.apache.http.impl.client
,
org.apache.http.impl.conn
,
org.apache.http.impl.conn.tsccm
,
org.apache.http.impl.cookie
,
org.apache.http.impl.entity
,
org.apache.http.impl.execchain
,
org.apache.http.impl.io
,
org.apache.http.impl.pool
,
org.apache.http.io
,
org.apache.http.message
,
org.apache.http.params
,
org.apache.http.pool
,
org.apache.http.protocol
,
org.apache.http.ssl
,
org.apache.http.util
Class Hierarchy
java.lang.Object
org.apache.http.impl.client.
AbstractAuthenticationHandler
(implements org.apache.http.client.
AuthenticationHandler
)
org.apache.http.impl.client.
DefaultProxyAuthenticationHandler
org.apache.http.impl.client.
DefaultTargetAuthenticationHandler
org.apache.http.impl.conn.
AbstractClientConnAdapter
(implements org.apache.http.protocol.
HttpContext
, org.apache.http.conn.
ManagedClientConnection
)
org.apache.http.impl.conn.
AbstractPooledConnAdapter
org.apache.http.impl.conn.tsccm.
BasicPooledConnAdapter
org.apache.http.impl.conn.
SingleClientConnManager.ConnAdapter
java.util.AbstractCollection<E> (implements java.util.Collection<E>)
java.util.AbstractList<E> (implements java.util.List<E>)
org.apache.http.impl.client.
RedirectLocations
org.apache.http.pool.
AbstractConnPool
<T,C,E> (implements org.apache.http.pool.
ConnPool
<T,E>, org.apache.http.pool.
ConnPoolControl
<T>)
org.apache.http.impl.pool.
BasicConnPool
org.apache.http.impl.conn.
CPool
org.apache.http.impl.conn.
HttpConnPool
org.apache.http.impl.conn.tsccm.
AbstractConnPool
org.apache.http.impl.conn.tsccm.
ConnPoolByRoute
org.apache.http.impl.cookie.
AbstractCookieAttributeHandler
(implements org.apache.http.cookie.
CookieAttributeHandler
)
org.apache.http.impl.cookie.
BasicCommentHandler
(implements org.apache.http.cookie.
CommonCookieAttributeHandler
)
org.apache.http.impl.cookie.
BasicExpiresHandler
(implements org.apache.http.cookie.
CommonCookieAttributeHandler
)
org.apache.http.impl.cookie.
BasicMaxAgeHandler
(implements org.apache.http.cookie.
CommonCookieAttributeHandler
)
org.apache.http.impl.cookie.
BasicSecureHandler
(implements org.apache.http.cookie.
CommonCookieAttributeHandler
)
org.apache.http.impl.cookie.
BrowserCompatVersionAttributeHandler
(implements org.apache.http.cookie.
CommonCookieAttributeHandler
)
org.apache.http.impl.cookie.
LaxExpiresHandler
(implements org.apache.http.cookie.
CommonCookieAttributeHandler
)
org.apache.http.impl.cookie.
LaxMaxAgeHandler
(implements org.apache.http.cookie.
CommonCookieAttributeHandler
)
org.apache.http.impl.cookie.
RFC2109VersionHandler
(implements org.apache.http.cookie.
CommonCookieAttributeHandler
)
org.apache.http.impl.cookie.
AbstractCookieSpec
(implements org.apache.http.cookie.
CookieSpec
)
org.apache.http.impl.cookie.
CookieSpecBase
org.apache.http.impl.cookie.
BrowserCompatSpec
org.apache.http.impl.cookie.
IgnoreSpec
org.apache.http.impl.cookie.
NetscapeDraftSpec
org.apache.http.impl.cookie.
RFC2109Spec
org.apache.http.impl.cookie.
RFC2965Spec
org.apache.http.impl.
AbstractHttpClientConnection
(implements org.apache.http.
HttpClientConnection
)
org.apache.http.impl.
SocketHttpClientConnection
(implements org.apache.http.
HttpInetConnection
)
org.apache.http.impl.conn.
DefaultClientConnection
(implements org.apache.http.protocol.
HttpContext
, org.apache.http.conn.
ManagedHttpClientConnection
, org.apache.http.conn.
OperatedClientConnection
)
org.apache.http.impl.
DefaultHttpClientConnection
org.apache.http.entity.
AbstractHttpEntity
(implements org.apache.http.
HttpEntity
)
org.apache.http.entity.
BasicHttpEntity
org.apache.http.entity.
ByteArrayEntity
(implements java.lang.Cloneable)
org.apache.http.entity.
EntityTemplate
org.apache.http.entity.
FileEntity
(implements java.lang.Cloneable)
org.apache.http.entity.
InputStreamEntity
org.apache.http.entity.
SerializableEntity
org.apache.http.entity.
StringEntity
(implements java.lang.Cloneable)
org.apache.http.client.entity.
UrlEncodedFormEntity
org.apache.http.message.
AbstractHttpMessage
(implements org.apache.http.
HttpMessage
)
org.apache.http.client.methods.
AbstractExecutionAwareRequest
(implements org.apache.http.client.methods.
AbortableHttpRequest
, java.lang.Cloneable, org.apache.http.client.methods.
HttpExecutionAware
, org.apache.http.
HttpRequest
)
org.apache.http.client.methods.
HttpRequestBase
(implements org.apache.http.client.methods.
Configurable
, org.apache.http.client.methods.
HttpUriRequest
)
org.apache.http.client.methods.
HttpDelete
org.apache.http.client.methods.
HttpEntityEnclosingRequestBase
(implements org.apache.http.
HttpEntityEnclosingRequest
)
org.apache.http.client.methods.
HttpPatch
org.apache.http.client.methods.
HttpPost
org.apache.http.client.methods.
HttpPut
org.apache.http.client.methods.
RequestBuilder.InternalEntityEclosingRequest
org.apache.http.client.methods.
HttpGet
org.apache.http.client.methods.
HttpHead
org.apache.http.client.methods.
HttpOptions
org.apache.http.client.methods.
HttpTrace
org.apache.http.client.methods.
RequestBuilder.InternalRequest
org.apache.http.message.
BasicHttpRequest
(implements org.apache.http.
HttpRequest
)
org.apache.http.message.
BasicHttpEntityEnclosingRequest
(implements org.apache.http.
HttpEntityEnclosingRequest
)
org.apache.http.message.
BasicHttpResponse
(implements org.apache.http.
HttpResponse
)
org.apache.http.client.methods.
HttpRequestWrapper
(implements org.apache.http.client.methods.
HttpUriRequest
)
org.apache.http.client.methods.
HttpRequestWrapper.HttpEntityEnclosingRequestWrapper
(implements org.apache.http.
HttpEntityEnclosingRequest
)
org.apache.http.impl.client.
RequestWrapper
(implements org.apache.http.client.methods.
HttpUriRequest
)
org.apache.http.impl.client.
EntityEnclosingRequestWrapper
(implements org.apache.http.
HttpEntityEnclosingRequest
)
org.apache.http.params.
AbstractHttpParams
(implements org.apache.http.params.
HttpParams
, org.apache.http.params.
HttpParamsNames
)
org.apache.http.params.
BasicHttpParams
(implements java.lang.Cloneable, java.io.Serializable)
org.apache.http.params.
SyncBasicHttpParams
org.apache.http.impl.client.
ClientParamsStack
org.apache.http.params.
DefaultedHttpParams
org.apache.http.impl.
AbstractHttpServerConnection
(implements org.apache.http.
HttpServerConnection
)
org.apache.http.impl.
SocketHttpServerConnection
(implements org.apache.http.
HttpInetConnection
)
org.apache.http.impl.
DefaultHttpServerConnection
org.apache.http.impl.io.
AbstractMessageParser
<T> (implements org.apache.http.io.
HttpMessageParser
<T>)
org.apache.http.impl.io.
DefaultHttpRequestParser
org.apache.http.impl.io.
DefaultHttpResponseParser
org.apache.http.impl.conn.
DefaultHttpResponseParser
org.apache.http.impl.conn.
DefaultResponseParser
org.apache.http.impl.io.
HttpRequestParser
org.apache.http.impl.io.
HttpResponseParser
org.apache.http.impl.io.
AbstractMessageWriter
<T> (implements org.apache.http.io.
HttpMessageWriter
<T>)
org.apache.http.impl.io.
DefaultHttpRequestWriter
org.apache.http.impl.io.
DefaultHttpResponseWriter
org.apache.http.impl.io.
HttpRequestWriter
org.apache.http.impl.io.
HttpResponseWriter
org.apache.http.impl.conn.
AbstractPoolEntry
org.apache.http.impl.conn.tsccm.
BasicPoolEntry
org.apache.http.impl.conn.
SingleClientConnManager.PoolEntry
org.apache.http.impl.client.
AbstractResponseHandler
<T> (implements org.apache.http.client.
ResponseHandler
<T>)
org.apache.http.impl.client.
BasicResponseHandler
org.apache.http.impl.io.
AbstractSessionInputBuffer
(implements org.apache.http.io.
BufferInfo
, org.apache.http.io.
SessionInputBuffer
)
org.apache.http.impl.io.
SocketInputBuffer
(implements org.apache.http.io.
EofSensor
)
org.apache.http.impl.io.
AbstractSessionOutputBuffer
(implements org.apache.http.io.
BufferInfo
, org.apache.http.io.
SessionOutputBuffer
)
org.apache.http.impl.io.
SocketOutputBuffer
org.apache.http.conn.ssl.
AbstractVerifier
(implements org.apache.http.conn.ssl.
X509HostnameVerifier
)
org.apache.http.conn.ssl.
AllowAllHostnameVerifier
org.apache.http.conn.ssl.
BrowserCompatHostnameVerifier
org.apache.http.conn.ssl.
StrictHostnameVerifier
org.apache.http.impl.client.
AIMDBackoffManager
(implements org.apache.http.client.
BackoffManager
)
org.apache.http.util.
Args
org.apache.http.util.
Asserts
org.apache.http.auth.
AUTH
org.apache.http.impl.client.
AuthenticationStrategyAdaptor
(implements org.apache.http.client.
AuthenticationStrategy
)
org.apache.http.impl.client.
AuthenticationStrategyImpl
(implements org.apache.http.client.
AuthenticationStrategy
)
org.apache.http.impl.client.
ProxyAuthenticationStrategy
org.apache.http.impl.client.
TargetAuthenticationStrategy
org.apache.http.auth.
AuthOption
org.apache.http.auth.params.
AuthParams
org.apache.http.client.params.
AuthPolicy
org.apache.http.impl.auth.
AuthSchemeBase
(implements org.apache.http.auth.
ContextAwareAuthScheme
)
org.apache.http.impl.auth.
GGSSchemeBase
org.apache.http.impl.auth.
KerberosScheme
org.apache.http.impl.auth.
NegotiateScheme
org.apache.http.impl.auth.
SPNegoScheme
org.apache.http.impl.auth.
NTLMScheme
org.apache.http.impl.auth.
RFC2617Scheme
(implements java.io.Serializable)
org.apache.http.impl.auth.
BasicScheme
org.apache.http.impl.auth.
DigestScheme
org.apache.http.auth.
AuthSchemeRegistry
(implements org.apache.http.config.
Lookup
<I>)
org.apache.http.client.config.
AuthSchemes
org.apache.http.auth.
AuthScope
org.apache.http.auth.
AuthState
org.apache.http.impl.client.
AutoRetryHttpClient
(implements org.apache.http.client.
HttpClient
)
org.apache.http.impl.execchain.
BackoffStrategyExec
(implements org.apache.http.impl.execchain.
ClientExecChain
)
org.apache.http.impl.client.
BasicAuthCache
(implements org.apache.http.client.
AuthCache
)
org.apache.http.impl.conn.
BasicClientConnectionManager
(implements org.apache.http.conn.
ClientConnectionManager
)
org.apache.http.impl.cookie.
BasicClientCookie
(implements org.apache.http.cookie.
ClientCookie
, java.lang.Cloneable, java.io.Serializable, org.apache.http.cookie.
SetCookie
)
org.apache.http.impl.cookie.
BasicClientCookie2
(implements org.apache.http.cookie.
SetCookie2
)
org.apache.http.impl.pool.
BasicConnFactory
(implements org.apache.http.pool.
ConnFactory
<T,C>)
org.apache.http.impl.client.
BasicCookieStore
(implements org.apache.http.client.
CookieStore
, java.io.Serializable)
org.apache.http.impl.client.
BasicCredentialsProvider
(implements org.apache.http.client.
CredentialsProvider
)
org.apache.http.impl.cookie.
BasicDomainHandler
(implements org.apache.http.cookie.
CommonCookieAttributeHandler
)
org.apache.http.impl.cookie.
NetscapeDomainHandler
org.apache.http.conn.
BasicEofSensorWatcher
(implements org.apache.http.conn.
EofSensorWatcher
)
org.apache.http.concurrent.
BasicFuture
<T> (implements org.apache.http.concurrent.
Cancellable
, java.util.concurrent.Future<V>)
org.apache.http.message.
BasicHeader
(implements java.lang.Cloneable, org.apache.http.
Header
, java.io.Serializable)
org.apache.http.message.
BasicHeaderElement
(implements java.lang.Cloneable, org.apache.http.
HeaderElement
)
org.apache.http.message.
BasicHeaderElementIterator
(implements org.apache.http.
HeaderElementIterator
)
org.apache.http.message.
BasicHeaderIterator
(implements org.apache.http.
HeaderIterator
)
org.apache.http.message.
BasicHeaderValueFormatter
(implements org.apache.http.message.
HeaderValueFormatter
)
org.apache.http.message.
BasicHeaderValueParser
(implements org.apache.http.message.
HeaderValueParser
)
org.apache.http.impl.conn.
BasicHttpClientConnectionManager
(implements java.io.Closeable, org.apache.http.conn.
HttpClientConnectionManager
)
org.apache.http.protocol.
BasicHttpContext
(implements org.apache.http.protocol.
HttpContext
)
org.apache.http.protocol.
SyncBasicHttpContext
org.apache.http.protocol.
BasicHttpProcessor
(implements java.lang.Cloneable, org.apache.http.protocol.
HttpProcessor
, org.apache.http.protocol.
HttpRequestInterceptorList
, org.apache.http.protocol.
HttpResponseInterceptorList
)
org.apache.http.message.
BasicLineFormatter
(implements org.apache.http.message.
LineFormatter
)
org.apache.http.message.
BasicLineParser
(implements org.apache.http.message.
LineParser
)
org.apache.http.message.
BasicListHeaderIterator
(implements org.apache.http.
HeaderIterator
)
org.apache.http.message.
BasicNameValuePair
(implements java.lang.Cloneable, org.apache.http.
NameValuePair
, java.io.Serializable)
org.apache.http.impl.cookie.
BasicPathHandler
(implements org.apache.http.cookie.
CommonCookieAttributeHandler
)
org.apache.http.message.
BasicRequestLine
(implements java.lang.Cloneable, org.apache.http.
RequestLine
, java.io.Serializable)
org.apache.http.conn.routing.
BasicRouteDirector
(implements org.apache.http.conn.routing.
HttpRouteDirector
)
org.apache.http.impl.auth.
BasicSchemeFactory
(implements org.apache.http.auth.
AuthSchemeFactory
, org.apache.http.auth.
AuthSchemeProvider
)
org.apache.http.message.
BasicStatusLine
(implements java.lang.Cloneable, java.io.Serializable, org.apache.http.
StatusLine
)
org.apache.http.message.
BasicTokenIterator
(implements org.apache.http.
TokenIterator
)
org.apache.http.auth.
BasicUserPrincipal
(implements java.security.Principal, java.io.Serializable)
org.apache.http.impl.cookie.
BestMatchSpecFactory
(implements org.apache.http.cookie.
CookieSpecFactory
, org.apache.http.cookie.
CookieSpecProvider
)
org.apache.http.impl.
BHttpConnectionBase
(implements org.apache.http.
HttpConnection
, org.apache.http.
HttpInetConnection
)
org.apache.http.impl.
DefaultBHttpClientConnection
(implements org.apache.http.
HttpClientConnection
)
org.apache.http.impl.conn.
DefaultManagedHttpClientConnection
(implements org.apache.http.protocol.
HttpContext
, org.apache.http.conn.
ManagedHttpClientConnection
)
org.apache.http.impl.conn.
LoggingManagedHttpClientConnection
org.apache.http.impl.
DefaultBHttpServerConnection
(implements org.apache.http.
HttpServerConnection
)
org.apache.http.impl.cookie.
BrowserCompatSpecFactory
(implements org.apache.http.cookie.
CookieSpecFactory
, org.apache.http.cookie.
CookieSpecProvider
)
org.apache.http.message.
BufferedHeader
(implements java.lang.Cloneable, org.apache.http.
FormattedHeader
, java.io.Serializable)
org.apache.http.util.
ByteArrayBuffer
(implements java.io.Serializable)
org.apache.http.protocol.
ChainBuilder
<E>
org.apache.http.util.
CharArrayBuffer
(implements java.lang.CharSequence, java.io.Serializable)
org.apache.http.util.
CharsetUtils
org.apache.http.client.protocol.
ClientContextConfigurer
(implements org.apache.http.client.protocol.
ClientContext
)
org.apache.http.client.utils.
CloneUtils
org.apache.http.impl.client.
CloseableHttpClient
(implements java.io.Closeable, org.apache.http.client.
HttpClient
)
org.apache.http.impl.client.
AbstractHttpClient
org.apache.http.impl.client.
DefaultHttpClient
org.apache.http.impl.client.
ContentEncodingHttpClient
org.apache.http.impl.client.
SystemDefaultHttpClient
org.apache.http.impl.client.
InternalHttpClient
(implements org.apache.http.client.methods.
Configurable
)
org.apache.http.impl.client.
MinimalHttpClient
org.apache.http.impl.client.
CloseableHttpResponseProxy
(implements java.lang.reflect.InvocationHandler)
org.apache.http.config.
ConnectionConfig
(implements java.lang.Cloneable)
org.apache.http.config.
ConnectionConfig.Builder
org.apache.http.impl.execchain.
ConnectionHolder
(implements org.apache.http.concurrent.
Cancellable
, java.io.Closeable, org.apache.http.conn.
ConnectionReleaseTrigger
)
org.apache.http.conn.params.
ConnManagerParams
(implements org.apache.http.conn.params.
ConnManagerPNames
)
org.apache.http.conn.params.
ConnPerRouteBean
(implements org.apache.http.conn.params.
ConnPerRoute
)
org.apache.http.conn.params.
ConnRouteParams
(implements org.apache.http.conn.params.
ConnRoutePNames
)
org.apache.http.impl.
ConnSupport
org.apache.http.
Consts
org.apache.http.entity.
ContentType
(implements java.io.Serializable)
org.apache.http.cookie.
CookieIdentityComparator
(implements java.util.Comparator<T>, java.io.Serializable)
org.apache.http.cookie.
CookieOrigin
org.apache.http.cookie.
CookiePathComparator
(implements java.util.Comparator<T>, java.io.Serializable)
org.apache.http.client.params.
CookiePolicy
org.apache.http.cookie.
CookiePriorityComparator
(implements java.util.Comparator<T>)
org.apache.http.impl.client.
CookieSpecRegistries
org.apache.http.cookie.
CookieSpecRegistry
(implements org.apache.http.config.
Lookup
<I>)
org.apache.http.client.config.
CookieSpecs
org.apache.http.impl.conn.
CPoolProxy
(implements org.apache.http.protocol.
HttpContext
, org.apache.http.conn.
ManagedHttpClientConnection
)
org.apache.http.impl.cookie.
DateUtils
org.apache.http.client.utils.
DateUtils
org.apache.http.client.utils.
DateUtils.DateFormatHolder
org.apache.http.impl.client.
DecompressingHttpClient
(implements org.apache.http.client.
HttpClient
)
org.apache.http.impl.client.
DefaultBackoffStrategy
(implements org.apache.http.client.
ConnectionBackoffStrategy
)
org.apache.http.impl.
DefaultBHttpClientConnectionFactory
(implements org.apache.http.
HttpConnectionFactory
<T>)
org.apache.http.impl.
DefaultBHttpServerConnectionFactory
(implements org.apache.http.
HttpConnectionFactory
<T>)
org.apache.http.impl.conn.
DefaultClientConnectionOperator
(implements org.apache.http.conn.
ClientConnectionOperator
)
org.apache.http.impl.client.
DefaultConnectionKeepAliveStrategy
(implements org.apache.http.conn.
ConnectionKeepAliveStrategy
)
org.apache.http.impl.
DefaultConnectionReuseStrategy
(implements org.apache.http.
ConnectionReuseStrategy
)
org.apache.http.impl.client.
DefaultClientConnectionReuseStrategy
org.apache.http.impl.cookie.
DefaultCookieSpec
(implements org.apache.http.cookie.
CookieSpec
)
org.apache.http.impl.cookie.
BestMatchSpec
org.apache.http.impl.cookie.
DefaultCookieSpecProvider
(implements org.apache.http.cookie.
CookieSpecProvider
)
org.apache.http.protocol.
DefaultedHttpContext
(implements org.apache.http.protocol.
HttpContext
)
org.apache.http.conn.ssl.
DefaultHostnameVerifier
(implements javax.net.ssl.HostnameVerifier)
org.apache.http.impl.conn.
DefaultHttpClientConnectionOperator
(implements org.apache.http.conn.
HttpClientConnectionOperator
)
org.apache.http.impl.
DefaultHttpRequestFactory
(implements org.apache.http.
HttpRequestFactory
)
org.apache.http.impl.io.
DefaultHttpRequestParserFactory
(implements org.apache.http.io.
HttpMessageParserFactory
<T>)
org.apache.http.impl.client.
DefaultHttpRequestRetryHandler
(implements org.apache.http.client.
HttpRequestRetryHandler
)
org.apache.http.impl.client.
StandardHttpRequestRetryHandler
org.apache.http.impl.io.
DefaultHttpRequestWriterFactory
(implements org.apache.http.io.
HttpMessageWriterFactory
<T>)
org.apache.http.impl.
DefaultHttpResponseFactory
(implements org.apache.http.
HttpResponseFactory
)
org.apache.http.impl.io.
DefaultHttpResponseParserFactory
(implements org.apache.http.io.
HttpMessageParserFactory
<T>)
org.apache.http.impl.conn.
DefaultHttpResponseParserFactory
(implements org.apache.http.io.
HttpMessageParserFactory
<T>)
org.apache.http.impl.io.
DefaultHttpResponseWriterFactory
(implements org.apache.http.io.
HttpMessageWriterFactory
<T>)
org.apache.http.impl.conn.
DefaultHttpRoutePlanner
(implements org.apache.http.conn.routing.
HttpRoutePlanner
)
org.apache.http.impl.client.
DefaultRedirectHandler
(implements org.apache.http.client.
RedirectHandler
)
org.apache.http.impl.client.
DefaultRedirectStrategy
(implements org.apache.http.client.
RedirectStrategy
)
org.apache.http.impl.client.
LaxRedirectStrategy
org.apache.http.impl.client.
DefaultRedirectStrategyAdaptor
(implements org.apache.http.client.
RedirectStrategy
)
org.apache.http.impl.client.
DefaultRequestDirector
(implements org.apache.http.client.
RequestDirector
)
org.apache.http.impl.conn.
DefaultRoutePlanner
(implements org.apache.http.conn.routing.
HttpRoutePlanner
)
org.apache.http.impl.conn.
DefaultProxyRoutePlanner
org.apache.http.impl.conn.
SystemDefaultRoutePlanner
org.apache.http.impl.conn.
DefaultSchemePortResolver
(implements org.apache.http.conn.
SchemePortResolver
)
org.apache.http.impl.client.
DefaultServiceUnavailableRetryStrategy
(implements org.apache.http.client.
ServiceUnavailableRetryStrategy
)
org.apache.http.impl.client.
DefaultUserTokenHandler
(implements org.apache.http.client.
UserTokenHandler
)
org.apache.http.impl.auth.
DigestSchemeFactory
(implements org.apache.http.auth.
AuthSchemeFactory
, org.apache.http.auth.
AuthSchemeProvider
)
org.apache.http.impl.entity.
DisallowIdentityContentLengthStrategy
(implements org.apache.http.entity.
ContentLengthStrategy
)
org.apache.http.util.
EncodingUtils
org.apache.http.impl.
EnglishReasonPhraseCatalog
(implements org.apache.http.
ReasonPhraseCatalog
)
org.apache.http.client.entity.
EntityBuilder
org.apache.http.impl.entity.
EntityDeserializer
org.apache.http.impl.entity.
EntitySerializer
org.apache.http.util.
EntityUtils
org.apache.http.util.
ExceptionUtils
org.apache.http.impl.client.
FutureRequestExecutionMetrics
org.apache.http.impl.client.
FutureRequestExecutionMetrics.DurationCounter
org.apache.http.impl.client.
FutureRequestExecutionService
(implements java.io.Closeable)
java.util.concurrent.FutureTask<V> (implements java.util.concurrent.RunnableFuture<V>)
org.apache.http.impl.client.
HttpRequestFutureTask
<V>
org.apache.http.message.
HeaderGroup
(implements java.lang.Cloneable, java.io.Serializable)
org.apache.http.protocol.
HTTP
org.apache.http.params.
HttpAbstractParamBean
org.apache.http.auth.params.
AuthParamBean
org.apache.http.client.params.
ClientParamBean
org.apache.http.conn.params.
ConnConnectionParamBean
org.apache.http.conn.params.
ConnManagerParamBean
org.apache.http.conn.params.
ConnRouteParamBean
org.apache.http.cookie.params.
CookieSpecParamBean
org.apache.http.params.
HttpConnectionParamBean
org.apache.http.params.
HttpProtocolParamBean
org.apache.http.impl.auth.
HttpAuthenticator
org.apache.http.impl.client.
HttpAuthenticator
org.apache.http.impl.client.
HttpClientBuilder
org.apache.http.client.params.
HttpClientParamConfig
org.apache.http.client.params.
HttpClientParams
org.apache.http.impl.client.
HttpClients
org.apache.http.client.utils.
HttpClientUtils
org.apache.http.impl.
HttpConnectionMetricsImpl
(implements org.apache.http.
HttpConnectionMetrics
)
org.apache.http.params.
HttpConnectionParams
(implements org.apache.http.params.
CoreConnectionPNames
)
org.apache.http.impl.conn.
HttpConnPool.InternalConnFactory
(implements org.apache.http.pool.
ConnFactory
<T,C>)
org.apache.http.protocol.
HttpCoreContext
(implements org.apache.http.protocol.
HttpContext
)
org.apache.http.client.protocol.
HttpClientContext
org.apache.http.protocol.
HttpDateGenerator
org.apache.http.entity.
HttpEntityWrapper
(implements org.apache.http.
HttpEntity
)
org.apache.http.conn.
BasicManagedEntity
(implements org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.conn.
EofSensorWatcher
)
org.apache.http.entity.
BufferedHttpEntity
org.apache.http.client.entity.
DecompressingEntity
org.apache.http.client.entity.
DeflateDecompressingEntity
org.apache.http.client.entity.
GzipDecompressingEntity
org.apache.http.impl.client.
EntityEnclosingRequestWrapper.EntityWrapper
org.apache.http.client.entity.
GzipCompressingEntity
org.apache.http.impl.execchain.
ResponseEntityProxy
(implements org.apache.http.conn.
EofSensorWatcher
)
org.apache.http.
HttpHeaders
org.apache.http.
HttpHost
(implements java.lang.Cloneable, java.io.Serializable)
org.apache.http.params.
HttpParamConfig
org.apache.http.protocol.
HttpProcessorBuilder
org.apache.http.params.
HttpProtocolParams
(implements org.apache.http.params.
CoreProtocolPNames
)
org.apache.http.protocol.
HttpRequestExecutor
org.apache.http.protocol.
HttpRequestHandlerRegistry
(implements org.apache.http.protocol.
HttpRequestHandlerResolver
)
org.apache.http.impl.client.
HttpRequestTaskCallable
<V> (implements java.util.concurrent.Callable<V>)
org.apache.http.impl.execchain.
HttpResponseProxy
(implements org.apache.http.client.methods.
CloseableHttpResponse
)
org.apache.http.conn.routing.
HttpRoute
(implements java.lang.Cloneable, org.apache.http.conn.routing.
RouteInfo
)
org.apache.http.impl.bootstrap.
HttpServer
org.apache.http.protocol.
HttpService
org.apache.http.impl.io.
HttpTransportMetricsImpl
(implements org.apache.http.io.
HttpTransportMetrics
)
org.apache.http.impl.client.
IdleConnectionEvictor
org.apache.http.impl.client.
IdleConnectionEvictor.DefaultThreadFactory
(implements java.util.concurrent.ThreadFactory)
org.apache.http.impl.conn.
IdleConnectionHandler
org.apache.http.impl.cookie.
IgnoreSpecFactory
(implements org.apache.http.cookie.
CookieSpecFactory
, org.apache.http.cookie.
CookieSpecProvider
)
org.apache.http.impl.cookie.
IgnoreSpecProvider
(implements org.apache.http.cookie.
CookieSpecProvider
)
org.apache.http.protocol.
ImmutableHttpProcessor
(implements org.apache.http.protocol.
HttpProcessor
)
org.apache.http.conn.util.
InetAddressUtils
org.apache.http.impl.conn.
InMemoryDnsResolver
(implements org.apache.http.conn.
DnsResolver
)
java.io.InputStream (implements java.io.Closeable)
org.apache.http.impl.io.
ChunkedInputStream
org.apache.http.impl.io.
ContentLengthInputStream
org.apache.http.client.entity.
DeflateInputStream
org.apache.http.impl.io.
EmptyInputStream
org.apache.http.conn.
EofSensorInputStream
(implements org.apache.http.conn.
ConnectionReleaseTrigger
)
java.io.FilterInputStream
java.util.zip.InflaterInputStream
org.apache.http.client.entity.
DeflateInputStream.DeflateStream
org.apache.http.impl.io.
IdentityInputStream
org.apache.http.client.entity.
LazyDecompressingInputStream
org.apache.http.impl.conn.
LoggingInputStream
org.apache.http.client.utils.
JdkIdn
(implements org.apache.http.client.utils.
Idn
)
org.apache.http.auth.
KerberosCredentials
(implements org.apache.http.auth.
Credentials
, java.io.Serializable)
org.apache.http.impl.auth.
KerberosSchemeFactory
(implements org.apache.http.auth.
AuthSchemeFactory
, org.apache.http.auth.
AuthSchemeProvider
)
org.apache.http.util.
LangUtils
org.apache.http.impl.entity.
LaxContentLengthStrategy
(implements org.apache.http.entity.
ContentLengthStrategy
)
org.apache.http.impl.conn.
LoggingSessionInputBuffer
(implements org.apache.http.io.
EofSensor
, org.apache.http.io.
SessionInputBuffer
)
org.apache.http.impl.conn.
LoggingSessionOutputBuffer
(implements org.apache.http.io.
SessionOutputBuffer
)
org.apache.http.impl.execchain.
MainClientExec
(implements org.apache.http.impl.execchain.
ClientExecChain
)
org.apache.http.impl.conn.
ManagedClientConnectionImpl
(implements org.apache.http.conn.
ManagedClientConnection
)
org.apache.http.impl.conn.
ManagedHttpClientConnectionFactory
(implements org.apache.http.conn.
HttpConnectionFactory
<T,C>)
org.apache.http.config.
MessageConstraints
(implements java.lang.Cloneable)
org.apache.http.config.
MessageConstraints.Builder
org.apache.http.impl.execchain.
MinimalClientExec
(implements org.apache.http.impl.execchain.
ClientExecChain
)
org.apache.http.conn.
MultihomePlainSocketFactory
(implements org.apache.http.conn.scheme.
SocketFactory
)
org.apache.http.impl.auth.
NegotiateSchemeFactory
(implements org.apache.http.auth.
AuthSchemeFactory
)
org.apache.http.impl.cookie.
NetscapeDraftHeaderParser
org.apache.http.impl.cookie.
NetscapeDraftSpecFactory
(implements org.apache.http.cookie.
CookieSpecFactory
, org.apache.http.cookie.
CookieSpecProvider
)
org.apache.http.impl.cookie.
NetscapeDraftSpecProvider
(implements org.apache.http.cookie.
CookieSpecProvider
)
org.apache.http.util.
NetUtils
org.apache.http.impl.
NoConnectionReuseStrategy
(implements org.apache.http.
ConnectionReuseStrategy
)
org.apache.http.conn.ssl.
NoopHostnameVerifier
(implements javax.net.ssl.HostnameVerifier)
org.apache.http.impl.client.
NoopUserTokenHandler
(implements org.apache.http.client.
UserTokenHandler
)
org.apache.http.auth.
NTCredentials
(implements org.apache.http.auth.
Credentials
, java.io.Serializable)
org.apache.http.impl.auth.
NTLMEngineImpl
(implements org.apache.http.impl.auth.
NTLMEngine
)
org.apache.http.impl.auth.
NTLMEngineImpl.CipherGen
org.apache.http.impl.auth.
NTLMEngineImpl.HMACMD5
org.apache.http.impl.auth.
NTLMEngineImpl.MD4
org.apache.http.impl.auth.
NTLMEngineImpl.NTLMMessage
org.apache.http.impl.auth.
NTLMEngineImpl.Type1Message
org.apache.http.impl.auth.
NTLMEngineImpl.Type2Message
org.apache.http.impl.auth.
NTLMEngineImpl.Type3Message
org.apache.http.impl.auth.
NTLMSchemeFactory
(implements org.apache.http.auth.
AuthSchemeFactory
, org.apache.http.auth.
AuthSchemeProvider
)
org.apache.http.auth.
NTUserPrincipal
(implements java.security.Principal, java.io.Serializable)
org.apache.http.impl.client.
NullBackoffStrategy
(implements org.apache.http.client.
ConnectionBackoffStrategy
)
java.io.OutputStream (implements java.io.Closeable, java.io.Flushable)
org.apache.http.impl.io.
ChunkedOutputStream
org.apache.http.impl.io.
ContentLengthOutputStream
org.apache.http.impl.auth.
HttpEntityDigester
org.apache.http.impl.io.
IdentityOutputStream
org.apache.http.impl.conn.
LoggingOutputStream
org.apache.http.message.
ParserCursor
org.apache.http.conn.socket.
PlainConnectionSocketFactory
(implements org.apache.http.conn.socket.
ConnectionSocketFactory
)
org.apache.http.conn.scheme.
PlainSocketFactory
(implements org.apache.http.conn.scheme.
SchemeSocketFactory
, org.apache.http.conn.scheme.
SocketFactory
)
org.apache.http.pool.
PoolEntry
<T,C>
org.apache.http.impl.pool.
BasicPoolEntry
org.apache.http.impl.conn.
CPoolEntry
org.apache.http.impl.conn.
HttpPoolEntry
org.apache.http.pool.
PoolEntryFuture
<T> (implements java.util.concurrent.Future<V>)
org.apache.http.impl.conn.
PoolingClientConnectionManager
(implements org.apache.http.conn.
ClientConnectionManager
, org.apache.http.pool.
ConnPoolControl
<T>)
org.apache.http.impl.conn.
PoolingHttpClientConnectionManager
(implements java.io.Closeable, org.apache.http.pool.
ConnPoolControl
<T>, org.apache.http.conn.
HttpClientConnectionManager
)
org.apache.http.impl.conn.
PoolingHttpClientConnectionManager.ConfigData
org.apache.http.impl.conn.
PoolingHttpClientConnectionManager.InternalConnectionFactory
(implements org.apache.http.pool.
ConnFactory
<T,C>)
org.apache.http.pool.
PoolStats
(implements java.io.Serializable)
org.apache.http.ssl.
PrivateKeyDetails
org.apache.http.conn.ssl.
PrivateKeyDetails
org.apache.http.impl.execchain.
ProtocolExec
(implements org.apache.http.impl.execchain.
ClientExecChain
)
org.apache.http.
ProtocolVersion
(implements java.lang.Cloneable, java.io.Serializable)
org.apache.http.
HttpVersion
(implements java.io.Serializable)
org.apache.http.impl.client.
ProxyClient
org.apache.http.impl.conn.
ProxySelectorRoutePlanner
(implements org.apache.http.conn.routing.
HttpRoutePlanner
)
org.apache.http.impl.cookie.
PublicSuffixDomainFilter
(implements org.apache.http.cookie.
CommonCookieAttributeHandler
)
org.apache.http.impl.cookie.
PublicSuffixFilter
(implements org.apache.http.cookie.
CookieAttributeHandler
)
org.apache.http.conn.util.
PublicSuffixList
org.apache.http.impl.cookie.
PublicSuffixListParser
org.apache.http.conn.util.
PublicSuffixListParser
org.apache.http.conn.util.
PublicSuffixMatcher
org.apache.http.conn.util.
PublicSuffixMatcherLoader
org.apache.http.client.utils.
Punycode
org.apache.http.impl.execchain.
RedirectExec
(implements org.apache.http.impl.execchain.
ClientExecChain
)
java.lang.ref.Reference<T>
java.lang.ref.WeakReference<T>
org.apache.http.impl.conn.tsccm.
BasicPoolEntryRef
org.apache.http.config.
Registry
<I> (implements org.apache.http.config.
Lookup
<I>)
org.apache.http.config.
RegistryBuilder
<I>
org.apache.http.client.protocol.
RequestAcceptEncoding
(implements org.apache.http.
HttpRequestInterceptor
)
org.apache.http.client.protocol.
RequestAddCookies
(implements org.apache.http.
HttpRequestInterceptor
)
org.apache.http.client.protocol.
RequestAuthCache
(implements org.apache.http.
HttpRequestInterceptor
)
org.apache.http.client.protocol.
RequestAuthenticationBase
(implements org.apache.http.
HttpRequestInterceptor
)
org.apache.http.client.protocol.
RequestProxyAuthentication
org.apache.http.client.protocol.
RequestTargetAuthentication
org.apache.http.client.methods.
RequestBuilder
org.apache.http.client.protocol.
RequestClientConnControl
(implements org.apache.http.
HttpRequestInterceptor
)
org.apache.http.client.config.
RequestConfig
(implements java.lang.Cloneable)
org.apache.http.client.config.
RequestConfig.Builder
org.apache.http.protocol.
RequestConnControl
(implements org.apache.http.
HttpRequestInterceptor
)
org.apache.http.protocol.
RequestContent
(implements org.apache.http.
HttpRequestInterceptor
)
org.apache.http.protocol.
RequestDate
(implements org.apache.http.
HttpRequestInterceptor
)
org.apache.http.client.protocol.
RequestDefaultHeaders
(implements org.apache.http.
HttpRequestInterceptor
)
org.apache.http.impl.execchain.
RequestEntityProxy
(implements org.apache.http.
HttpEntity
)
org.apache.http.protocol.
RequestExpectContinue
(implements org.apache.http.
HttpRequestInterceptor
)
org.apache.http.client.protocol.
RequestExpectContinue
(implements org.apache.http.
HttpRequestInterceptor
)
org.apache.http.impl.bootstrap.
RequestListener
(implements java.lang.Runnable)
org.apache.http.protocol.
RequestTargetHost
(implements org.apache.http.
HttpRequestInterceptor
)
org.apache.http.protocol.
RequestUserAgent
(implements org.apache.http.
HttpRequestInterceptor
)
org.apache.http.client.protocol.
ResponseAuthCache
(implements org.apache.http.
HttpResponseInterceptor
)
org.apache.http.protocol.
ResponseConnControl
(implements org.apache.http.
HttpResponseInterceptor
)
org.apache.http.protocol.
ResponseContent
(implements org.apache.http.
HttpResponseInterceptor
)
org.apache.http.client.protocol.
ResponseContentEncoding
(implements org.apache.http.
HttpResponseInterceptor
)
org.apache.http.protocol.
ResponseDate
(implements org.apache.http.
HttpResponseInterceptor
)
org.apache.http.client.protocol.
ResponseProcessCookies
(implements org.apache.http.
HttpResponseInterceptor
)
org.apache.http.protocol.
ResponseServer
(implements org.apache.http.
HttpResponseInterceptor
)
org.apache.http.impl.execchain.
RetryExec
(implements org.apache.http.impl.execchain.
ClientExecChain
)
org.apache.http.impl.cookie.
RFC2109DomainHandler
(implements org.apache.http.cookie.
CommonCookieAttributeHandler
)
org.apache.http.impl.cookie.
RFC2109SpecFactory
(implements org.apache.http.cookie.
CookieSpecFactory
, org.apache.http.cookie.
CookieSpecProvider
)
org.apache.http.impl.cookie.
RFC2109SpecProvider
(implements org.apache.http.cookie.
CookieSpecProvider
)
org.apache.http.impl.cookie.
RFC2965CommentUrlAttributeHandler
(implements org.apache.http.cookie.
CommonCookieAttributeHandler
)
org.apache.http.impl.cookie.
RFC2965DiscardAttributeHandler
(implements org.apache.http.cookie.
CommonCookieAttributeHandler
)
org.apache.http.impl.cookie.
RFC2965DomainAttributeHandler
(implements org.apache.http.cookie.
CommonCookieAttributeHandler
)
org.apache.http.impl.cookie.
RFC2965PortAttributeHandler
(implements org.apache.http.cookie.
CommonCookieAttributeHandler
)
org.apache.http.impl.cookie.
RFC2965SpecFactory
(implements org.apache.http.cookie.
CookieSpecFactory
, org.apache.http.cookie.
CookieSpecProvider
)
org.apache.http.impl.cookie.
RFC2965SpecProvider
(implements org.apache.http.cookie.
CookieSpecProvider
)
org.apache.http.impl.cookie.
RFC2965VersionAttributeHandler
(implements org.apache.http.cookie.
CommonCookieAttributeHandler
)
org.apache.http.client.utils.
Rfc3492Idn
(implements org.apache.http.client.utils.
Idn
)
org.apache.http.impl.cookie.
RFC6265CookieSpec
(implements org.apache.http.cookie.
CookieSpec
)
org.apache.http.impl.cookie.
RFC6265CookieSpecBase
org.apache.http.impl.cookie.
RFC6265LaxSpec
org.apache.http.impl.cookie.
RFC6265StrictSpec
org.apache.http.impl.cookie.
RFC6265CookieSpecProvider
(implements org.apache.http.cookie.
CookieSpecProvider
)
org.apache.http.impl.client.
RoutedRequest
org.apache.http.pool.
RouteSpecificPool
<T,C,E>
org.apache.http.impl.conn.tsccm.
RouteSpecificPool
org.apache.http.conn.routing.
RouteTracker
(implements java.lang.Cloneable, org.apache.http.conn.routing.
RouteInfo
)
org.apache.http.conn.scheme.
Scheme
org.apache.http.conn.scheme.
SchemeLayeredSocketFactoryAdaptor2
(implements org.apache.http.conn.scheme.
SchemeLayeredSocketFactory
)
org.apache.http.conn.scheme.
SchemeRegistry
org.apache.http.impl.conn.
SchemeRegistryFactory
org.apache.http.conn.scheme.
SchemeSocketFactoryAdaptor
(implements org.apache.http.conn.scheme.
SchemeSocketFactory
)
org.apache.http.conn.scheme.
SchemeLayeredSocketFactoryAdaptor
(implements org.apache.http.conn.scheme.
SchemeLayeredSocketFactory
)
org.apache.http.impl.bootstrap.
ServerBootstrap
org.apache.http.impl.execchain.
ServiceUnavailableRetryExec
(implements org.apache.http.impl.execchain.
ClientExecChain
)
org.apache.http.impl.io.
SessionInputBufferImpl
(implements org.apache.http.io.
BufferInfo
, org.apache.http.io.
SessionInputBuffer
)
org.apache.http.impl.io.
SessionOutputBufferImpl
(implements org.apache.http.io.
BufferInfo
, org.apache.http.io.
SessionOutputBuffer
)
org.apache.http.impl.conn.
SingleClientConnManager
(implements org.apache.http.conn.
ClientConnectionManager
)
java.net.SocketAddress (implements java.io.Serializable)
java.net.InetSocketAddress
org.apache.http.conn.
HttpInetSocketAddress
org.apache.http.config.
SocketConfig
(implements java.lang.Cloneable)
org.apache.http.config.
SocketConfig.Builder
org.apache.http.conn.scheme.
SocketFactoryAdaptor
(implements org.apache.http.conn.scheme.
SocketFactory
)
org.apache.http.conn.scheme.
LayeredSocketFactoryAdaptor
(implements org.apache.http.conn.scheme.
LayeredSocketFactory
)
org.apache.http.impl.auth.
SPNegoSchemeFactory
(implements org.apache.http.auth.
AuthSchemeFactory
, org.apache.http.auth.
AuthSchemeProvider
)
org.apache.http.conn.ssl.
SSLConnectionSocketFactory
(implements org.apache.http.conn.socket.
LayeredConnectionSocketFactory
)
org.apache.http.ssl.
SSLContextBuilder
org.apache.http.conn.ssl.
SSLContextBuilder
org.apache.http.conn.ssl.
SSLContextBuilder.KeyManagerDelegate
(implements javax.net.ssl.X509KeyManager)
org.apache.http.ssl.
SSLContextBuilder.TrustManagerDelegate
(implements javax.net.ssl.X509TrustManager)
org.apache.http.conn.ssl.
SSLContextBuilder.TrustManagerDelegate
(implements javax.net.ssl.X509TrustManager)
org.apache.http.ssl.
SSLContexts
org.apache.http.conn.ssl.
SSLContexts
org.apache.http.conn.ssl.
SSLSocketFactory
(implements org.apache.http.conn.socket.
LayeredConnectionSocketFactory
, org.apache.http.conn.scheme.
LayeredSchemeSocketFactory
, org.apache.http.conn.scheme.
LayeredSocketFactory
, org.apache.http.conn.scheme.
SchemeLayeredSocketFactory
)
org.apache.http.impl.entity.
StrictContentLengthStrategy
(implements org.apache.http.entity.
ContentLengthStrategy
)
org.apache.http.impl.client.
SystemClock
(implements org.apache.http.impl.client.
Clock
)
org.apache.http.impl.client.
SystemDefaultCredentialsProvider
(implements org.apache.http.client.
CredentialsProvider
)
org.apache.http.impl.conn.
SystemDefaultDnsResolver
(implements org.apache.http.conn.
DnsResolver
)
org.apache.http.util.
TextUtils
org.apache.http.impl.bootstrap.
ThreadFactoryImpl
(implements java.util.concurrent.ThreadFactory)
org.apache.http.impl.conn.tsccm.
ThreadSafeClientConnManager
(implements org.apache.http.conn.
ClientConnectionManager
)
java.lang.Throwable (implements java.io.Serializable)
java.lang.Exception
org.apache.http.impl.cookie.
DateParseException
org.apache.http.
HttpException
org.apache.http.
MethodNotSupportedException
org.apache.http.
ProtocolException
org.apache.http.auth.
AuthenticationException
org.apache.http.auth.
InvalidCredentialsException
org.apache.http.impl.auth.
NTLMEngineException
org.apache.http.auth.
MalformedChallengeException
org.apache.http.cookie.
MalformedCookieException
org.apache.http.cookie.
CookieRestrictionViolationException
org.apache.http.client.
NonRepeatableRequestException
org.apache.http.client.
RedirectException
org.apache.http.client.
CircularRedirectException
org.apache.http.
UnsupportedHttpVersionException
org.apache.http.impl.execchain.
TunnelRefusedException
org.apache.http.impl.client.
TunnelRefusedException
java.io.IOException
java.nio.charset.CharacterCodingException
org.apache.http.
MessageConstraintException
org.apache.http.client.
ClientProtocolException
org.apache.http.client.
HttpResponseException
org.apache.http.
ConnectionClosedException
org.apache.http.
ContentTooLongException
java.io.InterruptedIOException
org.apache.http.conn.
ConnectTimeoutException
org.apache.http.conn.
ConnectionPoolTimeoutException
org.apache.http.impl.execchain.
RequestAbortedException
org.apache.http.
MalformedChunkCodingException
org.apache.http.
TruncatedChunkException
org.apache.http.
NoHttpResponseException
java.net.SocketException
java.net.ConnectException
org.apache.http.conn.
HttpHostConnectException
org.apache.http.conn.
UnsupportedSchemeException
java.lang.RuntimeException
java.lang.IllegalStateException
org.apache.http.impl.conn.
ConnectionShutdownException
org.apache.http.ssl.
SSLInitializationException
org.apache.http.conn.ssl.
SSLInitializationException
org.apache.http.
ParseException
org.apache.http.impl.auth.
UnsupportedDigestAlgorithmException
org.apache.http.message.
TokenParser
org.apache.http.conn.ssl.
TrustSelfSignedStrategy
(implements org.apache.http.conn.ssl.
TrustStrategy
)
org.apache.http.client.utils.
URIBuilder
org.apache.http.protocol.
UriHttpRequestHandlerMapper
(implements org.apache.http.protocol.
HttpRequestHandlerMapper
)
org.apache.http.protocol.
UriPatternMatcher
<T>
org.apache.http.client.utils.
URIUtils
org.apache.http.client.utils.
URLEncodedUtils
org.apache.http.auth.
UsernamePasswordCredentials
(implements org.apache.http.auth.
Credentials
, java.io.Serializable)
org.apache.http.util.
VersionInfo
org.apache.http.impl.conn.tsccm.
WaitingThread
org.apache.http.impl.conn.tsccm.
WaitingThreadAborter
org.apache.http.impl.conn.
Wire
org.apache.http.impl.bootstrap.
Worker
(implements java.lang.Runnable)
javax.net.ssl.X509ExtendedKeyManager (implements javax.net.ssl.X509KeyManager)
org.apache.http.ssl.
SSLContextBuilder.KeyManagerDelegate
Interface Hierarchy
org.apache.http.client.methods.
AbortableHttpRequest
org.apache.http.client.
AuthCache
org.apache.http.client.
AuthenticationHandler
org.apache.http.client.
AuthenticationStrategy
org.apache.http.auth.params.
AuthPNames
org.apache.http.client.params.
AllClientPNames
(also extends org.apache.http.client.params.
ClientPNames
, org.apache.http.conn.params.
ConnConnectionPNames
, org.apache.http.conn.params.
ConnManagerPNames
, org.apache.http.conn.params.
ConnRoutePNames
, org.apache.http.cookie.params.
CookieSpecPNames
, org.apache.http.params.
CoreConnectionPNames
, org.apache.http.params.
CoreProtocolPNames
)
org.apache.http.auth.
AuthScheme
org.apache.http.auth.
ContextAwareAuthScheme
org.apache.http.auth.
AuthSchemeFactory
org.apache.http.auth.
AuthSchemeProvider
java.lang.AutoCloseable
java.io.Closeable
org.apache.http.client.methods.
CloseableHttpResponse
(also extends org.apache.http.
HttpResponse
)
org.apache.http.
HttpClientConnection
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.conn.
HttpRoutedConnection
, org.apache.http.conn.
ManagedHttpClientConnection
)
org.apache.http.conn.
ManagedHttpClientConnection
(also extends org.apache.http.
HttpInetConnection
)
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.
HttpClientConnection
, org.apache.http.conn.
HttpRoutedConnection
)
org.apache.http.conn.
OperatedClientConnection
(also extends org.apache.http.
HttpInetConnection
)
org.apache.http.
HttpConnection
org.apache.http.
HttpClientConnection
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.conn.
HttpRoutedConnection
, org.apache.http.conn.
ManagedHttpClientConnection
)
org.apache.http.conn.
ManagedHttpClientConnection
(also extends org.apache.http.
HttpInetConnection
)
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.
HttpClientConnection
, org.apache.http.conn.
HttpRoutedConnection
)
org.apache.http.conn.
OperatedClientConnection
(also extends org.apache.http.
HttpInetConnection
)
org.apache.http.
HttpInetConnection
org.apache.http.conn.
HttpRoutedConnection
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.
HttpClientConnection
, org.apache.http.conn.
ManagedHttpClientConnection
)
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.
HttpClientConnection
, org.apache.http.conn.
HttpRoutedConnection
, org.apache.http.conn.
ManagedHttpClientConnection
)
org.apache.http.conn.
ManagedHttpClientConnection
(also extends org.apache.http.
HttpClientConnection
)
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.
HttpClientConnection
, org.apache.http.conn.
HttpRoutedConnection
)
org.apache.http.conn.
OperatedClientConnection
(also extends org.apache.http.
HttpClientConnection
)
org.apache.http.conn.
HttpRoutedConnection
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.
HttpClientConnection
, org.apache.http.conn.
ManagedHttpClientConnection
)
org.apache.http.
HttpServerConnection
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.
HttpClientConnection
, org.apache.http.conn.
HttpRoutedConnection
, org.apache.http.conn.
ManagedHttpClientConnection
)
org.apache.http.conn.
ManagedHttpClientConnection
(also extends org.apache.http.
HttpClientConnection
, org.apache.http.
HttpInetConnection
)
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.
HttpClientConnection
, org.apache.http.conn.
HttpRoutedConnection
)
org.apache.http.conn.
OperatedClientConnection
(also extends org.apache.http.
HttpClientConnection
, org.apache.http.
HttpInetConnection
)
org.apache.http.
HttpInetConnection
org.apache.http.conn.
HttpRoutedConnection
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.
HttpClientConnection
, org.apache.http.conn.
ManagedHttpClientConnection
)
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.
HttpClientConnection
, org.apache.http.conn.
HttpRoutedConnection
, org.apache.http.conn.
ManagedHttpClientConnection
)
org.apache.http.conn.
ManagedHttpClientConnection
(also extends org.apache.http.
HttpClientConnection
)
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.
HttpClientConnection
, org.apache.http.conn.
HttpRoutedConnection
)
org.apache.http.conn.
OperatedClientConnection
(also extends org.apache.http.
HttpClientConnection
)
org.apache.http.conn.
HttpRoutedConnection
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.
HttpClientConnection
, org.apache.http.conn.
ManagedHttpClientConnection
)
org.apache.http.
HttpServerConnection
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.
HttpClientConnection
, org.apache.http.conn.
HttpRoutedConnection
, org.apache.http.conn.
ManagedHttpClientConnection
)
org.apache.http.conn.
ManagedHttpClientConnection
(also extends org.apache.http.
HttpClientConnection
, org.apache.http.
HttpInetConnection
)
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.
HttpClientConnection
, org.apache.http.conn.
HttpRoutedConnection
)
org.apache.http.conn.
OperatedClientConnection
(also extends org.apache.http.
HttpClientConnection
, org.apache.http.
HttpInetConnection
)
org.apache.http.client.methods.
CloseableHttpResponse
(also extends java.io.Closeable, org.apache.http.
HttpResponse
)
org.apache.http.
HttpClientConnection
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.conn.
HttpRoutedConnection
, org.apache.http.conn.
ManagedHttpClientConnection
)
org.apache.http.conn.
ManagedHttpClientConnection
(also extends org.apache.http.
HttpInetConnection
)
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.
HttpClientConnection
, org.apache.http.conn.
HttpRoutedConnection
)
org.apache.http.conn.
OperatedClientConnection
(also extends org.apache.http.
HttpInetConnection
)
org.apache.http.
HttpConnection
org.apache.http.
HttpClientConnection
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.conn.
HttpRoutedConnection
, org.apache.http.conn.
ManagedHttpClientConnection
)
org.apache.http.conn.
ManagedHttpClientConnection
(also extends org.apache.http.
HttpInetConnection
)
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.
HttpClientConnection
, org.apache.http.conn.
HttpRoutedConnection
)
org.apache.http.conn.
OperatedClientConnection
(also extends org.apache.http.
HttpInetConnection
)
org.apache.http.
HttpInetConnection
org.apache.http.conn.
HttpRoutedConnection
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.
HttpClientConnection
, org.apache.http.conn.
ManagedHttpClientConnection
)
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.
HttpClientConnection
, org.apache.http.conn.
HttpRoutedConnection
, org.apache.http.conn.
ManagedHttpClientConnection
)
org.apache.http.conn.
ManagedHttpClientConnection
(also extends org.apache.http.
HttpClientConnection
)
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.
HttpClientConnection
, org.apache.http.conn.
HttpRoutedConnection
)
org.apache.http.conn.
OperatedClientConnection
(also extends org.apache.http.
HttpClientConnection
)
org.apache.http.conn.
HttpRoutedConnection
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.
HttpClientConnection
, org.apache.http.conn.
ManagedHttpClientConnection
)
org.apache.http.
HttpServerConnection
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.
HttpClientConnection
, org.apache.http.conn.
HttpRoutedConnection
, org.apache.http.conn.
ManagedHttpClientConnection
)
org.apache.http.conn.
ManagedHttpClientConnection
(also extends org.apache.http.
HttpClientConnection
, org.apache.http.
HttpInetConnection
)
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.
HttpClientConnection
, org.apache.http.conn.
HttpRoutedConnection
)
org.apache.http.conn.
OperatedClientConnection
(also extends org.apache.http.
HttpClientConnection
, org.apache.http.
HttpInetConnection
)
org.apache.http.
HttpInetConnection
org.apache.http.conn.
HttpRoutedConnection
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.
HttpClientConnection
, org.apache.http.conn.
ManagedHttpClientConnection
)
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.
HttpClientConnection
, org.apache.http.conn.
HttpRoutedConnection
, org.apache.http.conn.
ManagedHttpClientConnection
)
org.apache.http.conn.
ManagedHttpClientConnection
(also extends org.apache.http.
HttpClientConnection
)
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.
HttpClientConnection
, org.apache.http.conn.
HttpRoutedConnection
)
org.apache.http.conn.
OperatedClientConnection
(also extends org.apache.http.
HttpClientConnection
)
org.apache.http.conn.
HttpRoutedConnection
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.
HttpClientConnection
, org.apache.http.conn.
ManagedHttpClientConnection
)
org.apache.http.
HttpServerConnection
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.
HttpClientConnection
, org.apache.http.conn.
HttpRoutedConnection
, org.apache.http.conn.
ManagedHttpClientConnection
)
org.apache.http.conn.
ManagedHttpClientConnection
(also extends org.apache.http.
HttpClientConnection
, org.apache.http.
HttpInetConnection
)
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.conn.
ConnectionReleaseTrigger
, org.apache.http.
HttpClientConnection
, org.apache.http.conn.
HttpRoutedConnection
)
org.apache.http.conn.
OperatedClientConnection
(also extends org.apache.http.
HttpClientConnection
, org.apache.http.
HttpInetConnection
)
org.apache.http.client.
BackoffManager
org.apache.http.io.
BufferInfo
org.apache.http.concurrent.
Cancellable
org.apache.http.conn.
ConnectionRequest
org.apache.http.conn.
ClientConnectionManager
org.apache.http.conn.
ClientConnectionManagerFactory
org.apache.http.conn.
ClientConnectionOperator
org.apache.http.conn.
ClientConnectionRequest
org.apache.http.client.protocol.
ClientContext
org.apache.http.impl.execchain.
ClientExecChain
org.apache.http.client.params.
ClientPNames
org.apache.http.client.params.
AllClientPNames
(also extends org.apache.http.auth.params.
AuthPNames
, org.apache.http.conn.params.
ConnConnectionPNames
, org.apache.http.conn.params.
ConnManagerPNames
, org.apache.http.conn.params.
ConnRoutePNames
, org.apache.http.cookie.params.
CookieSpecPNames
, org.apache.http.params.
CoreConnectionPNames
, org.apache.http.params.
CoreProtocolPNames
)
org.apache.http.impl.client.
Clock
org.apache.http.client.methods.
Configurable
org.apache.http.conn.params.
ConnConnectionPNames
org.apache.http.client.params.
AllClientPNames
(also extends org.apache.http.auth.params.
AuthPNames
, org.apache.http.client.params.
ClientPNames
, org.apache.http.conn.params.
ConnManagerPNames
, org.apache.http.conn.params.
ConnRoutePNames
, org.apache.http.cookie.params.
CookieSpecPNames
, org.apache.http.params.
CoreConnectionPNames
, org.apache.http.params.
CoreProtocolPNames
)
org.apache.http.client.
ConnectionBackoffStrategy
org.apache.http.conn.
ConnectionKeepAliveStrategy
org.apache.http.conn.
ConnectionReleaseTrigger
org.apache.http.conn.
ManagedClientConnection
(also extends org.apache.http.
HttpClientConnection
, org.apache.http.conn.
HttpRoutedConnection
, org.apache.http.conn.
ManagedHttpClientConnection
)
org.apache.http.
ConnectionReuseStrategy
org.apache.http.conn.socket.
ConnectionSocketFactory
org.apache.http.conn.socket.
LayeredConnectionSocketFactory
org.apache.http.pool.
ConnFactory
<T,C>
org.apache.http.conn.params.
ConnManagerPNames
org.apache.http.client.params.
AllClientPNames
(also extends org.apache.http.auth.params.
AuthPNames
, org.apache.http.client.params.
ClientPNames
, org.apache.http.conn.params.
ConnConnectionPNames
, org.apache.http.conn.params.
ConnRoutePNames
, org.apache.http.cookie.params.
CookieSpecPNames
, org.apache.http.params.
CoreConnectionPNames
, org.apache.http.params.
CoreProtocolPNames
)
org.apache.http.conn.params.
ConnPerRoute
org.apache.http.pool.
ConnPool
<T,E>
org.apache.http.pool.
ConnPoolControl
<T>
org.apache.http.conn.params.
ConnRoutePNames
org.apache.http.client.params.
AllClientPNames
(also extends org.apache.http.auth.params.
AuthPNames
, org.apache.http.client.params.
ClientPNames
, org.apache.http.conn.params.
ConnConnectionPNames
, org.apache.http.conn.params.
ConnManagerPNames
, org.apache.http.cookie.params.
CookieSpecPNames
, org.apache.http.params.
CoreConnectionPNames
, org.apache.http.params.
CoreProtocolPNames
)
org.apache.http.entity.
ContentLengthStrategy
org.apache.http.entity.
ContentProducer
org.apache.http.cookie.
Cookie
org.apache.http.cookie.
ClientCookie
org.apache.http.cookie.
SetCookie
org.apache.http.cookie.
SetCookie2
org.apache.http.cookie.
SetCookie2
org.apache.http.cookie.
CookieAttributeHandler
org.apache.http.cookie.
CommonCookieAttributeHandler
org.apache.http.cookie.
CookieSpec
org.apache.http.cookie.
CookieSpecFactory
org.apache.http.cookie.params.
CookieSpecPNames
org.apache.http.client.params.
AllClientPNames
(also extends org.apache.http.auth.params.
AuthPNames
, org.apache.http.client.params.
ClientPNames
, org.apache.http.conn.params.
ConnConnectionPNames
, org.apache.http.conn.params.
ConnManagerPNames
, org.apache.http.conn.params.
ConnRoutePNames
, org.apache.http.params.
CoreConnectionPNames
, org.apache.http.params.
CoreProtocolPNames
)
org.apache.http.cookie.
CookieSpecProvider
org.apache.http.client.
CookieStore
org.apache.http.params.
CoreConnectionPNames
org.apache.http.client.params.
AllClientPNames
(also extends org.apache.http.auth.params.
AuthPNames
, org.apache.http.client.params.
ClientPNames
, org.apache.http.conn.params.
ConnConnectionPNames
, org.apache.http.conn.params.
ConnManagerPNames
, org.apache.http.conn.params.
ConnRoutePNames
, org.apache.http.cookie.params.
CookieSpecPNames
, org.apache.http.params.
CoreProtocolPNames
)
org.apache.http.params.
CoreProtocolPNames
org.apache.http.client.params.
AllClientPNames
(also extends org.apache.http.auth.params.
AuthPNames
, org.apache.http.client.params.
ClientPNames
, org.apache.http.conn.params.
ConnConnectionPNames
, org.apache.http.conn.params.
ConnManagerPNames
, org.apache.http.conn.params.
ConnRoutePNames
, org.apache.http.cookie.params.
CookieSpecPNames
, org.apache.http.params.
CoreConnectionPNames
)
org.apache.http.auth.
Credentials
org.apache.http.client.
CredentialsProvider
org.apache.http.conn.
DnsResolver
org.apache.http.io.
EofSensor
org.apache.http.conn.
EofSensorWatcher
org.apache.http.
ExceptionLogger
org.apache.http.protocol.
ExecutionContext
org.apache.http.concurrent.
FutureCallback
<T>
org.apache.http.
Header
org.apache.http.
FormattedHeader
org.apache.http.
HeaderElement
org.apache.http.message.
HeaderValueFormatter
org.apache.http.message.
HeaderValueParser
org.apache.http.conn.scheme.
HostNameResolver
javax.net.ssl.HostnameVerifier
org.apache.http.conn.ssl.
X509HostnameVerifier
org.apache.http.client.
HttpClient
org.apache.http.conn.
HttpClientConnectionManager
org.apache.http.conn.
HttpClientConnectionOperator
org.apache.http.
HttpConnectionFactory
<T>
org.apache.http.conn.
HttpConnectionFactory
<T,C>
org.apache.http.
HttpConnectionMetrics
org.apache.http.protocol.
HttpContext
org.apache.http.
HttpEntity
org.apache.http.client.methods.
HttpExecutionAware
org.apache.http.protocol.
HttpExpectationVerifier
org.apache.http.
HttpMessage
org.apache.http.client.methods.
CloseableHttpResponse
(also extends java.io.Closeable, org.apache.http.
HttpResponse
)
org.apache.http.
HttpEntityEnclosingRequest
org.apache.http.
HttpRequest
org.apache.http.
HttpEntityEnclosingRequest
org.apache.http.client.methods.
HttpUriRequest
org.apache.http.
HttpResponse
org.apache.http.client.methods.
CloseableHttpResponse
(also extends java.io.Closeable)
org.apache.http.client.methods.
HttpUriRequest
org.apache.http.io.
HttpMessageParser
<T>
org.apache.http.io.
HttpMessageParserFactory
<T>
org.apache.http.io.
HttpMessageWriter
<T>
org.apache.http.io.
HttpMessageWriterFactory
<T>
org.apache.http.params.
HttpParams
org.apache.http.params.
HttpParamsNames
org.apache.http.
HttpRequestFactory
org.apache.http.protocol.
HttpRequestHandler
org.apache.http.protocol.
HttpRequestHandlerMapper
org.apache.http.protocol.
HttpRequestHandlerResolver
org.apache.http.
HttpRequestInterceptor
org.apache.http.protocol.
HttpProcessor
(also extends org.apache.http.
HttpResponseInterceptor
)
org.apache.http.protocol.
HttpRequestInterceptorList
org.apache.http.client.
HttpRequestRetryHandler
org.apache.http.
HttpResponseFactory
org.apache.http.
HttpResponseInterceptor
org.apache.http.protocol.
HttpProcessor
(also extends org.apache.http.
HttpRequestInterceptor
)
org.apache.http.protocol.
HttpResponseInterceptorList
org.apache.http.conn.routing.
HttpRouteDirector
org.apache.http.conn.routing.
HttpRoutePlanner
org.apache.http.
HttpStatus
org.apache.http.io.
HttpTransportMetrics
org.apache.http.client.utils.
Idn
org.apache.http.client.entity.
InputStreamFactory
java.util.Iterator<E>
org.apache.http.
HeaderElementIterator
org.apache.http.
HeaderIterator
org.apache.http.
TokenIterator
org.apache.http.message.
LineFormatter
org.apache.http.message.
LineParser
org.apache.http.config.
Lookup
<I>
org.apache.http.
NameValuePair
org.apache.http.impl.auth.
NTLMEngine
org.apache.http.pool.
PoolEntryCallback
<T,C>
org.apache.http.impl.conn.tsccm.
PoolEntryRequest
org.apache.http.ssl.
PrivateKeyStrategy
org.apache.http.conn.ssl.
PrivateKeyStrategy
org.apache.http.
ReasonPhraseCatalog
org.apache.http.client.
RedirectHandler
org.apache.http.client.
RedirectStrategy
org.apache.http.client.
RequestDirector
org.apache.http.
RequestLine
org.apache.http.client.
ResponseHandler
<T>
org.apache.http.conn.routing.
RouteInfo
org.apache.http.conn.
SchemePortResolver
org.apache.http.conn.scheme.
SchemeSocketFactory
org.apache.http.conn.scheme.
LayeredSchemeSocketFactory
org.apache.http.conn.scheme.
SchemeLayeredSocketFactory
org.apache.http.client.
ServiceUnavailableRetryStrategy
org.apache.http.io.
SessionInputBuffer
org.apache.http.io.
SessionOutputBuffer
org.apache.http.cookie.
SM
org.apache.http.conn.scheme.
SocketFactory
org.apache.http.conn.scheme.
LayeredSocketFactory
org.apache.http.impl.auth.
SpnegoTokenGenerator
org.apache.http.impl.bootstrap.
SSLServerSetupHandler
org.apache.http.
StatusLine
org.apache.http.ssl.
TrustStrategy
org.apache.http.conn.ssl.
TrustStrategy
org.apache.http.client.
UserTokenHandler
Annotation Type Hierarchy
org.apache.http.annotation.
Immutable
(implements java.lang.annotation.Annotation)
org.apache.http.annotation.
ThreadSafe
(implements java.lang.annotation.Annotation)
org.apache.http.annotation.
Experimental
(implements java.lang.annotation.Annotation)
org.apache.http.annotation.
NotThreadSafe
(implements java.lang.annotation.Annotation)
org.apache.http.annotation.
Obsolete
(implements java.lang.annotation.Annotation)
org.apache.http.annotation.
GuardedBy
(implements java.lang.annotation.Annotation)
Enum Hierarchy
java.lang.Object
java.lang.Enum<E> (implements java.lang.Comparable<T>, java.io.Serializable)
org.apache.http.impl.bootstrap.
HttpServer.Status
org.apache.http.impl.cookie.
BrowserCompatSpecFactory.SecurityLevel
org.apache.http.impl.cookie.
DefaultCookieSpecProvider.CompatibilityLevel
org.apache.http.impl.cookie.
RFC6265CookieSpecProvider.CompatibilityLevel
org.apache.http.impl.auth.
GGSSchemeBase.State
org.apache.http.impl.auth.
NTLMScheme.State
org.apache.http.conn.ssl.
DefaultHostnameVerifier.TYPE
org.apache.http.conn.routing.
RouteInfo.TunnelType
org.apache.http.conn.routing.
RouteInfo.LayerType
org.apache.http.conn.util.
DomainType
org.apache.http.auth.
ChallengeState
org.apache.http.auth.
AuthProtocolState
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes