Uses of Class
org.apache.hc.core5.http.nio.AsyncClientEndpoint
Packages that use AsyncClientEndpoint
Package
Description
Apache Bench (AB) clone based on HttpCore.
HTTP/1.1 requester and server 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 AsyncClientEndpointModifier and TypeFieldDescriptionprivate final 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.bootstrapMethods in org.apache.hc.core5.http.impl.bootstrap that return types with arguments of type AsyncClientEndpointModifier and TypeMethodDescriptionHttpAsyncRequester.connect
(HttpHost host, Timeout timeout, Object attachment, FutureCallback<AsyncClientEndpoint> callback) protected Future
<AsyncClientEndpoint> HttpAsyncRequester.doConnect
(HttpHost host, Timeout timeout, Object attachment, FutureCallback<AsyncClientEndpoint> callback) Method parameters in org.apache.hc.core5.http.impl.bootstrap with type arguments of type AsyncClientEndpointModifier and TypeMethodDescriptionHttpAsyncRequester.connect
(HttpHost host, Timeout timeout, Object attachment, FutureCallback<AsyncClientEndpoint> callback) protected Future
<AsyncClientEndpoint> HttpAsyncRequester.doConnect
(HttpHost host, Timeout timeout, 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 AsyncClientEndpointModifier and TypeMethodDescriptionprotected Future
<AsyncClientEndpoint> H2AsyncRequester.doConnect
(HttpHost host, Timeout timeout, Object attachment, FutureCallback<AsyncClientEndpoint> callback) Method parameters in org.apache.hc.core5.http2.impl.nio.bootstrap with type arguments of type AsyncClientEndpointModifier and TypeMethodDescriptionprotected Future
<AsyncClientEndpoint> H2AsyncRequester.doConnect
(HttpHost host, Timeout timeout, Object attachment, FutureCallback<AsyncClientEndpoint> callback)