Uses of Interface
org.apache.http.nio.reactor.IOReactor
-
Packages that use IOReactor Package Description org.apache.http.impl.nio.reactor Default implementation of event driven network communication APIs based on Java NIO.org.apache.http.nio.reactor 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 IOReactor Modifier and Type Class Description classAbstractIOReactorGeneric implementation ofIOReactorthat can used as a subclass for more specialized I/O reactors.classAbstractMultiworkerIOReactorGeneric 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.classBaseIOReactorDefault implementation ofAbstractIOReactorthat serves as a base for more advancedIOReactorimplementations.classDefaultConnectingIOReactorDefault implementation ofConnectingIOReactor.classDefaultListeningIOReactorDefault implementation ofListeningIOReactor. -
Uses of IOReactor in org.apache.http.nio.reactor
Subinterfaces of IOReactor in org.apache.http.nio.reactor Modifier and Type Interface Description interfaceConnectingIOReactorConnectingIOReactor represents an I/O reactor capable of establishing connections to remote hosts.interfaceListeningIOReactorListeningIOReactor represents an I/O reactor capable of listening for incoming connections on one or several ports.
-