Uses of Interface
io.netty.handler.codec.http2.Http2RemoteFlowController.FlowControlled
Packages that use Http2RemoteFlowController.FlowControlled
-
Uses of Http2RemoteFlowController.FlowControlled in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement Http2RemoteFlowController.FlowControlledModifier and TypeClassDescriptionclassCommon base type for payloads to deliver via flow-control.Methods in io.netty.handler.codec.http2 with parameters of type Http2RemoteFlowController.FlowControlledModifier and TypeMethodDescriptionvoidDefaultHttp2RemoteFlowController.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.