class io.vertx.core.http.impl.AssembledLastHttpContent extends io.netty.buffer.DefaultByteBufHolder implements io.netty.handler.codec.http.LastHttpContent
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.http.impl.AssembledLastHttpContent
  super_class: io.netty.buffer.DefaultByteBufHolder
{
  private final io.netty.handler.codec.http.HttpHeaders trailingHeaders;
    descriptor: Lio/netty/handler/codec/http/HttpHeaders;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private io.netty.handler.codec.DecoderResult result;
    descriptor: Lio/netty/handler/codec/DecoderResult;
    flags: (0x0002) ACC_PRIVATE

  void <init>(io.netty.buffer.ByteBuf, io.netty.handler.codec.http.HttpHeaders);
    descriptor: (Lio/netty/buffer/ByteBuf;Lio/netty/handler/codec/http/HttpHeaders;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.AssembledLastHttpContent this
        start local 1 // io.netty.buffer.ByteBuf buf
        start local 2 // io.netty.handler.codec.http.HttpHeaders trailingHeaders
         0: .line 34
            aload 0 /* this */
            aload 1 /* buf */
            aload 2 /* trailingHeaders */
            getstatic io.netty.handler.codec.DecoderResult.SUCCESS:Lio/netty/handler/codec/DecoderResult;
            invokespecial io.vertx.core.http.impl.AssembledLastHttpContent.<init>:(Lio/netty/buffer/ByteBuf;Lio/netty/handler/codec/http/HttpHeaders;Lio/netty/handler/codec/DecoderResult;)V
         1: .line 35
            return
        end local 2 // io.netty.handler.codec.http.HttpHeaders trailingHeaders
        end local 1 // io.netty.buffer.ByteBuf buf
        end local 0 // io.vertx.core.http.impl.AssembledLastHttpContent this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/vertx/core/http/impl/AssembledLastHttpContent;
            0    2     1              buf  Lio/netty/buffer/ByteBuf;
            0    2     2  trailingHeaders  Lio/netty/handler/codec/http/HttpHeaders;
    MethodParameters:
                 Name  Flags
      buf              
      trailingHeaders  

  void <init>(io.netty.buffer.ByteBuf, io.netty.handler.codec.http.HttpHeaders, io.netty.handler.codec.DecoderResult);
    descriptor: (Lio/netty/buffer/ByteBuf;Lio/netty/handler/codec/http/HttpHeaders;Lio/netty/handler/codec/DecoderResult;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.core.http.impl.AssembledLastHttpContent this
        start local 1 // io.netty.buffer.ByteBuf buf
        start local 2 // io.netty.handler.codec.http.HttpHeaders trailingHeaders
        start local 3 // io.netty.handler.codec.DecoderResult result
         0: .line 38
            aload 0 /* this */
            aload 1 /* buf */
            invokespecial io.netty.buffer.DefaultByteBufHolder.<init>:(Lio/netty/buffer/ByteBuf;)V
         1: .line 39
            aload 0 /* this */
            aload 2 /* trailingHeaders */
            putfield io.vertx.core.http.impl.AssembledLastHttpContent.trailingHeaders:Lio/netty/handler/codec/http/HttpHeaders;
         2: .line 40
            aload 0 /* this */
            aload 3 /* result */
            putfield io.vertx.core.http.impl.AssembledLastHttpContent.result:Lio/netty/handler/codec/DecoderResult;
         3: .line 41
            return
        end local 3 // io.netty.handler.codec.DecoderResult result
        end local 2 // io.netty.handler.codec.http.HttpHeaders trailingHeaders
        end local 1 // io.netty.buffer.ByteBuf buf
        end local 0 // io.vertx.core.http.impl.AssembledLastHttpContent this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lio/vertx/core/http/impl/AssembledLastHttpContent;
            0    4     1              buf  Lio/netty/buffer/ByteBuf;
            0    4     2  trailingHeaders  Lio/netty/handler/codec/http/HttpHeaders;
            0    4     3           result  Lio/netty/handler/codec/DecoderResult;
    MethodParameters:
                 Name  Flags
      buf              
      trailingHeaders  
      result           

  public io.netty.handler.codec.http.HttpHeaders trailingHeaders();
    descriptor: ()Lio/netty/handler/codec/http/HttpHeaders;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.AssembledLastHttpContent this
         0: .line 45
            aload 0 /* this */
            getfield io.vertx.core.http.impl.AssembledLastHttpContent.trailingHeaders:Lio/netty/handler/codec/http/HttpHeaders;
            areturn
        end local 0 // io.vertx.core.http.impl.AssembledLastHttpContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/AssembledLastHttpContent;

  public io.netty.handler.codec.http.LastHttpContent copy();
    descriptor: ()Lio/netty/handler/codec/http/LastHttpContent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.AssembledLastHttpContent this
         0: .line 50
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // io.vertx.core.http.impl.AssembledLastHttpContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/AssembledLastHttpContent;

  public io.netty.handler.codec.http.LastHttpContent retain(int);
    descriptor: (I)Lio/netty/handler/codec/http/LastHttpContent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.AssembledLastHttpContent this
        start local 1 // int increment
         0: .line 55
            aload 0 /* this */
            iload 1 /* increment */
            invokespecial io.netty.buffer.DefaultByteBufHolder.retain:(I)Lio/netty/buffer/ByteBufHolder;
            pop
         1: .line 56
            aload 0 /* this */
            areturn
        end local 1 // int increment
        end local 0 // io.vertx.core.http.impl.AssembledLastHttpContent this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/core/http/impl/AssembledLastHttpContent;
            0    2     1  increment  I
    MethodParameters:
           Name  Flags
      increment  

  public io.netty.handler.codec.http.LastHttpContent retain();
    descriptor: ()Lio/netty/handler/codec/http/LastHttpContent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.AssembledLastHttpContent this
         0: .line 61
            aload 0 /* this */
            invokespecial io.netty.buffer.DefaultByteBufHolder.retain:()Lio/netty/buffer/ByteBufHolder;
            pop
         1: .line 62
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.http.impl.AssembledLastHttpContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/AssembledLastHttpContent;

  public io.netty.handler.codec.http.LastHttpContent duplicate();
    descriptor: ()Lio/netty/handler/codec/http/LastHttpContent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.AssembledLastHttpContent this
         0: .line 67
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // io.vertx.core.http.impl.AssembledLastHttpContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/AssembledLastHttpContent;

  public io.netty.handler.codec.http.LastHttpContent replace(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/LastHttpContent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.AssembledLastHttpContent this
        start local 1 // io.netty.buffer.ByteBuf content
         0: .line 72
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 1 // io.netty.buffer.ByteBuf content
        end local 0 // io.vertx.core.http.impl.AssembledLastHttpContent this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/vertx/core/http/impl/AssembledLastHttpContent;
            0    1     1  content  Lio/netty/buffer/ByteBuf;
    MethodParameters:
         Name  Flags
      content  

  public io.netty.handler.codec.http.LastHttpContent retainedDuplicate();
    descriptor: ()Lio/netty/handler/codec/http/LastHttpContent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.AssembledLastHttpContent this
         0: .line 77
            new java.lang.UnsupportedOperationException
            dup
            invokespecial java.lang.UnsupportedOperationException.<init>:()V
            athrow
        end local 0 // io.vertx.core.http.impl.AssembledLastHttpContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/AssembledLastHttpContent;

  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.vertx.core.http.impl.AssembledLastHttpContent this
         0: .line 82
            aload 0 /* this */
            getfield io.vertx.core.http.impl.AssembledLastHttpContent.result:Lio/netty/handler/codec/DecoderResult;
            areturn
        end local 0 // io.vertx.core.http.impl.AssembledLastHttpContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/AssembledLastHttpContent;

  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.vertx.core.http.impl.AssembledLastHttpContent this
         0: .line 87
            aload 0 /* this */
            getfield io.vertx.core.http.impl.AssembledLastHttpContent.result:Lio/netty/handler/codec/DecoderResult;
            areturn
        end local 0 // io.vertx.core.http.impl.AssembledLastHttpContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/AssembledLastHttpContent;

  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.vertx.core.http.impl.AssembledLastHttpContent this
        start local 1 // io.netty.handler.codec.DecoderResult result
         0: .line 92
            aload 0 /* this */
            aload 1 /* result */
            putfield io.vertx.core.http.impl.AssembledLastHttpContent.result:Lio/netty/handler/codec/DecoderResult;
         1: .line 93
            return
        end local 1 // io.netty.handler.codec.DecoderResult result
        end local 0 // io.vertx.core.http.impl.AssembledLastHttpContent this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/core/http/impl/AssembledLastHttpContent;
            0    2     1  result  Lio/netty/handler/codec/DecoderResult;
    MethodParameters:
        Name  Flags
      result  

  public io.vertx.core.http.impl.AssembledLastHttpContent touch();
    descriptor: ()Lio/vertx/core/http/impl/AssembledLastHttpContent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.AssembledLastHttpContent this
         0: .line 97
            aload 0 /* this */
            invokespecial io.netty.buffer.DefaultByteBufHolder.touch:()Lio/netty/buffer/ByteBufHolder;
            pop
         1: .line 98
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.http.impl.AssembledLastHttpContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/AssembledLastHttpContent;

  public io.vertx.core.http.impl.AssembledLastHttpContent touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/vertx/core/http/impl/AssembledLastHttpContent;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.AssembledLastHttpContent this
        start local 1 // java.lang.Object hint
         0: .line 103
            aload 0 /* this */
            aload 1 /* hint */
            invokespecial io.netty.buffer.DefaultByteBufHolder.touch:(Ljava/lang/Object;)Lio/netty/buffer/ByteBufHolder;
            pop
         1: .line 104
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object hint
        end local 0 // io.vertx.core.http.impl.AssembledLastHttpContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/AssembledLastHttpContent;
            0    2     1  hint  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      hint  

  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.vertx.core.http.impl.AssembledLastHttpContent.copy:()Lio/netty/handler/codec/http/LastHttpContent;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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.vertx.core.http.impl.AssembledLastHttpContent.copy:()Lio/netty/handler/codec/http/LastHttpContent;
            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.vertx.core.http.impl.AssembledLastHttpContent.retain:()Lio/netty/handler/codec/http/LastHttpContent;
            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.vertx.core.http.impl.AssembledLastHttpContent.retain:()Lio/netty/handler/codec/http/LastHttpContent;
            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.vertx.core.http.impl.AssembledLastHttpContent.retain:()Lio/netty/handler/codec/http/LastHttpContent;
            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.vertx.core.http.impl.AssembledLastHttpContent.retain:(I)Lio/netty/handler/codec/http/LastHttpContent;
            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.vertx.core.http.impl.AssembledLastHttpContent.retain:(I)Lio/netty/handler/codec/http/LastHttpContent;
            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.vertx.core.http.impl.AssembledLastHttpContent.retain:(I)Lio/netty/handler/codec/http/LastHttpContent;
            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.vertx.core.http.impl.AssembledLastHttpContent.duplicate:()Lio/netty/handler/codec/http/LastHttpContent;
            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.vertx.core.http.impl.AssembledLastHttpContent.duplicate:()Lio/netty/handler/codec/http/LastHttpContent;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.HttpContent replace(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)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.vertx.core.http.impl.AssembledLastHttpContent.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/LastHttpContent;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.buffer.ByteBufHolder replace(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)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.vertx.core.http.impl.AssembledLastHttpContent.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/LastHttpContent;
            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.vertx.core.http.impl.AssembledLastHttpContent.touch:(Ljava/lang/Object;)Lio/vertx/core/http/impl/AssembledLastHttpContent;
            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.vertx.core.http.impl.AssembledLastHttpContent.touch:(Ljava/lang/Object;)Lio/vertx/core/http/impl/AssembledLastHttpContent;
            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.vertx.core.http.impl.AssembledLastHttpContent.touch:(Ljava/lang/Object;)Lio/vertx/core/http/impl/AssembledLastHttpContent;
            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.vertx.core.http.impl.AssembledLastHttpContent.touch:(Ljava/lang/Object;)Lio/vertx/core/http/impl/AssembledLastHttpContent;
            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.vertx.core.http.impl.AssembledLastHttpContent.touch:()Lio/vertx/core/http/impl/AssembledLastHttpContent;
            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.vertx.core.http.impl.AssembledLastHttpContent.touch:()Lio/vertx/core/http/impl/AssembledLastHttpContent;
            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.vertx.core.http.impl.AssembledLastHttpContent.touch:()Lio/vertx/core/http/impl/AssembledLastHttpContent;
            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.vertx.core.http.impl.AssembledLastHttpContent.touch:()Lio/vertx/core/http/impl/AssembledLastHttpContent;
            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.vertx.core.http.impl.AssembledLastHttpContent.retainedDuplicate:()Lio/netty/handler/codec/http/LastHttpContent;
            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.vertx.core.http.impl.AssembledLastHttpContent.retainedDuplicate:()Lio/netty/handler/codec/http/LastHttpContent;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "AssembledLastHttpContent.java"