Uses of Class
org.apache.hc.core5.reactor.DefaultListeningIOReactor
-
Packages that use DefaultListeningIOReactor Package Description org.apache.hc.core5.http.impl.bootstrap HTTP/1.1 requester and server bootstrap.org.apache.hc.core5.testing.nio -
-
Uses of DefaultListeningIOReactor in org.apache.hc.core5.http.impl.bootstrap
Fields in org.apache.hc.core5.http.impl.bootstrap declared as DefaultListeningIOReactor Modifier and Type Field Description private DefaultListeningIOReactor
AsyncServer. ioReactor
-
Uses of DefaultListeningIOReactor in org.apache.hc.core5.testing.nio
Methods in org.apache.hc.core5.testing.nio that return DefaultListeningIOReactor Modifier and Type Method Description (package private) DefaultListeningIOReactor
AsyncServer. createIOReactor(IOEventHandlerFactory ioEventHandlerFactory, IOReactorConfig ioReactorConfig, java.util.concurrent.ThreadFactory threadFactory, Callback<IOSession> sessionShutdownCallback)
-