public class io.netty.handler.codec.http2.Http2Exception$StreamException extends io.netty.handler.codec.http2.Http2Exception
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.netty.handler.codec.http2.Http2Exception$StreamException
super_class: io.netty.handler.codec.http2.Http2Exception
{
private static final long serialVersionUID;
descriptor: J
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 602472544416984384
private final int streamId;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
void <init>(int, io.netty.handler.codec.http2.Http2Error, java.lang.String);
descriptor: (ILio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;)V
flags: (0x0000)
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 2
aload 3
getstatic io.netty.handler.codec.http2.Http2Exception$ShutdownHint.NO_SHUTDOWN:Lio/netty/handler/codec/http2/Http2Exception$ShutdownHint;
invokespecial io.netty.handler.codec.http2.Http2Exception.<init>:(Lio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;Lio/netty/handler/codec/http2/Http2Exception$ShutdownHint;)V
1: aload 0
iload 1
putfield io.netty.handler.codec.http2.Http2Exception$StreamException.streamId:I
2: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/codec/http2/Http2Exception$StreamException;
0 3 1 streamId I
0 3 2 error Lio/netty/handler/codec/http2/Http2Error;
0 3 3 message Ljava/lang/String;
MethodParameters:
Name Flags
streamId
error
message
void <init>(int, io.netty.handler.codec.http2.Http2Error, java.lang.String, java.lang.Throwable);
descriptor: (ILio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;Ljava/lang/Throwable;)V
flags: (0x0000)
Code:
stack=5, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 2
aload 3
aload 4
getstatic io.netty.handler.codec.http2.Http2Exception$ShutdownHint.NO_SHUTDOWN:Lio/netty/handler/codec/http2/Http2Exception$ShutdownHint;
invokespecial io.netty.handler.codec.http2.Http2Exception.<init>:(Lio/netty/handler/codec/http2/Http2Error;Ljava/lang/String;Ljava/lang/Throwable;Lio/netty/handler/codec/http2/Http2Exception$ShutdownHint;)V
1: aload 0
iload 1
putfield io.netty.handler.codec.http2.Http2Exception$StreamException.streamId:I
2: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/codec/http2/Http2Exception$StreamException;
0 3 1 streamId I
0 3 2 error Lio/netty/handler/codec/http2/Http2Error;
0 3 3 message Ljava/lang/String;
0 3 4 cause Ljava/lang/Throwable;
MethodParameters:
Name Flags
streamId
error
message
cause
public int streamId();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.handler.codec.http2.Http2Exception$StreamException.streamId:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http2/Http2Exception$StreamException;
}
SourceFile: "Http2Exception.java"
NestHost: io.netty.handler.codec.http2.Http2Exception
InnerClasses:
public final ShutdownHint = io.netty.handler.codec.http2.Http2Exception$ShutdownHint of io.netty.handler.codec.http2.Http2Exception
public StreamException = io.netty.handler.codec.http2.Http2Exception$StreamException of io.netty.handler.codec.http2.Http2Exception