abstract class io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage implements io.netty.handler.codec.http.FullHttpMessage
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage
  super_class: java.lang.Object
{
  protected final io.netty.handler.codec.http.HttpMessage message;
    descriptor: Lio/netty/handler/codec/http/HttpMessage;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  private final io.netty.buffer.ByteBuf content;
    descriptor: Lio/netty/buffer/ByteBuf;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private io.netty.handler.codec.http.HttpHeaders trailingHeaders;
    descriptor: Lio/netty/handler/codec/http/HttpHeaders;
    flags: (0x0002) ACC_PRIVATE

  void <init>(io.netty.handler.codec.http.HttpMessage, io.netty.buffer.ByteBuf, io.netty.handler.codec.http.HttpHeaders);
    descriptor: (Lio/netty/handler/codec/http/HttpMessage;Lio/netty/buffer/ByteBuf;Lio/netty/handler/codec/http/HttpHeaders;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
        start local 1 // io.netty.handler.codec.http.HttpMessage message
        start local 2 // io.netty.buffer.ByteBuf content
        start local 3 // io.netty.handler.codec.http.HttpHeaders trailingHeaders
         0: .line 294
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 295
            aload 0 /* this */
            aload 1 /* message */
            putfield io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.message:Lio/netty/handler/codec/http/HttpMessage;
         2: .line 296
            aload 0 /* this */
            aload 2 /* content */
            putfield io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.content:Lio/netty/buffer/ByteBuf;
         3: .line 297
            aload 0 /* this */
            aload 3 /* trailingHeaders */
            putfield io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.trailingHeaders:Lio/netty/handler/codec/http/HttpHeaders;
         4: .line 298
            return
        end local 3 // io.netty.handler.codec.http.HttpHeaders trailingHeaders
        end local 2 // io.netty.buffer.ByteBuf content
        end local 1 // io.netty.handler.codec.http.HttpMessage message
        end local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lio/netty/handler/codec/http/HttpObjectAggregator$AggregatedFullHttpMessage;
            0    5     1          message  Lio/netty/handler/codec/http/HttpMessage;
            0    5     2          content  Lio/netty/buffer/ByteBuf;
            0    5     3  trailingHeaders  Lio/netty/handler/codec/http/HttpHeaders;
    MethodParameters:
                 Name  Flags
      message          
      content          
      trailingHeaders  

  public io.netty.handler.codec.http.HttpHeaders trailingHeaders();
    descriptor: ()Lio/netty/handler/codec/http/HttpHeaders;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
         0: .line 302
            aload 0 /* this */
            getfield io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.trailingHeaders:Lio/netty/handler/codec/http/HttpHeaders;
            astore 1 /* trailingHeaders */
        start local 1 // io.netty.handler.codec.http.HttpHeaders trailingHeaders
         1: .line 303
            aload 1 /* trailingHeaders */
            ifnonnull 3
         2: .line 304
            getstatic io.netty.handler.codec.http.EmptyHttpHeaders.INSTANCE:Lio/netty/handler/codec/http/EmptyHttpHeaders;
            areturn
         3: .line 306
      StackMap locals: io.netty.handler.codec.http.HttpHeaders
      StackMap stack:
            aload 1 /* trailingHeaders */
            areturn
        end local 1 // io.netty.handler.codec.http.HttpHeaders trailingHeaders
        end local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lio/netty/handler/codec/http/HttpObjectAggregator$AggregatedFullHttpMessage;
            1    4     1  trailingHeaders  Lio/netty/handler/codec/http/HttpHeaders;

  void setTrailingHeaders(io.netty.handler.codec.http.HttpHeaders);
    descriptor: (Lio/netty/handler/codec/http/HttpHeaders;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
        start local 1 // io.netty.handler.codec.http.HttpHeaders trailingHeaders
         0: .line 311
            aload 0 /* this */
            aload 1 /* trailingHeaders */
            putfield io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.trailingHeaders:Lio/netty/handler/codec/http/HttpHeaders;
         1: .line 312
            return
        end local 1 // io.netty.handler.codec.http.HttpHeaders trailingHeaders
        end local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/netty/handler/codec/http/HttpObjectAggregator$AggregatedFullHttpMessage;
            0    2     1  trailingHeaders  Lio/netty/handler/codec/http/HttpHeaders;
    MethodParameters:
                 Name  Flags
      trailingHeaders  

  public io.netty.handler.codec.http.HttpVersion getProtocolVersion();
    descriptor: ()Lio/netty/handler/codec/http/HttpVersion;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
         0: .line 316
            aload 0 /* this */
            getfield io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.message:Lio/netty/handler/codec/http/HttpMessage;
            invokeinterface io.netty.handler.codec.http.HttpMessage.protocolVersion:()Lio/netty/handler/codec/http/HttpVersion;
            areturn
        end local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/HttpObjectAggregator$AggregatedFullHttpMessage;

  public io.netty.handler.codec.http.HttpVersion protocolVersion();
    descriptor: ()Lio/netty/handler/codec/http/HttpVersion;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
         0: .line 321
            aload 0 /* this */
            getfield io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.message:Lio/netty/handler/codec/http/HttpMessage;
            invokeinterface io.netty.handler.codec.http.HttpMessage.protocolVersion:()Lio/netty/handler/codec/http/HttpVersion;
            areturn
        end local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/HttpObjectAggregator$AggregatedFullHttpMessage;

  public io.netty.handler.codec.http.FullHttpMessage setProtocolVersion(io.netty.handler.codec.http.HttpVersion);
    descriptor: (Lio/netty/handler/codec/http/HttpVersion;)Lio/netty/handler/codec/http/FullHttpMessage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
        start local 1 // io.netty.handler.codec.http.HttpVersion version
         0: .line 326
            aload 0 /* this */
            getfield io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.message:Lio/netty/handler/codec/http/HttpMessage;
            aload 1 /* version */
            invokeinterface io.netty.handler.codec.http.HttpMessage.setProtocolVersion:(Lio/netty/handler/codec/http/HttpVersion;)Lio/netty/handler/codec/http/HttpMessage;
            pop
         1: .line 327
            aload 0 /* this */
            areturn
        end local 1 // io.netty.handler.codec.http.HttpVersion version
        end local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/netty/handler/codec/http/HttpObjectAggregator$AggregatedFullHttpMessage;
            0    2     1  version  Lio/netty/handler/codec/http/HttpVersion;
    MethodParameters:
         Name  Flags
      version  

  public io.netty.handler.codec.http.HttpHeaders headers();
    descriptor: ()Lio/netty/handler/codec/http/HttpHeaders;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
         0: .line 332
            aload 0 /* this */
            getfield io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.message:Lio/netty/handler/codec/http/HttpMessage;
            invokeinterface io.netty.handler.codec.http.HttpMessage.headers:()Lio/netty/handler/codec/http/HttpHeaders;
            areturn
        end local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/HttpObjectAggregator$AggregatedFullHttpMessage;

  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.http.HttpObjectAggregator$AggregatedFullHttpMessage this
         0: .line 337
            aload 0 /* this */
            getfield io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.message:Lio/netty/handler/codec/http/HttpMessage;
            invokeinterface io.netty.handler.codec.http.HttpMessage.decoderResult:()Lio/netty/handler/codec/DecoderResult;
            areturn
        end local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/HttpObjectAggregator$AggregatedFullHttpMessage;

  public io.netty.handler.codec.DecoderResult getDecoderResult();
    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.http.HttpObjectAggregator$AggregatedFullHttpMessage this
         0: .line 342
            aload 0 /* this */
            getfield io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.message:Lio/netty/handler/codec/http/HttpMessage;
            invokeinterface io.netty.handler.codec.http.HttpMessage.decoderResult:()Lio/netty/handler/codec/DecoderResult;
            areturn
        end local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/HttpObjectAggregator$AggregatedFullHttpMessage;

  public void setDecoderResult(io.netty.handler.codec.DecoderResult);
    descriptor: (Lio/netty/handler/codec/DecoderResult;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
        start local 1 // io.netty.handler.codec.DecoderResult result
         0: .line 347
            aload 0 /* this */
            getfield io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.message:Lio/netty/handler/codec/http/HttpMessage;
            aload 1 /* result */
            invokeinterface io.netty.handler.codec.http.HttpMessage.setDecoderResult:(Lio/netty/handler/codec/DecoderResult;)V
         1: .line 348
            return
        end local 1 // io.netty.handler.codec.DecoderResult result
        end local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/handler/codec/http/HttpObjectAggregator$AggregatedFullHttpMessage;
            0    2     1  result  Lio/netty/handler/codec/DecoderResult;
    MethodParameters:
        Name  Flags
      result  

  public io.netty.buffer.ByteBuf content();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
         0: .line 352
            aload 0 /* this */
            getfield io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.content:Lio/netty/buffer/ByteBuf;
            areturn
        end local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/HttpObjectAggregator$AggregatedFullHttpMessage;

  public int refCnt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
         0: .line 357
            aload 0 /* this */
            getfield io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.content:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.refCnt:()I
            ireturn
        end local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/HttpObjectAggregator$AggregatedFullHttpMessage;

  public io.netty.handler.codec.http.FullHttpMessage retain();
    descriptor: ()Lio/netty/handler/codec/http/FullHttpMessage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
         0: .line 362
            aload 0 /* this */
            getfield io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.content:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.retain:()Lio/netty/buffer/ByteBuf;
            pop
         1: .line 363
            aload 0 /* this */
            areturn
        end local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/http/HttpObjectAggregator$AggregatedFullHttpMessage;

  public io.netty.handler.codec.http.FullHttpMessage retain(int);
    descriptor: (I)Lio/netty/handler/codec/http/FullHttpMessage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
        start local 1 // int increment
         0: .line 368
            aload 0 /* this */
            getfield io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.content:Lio/netty/buffer/ByteBuf;
            iload 1 /* increment */
            invokevirtual io.netty.buffer.ByteBuf.retain:(I)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 369
            aload 0 /* this */
            areturn
        end local 1 // int increment
        end local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/netty/handler/codec/http/HttpObjectAggregator$AggregatedFullHttpMessage;
            0    2     1  increment  I
    MethodParameters:
           Name  Flags
      increment  

  public io.netty.handler.codec.http.FullHttpMessage touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/http/FullHttpMessage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
        start local 1 // java.lang.Object hint
         0: .line 374
            aload 0 /* this */
            getfield io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.content:Lio/netty/buffer/ByteBuf;
            aload 1 /* hint */
            invokevirtual io.netty.buffer.ByteBuf.touch:(Ljava/lang/Object;)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 375
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object hint
        end local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/http/HttpObjectAggregator$AggregatedFullHttpMessage;
            0    2     1  hint  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      hint  

  public io.netty.handler.codec.http.FullHttpMessage touch();
    descriptor: ()Lio/netty/handler/codec/http/FullHttpMessage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
         0: .line 380
            aload 0 /* this */
            getfield io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.content:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.touch:()Lio/netty/buffer/ByteBuf;
            pop
         1: .line 381
            aload 0 /* this */
            areturn
        end local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/http/HttpObjectAggregator$AggregatedFullHttpMessage;

  public boolean release();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
         0: .line 386
            aload 0 /* this */
            getfield io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.content:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.release:()Z
            ireturn
        end local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/HttpObjectAggregator$AggregatedFullHttpMessage;

  public boolean release(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
        start local 1 // int decrement
         0: .line 391
            aload 0 /* this */
            getfield io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.content:Lio/netty/buffer/ByteBuf;
            iload 1 /* decrement */
            invokevirtual io.netty.buffer.ByteBuf.release:(I)Z
            ireturn
        end local 1 // int decrement
        end local 0 // io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/netty/handler/codec/http/HttpObjectAggregator$AggregatedFullHttpMessage;
            0    1     1  decrement  I
    MethodParameters:
           Name  Flags
      decrement  

  public abstract io.netty.handler.codec.http.FullHttpMessage copy();
    descriptor: ()Lio/netty/handler/codec/http/FullHttpMessage;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.netty.handler.codec.http.FullHttpMessage duplicate();
    descriptor: ()Lio/netty/handler/codec/http/FullHttpMessage;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract io.netty.handler.codec.http.FullHttpMessage retainedDuplicate();
    descriptor: ()Lio/netty/handler/codec/http/FullHttpMessage;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public io.netty.buffer.ByteBufHolder copy();
    descriptor: ()Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.copy:()Lio/netty/handler/codec/http/FullHttpMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.HttpContent copy();
    descriptor: ()Lio/netty/handler/codec/http/HttpContent;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.copy:()Lio/netty/handler/codec/http/FullHttpMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.LastHttpContent copy();
    descriptor: ()Lio/netty/handler/codec/http/LastHttpContent;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.copy:()Lio/netty/handler/codec/http/FullHttpMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.ReferenceCounted retain(int);
    descriptor: (I)Lio/netty/util/ReferenceCounted;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.retain:(I)Lio/netty/handler/codec/http/FullHttpMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder retain(int);
    descriptor: (I)Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.retain:(I)Lio/netty/handler/codec/http/FullHttpMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.HttpContent retain(int);
    descriptor: (I)Lio/netty/handler/codec/http/HttpContent;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.retain:(I)Lio/netty/handler/codec/http/FullHttpMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.LastHttpContent retain(int);
    descriptor: (I)Lio/netty/handler/codec/http/LastHttpContent;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.retain:(I)Lio/netty/handler/codec/http/FullHttpMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.ReferenceCounted retain();
    descriptor: ()Lio/netty/util/ReferenceCounted;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.retain:()Lio/netty/handler/codec/http/FullHttpMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder retain();
    descriptor: ()Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.retain:()Lio/netty/handler/codec/http/FullHttpMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.HttpContent retain();
    descriptor: ()Lio/netty/handler/codec/http/HttpContent;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.retain:()Lio/netty/handler/codec/http/FullHttpMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.LastHttpContent retain();
    descriptor: ()Lio/netty/handler/codec/http/LastHttpContent;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.retain:()Lio/netty/handler/codec/http/FullHttpMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder duplicate();
    descriptor: ()Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.duplicate:()Lio/netty/handler/codec/http/FullHttpMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.HttpContent duplicate();
    descriptor: ()Lio/netty/handler/codec/http/HttpContent;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.duplicate:()Lio/netty/handler/codec/http/FullHttpMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.LastHttpContent duplicate();
    descriptor: ()Lio/netty/handler/codec/http/LastHttpContent;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.duplicate:()Lio/netty/handler/codec/http/FullHttpMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.HttpMessage setProtocolVersion(io.netty.handler.codec.http.HttpVersion);
    descriptor: (Lio/netty/handler/codec/http/HttpVersion;)Lio/netty/handler/codec/http/HttpMessage;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.setProtocolVersion:(Lio/netty/handler/codec/http/HttpVersion;)Lio/netty/handler/codec/http/FullHttpMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.ReferenceCounted touch();
    descriptor: ()Lio/netty/util/ReferenceCounted;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.touch:()Lio/netty/handler/codec/http/FullHttpMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder touch();
    descriptor: ()Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.touch:()Lio/netty/handler/codec/http/FullHttpMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.HttpContent touch();
    descriptor: ()Lio/netty/handler/codec/http/HttpContent;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.touch:()Lio/netty/handler/codec/http/FullHttpMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.LastHttpContent touch();
    descriptor: ()Lio/netty/handler/codec/http/LastHttpContent;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.touch:()Lio/netty/handler/codec/http/FullHttpMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.util.ReferenceCounted touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/util/ReferenceCounted;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/http/FullHttpMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/http/FullHttpMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.HttpContent touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/http/HttpContent;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/http/FullHttpMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.LastHttpContent touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/http/LastHttpContent;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/http/FullHttpMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder retainedDuplicate();
    descriptor: ()Lio/netty/buffer/ByteBufHolder;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.retainedDuplicate:()Lio/netty/handler/codec/http/FullHttpMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.HttpContent retainedDuplicate();
    descriptor: ()Lio/netty/handler/codec/http/HttpContent;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.retainedDuplicate:()Lio/netty/handler/codec/http/FullHttpMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.LastHttpContent retainedDuplicate();
    descriptor: ()Lio/netty/handler/codec/http/LastHttpContent;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage.retainedDuplicate:()Lio/netty/handler/codec/http/FullHttpMessage;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "HttpObjectAggregator.java"
NestHost: io.netty.handler.codec.http.HttpObjectAggregator
InnerClasses:
  private abstract AggregatedFullHttpMessage = io.netty.handler.codec.http.HttpObjectAggregator$AggregatedFullHttpMessage of io.netty.handler.codec.http.HttpObjectAggregator