Uses of Interface
org.apache.hc.core5.reactor.ConnectionAcceptor
Packages that use ConnectionAcceptor
Package
Description
HTTP/1.1 requester and server bootstrap.
Event driven network communication APIs and components loosely based on
Doug Lea's
reactor pattern.
-
Uses of ConnectionAcceptor in org.apache.hc.core5.http.impl.bootstrap
Classes in org.apache.hc.core5.http.impl.bootstrap that implement ConnectionAcceptorModifier and TypeClassDescriptionclass
Protocol agnostic server side I/O session handler.class
HTTP/1.1 server side message exchange handler. -
Uses of ConnectionAcceptor in org.apache.hc.core5.reactor
Classes in org.apache.hc.core5.reactor that implement ConnectionAcceptorModifier and TypeClassDescriptionclass
Multi-core I/O reactor that can act as bothConnectionInitiator
andConnectionAcceptor
.(package private) class