public final class org.glassfish.grizzly.http2.frames.ErrorCode extends java.lang.Enum<org.glassfish.grizzly.http2.frames.ErrorCode>
minor version: 0
major version: 59
flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
this_class: org.glassfish.grizzly.http2.frames.ErrorCode
super_class: java.lang.Enum
{
public static final org.glassfish.grizzly.http2.frames.ErrorCode NO_ERROR;
descriptor: Lorg/glassfish/grizzly/http2/frames/ErrorCode;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.glassfish.grizzly.http2.frames.ErrorCode PROTOCOL_ERROR;
descriptor: Lorg/glassfish/grizzly/http2/frames/ErrorCode;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.glassfish.grizzly.http2.frames.ErrorCode INTERNAL_ERROR;
descriptor: Lorg/glassfish/grizzly/http2/frames/ErrorCode;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.glassfish.grizzly.http2.frames.ErrorCode FLOW_CONTROL_ERROR;
descriptor: Lorg/glassfish/grizzly/http2/frames/ErrorCode;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.glassfish.grizzly.http2.frames.ErrorCode SETTINGS_TIMEOUT;
descriptor: Lorg/glassfish/grizzly/http2/frames/ErrorCode;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.glassfish.grizzly.http2.frames.ErrorCode STREAM_CLOSED;
descriptor: Lorg/glassfish/grizzly/http2/frames/ErrorCode;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.glassfish.grizzly.http2.frames.ErrorCode FRAME_SIZE_ERROR;
descriptor: Lorg/glassfish/grizzly/http2/frames/ErrorCode;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.glassfish.grizzly.http2.frames.ErrorCode REFUSED_STREAM;
descriptor: Lorg/glassfish/grizzly/http2/frames/ErrorCode;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.glassfish.grizzly.http2.frames.ErrorCode CANCEL;
descriptor: Lorg/glassfish/grizzly/http2/frames/ErrorCode;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.glassfish.grizzly.http2.frames.ErrorCode COMPRESSION_ERROR;
descriptor: Lorg/glassfish/grizzly/http2/frames/ErrorCode;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.glassfish.grizzly.http2.frames.ErrorCode CONNECT_ERROR;
descriptor: Lorg/glassfish/grizzly/http2/frames/ErrorCode;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.glassfish.grizzly.http2.frames.ErrorCode ENHANCE_YOUR_CALM;
descriptor: Lorg/glassfish/grizzly/http2/frames/ErrorCode;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.glassfish.grizzly.http2.frames.ErrorCode INADEQUATE_SECURITY;
descriptor: Lorg/glassfish/grizzly/http2/frames/ErrorCode;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final org.glassfish.grizzly.http2.frames.ErrorCode HTTP_1_1_REQUIRED;
descriptor: Lorg/glassfish/grizzly/http2/frames/ErrorCode;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
final int code;
descriptor: I
flags: (0x0010) ACC_FINAL
private static final org.glassfish.grizzly.http2.frames.ErrorCode[] intToErrorCode;
descriptor: [Lorg/glassfish/grizzly/http2/frames/ErrorCode;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final org.glassfish.grizzly.http2.frames.ErrorCode[] ENUM$VALUES;
descriptor: [Lorg/glassfish/grizzly/http2/frames/ErrorCode;
flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=5, locals=4, args_size=0
0: new org.glassfish.grizzly.http2.frames.ErrorCode
dup
ldc "NO_ERROR"
iconst_0
iconst_0
invokespecial org.glassfish.grizzly.http2.frames.ErrorCode.<init>:(Ljava/lang/String;II)V
putstatic org.glassfish.grizzly.http2.frames.ErrorCode.NO_ERROR:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
new org.glassfish.grizzly.http2.frames.ErrorCode
dup
ldc "PROTOCOL_ERROR"
iconst_1
iconst_1
invokespecial org.glassfish.grizzly.http2.frames.ErrorCode.<init>:(Ljava/lang/String;II)V
putstatic org.glassfish.grizzly.http2.frames.ErrorCode.PROTOCOL_ERROR:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
new org.glassfish.grizzly.http2.frames.ErrorCode
dup
ldc "INTERNAL_ERROR"
iconst_2
iconst_2
invokespecial org.glassfish.grizzly.http2.frames.ErrorCode.<init>:(Ljava/lang/String;II)V
putstatic org.glassfish.grizzly.http2.frames.ErrorCode.INTERNAL_ERROR:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
new org.glassfish.grizzly.http2.frames.ErrorCode
dup
ldc "FLOW_CONTROL_ERROR"
iconst_3
iconst_3
invokespecial org.glassfish.grizzly.http2.frames.ErrorCode.<init>:(Ljava/lang/String;II)V
putstatic org.glassfish.grizzly.http2.frames.ErrorCode.FLOW_CONTROL_ERROR:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
new org.glassfish.grizzly.http2.frames.ErrorCode
dup
ldc "SETTINGS_TIMEOUT"
iconst_4
iconst_4
invokespecial org.glassfish.grizzly.http2.frames.ErrorCode.<init>:(Ljava/lang/String;II)V
putstatic org.glassfish.grizzly.http2.frames.ErrorCode.SETTINGS_TIMEOUT:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
new org.glassfish.grizzly.http2.frames.ErrorCode
dup
ldc "STREAM_CLOSED"
iconst_5
iconst_5
invokespecial org.glassfish.grizzly.http2.frames.ErrorCode.<init>:(Ljava/lang/String;II)V
putstatic org.glassfish.grizzly.http2.frames.ErrorCode.STREAM_CLOSED:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
new org.glassfish.grizzly.http2.frames.ErrorCode
dup
ldc "FRAME_SIZE_ERROR"
bipush 6
bipush 6
invokespecial org.glassfish.grizzly.http2.frames.ErrorCode.<init>:(Ljava/lang/String;II)V
putstatic org.glassfish.grizzly.http2.frames.ErrorCode.FRAME_SIZE_ERROR:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
1: new org.glassfish.grizzly.http2.frames.ErrorCode
dup
ldc "REFUSED_STREAM"
bipush 7
bipush 7
invokespecial org.glassfish.grizzly.http2.frames.ErrorCode.<init>:(Ljava/lang/String;II)V
putstatic org.glassfish.grizzly.http2.frames.ErrorCode.REFUSED_STREAM:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
new org.glassfish.grizzly.http2.frames.ErrorCode
dup
ldc "CANCEL"
bipush 8
bipush 8
invokespecial org.glassfish.grizzly.http2.frames.ErrorCode.<init>:(Ljava/lang/String;II)V
putstatic org.glassfish.grizzly.http2.frames.ErrorCode.CANCEL:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
new org.glassfish.grizzly.http2.frames.ErrorCode
dup
ldc "COMPRESSION_ERROR"
bipush 9
bipush 9
invokespecial org.glassfish.grizzly.http2.frames.ErrorCode.<init>:(Ljava/lang/String;II)V
putstatic org.glassfish.grizzly.http2.frames.ErrorCode.COMPRESSION_ERROR:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
new org.glassfish.grizzly.http2.frames.ErrorCode
dup
ldc "CONNECT_ERROR"
bipush 10
bipush 10
invokespecial org.glassfish.grizzly.http2.frames.ErrorCode.<init>:(Ljava/lang/String;II)V
putstatic org.glassfish.grizzly.http2.frames.ErrorCode.CONNECT_ERROR:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
new org.glassfish.grizzly.http2.frames.ErrorCode
dup
ldc "ENHANCE_YOUR_CALM"
bipush 11
bipush 11
invokespecial org.glassfish.grizzly.http2.frames.ErrorCode.<init>:(Ljava/lang/String;II)V
putstatic org.glassfish.grizzly.http2.frames.ErrorCode.ENHANCE_YOUR_CALM:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
new org.glassfish.grizzly.http2.frames.ErrorCode
dup
ldc "INADEQUATE_SECURITY"
bipush 12
bipush 12
invokespecial org.glassfish.grizzly.http2.frames.ErrorCode.<init>:(Ljava/lang/String;II)V
putstatic org.glassfish.grizzly.http2.frames.ErrorCode.INADEQUATE_SECURITY:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
new org.glassfish.grizzly.http2.frames.ErrorCode
dup
ldc "HTTP_1_1_REQUIRED"
bipush 13
bipush 13
invokespecial org.glassfish.grizzly.http2.frames.ErrorCode.<init>:(Ljava/lang/String;II)V
putstatic org.glassfish.grizzly.http2.frames.ErrorCode.HTTP_1_1_REQUIRED:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
bipush 14
anewarray org.glassfish.grizzly.http2.frames.ErrorCode
dup
iconst_0
getstatic org.glassfish.grizzly.http2.frames.ErrorCode.NO_ERROR:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
aastore
dup
iconst_1
getstatic org.glassfish.grizzly.http2.frames.ErrorCode.PROTOCOL_ERROR:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
aastore
dup
iconst_2
getstatic org.glassfish.grizzly.http2.frames.ErrorCode.INTERNAL_ERROR:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
aastore
dup
iconst_3
getstatic org.glassfish.grizzly.http2.frames.ErrorCode.FLOW_CONTROL_ERROR:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
aastore
dup
iconst_4
getstatic org.glassfish.grizzly.http2.frames.ErrorCode.SETTINGS_TIMEOUT:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
aastore
dup
iconst_5
getstatic org.glassfish.grizzly.http2.frames.ErrorCode.STREAM_CLOSED:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
aastore
dup
bipush 6
getstatic org.glassfish.grizzly.http2.frames.ErrorCode.FRAME_SIZE_ERROR:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
aastore
dup
bipush 7
getstatic org.glassfish.grizzly.http2.frames.ErrorCode.REFUSED_STREAM:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
aastore
dup
bipush 8
getstatic org.glassfish.grizzly.http2.frames.ErrorCode.CANCEL:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
aastore
dup
bipush 9
getstatic org.glassfish.grizzly.http2.frames.ErrorCode.COMPRESSION_ERROR:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
aastore
dup
bipush 10
getstatic org.glassfish.grizzly.http2.frames.ErrorCode.CONNECT_ERROR:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
aastore
dup
bipush 11
getstatic org.glassfish.grizzly.http2.frames.ErrorCode.ENHANCE_YOUR_CALM:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
aastore
dup
bipush 12
getstatic org.glassfish.grizzly.http2.frames.ErrorCode.INADEQUATE_SECURITY:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
aastore
dup
bipush 13
getstatic org.glassfish.grizzly.http2.frames.ErrorCode.HTTP_1_1_REQUIRED:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
aastore
putstatic org.glassfish.grizzly.http2.frames.ErrorCode.ENUM$VALUES:[Lorg/glassfish/grizzly/http2/frames/ErrorCode;
2: invokestatic org.glassfish.grizzly.http2.frames.ErrorCode.values:()[Lorg/glassfish/grizzly/http2/frames/ErrorCode;
arraylength
anewarray org.glassfish.grizzly.http2.frames.ErrorCode
putstatic org.glassfish.grizzly.http2.frames.ErrorCode.intToErrorCode:[Lorg/glassfish/grizzly/http2/frames/ErrorCode;
3: invokestatic org.glassfish.grizzly.http2.frames.ErrorCode.values:()[Lorg/glassfish/grizzly/http2/frames/ErrorCode;
dup
astore 3
arraylength
istore 2
iconst_0
istore 1
goto 7
StackMap locals: top int int org.glassfish.grizzly.http2.frames.ErrorCode[]
StackMap stack:
4: aload 3
iload 1
aaload
astore 0
start local 0 5: getstatic org.glassfish.grizzly.http2.frames.ErrorCode.intToErrorCode:[Lorg/glassfish/grizzly/http2/frames/ErrorCode;
aload 0
invokevirtual org.glassfish.grizzly.http2.frames.ErrorCode.getCode:()I
aload 0
aastore
end local 0 6: iinc 1 1
StackMap locals:
StackMap stack:
7: iload 1
iload 2
if_icmplt 4
8: return
LocalVariableTable:
Start End Slot Name Signature
5 6 0 errorCode Lorg/glassfish/grizzly/http2/frames/ErrorCode;
public static org.glassfish.grizzly.http2.frames.ErrorCode lookup(int);
descriptor: (I)Lorg/glassfish/grizzly/http2/frames/ErrorCode;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: iload 0
iflt 1
iload 0
getstatic org.glassfish.grizzly.http2.frames.ErrorCode.intToErrorCode:[Lorg/glassfish/grizzly/http2/frames/ErrorCode;
arraylength
if_icmpge 1
getstatic org.glassfish.grizzly.http2.frames.ErrorCode.intToErrorCode:[Lorg/glassfish/grizzly/http2/frames/ErrorCode;
iload 0
aaload
goto 2
StackMap locals:
StackMap stack:
1: getstatic org.glassfish.grizzly.http2.frames.ErrorCode.INTERNAL_ERROR:Lorg/glassfish/grizzly/http2/frames/ErrorCode;
StackMap locals:
StackMap stack: org.glassfish.grizzly.http2.frames.ErrorCode
2: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 code I
MethodParameters:
Name Flags
code final
private void <init>(java.lang.String, int, int);
descriptor: (Ljava/lang/String;II)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=4
start local 0 start local 3 0: aload 0
aload 1
iload 2
invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
1: aload 0
iload 3
putfield org.glassfish.grizzly.http2.frames.ErrorCode.code:I
2: return
end local 3 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/glassfish/grizzly/http2/frames/ErrorCode;
0 3 3 code I
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
code final
public int getCode();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.glassfish.grizzly.http2.frames.ErrorCode.code:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/glassfish/grizzly/http2/frames/ErrorCode;
public static org.glassfish.grizzly.http2.frames.ErrorCode[] values();
descriptor: ()[Lorg/glassfish/grizzly/http2/frames/ErrorCode;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=0
0: getstatic org.glassfish.grizzly.http2.frames.ErrorCode.ENUM$VALUES:[Lorg/glassfish/grizzly/http2/frames/ErrorCode;
dup
astore 0
iconst_0
aload 0
arraylength
dup
istore 1
anewarray org.glassfish.grizzly.http2.frames.ErrorCode
dup
astore 2
iconst_0
iload 1
invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
aload 2
areturn
LocalVariableTable:
Start End Slot Name Signature
public static org.glassfish.grizzly.http2.frames.ErrorCode valueOf(java.lang.String);
descriptor: (Ljava/lang/String;)Lorg/glassfish/grizzly/http2/frames/ErrorCode;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
0: ldc Lorg/glassfish/grizzly/http2/frames/ErrorCode;
aload 0
invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
checkcast org.glassfish.grizzly.http2.frames.ErrorCode
areturn
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name
}
Signature: Ljava/lang/Enum<Lorg/glassfish/grizzly/http2/frames/ErrorCode;>;
SourceFile: "ErrorCode.java"