public class io.netty.handler.codec.http.DefaultFullHttpRequest extends io.netty.handler.codec.http.DefaultHttpRequest implements io.netty.handler.codec.http.FullHttpRequest
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.handler.codec.http.DefaultFullHttpRequest
  super_class: io.netty.handler.codec.http.DefaultHttpRequest
{
  private final io.netty.buffer.ByteBuf content;
    descriptor: Lio/netty/buffer/ByteBuf;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.netty.handler.codec.http.HttpHeaders trailingHeader;
    descriptor: Lio/netty/handler/codec/http/HttpHeaders;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private int hash;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  public void <init>(io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpMethod, java.lang.String);
    descriptor: (Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpMethod;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.http.DefaultFullHttpRequest this
        start local 1 // io.netty.handler.codec.http.HttpVersion httpVersion
        start local 2 // io.netty.handler.codec.http.HttpMethod method
        start local 3 // java.lang.String uri
         0: .line 36
            aload 0 /* this */
            aload 1 /* httpVersion */
            aload 2 /* method */
            aload 3 /* uri */
            iconst_0
            invokestatic io.netty.buffer.Unpooled.buffer:(I)Lio/netty/buffer/ByteBuf;
            invokespecial io.netty.handler.codec.http.DefaultFullHttpRequest.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpMethod;Ljava/lang/String;Lio/netty/buffer/ByteBuf;)V
         1: .line 37
            return
        end local 3 // java.lang.String uri
        end local 2 // io.netty.handler.codec.http.HttpMethod method
        end local 1 // io.netty.handler.codec.http.HttpVersion httpVersion
        end local 0 // io.netty.handler.codec.http.DefaultFullHttpRequest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/netty/handler/codec/http/DefaultFullHttpRequest;
            0    2     1  httpVersion  Lio/netty/handler/codec/http/HttpVersion;
            0    2     2       method  Lio/netty/handler/codec/http/HttpMethod;
            0    2     3          uri  Ljava/lang/String;
    MethodParameters:
             Name  Flags
      httpVersion  
      method       
      uri          

  public void <init>(io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpMethod, java.lang.String, io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpMethod;Ljava/lang/String;Lio/netty/buffer/ByteBuf;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.netty.handler.codec.http.DefaultFullHttpRequest this
        start local 1 // io.netty.handler.codec.http.HttpVersion httpVersion
        start local 2 // io.netty.handler.codec.http.HttpMethod method
        start local 3 // java.lang.String uri
        start local 4 // io.netty.buffer.ByteBuf content
         0: .line 40
            aload 0 /* this */
            aload 1 /* httpVersion */
            aload 2 /* method */
            aload 3 /* uri */
            aload 4 /* content */
            iconst_1
            invokespecial io.netty.handler.codec.http.DefaultFullHttpRequest.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpMethod;Ljava/lang/String;Lio/netty/buffer/ByteBuf;Z)V
         1: .line 41
            return
        end local 4 // io.netty.buffer.ByteBuf content
        end local 3 // java.lang.String uri
        end local 2 // io.netty.handler.codec.http.HttpMethod method
        end local 1 // io.netty.handler.codec.http.HttpVersion httpVersion
        end local 0 // io.netty.handler.codec.http.DefaultFullHttpRequest this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lio/netty/handler/codec/http/DefaultFullHttpRequest;
            0    2     1  httpVersion  Lio/netty/handler/codec/http/HttpVersion;
            0    2     2       method  Lio/netty/handler/codec/http/HttpMethod;
            0    2     3          uri  Ljava/lang/String;
            0    2     4      content  Lio/netty/buffer/ByteBuf;
    MethodParameters:
             Name  Flags
      httpVersion  
      method       
      uri          
      content      

  public void <init>(io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpMethod, java.lang.String, boolean);
    descriptor: (Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpMethod;Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.netty.handler.codec.http.DefaultFullHttpRequest this
        start local 1 // io.netty.handler.codec.http.HttpVersion httpVersion
        start local 2 // io.netty.handler.codec.http.HttpMethod method
        start local 3 // java.lang.String uri
        start local 4 // boolean validateHeaders
         0: .line 44
            aload 0 /* this */
            aload 1 /* httpVersion */
            aload 2 /* method */
            aload 3 /* uri */
            iconst_0
            invokestatic io.netty.buffer.Unpooled.buffer:(I)Lio/netty/buffer/ByteBuf;
            iload 4 /* validateHeaders */
            invokespecial io.netty.handler.codec.http.DefaultFullHttpRequest.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpMethod;Ljava/lang/String;Lio/netty/buffer/ByteBuf;Z)V
         1: .line 45
            return
        end local 4 // boolean validateHeaders
        end local 3 // java.lang.String uri
        end local 2 // io.netty.handler.codec.http.HttpMethod method
        end local 1 // io.netty.handler.codec.http.HttpVersion httpVersion
        end local 0 // io.netty.handler.codec.http.DefaultFullHttpRequest this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/netty/handler/codec/http/DefaultFullHttpRequest;
            0    2     1      httpVersion  Lio/netty/handler/codec/http/HttpVersion;
            0    2     2           method  Lio/netty/handler/codec/http/HttpMethod;
            0    2     3              uri  Ljava/lang/String;
            0    2     4  validateHeaders  Z
    MethodParameters:
                 Name  Flags
      httpVersion      
      method           
      uri              
      validateHeaders  

  public void <init>(io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpMethod, java.lang.String, io.netty.buffer.ByteBuf, boolean);
    descriptor: (Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpMethod;Ljava/lang/String;Lio/netty/buffer/ByteBuf;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // io.netty.handler.codec.http.DefaultFullHttpRequest this
        start local 1 // io.netty.handler.codec.http.HttpVersion httpVersion
        start local 2 // io.netty.handler.codec.http.HttpMethod method
        start local 3 // java.lang.String uri
        start local 4 // io.netty.buffer.ByteBuf content
        start local 5 // boolean validateHeaders
         0: .line 49
            aload 0 /* this */
            aload 1 /* httpVersion */
            aload 2 /* method */
            aload 3 /* uri */
            iload 5 /* validateHeaders */
            invokespecial io.netty.handler.codec.http.DefaultHttpRequest.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpMethod;Ljava/lang/String;Z)V
         1: .line 50
            aload 0 /* this */
            aload 4 /* content */
            ldc "content"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.netty.buffer.ByteBuf
            putfield io.netty.handler.codec.http.DefaultFullHttpRequest.content:Lio/netty/buffer/ByteBuf;
         2: .line 51
            aload 0 /* this */
            new io.netty.handler.codec.http.DefaultHttpHeaders
            dup
            iload 5 /* validateHeaders */
            invokespecial io.netty.handler.codec.http.DefaultHttpHeaders.<init>:(Z)V
            putfield io.netty.handler.codec.http.DefaultFullHttpRequest.trailingHeader:Lio/netty/handler/codec/http/HttpHeaders;
         3: .line 52
            return
        end local 5 // boolean validateHeaders
        end local 4 // io.netty.buffer.ByteBuf content
        end local 3 // java.lang.String uri
        end local 2 // io.netty.handler.codec.http.HttpMethod method
        end local 1 // io.netty.handler.codec.http.HttpVersion httpVersion
        end local 0 // io.netty.handler.codec.http.DefaultFullHttpRequest this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lio/netty/handler/codec/http/DefaultFullHttpRequest;
            0    4     1      httpVersion  Lio/netty/handler/codec/http/HttpVersion;
            0    4     2           method  Lio/netty/handler/codec/http/HttpMethod;
            0    4     3              uri  Ljava/lang/String;
            0    4     4          content  Lio/netty/buffer/ByteBuf;
            0    4     5  validateHeaders  Z
    MethodParameters:
                 Name  Flags
      httpVersion      
      method           
      uri              
      content          
      validateHeaders  

  public void <init>(io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpMethod, java.lang.String, io.netty.buffer.ByteBuf, io.netty.handler.codec.http.HttpHeaders, io.netty.handler.codec.http.HttpHeaders);
    descriptor: (Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpMethod;Ljava/lang/String;Lio/netty/buffer/ByteBuf;Lio/netty/handler/codec/http/HttpHeaders;Lio/netty/handler/codec/http/HttpHeaders;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=7
        start local 0 // io.netty.handler.codec.http.DefaultFullHttpRequest this
        start local 1 // io.netty.handler.codec.http.HttpVersion httpVersion
        start local 2 // io.netty.handler.codec.http.HttpMethod method
        start local 3 // java.lang.String uri
        start local 4 // io.netty.buffer.ByteBuf content
        start local 5 // io.netty.handler.codec.http.HttpHeaders headers
        start local 6 // io.netty.handler.codec.http.HttpHeaders trailingHeader
         0: .line 56
            aload 0 /* this */
            aload 1 /* httpVersion */
            aload 2 /* method */
            aload 3 /* uri */
            aload 5 /* headers */
            invokespecial io.netty.handler.codec.http.DefaultHttpRequest.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpMethod;Ljava/lang/String;Lio/netty/handler/codec/http/HttpHeaders;)V
         1: .line 57
            aload 0 /* this */
            aload 4 /* content */
            ldc "content"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.netty.buffer.ByteBuf
            putfield io.netty.handler.codec.http.DefaultFullHttpRequest.content:Lio/netty/buffer/ByteBuf;
         2: .line 58
            aload 0 /* this */
            aload 6 /* trailingHeader */
            ldc "trailingHeader"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.netty.handler.codec.http.HttpHeaders
            putfield io.netty.handler.codec.http.DefaultFullHttpRequest.trailingHeader:Lio/netty/handler/codec/http/HttpHeaders;
         3: .line 59
            return
        end local 6 // io.netty.handler.codec.http.HttpHeaders trailingHeader
        end local 5 // io.netty.handler.codec.http.HttpHeaders headers
        end local 4 // io.netty.buffer.ByteBuf content
        end local 3 // java.lang.String uri
        end local 2 // io.netty.handler.codec.http.HttpMethod method
        end local 1 // io.netty.handler.codec.http.HttpVersion httpVersion
        end local 0 // io.netty.handler.codec.http.DefaultFullHttpRequest this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    4     0            this  Lio/netty/handler/codec/http/DefaultFullHttpRequest;
            0    4     1     httpVersion  Lio/netty/handler/codec/http/HttpVersion;
            0    4     2          method  Lio/netty/handler/codec/http/HttpMethod;
            0    4     3             uri  Ljava/lang/String;
            0    4     4         content  Lio/netty/buffer/ByteBuf;
            0    4     5         headers  Lio/netty/handler/codec/http/HttpHeaders;
            0    4     6  trailingHeader  Lio/netty/handler/codec/http/HttpHeaders;
    MethodParameters:
                Name  Flags
      httpVersion     
      method          
      uri             
      content         
      headers         
      trailingHeader  

  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.netty.handler.codec.http.DefaultFullHttpRequest this
         0: .line 63
            aload 0 /* this */
            getfield io.netty.handler.codec.http.DefaultFullHttpRequest.trailingHeader:Lio/netty/handler/codec/http/HttpHeaders;
            areturn
        end local 0 // io.netty.handler.codec.http.DefaultFullHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/DefaultFullHttpRequest;

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

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

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

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

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

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

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

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

  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: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.DefaultFullHttpRequest this
        start local 1 // io.netty.handler.codec.http.HttpVersion version
         0: .line 112
            aload 0 /* this */
            aload 1 /* version */
            invokespecial io.netty.handler.codec.http.DefaultHttpRequest.setProtocolVersion:(Lio/netty/handler/codec/http/HttpVersion;)Lio/netty/handler/codec/http/HttpRequest;
            pop
         1: .line 113
            aload 0 /* this */
            areturn
        end local 1 // io.netty.handler.codec.http.HttpVersion version
        end local 0 // io.netty.handler.codec.http.DefaultFullHttpRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/netty/handler/codec/http/DefaultFullHttpRequest;
            0    2     1  version  Lio/netty/handler/codec/http/HttpVersion;
    MethodParameters:
         Name  Flags
      version  

  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: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.DefaultFullHttpRequest this
        start local 1 // io.netty.handler.codec.http.HttpMethod method
         0: .line 118
            aload 0 /* this */
            aload 1 /* method */
            invokespecial io.netty.handler.codec.http.DefaultHttpRequest.setMethod:(Lio/netty/handler/codec/http/HttpMethod;)Lio/netty/handler/codec/http/HttpRequest;
            pop
         1: .line 119
            aload 0 /* this */
            areturn
        end local 1 // io.netty.handler.codec.http.HttpMethod method
        end local 0 // io.netty.handler.codec.http.DefaultFullHttpRequest this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/handler/codec/http/DefaultFullHttpRequest;
            0    2     1  method  Lio/netty/handler/codec/http/HttpMethod;
    MethodParameters:
        Name  Flags
      method  

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

  public io.netty.handler.codec.http.FullHttpRequest copy();
    descriptor: ()Lio/netty/handler/codec/http/FullHttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.DefaultFullHttpRequest this
         0: .line 130
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpRequest.content:()Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.copy:()Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpRequest.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/FullHttpRequest;
            areturn
        end local 0 // io.netty.handler.codec.http.DefaultFullHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/DefaultFullHttpRequest;

  public io.netty.handler.codec.http.FullHttpRequest duplicate();
    descriptor: ()Lio/netty/handler/codec/http/FullHttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.DefaultFullHttpRequest this
         0: .line 135
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpRequest.content:()Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.duplicate:()Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpRequest.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/FullHttpRequest;
            areturn
        end local 0 // io.netty.handler.codec.http.DefaultFullHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/DefaultFullHttpRequest;

  public io.netty.handler.codec.http.FullHttpRequest retainedDuplicate();
    descriptor: ()Lio/netty/handler/codec/http/FullHttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.DefaultFullHttpRequest this
         0: .line 140
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpRequest.content:()Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.retainedDuplicate:()Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpRequest.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/FullHttpRequest;
            areturn
        end local 0 // io.netty.handler.codec.http.DefaultFullHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/DefaultFullHttpRequest;

  public io.netty.handler.codec.http.FullHttpRequest replace(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/FullHttpRequest;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.http.DefaultFullHttpRequest this
        start local 1 // io.netty.buffer.ByteBuf content
         0: .line 145
            new io.netty.handler.codec.http.DefaultFullHttpRequest
            dup
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpRequest.protocolVersion:()Lio/netty/handler/codec/http/HttpVersion;
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpRequest.method:()Lio/netty/handler/codec/http/HttpMethod;
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpRequest.uri:()Ljava/lang/String;
            aload 1 /* content */
         1: .line 146
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpRequest.headers:()Lio/netty/handler/codec/http/HttpHeaders;
            invokevirtual io.netty.handler.codec.http.HttpHeaders.copy:()Lio/netty/handler/codec/http/HttpHeaders;
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpRequest.trailingHeaders:()Lio/netty/handler/codec/http/HttpHeaders;
            invokevirtual io.netty.handler.codec.http.HttpHeaders.copy:()Lio/netty/handler/codec/http/HttpHeaders;
         2: .line 145
            invokespecial io.netty.handler.codec.http.DefaultFullHttpRequest.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpMethod;Ljava/lang/String;Lio/netty/buffer/ByteBuf;Lio/netty/handler/codec/http/HttpHeaders;Lio/netty/handler/codec/http/HttpHeaders;)V
            astore 2 /* request */
        start local 2 // io.netty.handler.codec.http.FullHttpRequest request
         3: .line 147
            aload 2 /* request */
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpRequest.decoderResult:()Lio/netty/handler/codec/DecoderResult;
            invokeinterface io.netty.handler.codec.http.FullHttpRequest.setDecoderResult:(Lio/netty/handler/codec/DecoderResult;)V
         4: .line 148
            aload 2 /* request */
            areturn
        end local 2 // io.netty.handler.codec.http.FullHttpRequest request
        end local 1 // io.netty.buffer.ByteBuf content
        end local 0 // io.netty.handler.codec.http.DefaultFullHttpRequest this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lio/netty/handler/codec/http/DefaultFullHttpRequest;
            0    5     1  content  Lio/netty/buffer/ByteBuf;
            3    5     2  request  Lio/netty/handler/codec/http/FullHttpRequest;
    MethodParameters:
         Name  Flags
      content  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.netty.handler.codec.http.DefaultFullHttpRequest this
         0: .line 153
            aload 0 /* this */
            getfield io.netty.handler.codec.http.DefaultFullHttpRequest.hash:I
            istore 1 /* hash */
        start local 1 // int hash
         1: .line 154
            iload 1 /* hash */
            ifne 12
         2: .line 155
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpRequest.content:()Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.refCnt:()I
            ifeq 8
         3: .line 157
            bipush 31
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpRequest.content:()Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.hashCode:()I
            iadd
            istore 1 /* hash */
         4: .line 158
            goto 9
      StackMap locals: io.netty.handler.codec.http.DefaultFullHttpRequest int
      StackMap stack: io.netty.util.IllegalReferenceCountException
         5: pop
         6: .line 160
            bipush 31
            istore 1 /* hash */
         7: .line 162
            goto 9
         8: .line 163
      StackMap locals:
      StackMap stack:
            bipush 31
            istore 1 /* hash */
         9: .line 165
      StackMap locals:
      StackMap stack:
            bipush 31
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpRequest.trailingHeaders:()Lio/netty/handler/codec/http/HttpHeaders;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* hash */
        10: .line 166
            bipush 31
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokespecial io.netty.handler.codec.http.DefaultHttpRequest.hashCode:()I
            iadd
            istore 1 /* hash */
        11: .line 167
            aload 0 /* this */
            iload 1 /* hash */
            putfield io.netty.handler.codec.http.DefaultFullHttpRequest.hash:I
        12: .line 169
      StackMap locals:
      StackMap stack:
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // io.netty.handler.codec.http.DefaultFullHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lio/netty/handler/codec/http/DefaultFullHttpRequest;
            1   13     1  hash  I
      Exception table:
        from    to  target  type
           3     4       5  Class io.netty.util.IllegalReferenceCountException

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.http.DefaultFullHttpRequest this
        start local 1 // java.lang.Object o
         0: .line 174
            aload 1 /* o */
            instanceof io.netty.handler.codec.http.DefaultFullHttpRequest
            ifne 2
         1: .line 175
            iconst_0
            ireturn
         2: .line 178
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.netty.handler.codec.http.DefaultFullHttpRequest
            astore 2 /* other */
        start local 2 // io.netty.handler.codec.http.DefaultFullHttpRequest other
         3: .line 180
            aload 0 /* this */
            aload 2 /* other */
            invokespecial io.netty.handler.codec.http.DefaultHttpRequest.equals:(Ljava/lang/Object;)Z
            ifeq 7
         4: .line 181
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpRequest.content:()Lio/netty/buffer/ByteBuf;
            aload 2 /* other */
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpRequest.content:()Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.equals:(Ljava/lang/Object;)Z
            ifeq 7
         5: .line 182
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpRequest.trailingHeaders:()Lio/netty/handler/codec/http/HttpHeaders;
            aload 2 /* other */
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpRequest.trailingHeaders:()Lio/netty/handler/codec/http/HttpHeaders;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 180
            iconst_1
            ireturn
      StackMap locals: io.netty.handler.codec.http.DefaultFullHttpRequest
      StackMap stack:
         7: iconst_0
            ireturn
        end local 2 // io.netty.handler.codec.http.DefaultFullHttpRequest other
        end local 1 // java.lang.Object o
        end local 0 // io.netty.handler.codec.http.DefaultFullHttpRequest this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lio/netty/handler/codec/http/DefaultFullHttpRequest;
            0    8     1      o  Ljava/lang/Object;
            3    8     2  other  Lio/netty/handler/codec/http/DefaultFullHttpRequest;
    MethodParameters:
      Name  Flags
      o     

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.DefaultFullHttpRequest this
         0: .line 187
            new java.lang.StringBuilder
            dup
            sipush 256
            invokespecial java.lang.StringBuilder.<init>:(I)V
            aload 0 /* this */
            invokestatic io.netty.handler.codec.http.HttpMessageUtil.appendFullRequest:(Ljava/lang/StringBuilder;Lio/netty/handler/codec/http/FullHttpRequest;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.netty.handler.codec.http.DefaultFullHttpRequest this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/DefaultFullHttpRequest;

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

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

  public io.netty.handler.codec.http.LastHttpContent copy();
    descriptor: ()Lio/netty/handler/codec/http/LastHttpContent;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpRequest.copy:()Lio/netty/handler/codec/http/FullHttpRequest;
            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.netty.handler.codec.http.DefaultFullHttpRequest.copy:()Lio/netty/handler/codec/http/FullHttpRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

  public io.netty.handler.codec.http.LastHttpContent retain(int);
    descriptor: (I)Lio/netty/handler/codec/http/LastHttpContent;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            iload 1
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpRequest.retain:(I)Lio/netty/handler/codec/http/FullHttpRequest;
            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.netty.handler.codec.http.DefaultFullHttpRequest.retain:(I)Lio/netty/handler/codec/http/FullHttpRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

  public io.netty.handler.codec.http.LastHttpContent retain();
    descriptor: ()Lio/netty/handler/codec/http/LastHttpContent;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpRequest.retain:()Lio/netty/handler/codec/http/FullHttpRequest;
            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.netty.handler.codec.http.DefaultFullHttpRequest.retain:()Lio/netty/handler/codec/http/FullHttpRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

  public io.netty.handler.codec.http.LastHttpContent duplicate();
    descriptor: ()Lio/netty/handler/codec/http/LastHttpContent;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpRequest.duplicate:()Lio/netty/handler/codec/http/FullHttpRequest;
            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.netty.handler.codec.http.DefaultFullHttpRequest.duplicate:()Lio/netty/handler/codec/http/FullHttpRequest;
            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.netty.handler.codec.http.DefaultFullHttpRequest.setMethod:(Lio/netty/handler/codec/http/HttpMethod;)Lio/netty/handler/codec/http/FullHttpRequest;
            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.netty.handler.codec.http.DefaultFullHttpRequest.setProtocolVersion:(Lio/netty/handler/codec/http/HttpVersion;)Lio/netty/handler/codec/http/FullHttpRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.HttpMessage setProtocolVersion(io.netty.handler.codec.http.HttpVersion);
    descriptor: (Lio/netty/handler/codec/http/HttpVersion;)Lio/netty/handler/codec/http/HttpMessage;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpRequest.setProtocolVersion:(Lio/netty/handler/codec/http/HttpVersion;)Lio/netty/handler/codec/http/FullHttpRequest;
            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.netty.handler.codec.http.DefaultFullHttpRequest.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/FullHttpRequest;
            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.netty.handler.codec.http.DefaultFullHttpRequest.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/FullHttpRequest;
            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.netty.handler.codec.http.DefaultFullHttpRequest.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/FullHttpRequest;
            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.netty.handler.codec.http.DefaultFullHttpRequest.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/FullHttpRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

  public io.netty.handler.codec.http.LastHttpContent touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/http/LastHttpContent;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpRequest.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/http/FullHttpRequest;
            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.netty.handler.codec.http.DefaultFullHttpRequest.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/http/FullHttpRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

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

  public io.netty.handler.codec.http.LastHttpContent touch();
    descriptor: ()Lio/netty/handler/codec/http/LastHttpContent;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpRequest.touch:()Lio/netty/handler/codec/http/FullHttpRequest;
            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.netty.handler.codec.http.DefaultFullHttpRequest.touch:()Lio/netty/handler/codec/http/FullHttpRequest;
            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.netty.handler.codec.http.DefaultFullHttpRequest.setUri:(Ljava/lang/String;)Lio/netty/handler/codec/http/FullHttpRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

  public io.netty.handler.codec.http.LastHttpContent retainedDuplicate();
    descriptor: ()Lio/netty/handler/codec/http/LastHttpContent;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpRequest.retainedDuplicate:()Lio/netty/handler/codec/http/FullHttpRequest;
            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.netty.handler.codec.http.DefaultFullHttpRequest.retainedDuplicate:()Lio/netty/handler/codec/http/FullHttpRequest;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "DefaultFullHttpRequest.java"