Uses of Class
org.apache.hc.core5.reactor.AbstractIOReactorBase
Packages that use AbstractIOReactorBase
Package
Description
Event driven network communication APIs and components loosely based on
Doug Lea's
reactor pattern.
-
Uses of AbstractIOReactorBase in org.apache.hc.core5.reactor
Subclasses of AbstractIOReactorBase in org.apache.hc.core5.reactorModifier and TypeClassDescriptionclassMulti-core I/O reactor that can act asConnectionInitiatorInternally this I/O reactor distributes newly created I/O session equally across multiple I/O worker threads for a more optimal resource utilization and a better I/O performance.classMulti-core I/O reactor that can act as bothConnectionInitiatorandConnectionAcceptor.