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 classAsyncServerProtocol agnostic server side I/O session handler.classHttpAsyncServerHTTP/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 classDefaultListeningIOReactorMulti-core I/O reactor that can act as bothConnectionInitiatorandConnectionAcceptor.(package private) classSingleCoreListeningIOReactor
-