Uses of Class
org.apache.hc.core5.jackson2.http.AsyncJsonServerPipeline.RequestHandlingStage
Packages that use AsyncJsonServerPipeline.RequestHandlingStage
-
Uses of AsyncJsonServerPipeline.RequestHandlingStage in org.apache.hc.core5.jackson2.http
Methods in org.apache.hc.core5.jackson2.http that return AsyncJsonServerPipeline.RequestHandlingStageModifier and TypeMethodDescriptionAsyncJsonServerPipeline.RequestHandlingStage<I,Message<HttpResponse, com.fasterxml.jackson.databind.JsonNode>> AsyncJsonServerPipeline.ResponseContentStage.asJsonNode()Configures the pipeline to represent the response message content as an object.Configures the pipeline to represent the response message content as an object with the givenClass.AsyncJsonServerPipeline.ResponseContentStage.asSequence(ObjectProducer<O> objectProducer) Configures the pipeline to represent the response message content as a sequence of objects.AsyncJsonServerPipeline.ResponseContentStage.produce(Resolver<O, AsyncResponseProducer> responseProducerResolver) ResolvesAsyncResponseProducerto be used by the pipeline to generate the outgoing response message stream based on the given response message object.AsyncJsonServerPipeline.ResponseContentStage.produceContent(Resolver<O, AsyncEntityProducer> dataProducerResolver) ResolvesAsyncEntityProducerto be used by the pipeline to generate the outgoing response content stream based on the given response content object.