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
IOEventDispatchimplementation that supports both plain (non-encrypted) and SSL encrypted HTTP connections.Default implementation ofSessionInputBufferbased on theExpandableBufferclass.Default implementation ofSessionOutputBufferbased on theExpandableBufferclass.Deprecated.Deprecated.(4.2) UseSSLSetupHandler -
Classes in org.apache.http.impl.nio.reactor used by org.apache.http.impl.nio.bootstrap
-
Classes in org.apache.http.impl.nio.reactor used by org.apache.http.impl.nio.reactorClassDescriptionGeneric implementation of
IOReactorthat can used as a subclass for more specialized I/O reactors.Generic implementation ofIOReactorthat can run multipleBaseIOReactorinstances 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.SocketChannelentry maintained by the I/O reactor.AThrowableinstance along with a time stamp.I/O reactor configuration parameters.Listener endpoint callback interface used internally by I/O reactor implementations.Session callback interface used internally by I/O reactor implementations.Default implementation ofSessionRequest.Deprecated.(4.2) UseSSLSetupHandlerDeprecated.(4.2)Deprecated.(4.2) useSSLSetupHandler -
Classes in org.apache.http.impl.nio.reactor used by org.apache.http.impl.nio.sslClassDescriptionAbstract
IOEventDispatchimplementation that supports both plain (non-encrypted) and SSL encrypted HTTP connections.Deprecated.(4.2) useSSLIOSessionDeprecated.(4.2) useSSLSetupHandler
SSLIOSession