Uses of Interface
org.apache.hc.core5.http.nio.CapacityChannel
-
Packages that use CapacityChannel Package Description org.apache.hc.core5.http.impl.nio Default implementation of HTTP/1.1 transport based on the asynchronous (non-blocking) I/O model.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.http2.impl.nio Default implementation of HTTP/2 transport based on the asynchronous (non-blocking) I/O model.org.apache.hc.core5.reactive -
-
Uses of CapacityChannel in org.apache.hc.core5.http.impl.nio
Classes in org.apache.hc.core5.http.impl.nio that implement CapacityChannel Modifier and Type Class Description (package private) static class
AbstractHttp1StreamDuplexer.CapacityWindow
Methods in org.apache.hc.core5.http.impl.nio with parameters of type CapacityChannel Modifier and Type Method Description (package private) abstract void
AbstractHttp1StreamDuplexer. updateCapacity(CapacityChannel capacityChannel)
(package private) void
ClientHttp1StreamDuplexer. updateCapacity(CapacityChannel capacityChannel)
(package private) void
ClientHttp1StreamHandler. updateCapacity(CapacityChannel capacityChannel)
(package private) void
ServerHttp1StreamDuplexer. updateCapacity(CapacityChannel capacityChannel)
(package private) void
ServerHttp1StreamHandler. updateCapacity(CapacityChannel capacityChannel)
-
Uses of CapacityChannel in org.apache.hc.core5.http.nio
Methods in org.apache.hc.core5.http.nio with parameters of type CapacityChannel Modifier and Type Method Description void
AsyncDataConsumer. updateCapacity(CapacityChannel capacityChannel)
Triggered to signal ability of the underlying data stream to receive data capacity update. -
Uses of CapacityChannel in org.apache.hc.core5.http.nio.entity
Methods in org.apache.hc.core5.http.nio.entity with parameters of type CapacityChannel Modifier and Type Method Description void
AbstractBinDataConsumer. updateCapacity(CapacityChannel capacityChannel)
void
AbstractCharDataConsumer. updateCapacity(CapacityChannel capacityChannel)
void
DigestingEntityConsumer. updateCapacity(CapacityChannel capacityChannel)
void
DiscardingEntityConsumer. updateCapacity(CapacityChannel capacityChannel)
void
NoopEntityConsumer. updateCapacity(CapacityChannel capacityChannel)
Deprecated. -
Uses of CapacityChannel in org.apache.hc.core5.http.nio.support
Methods in org.apache.hc.core5.http.nio.support with parameters of type CapacityChannel Modifier and Type Method Description void
AbstractAsyncPushHandler. updateCapacity(CapacityChannel capacityChannel)
void
AbstractAsyncRequesterConsumer. updateCapacity(CapacityChannel capacityChannel)
void
AbstractAsyncResponseConsumer. updateCapacity(CapacityChannel capacityChannel)
void
AbstractServerExchangeHandler. updateCapacity(CapacityChannel capacityChannel)
void
BasicAsyncServerExpectationDecorator. updateCapacity(CapacityChannel capacityChannel)
void
BasicClientExchangeHandler. updateCapacity(CapacityChannel capacityChannel)
void
BasicRequestConsumer. updateCapacity(CapacityChannel capacityChannel)
void
BasicResponseConsumer. updateCapacity(CapacityChannel capacityChannel)
void
ImmediateResponseExchangeHandler. updateCapacity(CapacityChannel capacityChannel)
-
Uses of CapacityChannel in org.apache.hc.core5.http.nio.support.classic
Fields in org.apache.hc.core5.http.nio.support.classic declared as CapacityChannel Modifier and Type Field Description private CapacityChannel
SharedInputBuffer. capacityChannel
Methods in org.apache.hc.core5.http.nio.support.classic with parameters of type CapacityChannel Modifier and Type Method Description void
AbstractClassicEntityConsumer. updateCapacity(CapacityChannel capacityChannel)
void
AbstractClassicServerExchangeHandler. updateCapacity(CapacityChannel capacityChannel)
void
SharedInputBuffer. updateCapacity(CapacityChannel capacityChannel)
-
Uses of CapacityChannel in org.apache.hc.core5.http2.impl.nio
Subinterfaces of CapacityChannel in org.apache.hc.core5.http2.impl.nio Modifier and Type Interface Description (package private) interface
H2StreamChannel
Classes in org.apache.hc.core5.http2.impl.nio that implement CapacityChannel Modifier and Type Class Description private class
AbstractH2StreamMultiplexer.H2StreamChannelImpl
Methods in org.apache.hc.core5.http2.impl.nio with parameters of type CapacityChannel Modifier and Type Method Description void
NoopAsyncPushHandler. updateCapacity(CapacityChannel capacityChannel)
-
Uses of CapacityChannel in org.apache.hc.core5.reactive
Fields in org.apache.hc.core5.reactive declared as CapacityChannel Modifier and Type Field Description private CapacityChannel
ReactiveDataConsumer. capacityChannel
Methods in org.apache.hc.core5.reactive with parameters of type CapacityChannel Modifier and Type Method Description private void
ReactiveDataConsumer. signalCapacity(CapacityChannel channel)
void
ReactiveDataConsumer. updateCapacity(CapacityChannel capacityChannel)
void
ReactiveResponseConsumer. updateCapacity(CapacityChannel capacityChannel)
void
ReactiveServerExchangeHandler. updateCapacity(CapacityChannel capacityChannel)
-