Uses of Package
org.apache.http.impl.nio.reactor
Packages that use org.apache.http.impl.nio.reactor
Package
Description
Default implementations of HTTP connections for asynchronous,
even driven communication.
Embedded non-blocking server and server bootstrap.
Default implementation of event driven network communication APIs
based on Java NIO.
-
Classes in org.apache.http.impl.nio.reactor used by org.apache.http.impl.nioClassDescriptionAbstract
IOEventDispatch
implementation that supports both plain (non-encrypted) and SSL encrypted HTTP connections.Default implementation ofSessionInputBuffer
based on theExpandableBuffer
class.Default implementation ofSessionOutputBuffer
based on theExpandableBuffer
class.Deprecated.Deprecated.(4.2) UseSSLSetupHandler
-
Classes in org.apache.http.impl.nio.reactor used by org.apache.http.impl.nio.bootstrapClassDescriptionDefault implementation of
ListeningIOReactor
.I/O reactor configuration parameters. -
Classes in org.apache.http.impl.nio.reactor used by org.apache.http.impl.nio.reactorClassDescriptionGeneric implementation of
IOReactor
that can used as a subclass for more specialized I/O reactors.Generic implementation ofIOReactor
that can run multipleBaseIOReactor
instances in separate worker threads and distribute newly created I/O sessions equally across those I/O reactors for more optimal resource utilization and better I/O performance.Default implementation ofAbstractIOReactor
that serves as a base for more advancedIOReactor
implementations.SocketChannel
entry maintained by the I/O reactor.AThrowable
instance along with a time stamp.Helper class, representing an entry on aninterestOps(int)
queue.Callback interface used internally by I/O session implementations to delegate execution of aSelectionKey.interestOps(int)
operation to the I/O reactor.I/O reactor configuration parameters.Listener endpoint callback interface used internally by I/O reactor implementations.Default implementation ofListenerEndpoint
.Session callback interface used internally by I/O reactor implementations.Default implementation ofSessionRequest
.Deprecated.(4.2) UseSSLSetupHandler
Deprecated.(4.2)Deprecated.(4.2) useSSLSetupHandler
-
Classes in org.apache.http.impl.nio.reactor used by org.apache.http.impl.nio.sslClassDescriptionAbstract
IOEventDispatch
implementation that supports both plain (non-encrypted) and SSL encrypted HTTP connections.Deprecated.(4.2) useSSLIOSession
Deprecated.(4.2) useSSLSetupHandler
SSLIOSession