class io.netty.handler.codec.http2.Http2ConnectionHandler$3 implements io.netty.channel.ChannelFutureListener
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.netty.handler.codec.http2.Http2ConnectionHandler$3
super_class: java.lang.Object
{
final io.netty.handler.codec.http2.Http2ConnectionHandler this$0;
descriptor: Lio/netty/handler/codec/http2/Http2ConnectionHandler;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final io.netty.channel.ChannelHandlerContext val$ctx;
descriptor: Lio/netty/channel/ChannelHandlerContext;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final io.netty.handler.codec.http2.Http2Stream val$stream;
descriptor: Lio/netty/handler/codec/http2/Http2Stream;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(io.netty.handler.codec.http2.Http2ConnectionHandler, io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.http2.Http2Stream);
descriptor: (Lio/netty/handler/codec/http2/Http2ConnectionHandler;Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/http2/Http2Stream;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 0: aload 0
aload 1
putfield io.netty.handler.codec.http2.Http2ConnectionHandler$3.this$0:Lio/netty/handler/codec/http2/Http2ConnectionHandler;
aload 0
aload 2
putfield io.netty.handler.codec.http2.Http2ConnectionHandler$3.val$ctx:Lio/netty/channel/ChannelHandlerContext;
aload 0
aload 3
putfield io.netty.handler.codec.http2.Http2ConnectionHandler$3.val$stream:Lio/netty/handler/codec/http2/Http2Stream;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http2/Http2ConnectionHandler$3;
MethodParameters:
Name Flags
this$0 final
val$ctx final
val$stream final
public void operationComplete(io.netty.channel.ChannelFuture);
descriptor: (Lio/netty/channel/ChannelFuture;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield io.netty.handler.codec.http2.Http2ConnectionHandler$3.this$0:Lio/netty/handler/codec/http2/Http2ConnectionHandler;
aload 0
getfield io.netty.handler.codec.http2.Http2ConnectionHandler$3.val$ctx:Lio/netty/channel/ChannelHandlerContext;
aload 0
getfield io.netty.handler.codec.http2.Http2ConnectionHandler$3.val$stream:Lio/netty/handler/codec/http2/Http2Stream;
aload 1
invokevirtual io.netty.handler.codec.http2.Http2ConnectionHandler.processRstStreamWriteResult:(Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/http2/Http2Stream;Lio/netty/channel/ChannelFuture;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http2/Http2ConnectionHandler$3;
0 2 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.Http2ConnectionHandler$3.operationComplete:(Lio/netty/channel/ChannelFuture;)V
return
LocalVariableTable:
Start End Slot Name Signature
Exceptions:
throws java.lang.Exception
}
SourceFile: "Http2ConnectionHandler.java"
EnclosingMethod: io.netty.handler.codec.http2.Http2ConnectionHandler.resetStream:(Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/http2/Http2Stream;JLio/netty/channel/ChannelPromise;)Lio/netty/channel/ChannelFuture;
NestHost: io.netty.handler.codec.http2.Http2ConnectionHandler
InnerClasses:
io.netty.handler.codec.http2.Http2ConnectionHandler$3