| 程序包 | 说明 |
|---|---|
| com.aliyun.httpcomponent.httpclient.implementation | |
| 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.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
StreamEntityProducer.produce(DataStreamChannel dataStreamChannel) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
AsyncDataProducer.produce(DataStreamChannel channel)
Triggered to signal the ability of the underlying data channel
to accept more data.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
DigestingEntityProducer.produce(DataStreamChannel channel) |
void |
FileEntityProducer.produce(DataStreamChannel channel) |
void |
PathEntityProducer.produce(DataStreamChannel dataStreamChannel) |
void |
AbstractBinAsyncEntityProducer.produce(DataStreamChannel channel) |
void |
AbstractCharAsyncEntityProducer.produce(DataStreamChannel channel) |
void |
BasicAsyncEntityProducer.produce(DataStreamChannel channel) |
void |
AsyncEntityProducerWrapper.produce(DataStreamChannel channel) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BasicClientExchangeHandler.produce(DataStreamChannel channel) |
void |
BasicAsyncServerExpectationDecorator.produce(DataStreamChannel channel) |
void |
BasicPushProducer.produce(DataStreamChannel channel) |
void |
BasicRequestProducer.produce(DataStreamChannel channel) |
void |
BasicResponseProducer.produce(DataStreamChannel channel) |
void |
AbstractServerExchangeHandler.produce(DataStreamChannel channel) |
void |
ImmediateResponseExchangeHandler.produce(DataStreamChannel channel) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
SharedOutputBuffer.flush(DataStreamChannel channel) |
void |
AbstractClassicServerExchangeHandler.produce(DataStreamChannel channel) |
void |
AbstractClassicEntityProducer.produce(DataStreamChannel channel) |
Copyright © 2023. All rights reserved.