class io.vertx.core.http.impl.AssembledFullHttpRequest extends io.vertx.core.http.impl.AssembledHttpRequest implements io.netty.handler.codec.http.FullHttpRequest
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.http.impl.AssembledFullHttpRequest
  super_class: io.vertx.core.http.impl.AssembledHttpRequest
{
  public void <init>(io.netty.handler.codec.http.HttpRequest, io.netty.handler.codec.http.LastHttpContent);
    descriptor: (Lio/netty/handler/codec/http/HttpRequest;Lio/netty/handler/codec/http/LastHttpContent;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.AssembledFullHttpRequest this
        start local 1 // io.netty.handler.codec.http.HttpRequest request
        start local 2 // io.netty.handler.codec.http.LastHttpContent content
         0: .line 33
            aload 0 /* this */
            aload 1 /* request */
            aload 2 /* content */
            invokespecial io.vertx.core.http.impl.AssembledHttpRequest.<init>:(Lio/netty/handler/codec/http/HttpRequest;Lio/netty/handler/codec/http/HttpContent;)V
         1: .line 34
            return
        end local 2 // io.netty.handler.codec.http.LastHttpContent content
        end local 1 // io.netty.handler.codec.http.HttpRequest request
        end local 0 // io.vertx.core.http.impl.AssembledFullHttpRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/impl/AssembledFullHttpRequest;
            0    2     1  request  Lio/netty/handler/codec/http/HttpRequest;
            0    2     2  content  Lio/netty/handler/codec/http/LastHttpContent;
    MethodParameters:
         Name  Flags
      request  
      content  

  public void <init>(io.netty.handler.codec.http.HttpRequest);
    descriptor: (Lio/netty/handler/codec/http/HttpRequest;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.AssembledFullHttpRequest this
        start local 1 // io.netty.handler.codec.http.HttpRequest request
         0: .line 37
            aload 0 /* this */
            aload 1 /* request */
            getstatic io.netty.handler.codec.http.LastHttpContent.EMPTY_LAST_CONTENT:Lio/netty/handler/codec/http/LastHttpContent;
            invokespecial io.vertx.core.http.impl.AssembledHttpRequest.<init>:(Lio/netty/handler/codec/http/HttpRequest;Lio/netty/handler/codec/http/HttpContent;)V
         1: .line 38
            return
        end local 1 // io.netty.handler.codec.http.HttpRequest request
        end local 0 // io.vertx.core.http.impl.AssembledFullHttpRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/impl/AssembledFullHttpRequest;
            0    2     1  request  Lio/netty/handler/codec/http/HttpRequest;
    MethodParameters:
         Name  Flags
      request  

  public void <init>(io.netty.handler.codec.http.HttpRequest, io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/handler/codec/http/HttpRequest;Lio/netty/buffer/ByteBuf;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.AssembledFullHttpRequest this
        start local 1 // io.netty.handler.codec.http.HttpRequest request
        start local 2 // io.netty.buffer.ByteBuf buf
         0: .line 41
            aload 0 /* this */
            aload 1 /* request */
            aload 2 /* buf */
            invokestatic io.vertx.core.http.impl.AssembledFullHttpRequest.toLastContent:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/LastHttpContent;
            invokespecial io.vertx.core.http.impl.AssembledHttpRequest.<init>:(Lio/netty/handler/codec/http/HttpRequest;Lio/netty/handler/codec/http/HttpContent;)V
         1: .line 42
            return
        end local 2 // io.netty.buffer.ByteBuf buf
        end local 1 // io.netty.handler.codec.http.HttpRequest request
        end local 0 // io.vertx.core.http.impl.AssembledFullHttpRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/impl/AssembledFullHttpRequest;
            0    2     1  request  Lio/netty/handler/codec/http/HttpRequest;
            0    2     2      buf  Lio/netty/buffer/ByteBuf;
    MethodParameters:
         Name  Flags
      request  
      buf      

  private static io.netty.handler.codec.http.LastHttpContent toLastContent(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/LastHttpContent;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.netty.buffer.ByteBuf buf
         0: .line 45
            aload 0 /* buf */
            invokevirtual io.netty.buffer.ByteBuf.isReadable:()Z
            ifeq 2
         1: .line 46
            new io.netty.handler.codec.http.DefaultLastHttpContent
            dup
            aload 0 /* buf */
            iconst_0
            invokespecial io.netty.handler.codec.http.DefaultLastHttpContent.<init>:(Lio/netty/buffer/ByteBuf;Z)V
            areturn
         2: .line 48
      StackMap locals:
      StackMap stack:
            getstatic io.netty.handler.codec.http.LastHttpContent.EMPTY_LAST_CONTENT:Lio/netty/handler/codec/http/LastHttpContent;
            areturn
        end local 0 // io.netty.buffer.ByteBuf buf
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   buf  Lio/netty/buffer/ByteBuf;
    MethodParameters:
      Name  Flags
      buf   

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

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

  public io.vertx.core.http.impl.AssembledFullHttpRequest setUri(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/core/http/impl/AssembledFullHttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.AssembledFullHttpRequest this
        start local 1 // java.lang.String uri
         0: .line 66
            aload 0 /* this */
            aload 1 /* uri */
            invokespecial io.vertx.core.http.impl.AssembledHttpRequest.setUri:(Ljava/lang/String;)Lio/netty/handler/codec/http/HttpRequest;
            pop
         1: .line 67
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String uri
        end local 0 // io.vertx.core.http.impl.AssembledFullHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/AssembledFullHttpRequest;
            0    2     1   uri  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      uri   

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

  public io.vertx.core.http.impl.AssembledFullHttpRequest setMethod(io.netty.handler.codec.http.HttpMethod);
    descriptor: (Lio/netty/handler/codec/http/HttpMethod;)Lio/vertx/core/http/impl/AssembledFullHttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.AssembledFullHttpRequest this
        start local 1 // io.netty.handler.codec.http.HttpMethod method
         0: .line 78
            aload 0 /* this */
            aload 1 /* method */
            invokespecial io.vertx.core.http.impl.AssembledHttpRequest.setMethod:(Lio/netty/handler/codec/http/HttpMethod;)Lio/netty/handler/codec/http/HttpRequest;
            pop
         1: .line 79
            aload 0 /* this */
            areturn
        end local 1 // io.netty.handler.codec.http.HttpMethod method
        end local 0 // io.vertx.core.http.impl.AssembledFullHttpRequest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/core/http/impl/AssembledFullHttpRequest;
            0    2     1  method  Lio/netty/handler/codec/http/HttpMethod;
    MethodParameters:
        Name  Flags
      method  

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

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

  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.AssembledFullHttpRequest this
         0: .line 94
            aload 0 /* this */
            getfield io.vertx.core.http.impl.AssembledFullHttpRequest.content:Lio/netty/handler/codec/http/HttpContent;
            checkcast io.netty.handler.codec.http.LastHttpContent
            invokeinterface io.netty.handler.codec.http.LastHttpContent.trailingHeaders:()Lio/netty/handler/codec/http/HttpHeaders;
            areturn
        end local 0 // io.vertx.core.http.impl.AssembledFullHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/AssembledFullHttpRequest;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  public io.netty.handler.codec.http.HttpRequest setUri(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/netty/handler/codec/http/HttpRequest;
    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.AssembledFullHttpRequest.setUri:(Ljava/lang/String;)Lio/vertx/core/http/impl/AssembledFullHttpRequest;
            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.AssembledFullHttpRequest.retainedDuplicate:()Lio/vertx/core/http/impl/AssembledFullHttpRequest;
            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.AssembledFullHttpRequest.retainedDuplicate:()Lio/vertx/core/http/impl/AssembledFullHttpRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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