| Package | Description | 
|---|---|
| org.apache.hc.core5.http.nio | Core HTTP transport APIs based on the asynchronous, event driven I/O model. | 
| org.apache.hc.core5.http.nio.entity | HTTP message entity APIs based on the asynchronous (non-blocking) I/O model. | 
| org.apache.hc.core5.http.nio.support | Support classes for the asynchronous I/O model. | 
| org.apache.hc.core5.http.nio.support.classic | Support classes for the asynchronous I/O model that emulate
 behavior of the classic (blocking) I/O model. | 
| org.apache.hc.core5.reactive | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AsyncDataProducer. produce(DataStreamChannel channel)Triggered to signal the ability of the underlying data channel
 to accept more data. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AsyncEntityProducerWrapper. produce(DataStreamChannel channel) | 
| void | PathEntityProducer. produce(DataStreamChannel dataStreamChannel) | 
| void | FileEntityProducer. produce(DataStreamChannel channel) | 
| void | DigestingEntityProducer. produce(DataStreamChannel channel) | 
| void | AbstractCharAsyncEntityProducer. produce(DataStreamChannel channel) | 
| void | AbstractBinAsyncEntityProducer. produce(DataStreamChannel channel) | 
| void | BasicAsyncEntityProducer. produce(DataStreamChannel channel) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BasicRequestProducer. produce(DataStreamChannel channel) | 
| void | ImmediateResponseExchangeHandler. produce(DataStreamChannel channel) | 
| void | AbstractServerExchangeHandler. produce(DataStreamChannel channel) | 
| void | BasicResponseProducer. produce(DataStreamChannel channel) | 
| void | BasicAsyncServerExpectationDecorator. produce(DataStreamChannel channel) | 
| void | BasicPushProducer. produce(DataStreamChannel channel) | 
| void | BasicClientExchangeHandler. produce(DataStreamChannel channel) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SharedOutputBuffer. flush(DataStreamChannel channel) | 
| void | AbstractClassicEntityProducer. produce(DataStreamChannel channel) | 
| void | AbstractClassicServerExchangeHandler. produce(DataStreamChannel channel) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ReactiveServerExchangeHandler. produce(DataStreamChannel channel) | 
| void | ReactiveEntityProducer. produce(DataStreamChannel channel) | 
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.