public final class io.netty.handler.codec.http.websocketx.WebSocketVersion extends java.lang.Enum<io.netty.handler.codec.http.websocketx.WebSocketVersion>
minor version: 0
major version: 59
flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
this_class: io.netty.handler.codec.http.websocketx.WebSocketVersion
super_class: java.lang.Enum
{
public static final io.netty.handler.codec.http.websocketx.WebSocketVersion UNKNOWN;
descriptor: Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final io.netty.handler.codec.http.websocketx.WebSocketVersion V00;
descriptor: Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final io.netty.handler.codec.http.websocketx.WebSocketVersion V07;
descriptor: Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final io.netty.handler.codec.http.websocketx.WebSocketVersion V08;
descriptor: Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
public static final io.netty.handler.codec.http.websocketx.WebSocketVersion V13;
descriptor: Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION
private static final io.netty.handler.codec.http.websocketx.WebSocketVersion[] ENUM$VALUES;
descriptor: [Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=4, locals=0, args_size=0
0: new io.netty.handler.codec.http.websocketx.WebSocketVersion
dup
ldc "UNKNOWN"
iconst_0
invokespecial io.netty.handler.codec.http.websocketx.WebSocketVersion.<init>:(Ljava/lang/String;I)V
putstatic io.netty.handler.codec.http.websocketx.WebSocketVersion.UNKNOWN:Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
1: new io.netty.handler.codec.http.websocketx.WebSocketVersion
dup
ldc "V00"
iconst_1
invokespecial io.netty.handler.codec.http.websocketx.WebSocketVersion.<init>:(Ljava/lang/String;I)V
2: putstatic io.netty.handler.codec.http.websocketx.WebSocketVersion.V00:Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
3: new io.netty.handler.codec.http.websocketx.WebSocketVersion
dup
ldc "V07"
iconst_2
invokespecial io.netty.handler.codec.http.websocketx.WebSocketVersion.<init>:(Ljava/lang/String;I)V
4: putstatic io.netty.handler.codec.http.websocketx.WebSocketVersion.V07:Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
5: new io.netty.handler.codec.http.websocketx.WebSocketVersion
dup
ldc "V08"
iconst_3
invokespecial io.netty.handler.codec.http.websocketx.WebSocketVersion.<init>:(Ljava/lang/String;I)V
6: putstatic io.netty.handler.codec.http.websocketx.WebSocketVersion.V08:Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
7: new io.netty.handler.codec.http.websocketx.WebSocketVersion
dup
ldc "V13"
iconst_4
invokespecial io.netty.handler.codec.http.websocketx.WebSocketVersion.<init>:(Ljava/lang/String;I)V
8: putstatic io.netty.handler.codec.http.websocketx.WebSocketVersion.V13:Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
9: iconst_5
anewarray io.netty.handler.codec.http.websocketx.WebSocketVersion
dup
iconst_0
getstatic io.netty.handler.codec.http.websocketx.WebSocketVersion.UNKNOWN:Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
aastore
dup
iconst_1
getstatic io.netty.handler.codec.http.websocketx.WebSocketVersion.V00:Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
aastore
dup
iconst_2
getstatic io.netty.handler.codec.http.websocketx.WebSocketVersion.V07:Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
aastore
dup
iconst_3
getstatic io.netty.handler.codec.http.websocketx.WebSocketVersion.V08:Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
aastore
dup
iconst_4
getstatic io.netty.handler.codec.http.websocketx.WebSocketVersion.V13:Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
aastore
putstatic io.netty.handler.codec.http.websocketx.WebSocketVersion.ENUM$VALUES:[Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(java.lang.String, int);
descriptor: (Ljava/lang/String;I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=3
start local 0 0: aload 0
aload 1
iload 2
invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
MethodParameters:
Name Flags
$enum$name
$enum$ordinal
public java.lang.String toHttpHeaderValue();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
getstatic io.netty.handler.codec.http.websocketx.WebSocketVersion.V00:Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
if_acmpne 2
1: ldc "0"
areturn
2: StackMap locals:
StackMap stack:
aload 0
getstatic io.netty.handler.codec.http.websocketx.WebSocketVersion.V07:Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
if_acmpne 4
3: ldc "7"
areturn
4: StackMap locals:
StackMap stack:
aload 0
getstatic io.netty.handler.codec.http.websocketx.WebSocketVersion.V08:Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
if_acmpne 6
5: ldc "8"
areturn
6: StackMap locals:
StackMap stack:
aload 0
getstatic io.netty.handler.codec.http.websocketx.WebSocketVersion.V13:Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
if_acmpne 8
7: ldc "13"
areturn
8: StackMap locals:
StackMap stack:
new java.lang.IllegalStateException
dup
new java.lang.StringBuilder
dup
ldc "Unknown web socket version: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
public static io.netty.handler.codec.http.websocketx.WebSocketVersion[] values();
descriptor: ()[Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=5, locals=3, args_size=0
0: getstatic io.netty.handler.codec.http.websocketx.WebSocketVersion.ENUM$VALUES:[Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
dup
astore 0
iconst_0
aload 0
arraylength
dup
istore 1
anewarray io.netty.handler.codec.http.websocketx.WebSocketVersion
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 io.netty.handler.codec.http.websocketx.WebSocketVersion valueOf(java.lang.String);
descriptor: (Ljava/lang/String;)Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
0: ldc Lio/netty/handler/codec/http/websocketx/WebSocketVersion;
aload 0
invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
checkcast io.netty.handler.codec.http.websocketx.WebSocketVersion
areturn
LocalVariableTable:
Start End Slot Name Signature
MethodParameters:
Name Flags
name
}
Signature: Ljava/lang/Enum<Lio/netty/handler/codec/http/websocketx/WebSocketVersion;>;
SourceFile: "WebSocketVersion.java"