Package | Description |
---|---|
org.apache.http.impl.nio |
Default implementations of HTTP connections for asynchronous,
even driven communication.
|
org.apache.http.impl.nio.bootstrap |
Embedded non-blocking server and server bootstrap.
|
org.apache.http.impl.nio.reactor |
Default implementation of event driven network communication APIs
based on Java NIO.
|
org.apache.http.impl.nio.ssl |
Class and Description |
---|
AbstractIODispatch
Abstract
IOEventDispatch implementation that supports both plain (non-encrypted)
and SSL encrypted HTTP connections. |
SessionInputBufferImpl
Default implementation of
SessionInputBuffer based on
the ExpandableBuffer class. |
SessionOutputBufferImpl
Default implementation of
SessionOutputBuffer based on
the ExpandableBuffer class. |
SSLIOSession
Deprecated.
(4.2) use
SSLIOSession |
SSLIOSessionHandler
Deprecated.
(4.2) Use
SSLSetupHandler |
Class and Description |
---|
DefaultListeningIOReactor
Default implementation of
ListeningIOReactor . |
IOReactorConfig
I/O reactor configuration parameters.
|
Class and Description |
---|
AbstractIOReactor
Generic implementation of
IOReactor that can used as a subclass
for more specialized I/O reactors. |
AbstractMultiworkerIOReactor
Generic implementation of
IOReactor that can run multiple
BaseIOReactor instance in separate worker threads and distribute
newly created I/O session equally across those I/O reactors for a more
optimal resource utilization and a better I/O performance. |
AbstractMultiworkerIOReactor.Worker |
BaseIOReactor
Default implementation of
AbstractIOReactor that serves as a base
for more advanced IOReactor
implementations. |
ChannelEntry
SocketChannel entry maintained by the I/O reactor. |
ExceptionEvent
A
Throwable instance along with a time stamp. |
InterestOpEntry
Helper class, representing an entry on an
interestOps(int) queue. |
InterestOpsCallback
Callback interface used internally by I/O session implementations to delegate execution
of a
SelectionKey.interestOps(int) operation to the I/O reactor. |
IOReactorConfig
I/O reactor configuration parameters.
|
IOReactorConfig.Builder |
ListenerEndpointClosedCallback
Listener endpoint callback interface used internally by I/O reactor
implementations.
|
ListenerEndpointImpl
Default implementation of
ListenerEndpoint . |
SessionClosedCallback
Session callback interface used internally by I/O reactor implementations.
|
SessionRequestImpl
Default implementation of
SessionRequest . |
SSLIOSessionHandler
Deprecated.
(4.2) Use
SSLSetupHandler |
SSLMode
Deprecated.
(4.2)
|
SSLSetupHandler
Deprecated.
(4.2) use
SSLSetupHandler |
Class and Description |
---|
AbstractIODispatch
Abstract
IOEventDispatch implementation that supports both plain (non-encrypted)
and SSL encrypted HTTP connections. |
SSLSetupHandler
Deprecated.
(4.2) use
SSLSetupHandler |