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