Package org.apache.hc.core5.reactive
-
Interface Summary Interface Description ReactiveRequestProcessor -
Class Summary Class Description ReactiveDataConsumer An asynchronous data consumer that supports Reactive Streams.ReactiveDataProducer An asynchronous data producer that supports Reactive Streams.ReactiveEntityProducer AnAsyncEntityProducerthat subscribes to aPublisherinstance, as defined by the Reactive Streams specification.ReactiveResponseConsumer AnAsyncResponseConsumerthat publishes the response body through aPublisher, as defined by the Reactive Streams specification.ReactiveServerExchangeHandler An implementation ofAsyncServerExchangeHandlerdesigned to work with reactive streams.