Uses of Interface
org.apache.hc.core5.http.nio.CapacityChannel
Packages that use CapacityChannel
Package
Description
Default implementation of HTTP/1.1 transport based on
the asynchronous (non-blocking) I/O model.
Core HTTP transport APIs based on the asynchronous, event driven I/O model.
HTTP message entity APIs based on the asynchronous (non-blocking) I/O model.
Support classes for the asynchronous I/O model.
Support classes for the asynchronous I/O model that emulate
behavior of the classic (blocking) I/O model.
Default implementation of HTTP/2 transport based on
the asynchronous (non-blocking) I/O model.
-
Uses of CapacityChannel in org.apache.hc.core5.http.impl.nio
Classes in org.apache.hc.core5.http.impl.nio that implement CapacityChannelModifier and TypeClassDescription(package private) static class
Methods in org.apache.hc.core5.http.impl.nio with parameters of type CapacityChannelModifier and TypeMethodDescription(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 CapacityChannelModifier and TypeMethodDescriptionvoid
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 CapacityChannelModifier and TypeMethodDescriptionfinal void
AbstractBinDataConsumer.updateCapacity
(CapacityChannel capacityChannel) final 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 CapacityChannelModifier and TypeMethodDescriptionfinal void
AbstractAsyncPushHandler.updateCapacity
(CapacityChannel capacityChannel) final void
AbstractAsyncRequesterConsumer.updateCapacity
(CapacityChannel capacityChannel) final void
AbstractAsyncResponseConsumer.updateCapacity
(CapacityChannel capacityChannel) final void
AbstractServerExchangeHandler.updateCapacity
(CapacityChannel capacityChannel) final 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 CapacityChannelMethods in org.apache.hc.core5.http.nio.support.classic with parameters of type CapacityChannelModifier and TypeMethodDescriptionfinal void
AbstractClassicEntityConsumer.updateCapacity
(CapacityChannel capacityChannel) final 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.nioClasses in org.apache.hc.core5.http2.impl.nio that implement CapacityChannelMethods in org.apache.hc.core5.http2.impl.nio with parameters of type CapacityChannelModifier and TypeMethodDescriptionvoid
NoopAsyncPushHandler.updateCapacity
(CapacityChannel capacityChannel) -
Uses of CapacityChannel in org.apache.hc.core5.reactive
Fields in org.apache.hc.core5.reactive declared as CapacityChannelMethods in org.apache.hc.core5.reactive with parameters of type CapacityChannelModifier and TypeMethodDescriptionprivate void
ReactiveDataConsumer.signalCapacity
(CapacityChannel channel) void
ReactiveDataConsumer.updateCapacity
(CapacityChannel capacityChannel) void
ReactiveResponseConsumer.updateCapacity
(CapacityChannel capacityChannel) void
ReactiveServerExchangeHandler.updateCapacity
(CapacityChannel capacityChannel)