public class io.netty.handler.codec.http.DefaultFullHttpResponse extends io.netty.handler.codec.http.DefaultHttpResponse implements io.netty.handler.codec.http.FullHttpResponse
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.handler.codec.http.DefaultFullHttpResponse
  super_class: io.netty.handler.codec.http.DefaultHttpResponse
{
  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 trailingHeaders;
    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.HttpResponseStatus);
    descriptor: (Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.http.DefaultFullHttpResponse this
        start local 1 // io.netty.handler.codec.http.HttpVersion version
        start local 2 // io.netty.handler.codec.http.HttpResponseStatus status
         0: .line 38
            aload 0 /* this */
            aload 1 /* version */
            aload 2 /* status */
            iconst_0
            invokestatic io.netty.buffer.Unpooled.buffer:(I)Lio/netty/buffer/ByteBuf;
            invokespecial io.netty.handler.codec.http.DefaultFullHttpResponse.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;Lio/netty/buffer/ByteBuf;)V
         1: .line 39
            return
        end local 2 // io.netty.handler.codec.http.HttpResponseStatus status
        end local 1 // io.netty.handler.codec.http.HttpVersion version
        end local 0 // io.netty.handler.codec.http.DefaultFullHttpResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/netty/handler/codec/http/DefaultFullHttpResponse;
            0    2     1  version  Lio/netty/handler/codec/http/HttpVersion;
            0    2     2   status  Lio/netty/handler/codec/http/HttpResponseStatus;
    MethodParameters:
         Name  Flags
      version  
      status   

  public void <init>(io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpResponseStatus, io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;Lio/netty/buffer/ByteBuf;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.http.DefaultFullHttpResponse this
        start local 1 // io.netty.handler.codec.http.HttpVersion version
        start local 2 // io.netty.handler.codec.http.HttpResponseStatus status
        start local 3 // io.netty.buffer.ByteBuf content
         0: .line 42
            aload 0 /* this */
            aload 1 /* version */
            aload 2 /* status */
            aload 3 /* content */
            iconst_1
            invokespecial io.netty.handler.codec.http.DefaultFullHttpResponse.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;Lio/netty/buffer/ByteBuf;Z)V
         1: .line 43
            return
        end local 3 // io.netty.buffer.ByteBuf content
        end local 2 // io.netty.handler.codec.http.HttpResponseStatus status
        end local 1 // io.netty.handler.codec.http.HttpVersion version
        end local 0 // io.netty.handler.codec.http.DefaultFullHttpResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/netty/handler/codec/http/DefaultFullHttpResponse;
            0    2     1  version  Lio/netty/handler/codec/http/HttpVersion;
            0    2     2   status  Lio/netty/handler/codec/http/HttpResponseStatus;
            0    2     3  content  Lio/netty/buffer/ByteBuf;
    MethodParameters:
         Name  Flags
      version  
      status   
      content  

  public void <init>(io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpResponseStatus, boolean);
    descriptor: (Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.http.DefaultFullHttpResponse this
        start local 1 // io.netty.handler.codec.http.HttpVersion version
        start local 2 // io.netty.handler.codec.http.HttpResponseStatus status
        start local 3 // boolean validateHeaders
         0: .line 46
            aload 0 /* this */
            aload 1 /* version */
            aload 2 /* status */
            iconst_0
            invokestatic io.netty.buffer.Unpooled.buffer:(I)Lio/netty/buffer/ByteBuf;
            iload 3 /* validateHeaders */
            iconst_0
            invokespecial io.netty.handler.codec.http.DefaultFullHttpResponse.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;Lio/netty/buffer/ByteBuf;ZZ)V
         1: .line 47
            return
        end local 3 // boolean validateHeaders
        end local 2 // io.netty.handler.codec.http.HttpResponseStatus status
        end local 1 // io.netty.handler.codec.http.HttpVersion version
        end local 0 // io.netty.handler.codec.http.DefaultFullHttpResponse this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/netty/handler/codec/http/DefaultFullHttpResponse;
            0    2     1          version  Lio/netty/handler/codec/http/HttpVersion;
            0    2     2           status  Lio/netty/handler/codec/http/HttpResponseStatus;
            0    2     3  validateHeaders  Z
    MethodParameters:
                 Name  Flags
      version          
      status           
      validateHeaders  

  public void <init>(io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpResponseStatus, boolean, boolean);
    descriptor: (Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;ZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.netty.handler.codec.http.DefaultFullHttpResponse this
        start local 1 // io.netty.handler.codec.http.HttpVersion version
        start local 2 // io.netty.handler.codec.http.HttpResponseStatus status
        start local 3 // boolean validateHeaders
        start local 4 // boolean singleFieldHeaders
         0: .line 51
            aload 0 /* this */
            aload 1 /* version */
            aload 2 /* status */
            iconst_0
            invokestatic io.netty.buffer.Unpooled.buffer:(I)Lio/netty/buffer/ByteBuf;
            iload 3 /* validateHeaders */
            iload 4 /* singleFieldHeaders */
            invokespecial io.netty.handler.codec.http.DefaultFullHttpResponse.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;Lio/netty/buffer/ByteBuf;ZZ)V
         1: .line 52
            return
        end local 4 // boolean singleFieldHeaders
        end local 3 // boolean validateHeaders
        end local 2 // io.netty.handler.codec.http.HttpResponseStatus status
        end local 1 // io.netty.handler.codec.http.HttpVersion version
        end local 0 // io.netty.handler.codec.http.DefaultFullHttpResponse this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lio/netty/handler/codec/http/DefaultFullHttpResponse;
            0    2     1             version  Lio/netty/handler/codec/http/HttpVersion;
            0    2     2              status  Lio/netty/handler/codec/http/HttpResponseStatus;
            0    2     3     validateHeaders  Z
            0    2     4  singleFieldHeaders  Z
    MethodParameters:
                    Name  Flags
      version             
      status              
      validateHeaders     
      singleFieldHeaders  

  public void <init>(io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpResponseStatus, io.netty.buffer.ByteBuf, boolean);
    descriptor: (Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;Lio/netty/buffer/ByteBuf;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=5
        start local 0 // io.netty.handler.codec.http.DefaultFullHttpResponse this
        start local 1 // io.netty.handler.codec.http.HttpVersion version
        start local 2 // io.netty.handler.codec.http.HttpResponseStatus status
        start local 3 // io.netty.buffer.ByteBuf content
        start local 4 // boolean validateHeaders
         0: .line 56
            aload 0 /* this */
            aload 1 /* version */
            aload 2 /* status */
            aload 3 /* content */
            iload 4 /* validateHeaders */
            iconst_0
            invokespecial io.netty.handler.codec.http.DefaultFullHttpResponse.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;Lio/netty/buffer/ByteBuf;ZZ)V
         1: .line 57
            return
        end local 4 // boolean validateHeaders
        end local 3 // io.netty.buffer.ByteBuf content
        end local 2 // io.netty.handler.codec.http.HttpResponseStatus status
        end local 1 // io.netty.handler.codec.http.HttpVersion version
        end local 0 // io.netty.handler.codec.http.DefaultFullHttpResponse this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lio/netty/handler/codec/http/DefaultFullHttpResponse;
            0    2     1          version  Lio/netty/handler/codec/http/HttpVersion;
            0    2     2           status  Lio/netty/handler/codec/http/HttpResponseStatus;
            0    2     3          content  Lio/netty/buffer/ByteBuf;
            0    2     4  validateHeaders  Z
    MethodParameters:
                 Name  Flags
      version          
      status           
      content          
      validateHeaders  

  public void <init>(io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpResponseStatus, io.netty.buffer.ByteBuf, boolean, boolean);
    descriptor: (Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;Lio/netty/buffer/ByteBuf;ZZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=6
        start local 0 // io.netty.handler.codec.http.DefaultFullHttpResponse this
        start local 1 // io.netty.handler.codec.http.HttpVersion version
        start local 2 // io.netty.handler.codec.http.HttpResponseStatus status
        start local 3 // io.netty.buffer.ByteBuf content
        start local 4 // boolean validateHeaders
        start local 5 // boolean singleFieldHeaders
         0: .line 61
            aload 0 /* this */
            aload 1 /* version */
            aload 2 /* status */
            iload 4 /* validateHeaders */
            iload 5 /* singleFieldHeaders */
            invokespecial io.netty.handler.codec.http.DefaultHttpResponse.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;ZZ)V
         1: .line 62
            aload 0 /* this */
            aload 3 /* 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.DefaultFullHttpResponse.content:Lio/netty/buffer/ByteBuf;
         2: .line 63
            aload 0 /* this */
            iload 5 /* singleFieldHeaders */
            ifeq 3
            new io.netty.handler.codec.http.CombinedHttpHeaders
            dup
            iload 4 /* validateHeaders */
            invokespecial io.netty.handler.codec.http.CombinedHttpHeaders.<init>:(Z)V
            goto 4
         3: .line 64
      StackMap locals: io.netty.handler.codec.http.DefaultFullHttpResponse io.netty.handler.codec.http.HttpVersion io.netty.handler.codec.http.HttpResponseStatus io.netty.buffer.ByteBuf int int
      StackMap stack: io.netty.handler.codec.http.DefaultFullHttpResponse
            new io.netty.handler.codec.http.DefaultHttpHeaders
            dup
            iload 4 /* validateHeaders */
            invokespecial io.netty.handler.codec.http.DefaultHttpHeaders.<init>:(Z)V
         4: .line 63
      StackMap locals: io.netty.handler.codec.http.DefaultFullHttpResponse io.netty.handler.codec.http.HttpVersion io.netty.handler.codec.http.HttpResponseStatus io.netty.buffer.ByteBuf int int
      StackMap stack: io.netty.handler.codec.http.DefaultFullHttpResponse io.netty.handler.codec.http.DefaultHttpHeaders
            putfield io.netty.handler.codec.http.DefaultFullHttpResponse.trailingHeaders:Lio/netty/handler/codec/http/HttpHeaders;
         5: .line 65
            return
        end local 5 // boolean singleFieldHeaders
        end local 4 // boolean validateHeaders
        end local 3 // io.netty.buffer.ByteBuf content
        end local 2 // io.netty.handler.codec.http.HttpResponseStatus status
        end local 1 // io.netty.handler.codec.http.HttpVersion version
        end local 0 // io.netty.handler.codec.http.DefaultFullHttpResponse this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    6     0                this  Lio/netty/handler/codec/http/DefaultFullHttpResponse;
            0    6     1             version  Lio/netty/handler/codec/http/HttpVersion;
            0    6     2              status  Lio/netty/handler/codec/http/HttpResponseStatus;
            0    6     3             content  Lio/netty/buffer/ByteBuf;
            0    6     4     validateHeaders  Z
            0    6     5  singleFieldHeaders  Z
    MethodParameters:
                    Name  Flags
      version             
      status              
      content             
      validateHeaders     
      singleFieldHeaders  

  public void <init>(io.netty.handler.codec.http.HttpVersion, io.netty.handler.codec.http.HttpResponseStatus, 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/HttpResponseStatus;Lio/netty/buffer/ByteBuf;Lio/netty/handler/codec/http/HttpHeaders;Lio/netty/handler/codec/http/HttpHeaders;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=6
        start local 0 // io.netty.handler.codec.http.DefaultFullHttpResponse this
        start local 1 // io.netty.handler.codec.http.HttpVersion version
        start local 2 // io.netty.handler.codec.http.HttpResponseStatus status
        start local 3 // io.netty.buffer.ByteBuf content
        start local 4 // io.netty.handler.codec.http.HttpHeaders headers
        start local 5 // io.netty.handler.codec.http.HttpHeaders trailingHeaders
         0: .line 69
            aload 0 /* this */
            aload 1 /* version */
            aload 2 /* status */
            aload 4 /* headers */
            invokespecial io.netty.handler.codec.http.DefaultHttpResponse.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;Lio/netty/handler/codec/http/HttpHeaders;)V
         1: .line 70
            aload 0 /* this */
            aload 3 /* 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.DefaultFullHttpResponse.content:Lio/netty/buffer/ByteBuf;
         2: .line 71
            aload 0 /* this */
            aload 5 /* trailingHeaders */
            ldc "trailingHeaders"
            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.DefaultFullHttpResponse.trailingHeaders:Lio/netty/handler/codec/http/HttpHeaders;
         3: .line 72
            return
        end local 5 // io.netty.handler.codec.http.HttpHeaders trailingHeaders
        end local 4 // io.netty.handler.codec.http.HttpHeaders headers
        end local 3 // io.netty.buffer.ByteBuf content
        end local 2 // io.netty.handler.codec.http.HttpResponseStatus status
        end local 1 // io.netty.handler.codec.http.HttpVersion version
        end local 0 // io.netty.handler.codec.http.DefaultFullHttpResponse this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lio/netty/handler/codec/http/DefaultFullHttpResponse;
            0    4     1          version  Lio/netty/handler/codec/http/HttpVersion;
            0    4     2           status  Lio/netty/handler/codec/http/HttpResponseStatus;
            0    4     3          content  Lio/netty/buffer/ByteBuf;
            0    4     4          headers  Lio/netty/handler/codec/http/HttpHeaders;
            0    4     5  trailingHeaders  Lio/netty/handler/codec/http/HttpHeaders;
    MethodParameters:
                 Name  Flags
      version          
      status           
      content          
      headers          
      trailingHeaders  

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

  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.DefaultFullHttpResponse this
         0: .line 81
            aload 0 /* this */
            getfield io.netty.handler.codec.http.DefaultFullHttpResponse.content:Lio/netty/buffer/ByteBuf;
            areturn
        end local 0 // io.netty.handler.codec.http.DefaultFullHttpResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/DefaultFullHttpResponse;

  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.DefaultFullHttpResponse this
         0: .line 86
            aload 0 /* this */
            getfield io.netty.handler.codec.http.DefaultFullHttpResponse.content:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.refCnt:()I
            ireturn
        end local 0 // io.netty.handler.codec.http.DefaultFullHttpResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/DefaultFullHttpResponse;

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

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

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

  public io.netty.handler.codec.http.FullHttpResponse touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/http/FullHttpResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.DefaultFullHttpResponse this
        start local 1 // java.lang.Object hint
         0: .line 109
            aload 0 /* this */
            getfield io.netty.handler.codec.http.DefaultFullHttpResponse.content:Lio/netty/buffer/ByteBuf;
            aload 1 /* hint */
            invokevirtual io.netty.buffer.ByteBuf.touch:(Ljava/lang/Object;)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 110
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object hint
        end local 0 // io.netty.handler.codec.http.DefaultFullHttpResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/http/DefaultFullHttpResponse;
            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.DefaultFullHttpResponse this
         0: .line 115
            aload 0 /* this */
            getfield io.netty.handler.codec.http.DefaultFullHttpResponse.content:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.release:()Z
            ireturn
        end local 0 // io.netty.handler.codec.http.DefaultFullHttpResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/DefaultFullHttpResponse;

  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.DefaultFullHttpResponse this
        start local 1 // int decrement
         0: .line 120
            aload 0 /* this */
            getfield io.netty.handler.codec.http.DefaultFullHttpResponse.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.DefaultFullHttpResponse this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/netty/handler/codec/http/DefaultFullHttpResponse;
            0    1     1  decrement  I
    MethodParameters:
           Name  Flags
      decrement  

  public io.netty.handler.codec.http.FullHttpResponse setProtocolVersion(io.netty.handler.codec.http.HttpVersion);
    descriptor: (Lio/netty/handler/codec/http/HttpVersion;)Lio/netty/handler/codec/http/FullHttpResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.DefaultFullHttpResponse this
        start local 1 // io.netty.handler.codec.http.HttpVersion version
         0: .line 125
            aload 0 /* this */
            aload 1 /* version */
            invokespecial io.netty.handler.codec.http.DefaultHttpResponse.setProtocolVersion:(Lio/netty/handler/codec/http/HttpVersion;)Lio/netty/handler/codec/http/HttpResponse;
            pop
         1: .line 126
            aload 0 /* this */
            areturn
        end local 1 // io.netty.handler.codec.http.HttpVersion version
        end local 0 // io.netty.handler.codec.http.DefaultFullHttpResponse this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/netty/handler/codec/http/DefaultFullHttpResponse;
            0    2     1  version  Lio/netty/handler/codec/http/HttpVersion;
    MethodParameters:
         Name  Flags
      version  

  public io.netty.handler.codec.http.FullHttpResponse setStatus(io.netty.handler.codec.http.HttpResponseStatus);
    descriptor: (Lio/netty/handler/codec/http/HttpResponseStatus;)Lio/netty/handler/codec/http/FullHttpResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.DefaultFullHttpResponse this
        start local 1 // io.netty.handler.codec.http.HttpResponseStatus status
         0: .line 131
            aload 0 /* this */
            aload 1 /* status */
            invokespecial io.netty.handler.codec.http.DefaultHttpResponse.setStatus:(Lio/netty/handler/codec/http/HttpResponseStatus;)Lio/netty/handler/codec/http/HttpResponse;
            pop
         1: .line 132
            aload 0 /* this */
            areturn
        end local 1 // io.netty.handler.codec.http.HttpResponseStatus status
        end local 0 // io.netty.handler.codec.http.DefaultFullHttpResponse this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/handler/codec/http/DefaultFullHttpResponse;
            0    2     1  status  Lio/netty/handler/codec/http/HttpResponseStatus;
    MethodParameters:
        Name  Flags
      status  

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

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

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

  public io.netty.handler.codec.http.FullHttpResponse replace(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/FullHttpResponse;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=2
        start local 0 // io.netty.handler.codec.http.DefaultFullHttpResponse this
        start local 1 // io.netty.buffer.ByteBuf content
         0: .line 152
            new io.netty.handler.codec.http.DefaultFullHttpResponse
            dup
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpResponse.protocolVersion:()Lio/netty/handler/codec/http/HttpVersion;
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpResponse.status:()Lio/netty/handler/codec/http/HttpResponseStatus;
            aload 1 /* content */
         1: .line 153
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpResponse.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.DefaultFullHttpResponse.trailingHeaders:()Lio/netty/handler/codec/http/HttpHeaders;
            invokevirtual io.netty.handler.codec.http.HttpHeaders.copy:()Lio/netty/handler/codec/http/HttpHeaders;
         2: .line 152
            invokespecial io.netty.handler.codec.http.DefaultFullHttpResponse.<init>:(Lio/netty/handler/codec/http/HttpVersion;Lio/netty/handler/codec/http/HttpResponseStatus;Lio/netty/buffer/ByteBuf;Lio/netty/handler/codec/http/HttpHeaders;Lio/netty/handler/codec/http/HttpHeaders;)V
            astore 2 /* response */
        start local 2 // io.netty.handler.codec.http.FullHttpResponse response
         3: .line 154
            aload 2 /* response */
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpResponse.decoderResult:()Lio/netty/handler/codec/DecoderResult;
            invokeinterface io.netty.handler.codec.http.FullHttpResponse.setDecoderResult:(Lio/netty/handler/codec/DecoderResult;)V
         4: .line 155
            aload 2 /* response */
            areturn
        end local 2 // io.netty.handler.codec.http.FullHttpResponse response
        end local 1 // io.netty.buffer.ByteBuf content
        end local 0 // io.netty.handler.codec.http.DefaultFullHttpResponse this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lio/netty/handler/codec/http/DefaultFullHttpResponse;
            0    5     1   content  Lio/netty/buffer/ByteBuf;
            3    5     2  response  Lio/netty/handler/codec/http/FullHttpResponse;
    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.DefaultFullHttpResponse this
         0: .line 160
            aload 0 /* this */
            getfield io.netty.handler.codec.http.DefaultFullHttpResponse.hash:I
            istore 1 /* hash */
        start local 1 // int hash
         1: .line 161
            iload 1 /* hash */
            ifne 12
         2: .line 162
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpResponse.content:()Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.refCnt:()I
            ifeq 8
         3: .line 164
            bipush 31
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpResponse.content:()Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.hashCode:()I
            iadd
            istore 1 /* hash */
         4: .line 165
            goto 9
      StackMap locals: io.netty.handler.codec.http.DefaultFullHttpResponse int
      StackMap stack: io.netty.util.IllegalReferenceCountException
         5: pop
         6: .line 167
            bipush 31
            istore 1 /* hash */
         7: .line 169
            goto 9
         8: .line 170
      StackMap locals:
      StackMap stack:
            bipush 31
            istore 1 /* hash */
         9: .line 172
      StackMap locals:
      StackMap stack:
            bipush 31
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpResponse.trailingHeaders:()Lio/netty/handler/codec/http/HttpHeaders;
            invokevirtual java.lang.Object.hashCode:()I
            iadd
            istore 1 /* hash */
        10: .line 173
            bipush 31
            iload 1 /* hash */
            imul
            aload 0 /* this */
            invokespecial io.netty.handler.codec.http.DefaultHttpResponse.hashCode:()I
            iadd
            istore 1 /* hash */
        11: .line 174
            aload 0 /* this */
            iload 1 /* hash */
            putfield io.netty.handler.codec.http.DefaultFullHttpResponse.hash:I
        12: .line 176
      StackMap locals:
      StackMap stack:
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // io.netty.handler.codec.http.DefaultFullHttpResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Lio/netty/handler/codec/http/DefaultFullHttpResponse;
            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.DefaultFullHttpResponse this
        start local 1 // java.lang.Object o
         0: .line 181
            aload 1 /* o */
            instanceof io.netty.handler.codec.http.DefaultFullHttpResponse
            ifne 2
         1: .line 182
            iconst_0
            ireturn
         2: .line 185
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.netty.handler.codec.http.DefaultFullHttpResponse
            astore 2 /* other */
        start local 2 // io.netty.handler.codec.http.DefaultFullHttpResponse other
         3: .line 187
            aload 0 /* this */
            aload 2 /* other */
            invokespecial io.netty.handler.codec.http.DefaultHttpResponse.equals:(Ljava/lang/Object;)Z
            ifeq 7
         4: .line 188
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpResponse.content:()Lio/netty/buffer/ByteBuf;
            aload 2 /* other */
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpResponse.content:()Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.equals:(Ljava/lang/Object;)Z
            ifeq 7
         5: .line 189
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpResponse.trailingHeaders:()Lio/netty/handler/codec/http/HttpHeaders;
            aload 2 /* other */
            invokevirtual io.netty.handler.codec.http.DefaultFullHttpResponse.trailingHeaders:()Lio/netty/handler/codec/http/HttpHeaders;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ifeq 7
         6: .line 187
            iconst_1
            ireturn
      StackMap locals: io.netty.handler.codec.http.DefaultFullHttpResponse
      StackMap stack:
         7: iconst_0
            ireturn
        end local 2 // io.netty.handler.codec.http.DefaultFullHttpResponse other
        end local 1 // java.lang.Object o
        end local 0 // io.netty.handler.codec.http.DefaultFullHttpResponse this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lio/netty/handler/codec/http/DefaultFullHttpResponse;
            0    8     1      o  Ljava/lang/Object;
            3    8     2  other  Lio/netty/handler/codec/http/DefaultFullHttpResponse;
    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.DefaultFullHttpResponse this
         0: .line 194
            new java.lang.StringBuilder
            dup
            sipush 256
            invokespecial java.lang.StringBuilder.<init>:(I)V
            aload 0 /* this */
            invokestatic io.netty.handler.codec.http.HttpMessageUtil.appendFullResponse:(Ljava/lang/StringBuilder;Lio/netty/handler/codec/http/FullHttpResponse;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.netty.handler.codec.http.DefaultFullHttpResponse this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/DefaultFullHttpResponse;

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

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

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