Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Hierarchy For All Packages
Package Hierarchies:
org.apache.http.impl.nio
,
org.apache.http.impl.nio.bootstrap
,
org.apache.http.impl.nio.codecs
,
org.apache.http.impl.nio.pool
,
org.apache.http.impl.nio.reactor
,
org.apache.http.impl.nio.ssl
,
org.apache.http.nio
,
org.apache.http.nio.entity
,
org.apache.http.nio.params
,
org.apache.http.nio.pool
,
org.apache.http.nio.protocol
,
org.apache.http.nio.reactor
,
org.apache.http.nio.reactor.ssl
,
org.apache.http.nio.util
Class Hierarchy
java.lang.
Object
org.apache.http.nio.protocol.
AbstractAsyncRequestConsumer
<T> (implements org.apache.http.nio.protocol.
HttpAsyncRequestConsumer
<T>)
org.apache.http.nio.protocol.
BasicAsyncRequestConsumer
org.apache.http.nio.protocol.
AbstractAsyncResponseConsumer
<T> (implements org.apache.http.nio.protocol.
HttpAsyncResponseConsumer
<T>)
org.apache.http.nio.protocol.
BasicAsyncResponseConsumer
org.apache.http.impl.nio.codecs.
AbstractContentDecoder
(implements org.apache.http.nio.
ContentDecoder
)
org.apache.http.impl.nio.codecs.
ChunkDecoder
org.apache.http.impl.nio.codecs.
IdentityDecoder
(implements org.apache.http.nio.
FileContentDecoder
)
org.apache.http.impl.nio.codecs.
LengthDelimitedDecoder
(implements org.apache.http.nio.
FileContentDecoder
)
org.apache.http.impl.nio.codecs.
AbstractContentEncoder
(implements org.apache.http.nio.
ContentEncoder
)
org.apache.http.impl.nio.codecs.
ChunkEncoder
org.apache.http.impl.nio.codecs.
IdentityEncoder
(implements org.apache.http.nio.
FileContentEncoder
)
org.apache.http.impl.nio.codecs.
LengthDelimitedEncoder
(implements org.apache.http.nio.
FileContentEncoder
)
org.apache.http.entity.
AbstractHttpEntity
(implements org.apache.http.
HttpEntity
)
org.apache.http.entity.
BasicHttpEntity
org.apache.http.nio.entity.
ContentBufferEntity
org.apache.http.nio.entity.
NByteArrayEntity
(implements org.apache.http.nio.entity.
HttpAsyncContentProducer
, org.apache.http.nio.entity.
ProducingNHttpEntity
)
org.apache.http.nio.entity.
NFileEntity
(implements org.apache.http.nio.entity.
HttpAsyncContentProducer
, org.apache.http.nio.entity.
ProducingNHttpEntity
)
org.apache.http.nio.entity.
NStringEntity
(implements org.apache.http.nio.entity.
HttpAsyncContentProducer
, org.apache.http.nio.entity.
ProducingNHttpEntity
)
org.apache.http.impl.nio.reactor.
AbstractIODispatch
<T> (implements org.apache.http.nio.reactor.
IOEventDispatch
)
org.apache.http.impl.nio.
DefaultClientIOEventDispatch
org.apache.http.impl.nio.ssl.
SSLClientIOEventDispatch
org.apache.http.impl.nio.
DefaultHttpClientIODispatch
<H>
org.apache.http.impl.nio.
DefaultHttpServerIODispatch
<H>
org.apache.http.impl.nio.
DefaultServerIOEventDispatch
org.apache.http.impl.nio.ssl.
SSLServerIOEventDispatch
org.apache.http.impl.nio.reactor.
AbstractIOReactor
(implements org.apache.http.nio.reactor.
IOReactor
)
org.apache.http.impl.nio.reactor.
BaseIOReactor
org.apache.http.impl.nio.codecs.
AbstractMessageParser
<T> (implements org.apache.http.nio.
NHttpMessageParser
<T>)
org.apache.http.impl.nio.codecs.
DefaultHttpRequestParser
org.apache.http.impl.nio.codecs.
DefaultHttpResponseParser
org.apache.http.impl.nio.codecs.
HttpRequestParser
org.apache.http.impl.nio.codecs.
HttpResponseParser
org.apache.http.impl.nio.codecs.
AbstractMessageWriter
<T> (implements org.apache.http.nio.
NHttpMessageWriter
<T>)
org.apache.http.impl.nio.codecs.
DefaultHttpRequestWriter
org.apache.http.impl.nio.codecs.
DefaultHttpResponseWriter
org.apache.http.impl.nio.codecs.
HttpRequestWriter
org.apache.http.impl.nio.codecs.
HttpResponseWriter
org.apache.http.impl.nio.reactor.
AbstractMultiworkerIOReactor
(implements org.apache.http.nio.reactor.
IOReactor
)
org.apache.http.impl.nio.reactor.
DefaultConnectingIOReactor
(implements org.apache.http.nio.reactor.
ConnectingIOReactor
)
org.apache.http.impl.nio.reactor.
DefaultListeningIOReactor
(implements org.apache.http.nio.reactor.
ListeningIOReactor
)
org.apache.http.nio.pool.
AbstractNIOConnPool
<T,C,E> (implements org.apache.http.pool.
ConnPool
<T,E>, org.apache.http.pool.
ConnPoolControl
<T>)
org.apache.http.impl.nio.pool.
BasicNIOConnPool
org.apache.http.nio.protocol.
AsyncNHttpClientHandler.ClientConnState
org.apache.http.nio.protocol.
AsyncNHttpServiceHandler.ServerConnState
org.apache.http.nio.protocol.
BasicAsyncClientExchangeHandler
<T> (implements org.apache.http.nio.protocol.
HttpAsyncClientExchangeHandler
)
org.apache.http.nio.protocol.
BasicAsyncRequestExecutionHandler
<T> (implements org.apache.http.nio.protocol.
HttpAsyncRequestExecutionHandler
<T>)
org.apache.http.nio.protocol.
BasicAsyncRequestHandler
(implements org.apache.http.nio.protocol.
HttpAsyncRequestHandler
<T>)
org.apache.http.nio.protocol.
BasicAsyncRequestProducer
(implements org.apache.http.nio.protocol.
HttpAsyncRequestProducer
)
org.apache.http.nio.protocol.
BasicAsyncResponseProducer
(implements org.apache.http.nio.protocol.
HttpAsyncResponseProducer
)
org.apache.http.impl.nio.pool.
BasicNIOConnFactory
(implements org.apache.http.nio.pool.
NIOConnFactory
<T,C>)
org.apache.http.nio.protocol.
BufferingHttpClientHandler
(implements org.apache.http.nio.
NHttpClientHandler
)
org.apache.http.nio.protocol.
BufferingHttpServiceHandler
(implements org.apache.http.nio.
NHttpServiceHandler
)
org.apache.http.impl.nio.reactor.
ChannelEntry
org.apache.http.nio.
ContentDecoderChannel
(implements java.nio.channels.
ReadableByteChannel
)
org.apache.http.nio.
ContentEncoderChannel
(implements java.nio.channels.
WritableByteChannel
)
org.apache.http.impl.nio.codecs.
DefaultHttpRequestParserFactory
(implements org.apache.http.nio.
NHttpMessageParserFactory
<T>)
org.apache.http.impl.nio.codecs.
DefaultHttpRequestWriterFactory
(implements org.apache.http.nio.
NHttpMessageWriterFactory
<T>)
org.apache.http.impl.nio.codecs.
DefaultHttpResponseParserFactory
(implements org.apache.http.nio.
NHttpMessageParserFactory
<T>)
org.apache.http.impl.nio.codecs.
DefaultHttpResponseWriterFactory
(implements org.apache.http.nio.
NHttpMessageWriterFactory
<T>)
org.apache.http.impl.nio.
DefaultNHttpClientConnectionFactory
(implements org.apache.http.nio.
NHttpConnectionFactory
<T>)
org.apache.http.impl.nio.
DefaultNHttpServerConnectionFactory
(implements org.apache.http.nio.
NHttpConnectionFactory
<T>)
org.apache.http.nio.util.
DirectByteBufferAllocator
(implements org.apache.http.nio.util.
ByteBufferAllocator
)
org.apache.http.nio.entity.
EntityAsyncContentProducer
(implements org.apache.http.nio.entity.
HttpAsyncContentProducer
)
org.apache.http.nio.protocol.
ErrorResponseProducer
(implements org.apache.http.nio.protocol.
HttpAsyncResponseProducer
)
org.apache.http.impl.nio.reactor.
ExceptionEvent
org.apache.http.nio.util.
ExpandableBuffer
(implements org.apache.http.io.
BufferInfo
, org.apache.http.nio.util.
BufferInfo
)
org.apache.http.impl.nio.reactor.
SessionInputBufferImpl
(implements org.apache.http.nio.reactor.
SessionInputBuffer
)
org.apache.http.impl.nio.reactor.
SessionOutputBufferImpl
(implements org.apache.http.nio.reactor.
SessionOutputBuffer
)
org.apache.http.nio.util.
SharedInputBuffer
(implements org.apache.http.nio.util.
ContentInputBuffer
)
org.apache.http.nio.util.
SharedOutputBuffer
(implements org.apache.http.nio.util.
ContentOutputBuffer
)
org.apache.http.nio.util.
SimpleInputBuffer
(implements org.apache.http.nio.util.
ContentInputBuffer
)
org.apache.http.nio.util.
SimpleOutputBuffer
(implements org.apache.http.nio.util.
ContentOutputBuffer
)
org.apache.http.nio.util.
HeapByteBufferAllocator
(implements org.apache.http.nio.util.
ByteBufferAllocator
)
org.apache.http.params.
HttpAbstractParamBean
org.apache.http.nio.params.
NIOReactorParamBean
org.apache.http.nio.protocol.
HttpAsyncRequester
org.apache.http.nio.protocol.
HttpAsyncRequestExecutor
(implements org.apache.http.nio.
NHttpClientEventHandler
)
org.apache.http.nio.protocol.
HttpAsyncRequestHandlerRegistry
(implements org.apache.http.nio.protocol.
HttpAsyncRequestHandlerResolver
)
org.apache.http.nio.protocol.
HttpAsyncService
(implements org.apache.http.nio.
NHttpServerEventHandler
)
org.apache.http.entity.
HttpEntityWrapper
(implements org.apache.http.
HttpEntity
)
org.apache.http.nio.entity.
BufferingNHttpEntity
(implements org.apache.http.nio.entity.
ConsumingNHttpEntity
)
org.apache.http.nio.entity.
ConsumingNHttpEntityTemplate
(implements org.apache.http.nio.entity.
ConsumingNHttpEntity
)
org.apache.http.nio.entity.
NHttpEntityWrapper
(implements org.apache.http.nio.entity.
ProducingNHttpEntity
)
org.apache.http.impl.nio.bootstrap.
HttpServer
java.io.
InputStream
(implements java.io.
Closeable
)
org.apache.http.nio.entity.
ContentInputStream
org.apache.http.impl.nio.reactor.
IOReactorConfig
(implements java.lang.
Cloneable
)
org.apache.http.impl.nio.reactor.
IOReactorConfig.Builder
org.apache.http.impl.nio.reactor.
IOSessionImpl
(implements org.apache.http.nio.reactor.
IOSession
, org.apache.http.nio.reactor.
SocketAccessor
)
org.apache.http.impl.nio.reactor.
ListenerEndpointImpl
(implements org.apache.http.nio.reactor.
ListenerEndpoint
)
org.apache.http.impl.nio.
NHttpConnectionBase
(implements org.apache.http.
HttpInetConnection
, org.apache.http.nio.
NHttpConnection
, org.apache.http.nio.reactor.
SessionBufferStatus
, org.apache.http.nio.reactor.
SocketAccessor
)
org.apache.http.impl.nio.
DefaultNHttpClientConnection
(implements org.apache.http.nio.
NHttpClientIOTarget
)
org.apache.http.impl.nio.
DefaultNHttpServerConnection
(implements org.apache.http.nio.
NHttpServerIOTarget
)
org.apache.http.nio.protocol.
NHttpHandlerBase
org.apache.http.nio.protocol.
AsyncNHttpClientHandler
(implements org.apache.http.nio.
NHttpClientHandler
)
org.apache.http.nio.protocol.
AsyncNHttpServiceHandler
(implements org.apache.http.nio.
NHttpServiceHandler
)
org.apache.http.nio.protocol.
ThrottlingHttpClientHandler
(implements org.apache.http.nio.
NHttpClientHandler
)
org.apache.http.nio.protocol.
ThrottlingHttpServiceHandler
(implements org.apache.http.nio.
NHttpServiceHandler
)
org.apache.http.nio.protocol.
NHttpRequestHandlerRegistry
(implements org.apache.http.nio.protocol.
NHttpRequestHandlerResolver
)
org.apache.http.nio.params.
NIOReactorParams
(implements org.apache.http.nio.params.
NIOReactorPNames
)
java.io.
OutputStream
(implements java.io.
Closeable
, java.io.
Flushable
)
org.apache.http.nio.entity.
ContentOutputStream
org.apache.http.nio.reactor.ssl.
PermanentSSLBufferManagementStrategy
(implements org.apache.http.nio.reactor.ssl.
SSLBufferManagementStrategy
)
org.apache.http.nio.protocol.
PipeliningClientExchangeHandler
<T> (implements org.apache.http.nio.protocol.
HttpAsyncClientExchangeHandler
)
org.apache.http.pool.
PoolEntry
<T,C>
org.apache.http.impl.nio.pool.
BasicNIOPoolEntry
org.apache.http.nio.reactor.ssl.
ReleasableSSLBufferManagementStrategy
(implements org.apache.http.nio.reactor.ssl.
SSLBufferManagementStrategy
)
org.apache.http.impl.nio.bootstrap.
ServerBootstrap
org.apache.http.impl.nio.reactor.
SessionHandle
org.apache.http.impl.nio.reactor.
SessionRequestHandle
org.apache.http.impl.nio.reactor.
SessionRequestImpl
(implements org.apache.http.nio.reactor.
SessionRequest
)
org.apache.http.nio.protocol.
SimpleNHttpRequestHandler
(implements org.apache.http.nio.protocol.
NHttpRequestHandler
)
org.apache.http.nio.entity.
SkipContentListener
(implements org.apache.http.nio.entity.
ContentListener
)
org.apache.http.impl.nio.
SSLClientIOEventDispatch
(implements org.apache.http.nio.reactor.
IOEventDispatch
)
org.apache.http.nio.reactor.ssl.
SSLIOSession
(implements org.apache.http.nio.reactor.
IOSession
, org.apache.http.nio.reactor.
SessionBufferStatus
, org.apache.http.nio.reactor.
SocketAccessor
)
org.apache.http.impl.nio.reactor.
SSLIOSession
org.apache.http.impl.nio.
SSLNHttpClientConnectionFactory
(implements org.apache.http.nio.
NHttpConnectionFactory
<T>)
org.apache.http.impl.nio.
SSLNHttpServerConnectionFactory
(implements org.apache.http.nio.
NHttpConnectionFactory
<T>)
org.apache.http.impl.nio.
SSLServerIOEventDispatch
(implements org.apache.http.nio.reactor.
IOEventDispatch
)
java.lang.
Throwable
(implements java.io.
Serializable
)
java.lang.
Exception
java.io.
IOException
org.apache.http.nio.reactor.
IOReactorException
org.apache.http.nio.protocol.
UriHttpAsyncRequestHandlerMapper
(implements org.apache.http.nio.protocol.
HttpAsyncRequestHandlerMapper
)
Interface Hierarchy
org.apache.http.nio.util.
BufferInfo
org.apache.http.nio.util.
ByteBufferAllocator
org.apache.http.concurrent.
Cancellable
org.apache.http.nio.protocol.
HttpAsyncClientExchangeHandler
(also extends java.io.
Closeable
)
org.apache.http.nio.protocol.
HttpAsyncRequestExecutionHandler
<T> (also extends org.apache.http.nio.protocol.
HttpAsyncRequestProducer
, org.apache.http.nio.protocol.
HttpAsyncResponseConsumer
<T>)
org.apache.http.nio.protocol.
HttpAsyncResponseConsumer
<T> (also extends java.io.
Closeable
)
org.apache.http.nio.protocol.
HttpAsyncRequestExecutionHandler
<T> (also extends org.apache.http.nio.protocol.
HttpAsyncRequestProducer
)
java.io.
Closeable
org.apache.http.nio.protocol.
HttpAsyncClientExchangeHandler
(also extends org.apache.http.concurrent.
Cancellable
)
org.apache.http.nio.entity.
HttpAsyncContentProducer
org.apache.http.nio.protocol.
HttpAsyncRequestConsumer
<T>
org.apache.http.nio.protocol.
HttpAsyncRequestExecutionHandler
<T> (also extends org.apache.http.nio.protocol.
HttpAsyncRequestProducer
, org.apache.http.nio.protocol.
HttpAsyncResponseConsumer
<T>)
org.apache.http.nio.protocol.
HttpAsyncRequestProducer
org.apache.http.nio.protocol.
HttpAsyncRequestExecutionHandler
<T> (also extends org.apache.http.nio.protocol.
HttpAsyncResponseConsumer
<T>)
org.apache.http.nio.protocol.
HttpAsyncResponseConsumer
<T> (also extends org.apache.http.concurrent.
Cancellable
)
org.apache.http.nio.protocol.
HttpAsyncRequestExecutionHandler
<T> (also extends org.apache.http.nio.protocol.
HttpAsyncRequestProducer
)
org.apache.http.nio.protocol.
HttpAsyncResponseProducer
org.apache.http.
HttpConnection
org.apache.http.nio.
NHttpClientConnection
org.apache.http.nio.
NHttpClientIOTarget
org.apache.http.nio.
NHttpClientIOTarget
org.apache.http.nio.
NHttpConnection
(also extends org.apache.http.nio.
IOControl
)
org.apache.http.nio.
NHttpClientConnection
org.apache.http.nio.
NHttpClientIOTarget
org.apache.http.nio.
NHttpClientIOTarget
org.apache.http.nio.
NHttpServerConnection
org.apache.http.nio.
NHttpServerIOTarget
org.apache.http.nio.
NHttpServerIOTarget
org.apache.http.nio.
NHttpServerConnection
org.apache.http.nio.
NHttpServerIOTarget
org.apache.http.nio.
NHttpServerIOTarget
org.apache.http.nio.
NHttpClientConnection
org.apache.http.nio.
NHttpClientIOTarget
org.apache.http.nio.
NHttpClientIOTarget
org.apache.http.nio.
NHttpConnection
(also extends org.apache.http.
HttpConnection
, org.apache.http.nio.
IOControl
)
org.apache.http.nio.
NHttpClientConnection
org.apache.http.nio.
NHttpClientIOTarget
org.apache.http.nio.
NHttpClientIOTarget
org.apache.http.nio.
NHttpServerConnection
org.apache.http.nio.
NHttpServerIOTarget
org.apache.http.nio.
NHttpServerIOTarget
org.apache.http.nio.
NHttpServerConnection
org.apache.http.nio.
NHttpServerIOTarget
org.apache.http.nio.
NHttpServerIOTarget
org.apache.http.nio.
ContentDecoder
org.apache.http.nio.
FileContentDecoder
org.apache.http.nio.
ContentEncoder
org.apache.http.nio.
FileContentEncoder
org.apache.http.nio.util.
ContentInputBuffer
org.apache.http.nio.entity.
ContentListener
org.apache.http.nio.util.
ContentOutputBuffer
org.apache.http.nio.protocol.
EventListener
org.apache.http.nio.reactor.
EventMask
org.apache.http.nio.protocol.
HttpAsyncExchange
org.apache.http.nio.protocol.
HttpAsyncExpectationVerifier
org.apache.http.nio.protocol.
HttpAsyncRequestHandler
<T>
org.apache.http.nio.protocol.
HttpAsyncRequestHandlerMapper
org.apache.http.nio.protocol.
HttpAsyncRequestHandlerResolver
org.apache.http.
HttpEntity
org.apache.http.nio.entity.
ConsumingNHttpEntity
org.apache.http.nio.entity.
ProducingNHttpEntity
org.apache.http.nio.protocol.
HttpRequestExecutionHandler
org.apache.http.nio.
IOControl
org.apache.http.nio.
NHttpClientConnection
org.apache.http.nio.
NHttpClientIOTarget
org.apache.http.nio.
NHttpClientIOTarget
org.apache.http.nio.
NHttpConnection
(also extends org.apache.http.
HttpConnection
)
org.apache.http.nio.
NHttpClientConnection
org.apache.http.nio.
NHttpClientIOTarget
org.apache.http.nio.
NHttpClientIOTarget
org.apache.http.nio.
NHttpServerConnection
org.apache.http.nio.
NHttpServerIOTarget
org.apache.http.nio.
NHttpServerIOTarget
org.apache.http.nio.
NHttpServerConnection
org.apache.http.nio.
NHttpServerIOTarget
org.apache.http.nio.
NHttpServerIOTarget
org.apache.http.nio.reactor.
IOEventDispatch
org.apache.http.nio.reactor.
IOReactor
org.apache.http.nio.reactor.
ConnectingIOReactor
org.apache.http.nio.reactor.
ListeningIOReactor
org.apache.http.nio.reactor.
IOReactorExceptionHandler
org.apache.http.nio.reactor.
IOSession
org.apache.http.nio.reactor.
ListenerEndpoint
org.apache.http.impl.nio.reactor.
ListenerEndpointClosedCallback
org.apache.http.nio.
NHttpClientEventHandler
org.apache.http.nio.
NHttpClientHandler
org.apache.http.nio.
NHttpConnectionFactory
<T>
org.apache.http.nio.
NHttpMessageParser
<T>
org.apache.http.nio.
NHttpMessageParserFactory
<T>
org.apache.http.nio.
NHttpMessageWriter
<T>
org.apache.http.nio.
NHttpMessageWriterFactory
<T>
org.apache.http.nio.protocol.
NHttpRequestExecutionHandler
org.apache.http.nio.protocol.
NHttpRequestHandler
org.apache.http.nio.protocol.
NHttpRequestHandlerResolver
org.apache.http.nio.protocol.
NHttpResponseTrigger
org.apache.http.nio.
NHttpServerEventHandler
org.apache.http.nio.
NHttpServiceHandler
org.apache.http.nio.pool.
NIOConnFactory
<T,C>
org.apache.http.nio.params.
NIOReactorPNames
org.apache.http.nio.reactor.
SessionBufferStatus
org.apache.http.impl.nio.reactor.
SessionClosedCallback
org.apache.http.nio.reactor.
SessionInputBuffer
org.apache.http.nio.reactor.
SessionOutputBuffer
org.apache.http.nio.reactor.
SessionRequest
org.apache.http.nio.reactor.
SessionRequestCallback
org.apache.http.nio.reactor.
SocketAccessor
org.apache.http.nio.pool.
SocketAddressResolver
<T>
org.apache.http.nio.reactor.ssl.
SSLBuffer
org.apache.http.nio.reactor.ssl.
SSLBufferManagementStrategy
org.apache.http.impl.nio.reactor.
SSLIOSessionHandler
org.apache.http.impl.nio.reactor.
SSLSetupHandler
org.apache.http.nio.reactor.ssl.
SSLSetupHandler
Annotation Type Hierarchy
org.apache.http.nio.protocol.
Pipelined
(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.nio.reactor.
SSLMode
org.apache.http.nio.reactor.
IOReactorStatus
org.apache.http.nio.reactor.ssl.
SSLMode
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2005–2021
The Apache Software Foundation
. All rights reserved.