public class io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthResponse extends io.netty.handler.codec.socksx.v5.AbstractSocks5Message implements io.netty.handler.codec.socksx.v5.Socks5PasswordAuthResponse
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthResponse
  super_class: io.netty.handler.codec.socksx.v5.AbstractSocks5Message
{
  private final io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus status;
    descriptor: Lio/netty/handler/codec/socksx/v5/Socks5PasswordAuthStatus;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus);
    descriptor: (Lio/netty/handler/codec/socksx/v5/Socks5PasswordAuthStatus;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthResponse this
        start local 1 // io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus status
         0: .line 28
            aload 0 /* this */
            invokespecial io.netty.handler.codec.socksx.v5.AbstractSocks5Message.<init>:()V
         1: .line 29
            aload 1 /* status */
            ifnonnull 3
         2: .line 30
            new java.lang.NullPointerException
            dup
            ldc "status"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 33
      StackMap locals: io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthResponse io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus
      StackMap stack:
            aload 0 /* this */
            aload 1 /* status */
            putfield io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthResponse.status:Lio/netty/handler/codec/socksx/v5/Socks5PasswordAuthStatus;
         4: .line 34
            return
        end local 1 // io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus status
        end local 0 // io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthResponse this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lio/netty/handler/codec/socksx/v5/DefaultSocks5PasswordAuthResponse;
            0    5     1  status  Lio/netty/handler/codec/socksx/v5/Socks5PasswordAuthStatus;
    MethodParameters:
        Name  Flags
      status  

  public io.netty.handler.codec.socksx.v5.Socks5PasswordAuthStatus status();
    descriptor: ()Lio/netty/handler/codec/socksx/v5/Socks5PasswordAuthStatus;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthResponse this
         0: .line 38
            aload 0 /* this */
            getfield io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthResponse.status:Lio/netty/handler/codec/socksx/v5/Socks5PasswordAuthStatus;
            areturn
        end local 0 // io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/socksx/v5/DefaultSocks5PasswordAuthResponse;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthResponse this
         0: .line 43
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokestatic io.netty.util.internal.StringUtil.simpleClassName:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            astore 1 /* buf */
        start local 1 // java.lang.StringBuilder buf
         1: .line 45
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthResponse.decoderResult:()Lio/netty/handler/codec/DecoderResult;
            astore 2 /* decoderResult */
        start local 2 // io.netty.handler.codec.DecoderResult decoderResult
         2: .line 46
            aload 2 /* decoderResult */
            invokevirtual io.netty.handler.codec.DecoderResult.isSuccess:()Z
            ifne 7
         3: .line 47
            aload 1 /* buf */
            ldc "(decoderResult: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         4: .line 48
            aload 1 /* buf */
            aload 2 /* decoderResult */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
         5: .line 49
            aload 1 /* buf */
            ldc ", status: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 50
            goto 8
         7: .line 51
      StackMap locals: java.lang.StringBuilder io.netty.handler.codec.DecoderResult
      StackMap stack:
            aload 1 /* buf */
            ldc "(status: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         8: .line 53
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthResponse.status:()Lio/netty/handler/codec/socksx/v5/Socks5PasswordAuthStatus;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
         9: .line 54
            aload 1 /* buf */
            bipush 41
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        10: .line 56
            aload 1 /* buf */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 2 // io.netty.handler.codec.DecoderResult decoderResult
        end local 1 // java.lang.StringBuilder buf
        end local 0 // io.netty.handler.codec.socksx.v5.DefaultSocks5PasswordAuthResponse this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Lio/netty/handler/codec/socksx/v5/DefaultSocks5PasswordAuthResponse;
            1   11     1            buf  Ljava/lang/StringBuilder;
            2   11     2  decoderResult  Lio/netty/handler/codec/DecoderResult;
}
SourceFile: "DefaultSocks5PasswordAuthResponse.java"