Uses of Interface
io.netty5.handler.codec.http2.Http2RemoteFlowController.FlowControlled
-
Packages that use Http2RemoteFlowController.FlowControlled Package Description io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2RemoteFlowController.FlowControlled in io.netty5.handler.codec.http2
Classes in io.netty5.handler.codec.http2 that implement Http2RemoteFlowController.FlowControlled Modifier and Type Class Description class
DefaultHttp2ConnectionEncoder.FlowControlledBase
Common base type for payloads to deliver via flow-control.Methods in io.netty5.handler.codec.http2 with parameters of type Http2RemoteFlowController.FlowControlled Modifier and Type Method Description void
DefaultHttp2RemoteFlowController. addFlowControlled(Http2Stream stream, Http2RemoteFlowController.FlowControlled frame)
void
Http2RemoteFlowController. addFlowControlled(Http2Stream stream, Http2RemoteFlowController.FlowControlled payload)
Queues a payload for transmission to the remote endpoint.boolean
Http2RemoteFlowController.FlowControlled. merge(ChannelHandlerContext ctx, Http2RemoteFlowController.FlowControlled next)
Merge the contents of thenext
message into this message so they can be written out as one unit.
-