Uses of Interface
org.apache.hc.core5.reactor.ConnectionAcceptor
-
Packages that use ConnectionAcceptor Package Description org.apache.hc.core5.http.impl.bootstrap HTTP/1.1 requester and server bootstrap.org.apache.hc.core5.reactor 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 ConnectionAcceptor Modifier and Type Class Description class
AsyncServer
Protocol agnostic server side I/O session handler.class
HttpAsyncServer
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 ConnectionAcceptor Modifier and Type Class Description class
DefaultListeningIOReactor
Multi-core I/O reactor that can act as bothConnectionInitiator
andConnectionAcceptor
.(package private) class
SingleCoreListeningIOReactor
-