public abstract class io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase implements io.netty.handler.codec.http2.Http2RemoteFlowController$FlowControlled, io.netty.channel.ChannelFutureListener
minor version: 0
major version: 59
flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
this_class: io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase
super_class: java.lang.Object
{
protected final io.netty.handler.codec.http2.Http2Stream stream;
descriptor: Lio/netty/handler/codec/http2/Http2Stream;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected io.netty.channel.ChannelPromise promise;
descriptor: Lio/netty/channel/ChannelPromise;
flags: (0x0004) ACC_PROTECTED
protected boolean endOfStream;
descriptor: Z
flags: (0x0004) ACC_PROTECTED
protected int padding;
descriptor: I
flags: (0x0004) ACC_PROTECTED
final io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder this$0;
descriptor: Lio/netty/handler/codec/http2/DefaultHttp2ConnectionEncoder;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder, io.netty.handler.codec.http2.Http2Stream, int, boolean, io.netty.channel.ChannelPromise);
descriptor: (Lio/netty/handler/codec/http2/DefaultHttp2ConnectionEncoder;Lio/netty/handler/codec/http2/Http2Stream;IZLio/netty/channel/ChannelPromise;)V
flags: (0x0000)
Code:
stack=3, locals=6, args_size=6
start local 0 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
putfield io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase.this$0:Lio/netty/handler/codec/http2/DefaultHttp2ConnectionEncoder;
1: aload 0
invokespecial java.lang.Object.<init>:()V
2: iload 3
ifge 4
3: new java.lang.IllegalArgumentException
dup
ldc "padding must be >= 0"
invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
athrow
4: StackMap locals: io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder io.netty.handler.codec.http2.Http2Stream int int io.netty.channel.ChannelPromise
StackMap stack:
aload 0
iload 3
putfield io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase.padding:I
5: aload 0
iload 4
putfield io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase.endOfStream:Z
6: aload 0
aload 2
putfield io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase.stream:Lio/netty/handler/codec/http2/Http2Stream;
7: aload 0
aload 5
putfield io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase.promise:Lio/netty/channel/ChannelPromise;
8: return
end local 5 end local 4 end local 3 end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/netty/handler/codec/http2/DefaultHttp2ConnectionEncoder$FlowControlledBase;
0 9 2 stream Lio/netty/handler/codec/http2/Http2Stream;
0 9 3 padding I
0 9 4 endOfStream Z
0 9 5 promise Lio/netty/channel/ChannelPromise;
MethodParameters:
Name Flags
this$0 final
stream final
padding
endOfStream
promise final
public void writeComplete();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase.endOfStream:Z
ifeq 2
1: aload 0
getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase.this$0:Lio/netty/handler/codec/http2/DefaultHttp2ConnectionEncoder;
getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.lifecycleManager:Lio/netty/handler/codec/http2/Http2LifecycleManager;
aload 0
getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase.stream:Lio/netty/handler/codec/http2/Http2Stream;
aload 0
getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase.promise:Lio/netty/channel/ChannelPromise;
invokeinterface io.netty.handler.codec.http2.Http2LifecycleManager.closeStreamLocal:(Lio/netty/handler/codec/http2/Http2Stream;Lio/netty/channel/ChannelFuture;)V
2: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/codec/http2/DefaultHttp2ConnectionEncoder$FlowControlledBase;
public void operationComplete(io.netty.channel.ChannelFuture);
descriptor: (Lio/netty/channel/ChannelFuture;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface io.netty.channel.ChannelFuture.isSuccess:()Z
ifne 2
1: aload 0
aload 0
getfield io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase.this$0:Lio/netty/handler/codec/http2/DefaultHttp2ConnectionEncoder;
invokevirtual io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder.flowController:()Lio/netty/handler/codec/http2/Http2RemoteFlowController;
invokeinterface io.netty.handler.codec.http2.Http2RemoteFlowController.channelHandlerContext:()Lio/netty/channel/ChannelHandlerContext;
aload 1
invokeinterface io.netty.channel.ChannelFuture.cause:()Ljava/lang/Throwable;
invokevirtual io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase.error:(Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)V
2: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/codec/http2/DefaultHttp2ConnectionEncoder$FlowControlledBase;
0 3 1 future Lio/netty/channel/ChannelFuture;
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
future
public void operationComplete(io.netty.util.concurrent.Future);
descriptor: (Lio/netty/util/concurrent/Future;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast io.netty.channel.ChannelFuture
invokevirtual io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase.operationComplete:(Lio/netty/channel/ChannelFuture;)V
return
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Exception
}
SourceFile: "DefaultHttp2ConnectionEncoder.java"
NestHost: io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
InnerClasses:
public abstract FlowControlledBase = io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder$FlowControlledBase of io.netty.handler.codec.http2.DefaultHttp2ConnectionEncoder
public abstract FlowControlled = io.netty.handler.codec.http2.Http2RemoteFlowController$FlowControlled of io.netty.handler.codec.http2.Http2RemoteFlowController