class io.vertx.core.http.impl.AssembledFullHttpResponse extends io.vertx.core.http.impl.AssembledHttpResponse implements io.netty.handler.codec.http.FullHttpResponse
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.http.impl.AssembledFullHttpResponse
  super_class: io.vertx.core.http.impl.AssembledHttpResponse
{
  private io.netty.handler.codec.http.HttpHeaders trailingHeaders;
    descriptor: Lio/netty/handler/codec/http/HttpHeaders;
    flags: (0x0002) ACC_PRIVATE

  public void <init>(boolean, io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpResponseStatus, io.netty.handler.codec.http.HttpHeaders, io.netty.buffer.ByteBuf, io.netty.handler.codec.http.HttpHeaders);
    descriptor: (ZLio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;Lio/netty/handler/codec/http/HttpHeaders;Lio/netty/buffer/ByteBuf;Lio/netty/handler/codec/http/HttpHeaders;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=7
        start local 0 // io.vertx.core.http.impl.AssembledFullHttpResponse this
        start local 1 // boolean head
        start local 2 // io.netty.handler.codec.http.HttpVersion version
        start local 3 // io.netty.handler.codec.http.HttpResponseStatus status
        start local 4 // io.netty.handler.codec.http.HttpHeaders headers
        start local 5 // io.netty.buffer.ByteBuf buf
        start local 6 // io.netty.handler.codec.http.HttpHeaders trailingHeaders
         0: .line 28
            aload 0 /* this */
            iload 1 /* head */
            aload 2 /* version */
            aload 3 /* status */
            aload 4 /* headers */
            aload 5 /* buf */
            invokespecial io.vertx.core.http.impl.AssembledHttpResponse.<init>:(ZLio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;Lio/netty/handler/codec/http/HttpHeaders;Lio/netty/buffer/ByteBuf;)V
         1: .line 29
            aload 0 /* this */
            aload 6 /* trailingHeaders */
            putfield io.vertx.core.http.impl.AssembledFullHttpResponse.trailingHeaders:Lio/netty/handler/codec/http/HttpHeaders;
         2: .line 30
            return
        end local 6 // io.netty.handler.codec.http.HttpHeaders trailingHeaders
        end local 5 // io.netty.buffer.ByteBuf buf
        end local 4 // io.netty.handler.codec.http.HttpHeaders headers
        end local 3 // io.netty.handler.codec.http.HttpResponseStatus status
        end local 2 // io.netty.handler.codec.http.HttpVersion version
        end local 1 // boolean head
        end local 0 // io.vertx.core.http.impl.AssembledFullHttpResponse this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    3     0             this  Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            0    3     1             head  Z
            0    3     2          version  Lio/netty/handler/codec/http/HttpVersion;
            0    3     3           status  Lio/netty/handler/codec/http/HttpResponseStatus;
            0    3     4          headers  Lio/netty/handler/codec/http/HttpHeaders;
            0    3     5              buf  Lio/netty/buffer/ByteBuf;
            0    3     6  trailingHeaders  Lio/netty/handler/codec/http/HttpHeaders;
    MethodParameters:
                 Name  Flags
      head             
      version          
      status           
      headers          
      buf              
      trailingHeaders  

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

  public io.vertx.core.http.impl.AssembledFullHttpResponse setStatus(io.netty.handler.codec.http.HttpResponseStatus);
    descriptor: (Lio/netty/handler/codec/http/HttpResponseStatus;)Lio/vertx/core/http/impl/AssembledFullHttpResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.AssembledFullHttpResponse this
        start local 1 // io.netty.handler.codec.http.HttpResponseStatus status
         0: .line 39
            aload 0 /* this */
            aload 1 /* status */
            invokespecial io.vertx.core.http.impl.AssembledHttpResponse.setStatus:(Lio/netty/handler/codec/http/HttpResponseStatus;)Lio/vertx/core/http/impl/AssembledHttpResponse;
            pop
         1: .line 40
            aload 0 /* this */
            areturn
        end local 1 // io.netty.handler.codec.http.HttpResponseStatus status
        end local 0 // io.vertx.core.http.impl.AssembledFullHttpResponse this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            0    2     1  status  Lio/netty/handler/codec/http/HttpResponseStatus;
    MethodParameters:
        Name  Flags
      status  

  public io.vertx.core.http.impl.AssembledFullHttpResponse retain(int);
    descriptor: (I)Lio/vertx/core/http/impl/AssembledFullHttpResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.AssembledFullHttpResponse this
        start local 1 // int increment
         0: .line 45
            aload 0 /* this */
            iload 1 /* increment */
            invokespecial io.vertx.core.http.impl.AssembledHttpResponse.retain:(I)Lio/vertx/core/http/impl/AssembledHttpResponse;
            pop
         1: .line 46
            aload 0 /* this */
            areturn
        end local 1 // int increment
        end local 0 // io.vertx.core.http.impl.AssembledFullHttpResponse this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            0    2     1  increment  I
    MethodParameters:
           Name  Flags
      increment  

  public io.vertx.core.http.impl.AssembledFullHttpResponse retain();
    descriptor: ()Lio/vertx/core/http/impl/AssembledFullHttpResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.AssembledFullHttpResponse this
         0: .line 51
            aload 0 /* this */
            invokespecial io.vertx.core.http.impl.AssembledHttpResponse.retain:()Lio/vertx/core/http/impl/AssembledHttpResponse;
            pop
         1: .line 52
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.http.impl.AssembledFullHttpResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/AssembledFullHttpResponse;

  public io.vertx.core.http.impl.AssembledFullHttpResponse duplicate();
    descriptor: ()Lio/vertx/core/http/impl/AssembledFullHttpResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.AssembledFullHttpResponse this
         0: .line 57
            aload 0 /* this */
            invokespecial io.vertx.core.http.impl.AssembledHttpResponse.duplicate:()Lio/netty/handler/codec/http/HttpContent;
            pop
         1: .line 58
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.http.impl.AssembledFullHttpResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/AssembledFullHttpResponse;

  public io.vertx.core.http.impl.AssembledFullHttpResponse copy();
    descriptor: ()Lio/vertx/core/http/impl/AssembledFullHttpResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.AssembledFullHttpResponse this
         0: .line 63
            aload 0 /* this */
            invokespecial io.vertx.core.http.impl.AssembledHttpResponse.copy:()Lio/netty/handler/codec/http/HttpContent;
            pop
         1: .line 64
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.http.impl.AssembledFullHttpResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/AssembledFullHttpResponse;

  public io.vertx.core.http.impl.AssembledFullHttpResponse retainedDuplicate();
    descriptor: ()Lio/vertx/core/http/impl/AssembledFullHttpResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.AssembledFullHttpResponse this
         0: .line 69
            aload 0 /* this */
            invokespecial io.vertx.core.http.impl.AssembledHttpResponse.retainedDuplicate:()Lio/netty/handler/codec/http/HttpContent;
            pop
         1: .line 70
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.http.impl.AssembledFullHttpResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/AssembledFullHttpResponse;

  public io.vertx.core.http.impl.AssembledFullHttpResponse replace(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/vertx/core/http/impl/AssembledFullHttpResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.AssembledFullHttpResponse this
        start local 1 // io.netty.buffer.ByteBuf content
         0: .line 75
            aload 0 /* this */
            aload 1 /* content */
            invokespecial io.vertx.core.http.impl.AssembledHttpResponse.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/HttpContent;
            pop
         1: .line 76
            aload 0 /* this */
            areturn
        end local 1 // io.netty.buffer.ByteBuf content
        end local 0 // io.vertx.core.http.impl.AssembledFullHttpResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            0    2     1  content  Lio/netty/buffer/ByteBuf;
    MethodParameters:
         Name  Flags
      content  

  public io.vertx.core.http.impl.AssembledFullHttpResponse setProtocolVersion(io.netty.handler.codec.http.HttpVersion);
    descriptor: (Lio/netty/handler/codec/http/HttpVersion;)Lio/vertx/core/http/impl/AssembledFullHttpResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.AssembledFullHttpResponse this
        start local 1 // io.netty.handler.codec.http.HttpVersion version
         0: .line 81
            aload 0 /* this */
            aload 1 /* version */
            invokespecial io.vertx.core.http.impl.AssembledHttpResponse.setProtocolVersion:(Lio/netty/handler/codec/http/HttpVersion;)Lio/vertx/core/http/impl/AssembledHttpResponse;
            pop
         1: .line 82
            aload 0 /* this */
            areturn
        end local 1 // io.netty.handler.codec.http.HttpVersion version
        end local 0 // io.vertx.core.http.impl.AssembledFullHttpResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            0    2     1  version  Lio/netty/handler/codec/http/HttpVersion;
    MethodParameters:
         Name  Flags
      version  

  public io.vertx.core.http.impl.AssembledFullHttpResponse touch();
    descriptor: ()Lio/vertx/core/http/impl/AssembledFullHttpResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.AssembledFullHttpResponse this
         0: .line 87
            aload 0 /* this */
            invokespecial io.vertx.core.http.impl.AssembledHttpResponse.touch:()Lio/vertx/core/http/impl/AssembledHttpResponse;
            pop
         1: .line 88
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.http.impl.AssembledFullHttpResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/AssembledFullHttpResponse;

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

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

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

  public io.netty.handler.codec.http.FullHttpResponse copy();
    descriptor: ()Lio/netty/handler/codec/http/FullHttpResponse;
    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.AssembledFullHttpResponse.copy:()Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            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.vertx.core.http.impl.AssembledFullHttpResponse.copy:()Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            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.AssembledFullHttpResponse.copy:()Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            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.vertx.core.http.impl.AssembledFullHttpResponse.retain:()Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.FullHttpMessage retain();
    descriptor: ()Lio/netty/handler/codec/http/FullHttpMessage;
    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.AssembledFullHttpResponse.retain:()Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.FullHttpResponse retain();
    descriptor: ()Lio/netty/handler/codec/http/FullHttpResponse;
    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.AssembledFullHttpResponse.retain:()Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.impl.AssembledHttpResponse retain();
    descriptor: ()Lio/vertx/core/http/impl/AssembledHttpResponse;
    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.AssembledFullHttpResponse.retain:()Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            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.AssembledFullHttpResponse.retain:()Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            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.AssembledFullHttpResponse.retain:()Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            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.AssembledFullHttpResponse.retain:()Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            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.vertx.core.http.impl.AssembledFullHttpResponse.retain:(I)Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.FullHttpMessage retain(int);
    descriptor: (I)Lio/netty/handler/codec/http/FullHttpMessage;
    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.AssembledFullHttpResponse.retain:(I)Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.FullHttpResponse retain(int);
    descriptor: (I)Lio/netty/handler/codec/http/FullHttpResponse;
    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.AssembledFullHttpResponse.retain:(I)Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.impl.AssembledHttpResponse retain(int);
    descriptor: (I)Lio/vertx/core/http/impl/AssembledHttpResponse;
    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.AssembledFullHttpResponse.retain:(I)Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            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.AssembledFullHttpResponse.retain:(I)Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            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.AssembledFullHttpResponse.retain:(I)Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            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.AssembledFullHttpResponse.retain:(I)Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            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.vertx.core.http.impl.AssembledFullHttpResponse.duplicate:()Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.FullHttpMessage duplicate();
    descriptor: ()Lio/netty/handler/codec/http/FullHttpMessage;
    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.AssembledFullHttpResponse.duplicate:()Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.FullHttpResponse duplicate();
    descriptor: ()Lio/netty/handler/codec/http/FullHttpResponse;
    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.AssembledFullHttpResponse.duplicate:()Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            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.AssembledFullHttpResponse.duplicate:()Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            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.AssembledFullHttpResponse.duplicate:()Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.FullHttpResponse setProtocolVersion(io.netty.handler.codec.http.HttpVersion);
    descriptor: (Lio/netty/handler/codec/http/HttpVersion;)Lio/netty/handler/codec/http/FullHttpResponse;
    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.AssembledFullHttpResponse.setProtocolVersion:(Lio/netty/handler/codec/http/HttpVersion;)Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.impl.AssembledHttpResponse setProtocolVersion(io.netty.handler.codec.http.HttpVersion);
    descriptor: (Lio/netty/handler/codec/http/HttpVersion;)Lio/vertx/core/http/impl/AssembledHttpResponse;
    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.AssembledFullHttpResponse.setProtocolVersion:(Lio/netty/handler/codec/http/HttpVersion;)Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            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.vertx.core.http.impl.AssembledFullHttpResponse.setProtocolVersion:(Lio/netty/handler/codec/http/HttpVersion;)Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.HttpResponse setProtocolVersion(io.netty.handler.codec.http.HttpVersion);
    descriptor: (Lio/netty/handler/codec/http/HttpVersion;)Lio/netty/handler/codec/http/HttpResponse;
    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.AssembledFullHttpResponse.setProtocolVersion:(Lio/netty/handler/codec/http/HttpVersion;)Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

  public io.netty.handler.codec.http.FullHttpResponse replace(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/FullHttpResponse;
    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.AssembledFullHttpResponse.replace:(Lio/netty/buffer/ByteBuf;)Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            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.AssembledFullHttpResponse.replace:(Lio/netty/buffer/ByteBuf;)Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            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.AssembledFullHttpResponse.replace:(Lio/netty/buffer/ByteBuf;)Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            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.AssembledFullHttpResponse.touch:(Ljava/lang/Object;)Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.FullHttpMessage touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/http/FullHttpMessage;
    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.AssembledFullHttpResponse.touch:(Ljava/lang/Object;)Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.FullHttpResponse touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/http/FullHttpResponse;
    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.AssembledFullHttpResponse.touch:(Ljava/lang/Object;)Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.impl.AssembledHttpResponse touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/vertx/core/http/impl/AssembledHttpResponse;
    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.AssembledFullHttpResponse.touch:(Ljava/lang/Object;)Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            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.AssembledFullHttpResponse.touch:(Ljava/lang/Object;)Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            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.AssembledFullHttpResponse.touch:(Ljava/lang/Object;)Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            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.AssembledFullHttpResponse.touch:(Ljava/lang/Object;)Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            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.AssembledFullHttpResponse.touch:()Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.FullHttpMessage touch();
    descriptor: ()Lio/netty/handler/codec/http/FullHttpMessage;
    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.AssembledFullHttpResponse.touch:()Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.FullHttpResponse touch();
    descriptor: ()Lio/netty/handler/codec/http/FullHttpResponse;
    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.AssembledFullHttpResponse.touch:()Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.impl.AssembledHttpResponse touch();
    descriptor: ()Lio/vertx/core/http/impl/AssembledHttpResponse;
    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.AssembledFullHttpResponse.touch:()Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            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.AssembledFullHttpResponse.touch:()Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            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.AssembledFullHttpResponse.touch:()Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            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.AssembledFullHttpResponse.touch:()Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.FullHttpResponse setStatus(io.netty.handler.codec.http.HttpResponseStatus);
    descriptor: (Lio/netty/handler/codec/http/HttpResponseStatus;)Lio/netty/handler/codec/http/FullHttpResponse;
    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.AssembledFullHttpResponse.setStatus:(Lio/netty/handler/codec/http/HttpResponseStatus;)Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.http.impl.AssembledHttpResponse setStatus(io.netty.handler.codec.http.HttpResponseStatus);
    descriptor: (Lio/netty/handler/codec/http/HttpResponseStatus;)Lio/vertx/core/http/impl/AssembledHttpResponse;
    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.AssembledFullHttpResponse.setStatus:(Lio/netty/handler/codec/http/HttpResponseStatus;)Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.HttpResponse setStatus(io.netty.handler.codec.http.HttpResponseStatus);
    descriptor: (Lio/netty/handler/codec/http/HttpResponseStatus;)Lio/netty/handler/codec/http/HttpResponse;
    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.AssembledFullHttpResponse.setStatus:(Lio/netty/handler/codec/http/HttpResponseStatus;)Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            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.vertx.core.http.impl.AssembledFullHttpResponse.retainedDuplicate:()Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.FullHttpMessage retainedDuplicate();
    descriptor: ()Lio/netty/handler/codec/http/FullHttpMessage;
    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.AssembledFullHttpResponse.retainedDuplicate:()Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.FullHttpResponse retainedDuplicate();
    descriptor: ()Lio/netty/handler/codec/http/FullHttpResponse;
    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.AssembledFullHttpResponse.retainedDuplicate:()Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            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.AssembledFullHttpResponse.retainedDuplicate:()Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            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.AssembledFullHttpResponse.retainedDuplicate:()Lio/vertx/core/http/impl/AssembledFullHttpResponse;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "AssembledFullHttpResponse.java"