public class io.netty.handler.codec.socksx.v5.Socks5CommandStatus implements java.lang.Comparable<io.netty.handler.codec.socksx.v5.Socks5CommandStatus>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.handler.codec.socksx.v5.Socks5CommandStatus
  super_class: java.lang.Object
{
  public static final io.netty.handler.codec.socksx.v5.Socks5CommandStatus SUCCESS;
    descriptor: Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.netty.handler.codec.socksx.v5.Socks5CommandStatus FAILURE;
    descriptor: Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.netty.handler.codec.socksx.v5.Socks5CommandStatus FORBIDDEN;
    descriptor: Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.netty.handler.codec.socksx.v5.Socks5CommandStatus NETWORK_UNREACHABLE;
    descriptor: Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.netty.handler.codec.socksx.v5.Socks5CommandStatus HOST_UNREACHABLE;
    descriptor: Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.netty.handler.codec.socksx.v5.Socks5CommandStatus CONNECTION_REFUSED;
    descriptor: Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.netty.handler.codec.socksx.v5.Socks5CommandStatus TTL_EXPIRED;
    descriptor: Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.netty.handler.codec.socksx.v5.Socks5CommandStatus COMMAND_UNSUPPORTED;
    descriptor: Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final io.netty.handler.codec.socksx.v5.Socks5CommandStatus ADDRESS_UNSUPPORTED;
    descriptor: Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

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

  private final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.lang.String text;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 24
            new io.netty.handler.codec.socksx.v5.Socks5CommandStatus
            dup
            iconst_0
            ldc "SUCCESS"
            invokespecial io.netty.handler.codec.socksx.v5.Socks5CommandStatus.<init>:(ILjava/lang/String;)V
            putstatic io.netty.handler.codec.socksx.v5.Socks5CommandStatus.SUCCESS:Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
         1: .line 25
            new io.netty.handler.codec.socksx.v5.Socks5CommandStatus
            dup
            iconst_1
            ldc "FAILURE"
            invokespecial io.netty.handler.codec.socksx.v5.Socks5CommandStatus.<init>:(ILjava/lang/String;)V
            putstatic io.netty.handler.codec.socksx.v5.Socks5CommandStatus.FAILURE:Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
         2: .line 26
            new io.netty.handler.codec.socksx.v5.Socks5CommandStatus
            dup
            iconst_2
            ldc "FORBIDDEN"
            invokespecial io.netty.handler.codec.socksx.v5.Socks5CommandStatus.<init>:(ILjava/lang/String;)V
            putstatic io.netty.handler.codec.socksx.v5.Socks5CommandStatus.FORBIDDEN:Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
         3: .line 27
            new io.netty.handler.codec.socksx.v5.Socks5CommandStatus
            dup
            iconst_3
            ldc "NETWORK_UNREACHABLE"
            invokespecial io.netty.handler.codec.socksx.v5.Socks5CommandStatus.<init>:(ILjava/lang/String;)V
            putstatic io.netty.handler.codec.socksx.v5.Socks5CommandStatus.NETWORK_UNREACHABLE:Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
         4: .line 28
            new io.netty.handler.codec.socksx.v5.Socks5CommandStatus
            dup
            iconst_4
            ldc "HOST_UNREACHABLE"
            invokespecial io.netty.handler.codec.socksx.v5.Socks5CommandStatus.<init>:(ILjava/lang/String;)V
            putstatic io.netty.handler.codec.socksx.v5.Socks5CommandStatus.HOST_UNREACHABLE:Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
         5: .line 29
            new io.netty.handler.codec.socksx.v5.Socks5CommandStatus
            dup
            iconst_5
            ldc "CONNECTION_REFUSED"
            invokespecial io.netty.handler.codec.socksx.v5.Socks5CommandStatus.<init>:(ILjava/lang/String;)V
            putstatic io.netty.handler.codec.socksx.v5.Socks5CommandStatus.CONNECTION_REFUSED:Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
         6: .line 30
            new io.netty.handler.codec.socksx.v5.Socks5CommandStatus
            dup
            bipush 6
            ldc "TTL_EXPIRED"
            invokespecial io.netty.handler.codec.socksx.v5.Socks5CommandStatus.<init>:(ILjava/lang/String;)V
            putstatic io.netty.handler.codec.socksx.v5.Socks5CommandStatus.TTL_EXPIRED:Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
         7: .line 31
            new io.netty.handler.codec.socksx.v5.Socks5CommandStatus
            dup
            bipush 7
            ldc "COMMAND_UNSUPPORTED"
            invokespecial io.netty.handler.codec.socksx.v5.Socks5CommandStatus.<init>:(ILjava/lang/String;)V
            putstatic io.netty.handler.codec.socksx.v5.Socks5CommandStatus.COMMAND_UNSUPPORTED:Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
         8: .line 32
            new io.netty.handler.codec.socksx.v5.Socks5CommandStatus
            dup
            bipush 8
            ldc "ADDRESS_UNSUPPORTED"
            invokespecial io.netty.handler.codec.socksx.v5.Socks5CommandStatus.<init>:(ILjava/lang/String;)V
            putstatic io.netty.handler.codec.socksx.v5.Socks5CommandStatus.ADDRESS_UNSUPPORTED:Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static io.netty.handler.codec.socksx.v5.Socks5CommandStatus valueOf(byte);
    descriptor: (B)Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // byte b
         0: .line 35
            iload 0 /* b */
            tableswitch { // 0 - 8
                    0: 1
                    1: 2
                    2: 3
                    3: 4
                    4: 5
                    5: 6
                    6: 7
                    7: 8
                    8: 9
              default: 10
          }
         1: .line 37
      StackMap locals:
      StackMap stack:
            getstatic io.netty.handler.codec.socksx.v5.Socks5CommandStatus.SUCCESS:Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
            areturn
         2: .line 39
      StackMap locals:
      StackMap stack:
            getstatic io.netty.handler.codec.socksx.v5.Socks5CommandStatus.FAILURE:Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
            areturn
         3: .line 41
      StackMap locals:
      StackMap stack:
            getstatic io.netty.handler.codec.socksx.v5.Socks5CommandStatus.FORBIDDEN:Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
            areturn
         4: .line 43
      StackMap locals:
      StackMap stack:
            getstatic io.netty.handler.codec.socksx.v5.Socks5CommandStatus.NETWORK_UNREACHABLE:Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
            areturn
         5: .line 45
      StackMap locals:
      StackMap stack:
            getstatic io.netty.handler.codec.socksx.v5.Socks5CommandStatus.HOST_UNREACHABLE:Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
            areturn
         6: .line 47
      StackMap locals:
      StackMap stack:
            getstatic io.netty.handler.codec.socksx.v5.Socks5CommandStatus.CONNECTION_REFUSED:Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
            areturn
         7: .line 49
      StackMap locals:
      StackMap stack:
            getstatic io.netty.handler.codec.socksx.v5.Socks5CommandStatus.TTL_EXPIRED:Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
            areturn
         8: .line 51
      StackMap locals:
      StackMap stack:
            getstatic io.netty.handler.codec.socksx.v5.Socks5CommandStatus.COMMAND_UNSUPPORTED:Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
            areturn
         9: .line 53
      StackMap locals:
      StackMap stack:
            getstatic io.netty.handler.codec.socksx.v5.Socks5CommandStatus.ADDRESS_UNSUPPORTED:Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
            areturn
        10: .line 56
      StackMap locals:
      StackMap stack:
            new io.netty.handler.codec.socksx.v5.Socks5CommandStatus
            dup
            iload 0 /* b */
            invokespecial io.netty.handler.codec.socksx.v5.Socks5CommandStatus.<init>:(I)V
            areturn
        end local 0 // byte b
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0     b  B
    MethodParameters:
      Name  Flags
      b     

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.socksx.v5.Socks5CommandStatus this
        start local 1 // int byteValue
         0: .line 64
            aload 0 /* this */
            iload 1 /* byteValue */
            ldc "UNKNOWN"
            invokespecial io.netty.handler.codec.socksx.v5.Socks5CommandStatus.<init>:(ILjava/lang/String;)V
         1: .line 65
            return
        end local 1 // int byteValue
        end local 0 // io.netty.handler.codec.socksx.v5.Socks5CommandStatus this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
            0    2     1  byteValue  I
    MethodParameters:
           Name  Flags
      byteValue  

  public void <init>(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.socksx.v5.Socks5CommandStatus this
        start local 1 // int byteValue
        start local 2 // java.lang.String name
         0: .line 67
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 68
            aload 2 /* name */
            ifnonnull 3
         2: .line 69
            new java.lang.NullPointerException
            dup
            ldc "name"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 72
      StackMap locals: io.netty.handler.codec.socksx.v5.Socks5CommandStatus int java.lang.String
      StackMap stack:
            aload 0 /* this */
            iload 1 /* byteValue */
            i2b
            putfield io.netty.handler.codec.socksx.v5.Socks5CommandStatus.byteValue:B
         4: .line 73
            aload 0 /* this */
            aload 2 /* name */
            putfield io.netty.handler.codec.socksx.v5.Socks5CommandStatus.name:Ljava/lang/String;
         5: .line 74
            return
        end local 2 // java.lang.String name
        end local 1 // int byteValue
        end local 0 // io.netty.handler.codec.socksx.v5.Socks5CommandStatus this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    6     0       this  Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
            0    6     1  byteValue  I
            0    6     2       name  Ljava/lang/String;
    MethodParameters:
           Name  Flags
      byteValue  
      name       

  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.v5.Socks5CommandStatus this
         0: .line 77
            aload 0 /* this */
            getfield io.netty.handler.codec.socksx.v5.Socks5CommandStatus.byteValue:B
            ireturn
        end local 0 // io.netty.handler.codec.socksx.v5.Socks5CommandStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;

  public boolean isSuccess();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.socksx.v5.Socks5CommandStatus this
         0: .line 81
            aload 0 /* this */
            getfield io.netty.handler.codec.socksx.v5.Socks5CommandStatus.byteValue:B
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.netty.handler.codec.socksx.v5.Socks5CommandStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;

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

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.socksx.v5.Socks5CommandStatus this
        start local 1 // java.lang.Object obj
         0: .line 91
            aload 1 /* obj */
            instanceof io.netty.handler.codec.socksx.v5.Socks5CommandStatus
            ifne 2
         1: .line 92
            iconst_0
            ireturn
         2: .line 95
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.handler.codec.socksx.v5.Socks5CommandStatus.byteValue:B
            aload 1 /* obj */
            checkcast io.netty.handler.codec.socksx.v5.Socks5CommandStatus
            getfield io.netty.handler.codec.socksx.v5.Socks5CommandStatus.byteValue:B
            if_icmpne 3
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // io.netty.handler.codec.socksx.v5.Socks5CommandStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
            0    4     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public int compareTo(io.netty.handler.codec.socksx.v5.Socks5CommandStatus);
    descriptor: (Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.socksx.v5.Socks5CommandStatus this
        start local 1 // io.netty.handler.codec.socksx.v5.Socks5CommandStatus o
         0: .line 100
            aload 0 /* this */
            getfield io.netty.handler.codec.socksx.v5.Socks5CommandStatus.byteValue:B
            aload 1 /* o */
            getfield io.netty.handler.codec.socksx.v5.Socks5CommandStatus.byteValue:B
            isub
            ireturn
        end local 1 // io.netty.handler.codec.socksx.v5.Socks5CommandStatus o
        end local 0 // io.netty.handler.codec.socksx.v5.Socks5CommandStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
            0    1     1     o  Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
    MethodParameters:
      Name  Flags
      o     

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // io.netty.handler.codec.socksx.v5.Socks5CommandStatus this
         0: .line 105
            aload 0 /* this */
            getfield io.netty.handler.codec.socksx.v5.Socks5CommandStatus.text:Ljava/lang/String;
            astore 1 /* text */
        start local 1 // java.lang.String text
         1: .line 106
            aload 1 /* text */
            ifnonnull 3
         2: .line 107
            aload 0 /* this */
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield io.netty.handler.codec.socksx.v5.Socks5CommandStatus.name:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            bipush 40
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.netty.handler.codec.socksx.v5.Socks5CommandStatus.byteValue:B
            sipush 255
            iand
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            bipush 41
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            dup
            astore 1 /* text */
            putfield io.netty.handler.codec.socksx.v5.Socks5CommandStatus.text:Ljava/lang/String;
         3: .line 109
      StackMap locals: java.lang.String
      StackMap stack:
            aload 1 /* text */
            areturn
        end local 1 // java.lang.String text
        end local 0 // io.netty.handler.codec.socksx.v5.Socks5CommandStatus this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;
            1    4     1  text  Ljava/lang/String;

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.netty.handler.codec.socksx.v5.Socks5CommandStatus
            invokevirtual io.netty.handler.codec.socksx.v5.Socks5CommandStatus.compareTo:(Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/lang/Comparable<Lio/netty/handler/codec/socksx/v5/Socks5CommandStatus;>;
SourceFile: "Socks5CommandStatus.java"