Uses of Interface
io.netty.handler.codec.http2.StreamByteDistributor.Writer
Packages that use StreamByteDistributor.Writer
-
Uses of StreamByteDistributor.Writer in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement StreamByteDistributor.WriterModifier and TypeClassDescriptionprivate final classWritability of astreamis calculated using the following:private classAbstract class which provides common functionality for writability monitor implementations.Methods in io.netty.handler.codec.http2 with parameters of type StreamByteDistributor.WriterModifier and TypeMethodDescriptionbooleanStreamByteDistributor.distribute(int maxBytes, StreamByteDistributor.Writer writer) Distributes up tomaxBytesto those streams containing streamable bytes and iterates across those streams to write the appropriate bytes.booleanUniformStreamByteDistributor.distribute(int maxBytes, StreamByteDistributor.Writer writer) booleanWeightedFairQueueByteDistributor.distribute(int maxBytes, StreamByteDistributor.Writer writer) private intWeightedFairQueueByteDistributor.distribute(int maxBytes, StreamByteDistributor.Writer writer, WeightedFairQueueByteDistributor.State state) private intWeightedFairQueueByteDistributor.distributeToChildren(int maxBytes, StreamByteDistributor.Writer writer, WeightedFairQueueByteDistributor.State state) It is a pre-condition thatstate.poll()returns a non-nullvalue.(package private) voidUniformStreamByteDistributor.State.write(int numBytes, StreamByteDistributor.Writer writer) Write any allocated bytes for the given stream and updates the streamable bytes, assuming all of the bytes will be written.(package private) voidWeightedFairQueueByteDistributor.State.write(int numBytes, StreamByteDistributor.Writer writer)