class io.netty.handler.codec.http2.DefaultHttp2Connection$2 implements io.netty.handler.codec.http2.Http2StreamVisitor
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.netty.handler.codec.http2.DefaultHttp2Connection$2
super_class: java.lang.Object
{
final io.netty.handler.codec.http2.DefaultHttp2Connection this$0;
descriptor: Lio/netty/handler/codec/http2/DefaultHttp2Connection;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final int val$lastKnownStream;
descriptor: I
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(io.netty.handler.codec.http2.DefaultHttp2Connection, int);
descriptor: (Lio/netty/handler/codec/http2/DefaultHttp2Connection;I)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$2 this
0: .line 270
aload 0 /* this */
aload 1
putfield io.netty.handler.codec.http2.DefaultHttp2Connection$2.this$0:Lio/netty/handler/codec/http2/DefaultHttp2Connection;
aload 0 /* this */
iload 2
putfield io.netty.handler.codec.http2.DefaultHttp2Connection$2.val$lastKnownStream:I
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$2 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http2/DefaultHttp2Connection$2;
MethodParameters:
Name Flags
this$0 final
val$lastKnownStream final
public boolean visit(io.netty.handler.codec.http2.Http2Stream);
descriptor: (Lio/netty/handler/codec/http2/Http2Stream;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$2 this
start local 1 // io.netty.handler.codec.http2.Http2Stream stream
0: .line 273
aload 1 /* stream */
invokeinterface io.netty.handler.codec.http2.Http2Stream.id:()I
aload 0 /* this */
getfield io.netty.handler.codec.http2.DefaultHttp2Connection$2.val$lastKnownStream:I
if_icmple 2
aload 0 /* this */
getfield io.netty.handler.codec.http2.DefaultHttp2Connection$2.this$0:Lio/netty/handler/codec/http2/DefaultHttp2Connection;
getfield io.netty.handler.codec.http2.DefaultHttp2Connection.remoteEndpoint:Lio/netty/handler/codec/http2/DefaultHttp2Connection$DefaultEndpoint;
aload 1 /* stream */
invokeinterface io.netty.handler.codec.http2.Http2Stream.id:()I
invokevirtual io.netty.handler.codec.http2.DefaultHttp2Connection$DefaultEndpoint.isValidStreamId:(I)Z
ifeq 2
1: .line 274
aload 1 /* stream */
invokeinterface io.netty.handler.codec.http2.Http2Stream.close:()Lio/netty/handler/codec/http2/Http2Stream;
pop
2: .line 276
StackMap locals:
StackMap stack:
iconst_1
ireturn
end local 1 // io.netty.handler.codec.http2.Http2Stream stream
end local 0 // io.netty.handler.codec.http2.DefaultHttp2Connection$2 this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/codec/http2/DefaultHttp2Connection$2;
0 3 1 stream Lio/netty/handler/codec/http2/Http2Stream;
MethodParameters:
Name Flags
stream
}
SourceFile: "DefaultHttp2Connection.java"
EnclosingMethod: io.netty.handler.codec.http2.DefaultHttp2Connection.goAwaySent:(IJLio/netty/buffer/ByteBuf;)V
NestHost: io.netty.handler.codec.http2.DefaultHttp2Connection
InnerClasses:
io.netty.handler.codec.http2.DefaultHttp2Connection$2
private final DefaultEndpoint = io.netty.handler.codec.http2.DefaultHttp2Connection$DefaultEndpoint of io.netty.handler.codec.http2.DefaultHttp2Connection