Uses of Interface
org.apache.hc.core5.reactor.IOReactorService
Packages that use IOReactorService
Package
Description
HTTP/1.1 requester and server bootstrap.
HTTP/2 capable requester and server bootstrap.
Event driven network communication APIs and components loosely based on
Doug Lea's
reactor pattern.
-
Uses of IOReactorService in org.apache.hc.core5.http.impl.bootstrap
Classes in org.apache.hc.core5.http.impl.bootstrap that implement IOReactorServiceModifier and TypeClassDescriptionclassProtocol agnostic client side I/O session initiator.classProtocol agnostic server side I/O session handler.classHTTP/1.1 client side message exchange initiator.classHTTP/1.1 server side message exchange handler. -
Uses of IOReactorService in org.apache.hc.core5.http2.impl.nio.bootstrap
Classes in org.apache.hc.core5.http2.impl.nio.bootstrap that implement IOReactorServiceModifier and TypeClassDescriptionclassClient side message exchange initiator capable of negotiating HTTP/2 or HTTP/1.1 compatible connections.classHTTP/2 multiplexing client side message exchange initiator. -
Uses of IOReactorService in org.apache.hc.core5.reactor
Classes in org.apache.hc.core5.reactor that implement IOReactorServiceModifier and TypeClassDescription(package private) classclassMulti-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. -
Uses of IOReactorService in org.apache.hc.core5.testing.nio
Classes in org.apache.hc.core5.testing.nio with type parameters of type IOReactorServiceModifier and TypeClassDescription(package private) classIOReactorExecutor<T extends IOReactorService>