JavaScript is disabled on your browser.
Overview
Package
Class
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.concurrent
,
org.apache.http.config
,
org.apache.http.entity
,
org.apache.http.impl
,
org.apache.http.impl.entity
,
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.util
Class Hierarchy
java.lang.Object
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.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.message.
AbstractHttpMessage
(implements org.apache.http.
HttpMessage
)
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.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.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.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.util.
Args
org.apache.http.util.
Asserts
org.apache.http.impl.pool.
BasicConnFactory
(implements org.apache.http.pool.
ConnFactory
<T,C>)
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.protocol.
BasicHttpContext
(implements org.apache.http.protocol.
HttpContext
)
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.message.
BasicRequestLine
(implements java.lang.Cloneable, org.apache.http.
RequestLine
, java.io.Serializable)
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.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.
DefaultBHttpServerConnection
(implements org.apache.http.
HttpServerConnection
)
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.util.
CharArrayBuffer
(implements java.io.Serializable)
org.apache.http.util.
CharsetUtils
org.apache.http.config.
ConnectionConfig
(implements java.lang.Cloneable)
org.apache.http.config.
ConnectionConfig.Builder
org.apache.http.impl.
ConnSupport
org.apache.http.
Consts
org.apache.http.entity.
ContentType
(implements java.io.Serializable)
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.
DefaultConnectionReuseStrategy
(implements org.apache.http.
ConnectionReuseStrategy
)
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.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.io.
DefaultHttpResponseWriterFactory
(implements org.apache.http.io.
HttpMessageWriterFactory
<T>)
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.util.
EntityUtils
org.apache.http.message.
HeaderGroup
(implements java.lang.Cloneable, java.io.Serializable)
org.apache.http.protocol.
HTTP
org.apache.http.impl.
HttpConnectionMetricsImpl
(implements org.apache.http.
HttpConnectionMetrics
)
org.apache.http.protocol.
HttpCoreContext
(implements org.apache.http.protocol.
HttpContext
)
org.apache.http.protocol.
HttpDateGenerator
org.apache.http.entity.
HttpEntityWrapper
(implements org.apache.http.
HttpEntity
)
org.apache.http.entity.
BufferedHttpEntity
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.protocol.
HttpRequestExecutor
org.apache.http.protocol.
HttpService
org.apache.http.impl.io.
HttpTransportMetricsImpl
(implements org.apache.http.io.
HttpTransportMetrics
)
org.apache.http.protocol.
ImmutableHttpProcessor
(implements org.apache.http.protocol.
HttpProcessor
)
java.io.InputStream (implements java.io.Closeable)
org.apache.http.impl.io.
ChunkedInputStream
org.apache.http.impl.io.
ContentLengthInputStream
org.apache.http.impl.io.
IdentityInputStream
org.apache.http.util.
LangUtils
org.apache.http.impl.entity.
LaxContentLengthStrategy
(implements org.apache.http.entity.
ContentLengthStrategy
)
org.apache.http.config.
MessageConstraints
(implements java.lang.Cloneable)
org.apache.http.config.
MessageConstraints.Builder
org.apache.http.util.
NetUtils
org.apache.http.impl.
NoConnectionReuseStrategy
(implements org.apache.http.
ConnectionReuseStrategy
)
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.io.
IdentityOutputStream
org.apache.http.message.
ParserCursor
org.apache.http.pool.
PoolEntry
<T,C>
org.apache.http.impl.pool.
BasicPoolEntry
org.apache.http.pool.
PoolStats
org.apache.http.
ProtocolVersion
(implements java.lang.Cloneable, java.io.Serializable)
org.apache.http.
HttpVersion
(implements java.io.Serializable)
org.apache.http.config.
Registry
<I> (implements org.apache.http.config.
Lookup
<I>)
org.apache.http.config.
RegistryBuilder
<I>
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.protocol.
RequestExpectContinue
(implements org.apache.http.
HttpRequestInterceptor
)
org.apache.http.protocol.
RequestTargetHost
(implements org.apache.http.
HttpRequestInterceptor
)
org.apache.http.protocol.
RequestUserAgent
(implements org.apache.http.
HttpRequestInterceptor
)
org.apache.http.protocol.
ResponseConnControl
(implements org.apache.http.
HttpResponseInterceptor
)
org.apache.http.protocol.
ResponseContent
(implements org.apache.http.
HttpResponseInterceptor
)
org.apache.http.protocol.
ResponseDate
(implements org.apache.http.
HttpResponseInterceptor
)
org.apache.http.protocol.
ResponseServer
(implements org.apache.http.
HttpResponseInterceptor
)
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.config.
SocketConfig
(implements java.lang.Cloneable)
org.apache.http.config.
SocketConfig.Builder
org.apache.http.impl.entity.
StrictContentLengthStrategy
(implements org.apache.http.entity.
ContentLengthStrategy
)
org.apache.http.util.
TextUtils
java.lang.Throwable (implements java.io.Serializable)
java.lang.Exception
org.apache.http.
HttpException
org.apache.http.
MethodNotSupportedException
org.apache.http.
ProtocolException
org.apache.http.
UnsupportedHttpVersionException
java.io.IOException
org.apache.http.
ConnectionClosedException
org.apache.http.
ContentTooLongException
org.apache.http.
MalformedChunkCodingException
org.apache.http.
TruncatedChunkException
org.apache.http.
MessageConstraintException
org.apache.http.
NoHttpResponseException
java.lang.RuntimeException
org.apache.http.
ParseException
org.apache.http.protocol.
UriHttpRequestHandlerMapper
(implements org.apache.http.protocol.
HttpRequestHandlerMapper
)
org.apache.http.protocol.
UriPatternMatcher
<T>
org.apache.http.util.
VersionInfo
Interface Hierarchy
java.lang.AutoCloseable
java.io.Closeable
org.apache.http.
HttpConnection
org.apache.http.
HttpClientConnection
org.apache.http.
HttpInetConnection
org.apache.http.
HttpServerConnection
org.apache.http.io.
BufferInfo
org.apache.http.concurrent.
Cancellable
org.apache.http.
ConnectionReuseStrategy
org.apache.http.pool.
ConnFactory
<T,C>
org.apache.http.pool.
ConnPool
<T,E>
org.apache.http.pool.
ConnPoolControl
<T>
org.apache.http.entity.
ContentLengthStrategy
org.apache.http.entity.
ContentProducer
org.apache.http.params.
CoreConnectionPNames
org.apache.http.params.
CoreProtocolPNames
org.apache.http.io.
EofSensor
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.
HttpConnectionFactory
<T>
org.apache.http.
HttpConnectionMetrics
org.apache.http.protocol.
HttpContext
org.apache.http.
HttpEntity
org.apache.http.protocol.
HttpExpectationVerifier
org.apache.http.
HttpMessage
org.apache.http.
HttpEntityEnclosingRequest
org.apache.http.
HttpRequest
org.apache.http.
HttpEntityEnclosingRequest
org.apache.http.
HttpResponse
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.
HttpResponseFactory
org.apache.http.
HttpResponseInterceptor
org.apache.http.protocol.
HttpProcessor
(also extends org.apache.http.
HttpRequestInterceptor
)
org.apache.http.protocol.
HttpResponseInterceptorList
org.apache.http.
HttpStatus
org.apache.http.io.
HttpTransportMetrics
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.pool.
PoolEntryCallback
<T,C>
org.apache.http.
ReasonPhraseCatalog
org.apache.http.
RequestLine
org.apache.http.io.
SessionInputBuffer
org.apache.http.io.
SessionOutputBuffer
org.apache.http.
StatusLine
Annotation Type Hierarchy
org.apache.http.annotation.
ThreadSafe
(implements java.lang.annotation.Annotation)
org.apache.http.annotation.
NotThreadSafe
(implements java.lang.annotation.Annotation)
org.apache.http.annotation.
Immutable
(implements java.lang.annotation.Annotation)
org.apache.http.annotation.
GuardedBy
(implements java.lang.annotation.Annotation)
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes