public abstract class io.netty.handler.codec.socksx.AbstractSocksMessage implements io.netty.handler.codec.socksx.SocksMessage
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: io.netty.handler.codec.socksx.AbstractSocksMessage
  super_class: java.lang.Object
{
  private io.netty.handler.codec.DecoderResult decoderResult;
    descriptor: Lio/netty/handler/codec/DecoderResult;
    flags: (0x0002) ACC_PRIVATE

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.socksx.AbstractSocksMessage this
         0: .line 24
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 26
            aload 0 /* this */
            getstatic io.netty.handler.codec.DecoderResult.SUCCESS:Lio/netty/handler/codec/DecoderResult;
            putfield io.netty.handler.codec.socksx.AbstractSocksMessage.decoderResult:Lio/netty/handler/codec/DecoderResult;
         2: .line 24
            return
        end local 0 // io.netty.handler.codec.socksx.AbstractSocksMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/netty/handler/codec/socksx/AbstractSocksMessage;

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

  public void setDecoderResult(io.netty.handler.codec.DecoderResult);
    descriptor: (Lio/netty/handler/codec/DecoderResult;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.socksx.AbstractSocksMessage this
        start local 1 // io.netty.handler.codec.DecoderResult decoderResult
         0: .line 35
            aload 1 /* decoderResult */
            ifnonnull 2
         1: .line 36
            new java.lang.NullPointerException
            dup
            ldc "decoderResult"
            invokespecial java.lang.NullPointerException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 38
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* decoderResult */
            putfield io.netty.handler.codec.socksx.AbstractSocksMessage.decoderResult:Lio/netty/handler/codec/DecoderResult;
         3: .line 39
            return
        end local 1 // io.netty.handler.codec.DecoderResult decoderResult
        end local 0 // io.netty.handler.codec.socksx.AbstractSocksMessage this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    4     0           this  Lio/netty/handler/codec/socksx/AbstractSocksMessage;
            0    4     1  decoderResult  Lio/netty/handler/codec/DecoderResult;
    MethodParameters:
               Name  Flags
      decoderResult  
}
SourceFile: "AbstractSocksMessage.java"