Uses of Class
org.apache.hc.core5.http.impl.bootstrap.HttpAsyncRequester
-
Packages that use HttpAsyncRequester Package Description org.apache.hc.core5.benchmark Apache Bench (AB) clone based on HttpCore.org.apache.hc.core5.http.impl.bootstrap HTTP/1.1 requester and server bootstrap.org.apache.hc.core5.http2.impl.nio.bootstrap HTTP/2 capable requester and server bootstrap. -
-
Uses of HttpAsyncRequester in org.apache.hc.core5.benchmark
Fields in org.apache.hc.core5.benchmark declared as HttpAsyncRequester Modifier and Type Field Description private HttpAsyncRequester
BenchmarkWorker. requester
Methods in org.apache.hc.core5.benchmark with parameters of type HttpAsyncRequester Modifier and Type Method Description private Results
HttpBenchmark. doExecute(HttpAsyncRequester requester, Stats stats)
Constructors in org.apache.hc.core5.benchmark with parameters of type HttpAsyncRequester Constructor Description BenchmarkWorker(HttpAsyncRequester requester, HttpHost host, HttpCoreContext context, java.util.concurrent.atomic.AtomicLong requestCount, java.util.concurrent.CountDownLatch completionLatch, Stats stats, BenchmarkConfig config)
-
Uses of HttpAsyncRequester in org.apache.hc.core5.http.impl.bootstrap
Methods in org.apache.hc.core5.http.impl.bootstrap that return HttpAsyncRequester Modifier and Type Method Description HttpAsyncRequester
AsyncRequesterBootstrap. create()
-
Uses of HttpAsyncRequester in org.apache.hc.core5.http2.impl.nio.bootstrap
Subclasses of HttpAsyncRequester in org.apache.hc.core5.http2.impl.nio.bootstrap Modifier and Type Class Description class
H2AsyncRequester
Client side message exchange initiator capable of negotiating HTTP/2 or HTTP/1.1 compatible connections.
-