Uses of Interface
org.apache.http.nio.reactor.IOReactor
Packages that use IOReactor
Package
Description
Default implementation of event driven network communication APIs
based on Java NIO.
Event driven network communication APIs loosely based on
Doug Lea's
reactor pattern.
-
Uses of IOReactor in org.apache.http.impl.nio.reactor
Classes in org.apache.http.impl.nio.reactor that implement IOReactorModifier and TypeClassDescriptionclass
Generic implementation ofIOReactor
that can used as a subclass for more specialized I/O reactors.class
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.class
Default implementation ofAbstractIOReactor
that serves as a base for more advancedIOReactor
implementations.class
Default implementation ofConnectingIOReactor
.class
Default implementation ofListeningIOReactor
. -
Uses of IOReactor in org.apache.http.nio.reactor
Subinterfaces of IOReactor in org.apache.http.nio.reactorModifier and TypeInterfaceDescriptioninterface
ConnectingIOReactor represents an I/O reactor capable of establishing connections to remote hosts.interface
ListeningIOReactor represents an I/O reactor capable of listening for incoming connections on one or several ports.