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

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

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

  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.DefaultSocks5InitialResponse this
         0: .line 42
            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 44
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.socksx.v5.DefaultSocks5InitialResponse.decoderResult:()Lio/netty/handler/codec/DecoderResult;
            astore 2 /* decoderResult */
        start local 2 // io.netty.handler.codec.DecoderResult decoderResult
         2: .line 45
            aload 2 /* decoderResult */
            invokevirtual io.netty.handler.codec.DecoderResult.isSuccess:()Z
            ifne 7
         3: .line 46
            aload 1 /* buf */
            ldc "(decoderResult: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         4: .line 47
            aload 1 /* buf */
            aload 2 /* decoderResult */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
         5: .line 48
            aload 1 /* buf */
            ldc ", authMethod: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         6: .line 49
            goto 8
         7: .line 50
      StackMap locals: java.lang.StringBuilder io.netty.handler.codec.DecoderResult
      StackMap stack:
            aload 1 /* buf */
            ldc "(authMethod: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
         8: .line 52
      StackMap locals:
      StackMap stack:
            aload 1 /* buf */
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.socksx.v5.DefaultSocks5InitialResponse.authMethod:()Lio/netty/handler/codec/socksx/v5/Socks5AuthMethod;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            pop
         9: .line 53
            aload 1 /* buf */
            bipush 41
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        10: .line 55
            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.DefaultSocks5InitialResponse this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Lio/netty/handler/codec/socksx/v5/DefaultSocks5InitialResponse;
            1   11     1            buf  Ljava/lang/StringBuilder;
            2   11     2  decoderResult  Lio/netty/handler/codec/DecoderResult;
}
SourceFile: "DefaultSocks5InitialResponse.java"