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 |
AsyncDataConsumer.updateCapacity(CapacityChannel capacityChannel)
Triggered to signal ability of the underlying data stream to receive
data capacity update.
|
Modifier and Type | Method and Description |
---|---|
void |
NoopEntityConsumer.updateCapacity(CapacityChannel capacityChannel)
Deprecated.
|
void |
AbstractCharDataConsumer.updateCapacity(CapacityChannel capacityChannel) |
void |
AbstractBinDataConsumer.updateCapacity(CapacityChannel capacityChannel) |
void |
DiscardingEntityConsumer.updateCapacity(CapacityChannel capacityChannel) |
void |
DigestingEntityConsumer.updateCapacity(CapacityChannel capacityChannel) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractAsyncRequesterConsumer.updateCapacity(CapacityChannel capacityChannel) |
void |
BasicResponseConsumer.updateCapacity(CapacityChannel capacityChannel) |
void |
AbstractAsyncResponseConsumer.updateCapacity(CapacityChannel capacityChannel) |
void |
ImmediateResponseExchangeHandler.updateCapacity(CapacityChannel capacityChannel) |
void |
AbstractServerExchangeHandler.updateCapacity(CapacityChannel capacityChannel) |
void |
AbstractAsyncPushHandler.updateCapacity(CapacityChannel capacityChannel) |
void |
BasicAsyncServerExpectationDecorator.updateCapacity(CapacityChannel capacityChannel) |
void |
BasicClientExchangeHandler.updateCapacity(CapacityChannel capacityChannel) |
void |
BasicRequestConsumer.updateCapacity(CapacityChannel capacityChannel) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractClassicServerExchangeHandler.updateCapacity(CapacityChannel capacityChannel) |
void |
AbstractClassicEntityConsumer.updateCapacity(CapacityChannel capacityChannel) |
void |
SharedInputBuffer.updateCapacity(CapacityChannel capacityChannel) |
Modifier and Type | Method and Description |
---|---|
void |
ReactiveServerExchangeHandler.updateCapacity(CapacityChannel capacityChannel) |
void |
ReactiveResponseConsumer.updateCapacity(CapacityChannel capacityChannel) |
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.