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 TypeClassDescriptionclassGeneric implementation ofIOReactorthat can used as a subclass for more specialized I/O reactors.classGeneric 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.classDefault implementation ofAbstractIOReactorthat serves as a base for more advancedIOReactorimplementations.classDefault implementation ofConnectingIOReactor.classDefault implementation ofListeningIOReactor. -
Uses of IOReactor in org.apache.http.nio.reactor
Subinterfaces of IOReactor in org.apache.http.nio.reactorModifier and TypeInterfaceDescriptioninterfaceConnectingIOReactor represents an I/O reactor capable of establishing connections to remote hosts.interfaceListeningIOReactor represents an I/O reactor capable of listening for incoming connections on one or several ports.