public abstract class io.netty.handler.codec.socks.SocksRequest extends io.netty.handler.codec.socks.SocksMessage
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: io.netty.handler.codec.socks.SocksRequest
  super_class: io.netty.handler.codec.socks.SocksMessage
{
  private final io.netty.handler.codec.socks.SocksRequestType requestType;
    descriptor: Lio/netty/handler/codec/socks/SocksRequestType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(io.netty.handler.codec.socks.SocksRequestType);
    descriptor: (Lio/netty/handler/codec/socks/SocksRequestType;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.socks.SocksRequest this
        start local 1 // io.netty.handler.codec.socks.SocksRequestType requestType
         0: .line 31
            aload 0 /* this */
            getstatic io.netty.handler.codec.socks.SocksMessageType.REQUEST:Lio/netty/handler/codec/socks/SocksMessageType;
            invokespecial io.netty.handler.codec.socks.SocksMessage.<init>:(Lio/netty/handler/codec/socks/SocksMessageType;)V
         1: .line 32
            aload 1 /* requestType */
            ifnonnull 3
         2: .line 33
            new java.lang.NullPointerException
            dup
            ldc "requestType"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 35
      StackMap locals: io.netty.handler.codec.socks.SocksRequest io.netty.handler.codec.socks.SocksRequestType
      StackMap stack:
            aload 0 /* this */
            aload 1 /* requestType */
            putfield io.netty.handler.codec.socks.SocksRequest.requestType:Lio/netty/handler/codec/socks/SocksRequestType;
         4: .line 36
            return
        end local 1 // io.netty.handler.codec.socks.SocksRequestType requestType
        end local 0 // io.netty.handler.codec.socks.SocksRequest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lio/netty/handler/codec/socks/SocksRequest;
            0    5     1  requestType  Lio/netty/handler/codec/socks/SocksRequestType;
    MethodParameters:
             Name  Flags
      requestType  

  public io.netty.handler.codec.socks.SocksRequestType requestType();
    descriptor: ()Lio/netty/handler/codec/socks/SocksRequestType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.socks.SocksRequest this
         0: .line 44
            aload 0 /* this */
            getfield io.netty.handler.codec.socks.SocksRequest.requestType:Lio/netty/handler/codec/socks/SocksRequestType;
            areturn
        end local 0 // io.netty.handler.codec.socks.SocksRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/socks/SocksRequest;
}
SourceFile: "SocksRequest.java"