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 AbstractIOEventDispatchimplementation that supports both plain (non-encrypted) and SSL encrypted HTTP connections.SessionInputBufferImpl Default implementation ofSessionInputBufferbased on theExpandableBufferclass.SessionOutputBufferImpl Default implementation ofSessionOutputBufferbased on theExpandableBufferclass.SSLIOSession Deprecated.(4.2) useSSLIOSessionSSLIOSessionHandler Deprecated.(4.2) UseSSLSetupHandler -
Classes in org.apache.http.impl.nio.reactor used by org.apache.http.impl.nio.bootstrap Class Description 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 ofIOReactorthat can used as a subclass for more specialized I/O reactors.AbstractMultiworkerIOReactor 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.ChannelEntry SocketChannelentry maintained by the I/O reactor.ExceptionEvent AThrowableinstance along with a time stamp.IOReactorConfig I/O reactor configuration parameters.IOReactorConfig.Builder ListenerEndpointClosedCallback Listener endpoint callback interface used internally by I/O reactor implementations.SessionClosedCallback Session callback interface used internally by I/O reactor implementations.SessionRequestImpl Default implementation ofSessionRequest.SSLIOSessionHandler Deprecated.(4.2) UseSSLSetupHandlerSSLMode 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 AbstractIOEventDispatchimplementation that supports both plain (non-encrypted) and SSL encrypted HTTP connections.SSLIOSession Deprecated.(4.2) useSSLIOSessionSSLSetupHandler Deprecated.(4.2) useSSLSetupHandler