public abstract class DefaultHttp2ConnectionEncoder.FlowControlledBase extends Object implements Http2RemoteFlowController.FlowControlled, io.netty.channel.ChannelFutureListener
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
endOfStream |
protected int |
padding |
protected io.netty.channel.ChannelPromise |
promise |
protected Http2Stream |
stream |
| Modifier and Type | Method and Description |
|---|---|
void |
operationComplete(io.netty.channel.ChannelFuture future) |
void |
writeComplete()
Called after this object has been successfully written.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waiterror, merge, size, writeprotected final Http2Stream stream
protected io.netty.channel.ChannelPromise promise
protected boolean endOfStream
protected int padding
public void writeComplete()
Http2RemoteFlowController.FlowControlled
The Http2RemoteFlowController will make exactly one call to either
this method or Http2RemoteFlowController.FlowControlled.error(ChannelHandlerContext, Throwable).
writeComplete in interface Http2RemoteFlowController.FlowControlledCopyright © 2008–2025 The Netty Project. All rights reserved.