Uses of Package
org.apache.http.impl.nio.reactor
-
Packages that use org.apache.http.impl.nio.reactor 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 -
Classes in org.apache.http.impl.nio.reactor used by org.apache.http.impl.nio Class Description AbstractIODispatch AbstractIOEventDispatch
implementation that supports both plain (non-encrypted) and SSL encrypted HTTP connections.SessionInputBufferImpl Default implementation ofSessionInputBuffer
based on theExpandableBuffer
class.SessionOutputBufferImpl Default implementation ofSessionOutputBuffer
based on theExpandableBuffer
class.SSLIOSession Deprecated.(4.2) useSSLIOSession
SSLIOSessionHandler Deprecated.(4.2) UseSSLSetupHandler
-
Classes in org.apache.http.impl.nio.reactor used by org.apache.http.impl.nio.bootstrap Class Description DefaultListeningIOReactor Default implementation ofListeningIOReactor
.IOReactorConfig I/O reactor configuration parameters. -
Classes in org.apache.http.impl.nio.reactor used by org.apache.http.impl.nio.reactor Class Description AbstractIOReactor Generic implementation ofIOReactor
that can used as a subclass for more specialized I/O reactors.AbstractMultiworkerIOReactor 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.AbstractMultiworkerIOReactor.Worker BaseIOReactor Default implementation ofAbstractIOReactor
that serves as a base for more advancedIOReactor
implementations.ChannelEntry SocketChannel
entry maintained by the I/O reactor.ExceptionEvent AThrowable
instance along with a time stamp.InterestOpEntry Helper class, representing an entry on aninterestOps(int)
queue.InterestOpsCallback Callback interface used internally by I/O session implementations to delegate execution of aSelectionKey.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 ofListenerEndpoint
.SessionClosedCallback Session callback interface used internally by I/O reactor implementations.SessionRequestImpl Default implementation ofSessionRequest
.SessionRequestImpl.SessionRequestState SSLIOSessionHandler Deprecated.(4.2) UseSSLSetupHandler
SSLMode Deprecated.(4.2)SSLSetupHandler Deprecated.(4.2) useSSLSetupHandler
-
Classes in org.apache.http.impl.nio.reactor used by org.apache.http.impl.nio.ssl Class Description AbstractIODispatch AbstractIOEventDispatch
implementation that supports both plain (non-encrypted) and SSL encrypted HTTP connections.SSLIOSession Deprecated.(4.2) useSSLIOSession
SSLSetupHandler Deprecated.(4.2) useSSLSetupHandler