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 TypeClassDescriptionclass
Multi-core I/O reactor that can act asConnectionInitiator
Internally 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.class
Multi-core I/O reactor that can act as bothConnectionInitiator
andConnectionAcceptor
.