Uses of Class
org.apache.hc.core5.http.nio.support.AsyncClientPipeline.ResponseStage
Packages that use AsyncClientPipeline.ResponseStage
Package
Description
Support classes for the asynchronous I/O model.
-
Uses of AsyncClientPipeline.ResponseStage in org.apache.hc.core5.http.nio.support
Methods in org.apache.hc.core5.http.nio.support that return AsyncClientPipeline.ResponseStageModifier and TypeMethodDescriptionAsyncClientPipeline.RequestContentStage.asByteArray(byte[] bytes, ContentType contentType) Configures the pipeline to represent the outgoing message content as a byte array.AsyncClientPipeline.RequestContentStage.asString(String s, ContentType contentType) Configures the pipeline to represent the outgoing message content as a String.Configures the pipeline to produce an outgoing GET message stream.Configures the pipeline to produce an outgoing GET message stream.AsyncClientPipeline.RequestContentStage.noContent()Configures the pipeline to represent the outgoing message without a content body.AsyncClientPipeline.RequestStage.produce(AsyncRequestProducer requestProducer) ConfiguresAsyncRequestProducerto be used by the pipeline to generate the outgoing request message stream.AsyncClientPipeline.RequestContentStage.produceContent(AsyncEntityProducer dataProducer) ConfiguresAsyncEntityProducerto be used by the pipeline to generate the outgoing request content stream.