public final class io.netty.handler.codec.socksx.SocksVersion extends java.lang.Enum<io.netty.handler.codec.socksx.SocksVersion>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: io.netty.handler.codec.socksx.SocksVersion
  super_class: java.lang.Enum
{
  public static final io.netty.handler.codec.socksx.SocksVersion SOCKS4a;
    descriptor: Lio/netty/handler/codec/socksx/SocksVersion;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.netty.handler.codec.socksx.SocksVersion SOCKS5;
    descriptor: Lio/netty/handler/codec/socksx/SocksVersion;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final io.netty.handler.codec.socksx.SocksVersion UNKNOWN;
    descriptor: Lio/netty/handler/codec/socksx/SocksVersion;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private final byte b;
    descriptor: B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final io.netty.handler.codec.socksx.SocksVersion[] ENUM$VALUES;
    descriptor: [Lio/netty/handler/codec/socksx/SocksVersion;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 23
            new io.netty.handler.codec.socksx.SocksVersion
            dup
            ldc "SOCKS4a"
            iconst_0
         1: .line 26
            iconst_4
            invokespecial io.netty.handler.codec.socksx.SocksVersion.<init>:(Ljava/lang/String;IB)V
            putstatic io.netty.handler.codec.socksx.SocksVersion.SOCKS4a:Lio/netty/handler/codec/socksx/SocksVersion;
         2: .line 27
            new io.netty.handler.codec.socksx.SocksVersion
            dup
            ldc "SOCKS5"
            iconst_1
         3: .line 30
            iconst_5
            invokespecial io.netty.handler.codec.socksx.SocksVersion.<init>:(Ljava/lang/String;IB)V
            putstatic io.netty.handler.codec.socksx.SocksVersion.SOCKS5:Lio/netty/handler/codec/socksx/SocksVersion;
         4: .line 31
            new io.netty.handler.codec.socksx.SocksVersion
            dup
            ldc "UNKNOWN"
            iconst_2
         5: .line 34
            iconst_m1
            invokespecial io.netty.handler.codec.socksx.SocksVersion.<init>:(Ljava/lang/String;IB)V
            putstatic io.netty.handler.codec.socksx.SocksVersion.UNKNOWN:Lio/netty/handler/codec/socksx/SocksVersion;
         6: .line 22
            iconst_3
            anewarray io.netty.handler.codec.socksx.SocksVersion
            dup
            iconst_0
            getstatic io.netty.handler.codec.socksx.SocksVersion.SOCKS4a:Lio/netty/handler/codec/socksx/SocksVersion;
            aastore
            dup
            iconst_1
            getstatic io.netty.handler.codec.socksx.SocksVersion.SOCKS5:Lio/netty/handler/codec/socksx/SocksVersion;
            aastore
            dup
            iconst_2
            getstatic io.netty.handler.codec.socksx.SocksVersion.UNKNOWN:Lio/netty/handler/codec/socksx/SocksVersion;
            aastore
            putstatic io.netty.handler.codec.socksx.SocksVersion.ENUM$VALUES:[Lio/netty/handler/codec/socksx/SocksVersion;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static io.netty.handler.codec.socksx.SocksVersion valueOf(byte);
    descriptor: (B)Lio/netty/handler/codec/socksx/SocksVersion;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // byte b
         0: .line 43
            iload 0 /* b */
            getstatic io.netty.handler.codec.socksx.SocksVersion.SOCKS4a:Lio/netty/handler/codec/socksx/SocksVersion;
            invokevirtual io.netty.handler.codec.socksx.SocksVersion.byteValue:()B
            if_icmpne 2
         1: .line 44
            getstatic io.netty.handler.codec.socksx.SocksVersion.SOCKS4a:Lio/netty/handler/codec/socksx/SocksVersion;
            areturn
         2: .line 46
      StackMap locals:
      StackMap stack:
            iload 0 /* b */
            getstatic io.netty.handler.codec.socksx.SocksVersion.SOCKS5:Lio/netty/handler/codec/socksx/SocksVersion;
            invokevirtual io.netty.handler.codec.socksx.SocksVersion.byteValue:()B
            if_icmpne 4
         3: .line 47
            getstatic io.netty.handler.codec.socksx.SocksVersion.SOCKS5:Lio/netty/handler/codec/socksx/SocksVersion;
            areturn
         4: .line 49
      StackMap locals:
      StackMap stack:
            getstatic io.netty.handler.codec.socksx.SocksVersion.UNKNOWN:Lio/netty/handler/codec/socksx/SocksVersion;
            areturn
        end local 0 // byte b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0     b  B
    MethodParameters:
      Name  Flags
      b     

  private void <init>(java.lang.String, int, byte);
    descriptor: (Ljava/lang/String;IB)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.socksx.SocksVersion this
        start local 3 // byte b
         0: .line 54
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 55
            aload 0 /* this */
            iload 3 /* b */
            putfield io.netty.handler.codec.socksx.SocksVersion.b:B
         2: .line 56
            return
        end local 3 // byte b
        end local 0 // io.netty.handler.codec.socksx.SocksVersion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/handler/codec/socksx/SocksVersion;
            0    3     3     b  B
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      b              

  public byte byteValue();
    descriptor: ()B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.socksx.SocksVersion this
         0: .line 62
            aload 0 /* this */
            getfield io.netty.handler.codec.socksx.SocksVersion.b:B
            ireturn
        end local 0 // io.netty.handler.codec.socksx.SocksVersion this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/socksx/SocksVersion;

  public static io.netty.handler.codec.socksx.SocksVersion[] values();
    descriptor: ()[Lio/netty/handler/codec/socksx/SocksVersion;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic io.netty.handler.codec.socksx.SocksVersion.ENUM$VALUES:[Lio/netty/handler/codec/socksx/SocksVersion;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray io.netty.handler.codec.socksx.SocksVersion
            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.socksx.SocksVersion valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/netty/handler/codec/socksx/SocksVersion;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lio/netty/handler/codec/socksx/SocksVersion;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast io.netty.handler.codec.socksx.SocksVersion
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lio/netty/handler/codec/socksx/SocksVersion;>;
SourceFile: "SocksVersion.java"