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.private final classWrap a DATA frame so it can be written subject to flow-control.private final classWrap headers so they can be written subject to flow-control.Fields in io.netty.handler.codec.http2 with type parameters of type Http2RemoteFlowController.FlowControlledModifier and TypeFieldDescriptionprivate final Deque<Http2RemoteFlowController.FlowControlled> DefaultHttp2RemoteFlowController.FlowState.pendingWriteQueueMethods in io.netty.handler.codec.http2 that return Http2RemoteFlowController.FlowControlledModifier and TypeMethodDescriptionDefaultHttp2RemoteFlowController.FlowState.peek()Returns the head of the pending queue, ornullif empty.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.(package private) voidDefaultHttp2RemoteFlowController.FlowState.enqueueFrame(Http2RemoteFlowController.FlowControlled frame) Adds theframeto the pending queue and increments the pending byte count.(package private) voidDefaultHttp2RemoteFlowController.ListenerWritabilityMonitor.enqueueFrame(DefaultHttp2RemoteFlowController.FlowState state, Http2RemoteFlowController.FlowControlled frame) (package private) voidDefaultHttp2RemoteFlowController.WritabilityMonitor.enqueueFrame(DefaultHttp2RemoteFlowController.FlowState state, Http2RemoteFlowController.FlowControlled frame) Add a frame to be sent via flow control.private voidDefaultHttp2RemoteFlowController.FlowState.enqueueFrameWithoutMerge(Http2RemoteFlowController.FlowControlled frame) booleanDefaultHttp2ConnectionEncoder.FlowControlledData.merge(ChannelHandlerContext ctx, Http2RemoteFlowController.FlowControlled next) booleanDefaultHttp2ConnectionEncoder.FlowControlledHeaders.merge(ChannelHandlerContext ctx, Http2RemoteFlowController.FlowControlled next) 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.private voidDefaultHttp2RemoteFlowController.FlowState.writeError(Http2RemoteFlowController.FlowControlled frame, Http2Exception cause) Discards thisHttp2RemoteFlowController.FlowControlled, writing an error.