public final class NoopHttp2RemoteFlowController extends Object implements io.netty.handler.codec.http2.Http2RemoteFlowController
| Modifier and Type | Field and Description |
|---|---|
static NoopHttp2RemoteFlowController |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
void |
addFlowControlled(io.netty.handler.codec.http2.Http2Stream stream,
io.netty.handler.codec.http2.Http2RemoteFlowController.FlowControlled payload) |
io.netty.channel.ChannelHandlerContext |
channelHandlerContext() |
void |
channelHandlerContext(io.netty.channel.ChannelHandlerContext ctx) |
void |
channelWritabilityChanged() |
boolean |
hasFlowControlled(io.netty.handler.codec.http2.Http2Stream stream) |
void |
incrementWindowSize(io.netty.handler.codec.http2.Http2Stream stream,
int delta) |
int |
initialWindowSize() |
void |
initialWindowSize(int newWindowSize) |
boolean |
isWritable(io.netty.handler.codec.http2.Http2Stream stream) |
void |
listener(io.netty.handler.codec.http2.Http2RemoteFlowController.Listener listener) |
void |
updateDependencyTree(int childStreamId,
int parentStreamId,
short weight,
boolean exclusive) |
int |
windowSize(io.netty.handler.codec.http2.Http2Stream stream) |
void |
writePendingBytes() |
public static final NoopHttp2RemoteFlowController INSTANCE
public void initialWindowSize(int newWindowSize)
throws io.netty.handler.codec.http2.Http2Exception
initialWindowSize in interface io.netty.handler.codec.http2.Http2FlowControllerio.netty.handler.codec.http2.Http2Exceptionpublic int initialWindowSize()
initialWindowSize in interface io.netty.handler.codec.http2.Http2FlowControllerpublic int windowSize(io.netty.handler.codec.http2.Http2Stream stream)
windowSize in interface io.netty.handler.codec.http2.Http2FlowControllerpublic boolean isWritable(io.netty.handler.codec.http2.Http2Stream stream)
isWritable in interface io.netty.handler.codec.http2.Http2RemoteFlowControllerpublic void incrementWindowSize(io.netty.handler.codec.http2.Http2Stream stream,
int delta)
throws io.netty.handler.codec.http2.Http2Exception
incrementWindowSize in interface io.netty.handler.codec.http2.Http2FlowControllerio.netty.handler.codec.http2.Http2Exceptionpublic void writePendingBytes()
throws io.netty.handler.codec.http2.Http2Exception
writePendingBytes in interface io.netty.handler.codec.http2.Http2RemoteFlowControllerio.netty.handler.codec.http2.Http2Exceptionpublic void listener(io.netty.handler.codec.http2.Http2RemoteFlowController.Listener listener)
listener in interface io.netty.handler.codec.http2.Http2RemoteFlowControllerpublic void addFlowControlled(io.netty.handler.codec.http2.Http2Stream stream,
io.netty.handler.codec.http2.Http2RemoteFlowController.FlowControlled payload)
addFlowControlled in interface io.netty.handler.codec.http2.Http2RemoteFlowControllerpublic boolean hasFlowControlled(io.netty.handler.codec.http2.Http2Stream stream)
hasFlowControlled in interface io.netty.handler.codec.http2.Http2RemoteFlowControllerpublic void channelHandlerContext(io.netty.channel.ChannelHandlerContext ctx)
throws io.netty.handler.codec.http2.Http2Exception
channelHandlerContext in interface io.netty.handler.codec.http2.Http2FlowControllerio.netty.handler.codec.http2.Http2Exceptionpublic io.netty.channel.ChannelHandlerContext channelHandlerContext()
channelHandlerContext in interface io.netty.handler.codec.http2.Http2RemoteFlowControllerpublic void channelWritabilityChanged()
throws io.netty.handler.codec.http2.Http2Exception
channelWritabilityChanged in interface io.netty.handler.codec.http2.Http2RemoteFlowControllerio.netty.handler.codec.http2.Http2Exceptionpublic void updateDependencyTree(int childStreamId,
int parentStreamId,
short weight,
boolean exclusive)
updateDependencyTree in interface io.netty.handler.codec.http2.Http2RemoteFlowControllerCopyright © 2008–2026 The Netty Project. All rights reserved.