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 classAbstractHttp1StreamDuplexer.CapacityWindowMethods in org.apache.hc.core5.http.impl.nio with parameters of type CapacityChannel Modifier and Type Method Description (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 CapacityChannel Modifier and Type Method Description voidAsyncDataConsumer. 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 voidAbstractBinDataConsumer. updateCapacity(CapacityChannel capacityChannel)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 CapacityChannel Modifier and Type Method Description voidAbstractAsyncPushHandler. updateCapacity(CapacityChannel capacityChannel)voidAbstractAsyncRequesterConsumer. updateCapacity(CapacityChannel capacityChannel)voidAbstractAsyncResponseConsumer. updateCapacity(CapacityChannel capacityChannel)voidAbstractServerExchangeHandler. updateCapacity(CapacityChannel capacityChannel)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 CapacityChannel Modifier and Type Field Description private CapacityChannelSharedInputBuffer. capacityChannelMethods in org.apache.hc.core5.http.nio.support.classic with parameters of type CapacityChannel Modifier and Type Method Description voidAbstractClassicEntityConsumer. updateCapacity(CapacityChannel capacityChannel)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.nio Modifier and Type Interface Description (package private) interfaceH2StreamChannelClasses in org.apache.hc.core5.http2.impl.nio that implement CapacityChannel Modifier and Type Class Description private classAbstractH2StreamMultiplexer.H2StreamChannelImplMethods in org.apache.hc.core5.http2.impl.nio with parameters of type CapacityChannel Modifier and Type Method Description voidNoopAsyncPushHandler. 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 CapacityChannelReactiveDataConsumer. capacityChannelMethods in org.apache.hc.core5.reactive with parameters of type CapacityChannel Modifier and Type Method Description private voidReactiveDataConsumer. signalCapacity(CapacityChannel channel)voidReactiveDataConsumer. updateCapacity(CapacityChannel capacityChannel)voidReactiveResponseConsumer. updateCapacity(CapacityChannel capacityChannel)voidReactiveServerExchangeHandler. updateCapacity(CapacityChannel capacityChannel)
-