Uses of Class
org.apache.hc.core5.http.nio.AsyncClientEndpoint
-
Packages that use AsyncClientEndpoint 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 AsyncClientEndpoint in org.apache.hc.core5.benchmark
Fields in org.apache.hc.core5.benchmark with type parameters of type AsyncClientEndpoint Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<AsyncClientEndpoint>
BenchmarkWorker. endpointRef
-
Uses of AsyncClientEndpoint in org.apache.hc.core5.http.impl.bootstrap
Subclasses of AsyncClientEndpoint in org.apache.hc.core5.http.impl.bootstrap Modifier and Type Class Description private class
HttpAsyncRequester.InternalAsyncClientEndpoint
Methods in org.apache.hc.core5.http.impl.bootstrap that return types with arguments of type AsyncClientEndpoint Modifier and Type Method Description java.util.concurrent.Future<AsyncClientEndpoint>
HttpAsyncRequester. connect(HttpHost host, Timeout timeout)
java.util.concurrent.Future<AsyncClientEndpoint>
HttpAsyncRequester. connect(HttpHost host, Timeout timeout, java.lang.Object attachment, FutureCallback<AsyncClientEndpoint> callback)
protected java.util.concurrent.Future<AsyncClientEndpoint>
HttpAsyncRequester. doConnect(HttpHost host, Timeout timeout, java.lang.Object attachment, FutureCallback<AsyncClientEndpoint> callback)
Method parameters in org.apache.hc.core5.http.impl.bootstrap with type arguments of type AsyncClientEndpoint Modifier and Type Method Description java.util.concurrent.Future<AsyncClientEndpoint>
HttpAsyncRequester. connect(HttpHost host, Timeout timeout, java.lang.Object attachment, FutureCallback<AsyncClientEndpoint> callback)
protected java.util.concurrent.Future<AsyncClientEndpoint>
HttpAsyncRequester. doConnect(HttpHost host, Timeout timeout, java.lang.Object attachment, FutureCallback<AsyncClientEndpoint> callback)
-
Uses of AsyncClientEndpoint in org.apache.hc.core5.http2.impl.nio.bootstrap
Methods in org.apache.hc.core5.http2.impl.nio.bootstrap that return types with arguments of type AsyncClientEndpoint Modifier and Type Method Description protected java.util.concurrent.Future<AsyncClientEndpoint>
H2AsyncRequester. doConnect(HttpHost host, Timeout timeout, java.lang.Object attachment, FutureCallback<AsyncClientEndpoint> callback)
Method parameters in org.apache.hc.core5.http2.impl.nio.bootstrap with type arguments of type AsyncClientEndpoint Modifier and Type Method Description protected java.util.concurrent.Future<AsyncClientEndpoint>
H2AsyncRequester. doConnect(HttpHost host, Timeout timeout, java.lang.Object attachment, FutureCallback<AsyncClientEndpoint> callback)
-