软件包 | 描述 |
---|---|
io.netty.handler.codec.http2 |
用于发送和接收HTTP / 2帧的处理程序。
|
Modifier and Type | Method and Description |
---|---|
boolean |
WeightedFairQueueByteDistributor.distribute(int maxBytes, StreamByteDistributor.Writer writer) |
boolean |
UniformStreamByteDistributor.distribute(int maxBytes, StreamByteDistributor.Writer writer) |
boolean |
StreamByteDistributor.distribute(int maxBytes, StreamByteDistributor.Writer writer)
将最多
maxBytes 分配给包含流传输字节的流,并在这些流中迭代以写入适当的字节。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.