Package org.apache.hc.core5.jackson2.http
package org.apache.hc.core5.jackson2.http
-
ClassDescriptionClient side execution pipeline assembler that creates
AsyncClientExchangeHandlerinstances with the defined message exchange pipeline optimized for JSON message exchanges that triggers the givenFutureCallbackorCompletableFutureupon completion.Exchange completion stage.Exchange result signal stage.Server side execution pipeline assembler that suppliesAsyncServerExchangeHandlerinstances with the defined message exchange pipeline optimized for JSON message exchanges.AsyncEntityConsumerimplementation that de-serializes incoming HTTP message entity into anJsonNodeinstance.AsyncEntityConsumerimplementation that de-serializes incoming HTTP message entity into anJsonNodeinstance if the message content type isContentType.APPLICATION_JSONor as a single textJsonNodeif the message content type is not supported.AsyncEntityProducerimplementation that generates a message body containing serialized content of the givenJsonNodeobject.AsyncEntityConsumerimplementation that converts incoming HTTP message entity into a sequence ofJsonNodeinstance and passes those objects to theJsonResultSink.AsyncEntityConsumerimplementation that de-serializes incoming HTTP message entity into an instance of the given class.AsyncEntityProducerimplementation that generates a message body containing serialized content of the given JSON object.Factory class for JSONAsyncRequestConsumers.Factory class for JSONAsyncRequestProducers.Factory class for JSONAsyncResponseConsumers.Factory class for JSONAsyncResponseProducers.AsyncEntityConsumerimplementation that converts incoming HTTP message entity into a sequence of instances of the given class and passes those objects to theJsonResultSink.AsyncEntityProducerimplementation that generates a message body containing serialized content of a sequence of JSON objects.AsyncEntityConsumerimplementation that converts incoming HTTP message entity into a sequence of JSON tokens passed as events to the givenJsonTokenEventHandler.Abstract object stream channel.Abstract asynchronous object producer.