Uses of Class
io.netty.handler.codec.http2.StreamBufferingEncoder.PendingStream
-
Packages that use StreamBufferingEncoder.PendingStream Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of StreamBufferingEncoder.PendingStream in io.netty.handler.codec.http2
Fields in io.netty.handler.codec.http2 with type parameters of type StreamBufferingEncoder.PendingStream Modifier and Type Field Description private java.util.TreeMap<java.lang.Integer,StreamBufferingEncoder.PendingStream>
StreamBufferingEncoder. pendingStreams
Buffer for any streams and corresponding frames that could not be created due to the maximum concurrent stream limit being hit.
-