Package org.apache.hc.core5.http.nio
Interface AsyncDataExchangeHandler
- All Superinterfaces:
AsyncDataConsumer
,AsyncDataProducer
,ResourceHolder
- All Known Subinterfaces:
AsyncClientExchangeHandler
,AsyncServerExchangeHandler
- All Known Implementing Classes:
AbstractClassicServerExchangeHandler
,AbstractServerExchangeHandler
,BasicAsyncServerExpectationDecorator
,BasicClientExchangeHandler
,BasicServerExchangeHandler
,ImmediateResponseExchangeHandler
,ReactiveServerExchangeHandler
Abstract asynchronous data exchange handler that acts as a data consumer
and a data producer.
- Since:
- 5.0
-
Method Summary
Methods inherited from interface org.apache.hc.core5.http.nio.AsyncDataConsumer
consume, streamEnd, updateCapacity
Methods inherited from interface org.apache.hc.core5.http.nio.AsyncDataProducer
available, produce
Methods inherited from interface org.apache.hc.core5.http.nio.ResourceHolder
releaseResources
-
Method Details
-
failed
Triggered to signal a failure in data processing.- Parameters:
cause
- the cause of the failure.
-