public final class io.netty.handler.codec.socks.SocksInitResponse extends io.netty.handler.codec.socks.SocksResponse
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.netty.handler.codec.socks.SocksInitResponse
  super_class: io.netty.handler.codec.socks.SocksResponse
{
  private final io.netty.handler.codec.socks.SocksAuthScheme authScheme;
    descriptor: Lio/netty/handler/codec/socks/SocksAuthScheme;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(io.netty.handler.codec.socks.SocksAuthScheme);
    descriptor: (Lio/netty/handler/codec/socks/SocksAuthScheme;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.socks.SocksInitResponse this
        start local 1 // io.netty.handler.codec.socks.SocksAuthScheme authScheme
         0: .line 30
            aload 0 /* this */
            getstatic io.netty.handler.codec.socks.SocksResponseType.INIT:Lio/netty/handler/codec/socks/SocksResponseType;
            invokespecial io.netty.handler.codec.socks.SocksResponse.<init>:(Lio/netty/handler/codec/socks/SocksResponseType;)V
         1: .line 31
            aload 1 /* authScheme */
            ifnonnull 3
         2: .line 32
            new java.lang.NullPointerException
            dup
            ldc "authScheme"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 34
      StackMap locals: io.netty.handler.codec.socks.SocksInitResponse io.netty.handler.codec.socks.SocksAuthScheme
      StackMap stack:
            aload 0 /* this */
            aload 1 /* authScheme */
            putfield io.netty.handler.codec.socks.SocksInitResponse.authScheme:Lio/netty/handler/codec/socks/SocksAuthScheme;
         4: .line 35
            return
        end local 1 // io.netty.handler.codec.socks.SocksAuthScheme authScheme
        end local 0 // io.netty.handler.codec.socks.SocksInitResponse this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lio/netty/handler/codec/socks/SocksInitResponse;
            0    5     1  authScheme  Lio/netty/handler/codec/socks/SocksAuthScheme;
    MethodParameters:
            Name  Flags
      authScheme  

  public io.netty.handler.codec.socks.SocksAuthScheme authScheme();
    descriptor: ()Lio/netty/handler/codec/socks/SocksAuthScheme;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.socks.SocksInitResponse this
         0: .line 43
            aload 0 /* this */
            getfield io.netty.handler.codec.socks.SocksInitResponse.authScheme:Lio/netty/handler/codec/socks/SocksAuthScheme;
            areturn
        end local 0 // io.netty.handler.codec.socks.SocksInitResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/socks/SocksInitResponse;

  public void encodeAsByteBuf(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.socks.SocksInitResponse this
        start local 1 // io.netty.buffer.ByteBuf byteBuf
         0: .line 48
            aload 1 /* byteBuf */
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.socks.SocksInitResponse.protocolVersion:()Lio/netty/handler/codec/socks/SocksProtocolVersion;
            invokevirtual io.netty.handler.codec.socks.SocksProtocolVersion.byteValue:()B
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 49
            aload 1 /* byteBuf */
            aload 0 /* this */
            getfield io.netty.handler.codec.socks.SocksInitResponse.authScheme:Lio/netty/handler/codec/socks/SocksAuthScheme;
            invokevirtual io.netty.handler.codec.socks.SocksAuthScheme.byteValue:()B
            invokevirtual io.netty.buffer.ByteBuf.writeByte:(I)Lio/netty/buffer/ByteBuf;
            pop
         2: .line 50
            return
        end local 1 // io.netty.buffer.ByteBuf byteBuf
        end local 0 // io.netty.handler.codec.socks.SocksInitResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/netty/handler/codec/socks/SocksInitResponse;
            0    3     1  byteBuf  Lio/netty/buffer/ByteBuf;
    MethodParameters:
         Name  Flags
      byteBuf  
}
SourceFile: "SocksInitResponse.java"