Uses of Interface
io.netty5.handler.codec.http2.StreamByteDistributor.Writer
-
Packages that use StreamByteDistributor.Writer Package Description io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of StreamByteDistributor.Writer in io.netty5.handler.codec.http2
Methods in io.netty5.handler.codec.http2 with parameters of type StreamByteDistributor.Writer Modifier and Type Method Description boolean
StreamByteDistributor. distribute(int maxBytes, StreamByteDistributor.Writer writer)
Distributes up tomaxBytes
to those streams containing streamable bytes and iterates across those streams to write the appropriate bytes.boolean
UniformStreamByteDistributor. distribute(int maxBytes, StreamByteDistributor.Writer writer)
boolean
WeightedFairQueueByteDistributor. distribute(int maxBytes, StreamByteDistributor.Writer writer)
-