Uses of Class
org.apache.hc.core5.jackson2.http.AsyncJsonClientPipeline.CompletionStage
Packages that use AsyncJsonClientPipeline.CompletionStage
-
Uses of AsyncJsonClientPipeline.CompletionStage in org.apache.hc.core5.jackson2.http
Methods in org.apache.hc.core5.jackson2.http that return AsyncJsonClientPipeline.CompletionStageModifier and TypeMethodDescriptionAsyncJsonClientPipeline.ResultStage.result(CompletableFuture<T> future) Configures the pipeline to signal completion of the message exchange by triggering the givenCompletableFutureupon completion.AsyncJsonClientPipeline.ResultStage.result(FutureCallback<T> resultCallback) Configures the pipeline to signal completion of the message exchange by calling the givenFutureCallbackupon completion.