Class AsyncClientPipeline

java.lang.Object
org.apache.hc.core5.http.nio.support.AsyncClientPipeline

public final class AsyncClientPipeline extends Object
Client side execution pipeline assembler that creates AsyncClientExchangeHandler instances with the defined message exchange pipeline that triggers the given FutureCallback or CompletableFuture upon completion.

Please note that AsyncClientExchangeHandler are stateful and may not be used concurrently by multiple message exchanges or re-used for subsequent message exchanges.

Since:
5.5