Class AsyncJsonClientPipeline

java.lang.Object
org.apache.hc.core5.jackson2.http.AsyncJsonClientPipeline

public final class AsyncJsonClientPipeline extends Object
Client side execution pipeline assembler that creates AsyncClientExchangeHandler instances with the defined message exchange pipeline optimized for JSON message exchanges 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