程序包 | 说明 |
---|---|
io.netty.handler.codec.http2 |
Benchmarks for
io.netty.handler.codec.http2 . |
限定符和类型 | 类和说明 |
---|---|
class |
DefaultHttp2ConnectionEncoder.FlowControlledBase
Common base type for payloads to deliver via flow-control.
|
限定符和类型 | 方法和说明 |
---|---|
void |
Http2RemoteFlowController.addFlowControlled(Http2Stream stream,
Http2RemoteFlowController.FlowControlled payload)
Queues a payload for transmission to the remote endpoint.
|
void |
DefaultHttp2RemoteFlowController.addFlowControlled(Http2Stream stream,
Http2RemoteFlowController.FlowControlled frame) |
boolean |
Http2RemoteFlowController.FlowControlled.merge(ChannelHandlerContext ctx,
Http2RemoteFlowController.FlowControlled next)
Merge the contents of the
next message into this message so they can be written out as one unit. |