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
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)