Uses of Class
org.apache.hc.core5.jackson2.http.AsyncJsonServerPipeline.CompletionStage
Packages that use AsyncJsonServerPipeline.CompletionStage
-
Uses of AsyncJsonServerPipeline.CompletionStage in org.apache.hc.core5.jackson2.http
Methods in org.apache.hc.core5.jackson2.http that return AsyncJsonServerPipeline.CompletionStageModifier and TypeMethodDescriptionAsyncJsonServerPipeline.ExceptionStage.handle(ExchangeHandler<I, O> exchangeHandler) Configures the pipeline to handle the message exchange by generating a response object based on the properties of the request object.AsyncJsonServerPipeline.RequestHandlingStage.handle(ExchangeHandler<I, O> exchangeHandler) Configures the pipeline to handle the message exchange by generating a response object based on the properties of the request object.