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 AnAsyncEntityProducer
that subscribes to aPublisher
instance, as defined by the Reactive Streams specification.ReactiveResponseConsumer AnAsyncResponseConsumer
that publishes the response body through aPublisher
, as defined by the Reactive Streams specification.ReactiveServerExchangeHandler An implementation ofAsyncServerExchangeHandler
designed to work with reactive streams.