Uses of Class
io.netty.handler.codec.http2.StreamBufferingEncoder.PendingStream
Packages that use StreamBufferingEncoder.PendingStream
-
Uses of StreamBufferingEncoder.PendingStream in io.netty.handler.codec.http2
Fields in io.netty.handler.codec.http2 with type parameters of type StreamBufferingEncoder.PendingStreamModifier and TypeFieldDescriptionprivate final TreeMap
<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.