public abstract class DefaultHttp2ConnectionEncoder.FlowControlledBase extends Object implements Http2RemoteFlowController.FlowControlled, io.netty.channel.ChannelFutureListener
| Modifier and Type | Field and Description |
|---|---|
protected io.netty.channel.ChannelHandlerContext |
ctx |
protected boolean |
endOfStream |
protected int |
padding |
protected io.netty.channel.ChannelPromise |
promise |
protected Http2Stream |
stream |
| Constructor and Description |
|---|
DefaultHttp2ConnectionEncoder.FlowControlledBase(io.netty.channel.ChannelHandlerContext ctx,
Http2Stream stream,
int padding,
boolean endOfStream,
io.netty.channel.ChannelPromise promise) |
| Modifier and Type | Method and Description |
|---|---|
void |
operationComplete(io.netty.channel.ChannelFuture future) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waiterror, size, writeprotected final io.netty.channel.ChannelHandlerContext ctx
protected final Http2Stream stream
protected final io.netty.channel.ChannelPromise promise
protected final boolean endOfStream
protected int padding
public DefaultHttp2ConnectionEncoder.FlowControlledBase(io.netty.channel.ChannelHandlerContext ctx,
Http2Stream stream,
int padding,
boolean endOfStream,
io.netty.channel.ChannelPromise promise)
Copyright © 2008–2015 The Netty Project. All rights reserved.