Uses of Class
org.apache.hc.core5.http.nio.support.AsyncClientPipeline.ResultStage
Packages that use AsyncClientPipeline.ResultStage
Package
Description
Support classes for the asynchronous I/O model.
-
Uses of AsyncClientPipeline.ResultStage in org.apache.hc.core5.http.nio.support
Methods in org.apache.hc.core5.http.nio.support that return AsyncClientPipeline.ResultStageModifier and TypeMethodDescriptionAsyncClientPipeline.ResponseContentStage.asByteArray()Configures the pipeline to process the incoming response content as a byte array.AsyncClientPipeline.ResponseContentStage.asString()Configures the pipeline to process the incoming response content as a String.AsyncClientPipeline.ResponseContentStage.consume(HandlerResolver<HttpResponse, AsyncResponseConsumer<T>> responseConsumerResolver) ConfiguresAsyncResponseConsumerto be used by the pipeline to process the incoming response message stream.AsyncClientPipeline.ResponseContentStage.consumeContent(Resolver<ContentType, Supplier<AsyncEntityConsumer<T>>> dataConsumerResolver) ConfiguresAsyncEntityConsumersupplier to be used by the pipeline to process the incoming response content stream.