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 classMethods in org.apache.hc.core5.http.impl.nio with parameters of type CapacityChannelModifier and TypeMethodDescription(package private) abstract voidAbstractHttp1StreamDuplexer.updateCapacity(CapacityChannel capacityChannel) (package private) voidClientHttp1StreamDuplexer.updateCapacity(CapacityChannel capacityChannel) (package private) voidClientHttp1StreamHandler.updateCapacity(CapacityChannel capacityChannel) (package private) voidServerHttp1StreamDuplexer.updateCapacity(CapacityChannel capacityChannel) (package private) voidServerHttp1StreamHandler.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 TypeMethodDescriptionvoidAsyncDataConsumer.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 voidAbstractBinDataConsumer.updateCapacity(CapacityChannel capacityChannel) final voidAbstractCharDataConsumer.updateCapacity(CapacityChannel capacityChannel) voidDigestingEntityConsumer.updateCapacity(CapacityChannel capacityChannel) voidDiscardingEntityConsumer.updateCapacity(CapacityChannel capacityChannel) voidNoopEntityConsumer.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 voidAbstractAsyncPushHandler.updateCapacity(CapacityChannel capacityChannel) final voidAbstractAsyncRequesterConsumer.updateCapacity(CapacityChannel capacityChannel) final voidAbstractAsyncResponseConsumer.updateCapacity(CapacityChannel capacityChannel) final voidAbstractServerExchangeHandler.updateCapacity(CapacityChannel capacityChannel) final voidBasicAsyncServerExpectationDecorator.updateCapacity(CapacityChannel capacityChannel) voidBasicClientExchangeHandler.updateCapacity(CapacityChannel capacityChannel) voidBasicRequestConsumer.updateCapacity(CapacityChannel capacityChannel) voidBasicResponseConsumer.updateCapacity(CapacityChannel capacityChannel) voidImmediateResponseExchangeHandler.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 voidAbstractClassicEntityConsumer.updateCapacity(CapacityChannel capacityChannel) final voidAbstractClassicServerExchangeHandler.updateCapacity(CapacityChannel capacityChannel) voidSharedInputBuffer.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 TypeMethodDescriptionvoidNoopAsyncPushHandler.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 voidReactiveDataConsumer.signalCapacity(CapacityChannel channel) voidReactiveDataConsumer.updateCapacity(CapacityChannel capacityChannel) voidReactiveResponseConsumer.updateCapacity(CapacityChannel capacityChannel) voidReactiveServerExchangeHandler.updateCapacity(CapacityChannel capacityChannel)