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