public class io.netty.handler.codec.http.websocketx.CloseWebSocketFrame extends io.netty.handler.codec.http.websocketx.WebSocketFrame
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
  super_class: io.netty.handler.codec.http.websocketx.WebSocketFrame
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.websocketx.CloseWebSocketFrame this
         0: .line 32
            aload 0 /* this */
            iconst_0
            invokestatic io.netty.buffer.Unpooled.buffer:(I)Lio/netty/buffer/ByteBuf;
            invokespecial io.netty.handler.codec.http.websocketx.WebSocketFrame.<init>:(Lio/netty/buffer/ByteBuf;)V
         1: .line 33
            return
        end local 0 // io.netty.handler.codec.http.websocketx.CloseWebSocketFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/http/websocketx/CloseWebSocketFrame;

  public void <init>(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.http.websocketx.CloseWebSocketFrame this
        start local 1 // int statusCode
        start local 2 // java.lang.String reasonText
         0: .line 45
            aload 0 /* this */
            iconst_1
            iconst_0
            iload 1 /* statusCode */
            aload 2 /* reasonText */
            invokespecial io.netty.handler.codec.http.websocketx.CloseWebSocketFrame.<init>:(ZIILjava/lang/String;)V
         1: .line 46
            return
        end local 2 // java.lang.String reasonText
        end local 1 // int statusCode
        end local 0 // io.netty.handler.codec.http.websocketx.CloseWebSocketFrame this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/netty/handler/codec/http/websocketx/CloseWebSocketFrame;
            0    2     1  statusCode  I
            0    2     2  reasonText  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      statusCode  
      reasonText  

  public void <init>(boolean, int);
    descriptor: (ZI)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.netty.handler.codec.http.websocketx.CloseWebSocketFrame this
        start local 1 // boolean finalFragment
        start local 2 // int rsv
         0: .line 57
            aload 0 /* this */
            iload 1 /* finalFragment */
            iload 2 /* rsv */
            iconst_0
            invokestatic io.netty.buffer.Unpooled.buffer:(I)Lio/netty/buffer/ByteBuf;
            invokespecial io.netty.handler.codec.http.websocketx.CloseWebSocketFrame.<init>:(ZILio/netty/buffer/ByteBuf;)V
         1: .line 58
            return
        end local 2 // int rsv
        end local 1 // boolean finalFragment
        end local 0 // io.netty.handler.codec.http.websocketx.CloseWebSocketFrame this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/netty/handler/codec/http/websocketx/CloseWebSocketFrame;
            0    2     1  finalFragment  Z
            0    2     2            rsv  I
    MethodParameters:
               Name  Flags
      finalFragment  
      rsv            

  public void <init>(boolean, int, int, java.lang.String);
    descriptor: (ZIILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // io.netty.handler.codec.http.websocketx.CloseWebSocketFrame this
        start local 1 // boolean finalFragment
        start local 2 // int rsv
        start local 3 // int statusCode
        start local 4 // java.lang.String reasonText
         0: .line 74
            aload 0 /* this */
            iload 1 /* finalFragment */
            iload 2 /* rsv */
            iload 3 /* statusCode */
            aload 4 /* reasonText */
            invokestatic io.netty.handler.codec.http.websocketx.CloseWebSocketFrame.newBinaryData:(ILjava/lang/String;)Lio/netty/buffer/ByteBuf;
            invokespecial io.netty.handler.codec.http.websocketx.WebSocketFrame.<init>:(ZILio/netty/buffer/ByteBuf;)V
         1: .line 75
            return
        end local 4 // java.lang.String reasonText
        end local 3 // int statusCode
        end local 2 // int rsv
        end local 1 // boolean finalFragment
        end local 0 // io.netty.handler.codec.http.websocketx.CloseWebSocketFrame this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/netty/handler/codec/http/websocketx/CloseWebSocketFrame;
            0    2     1  finalFragment  Z
            0    2     2            rsv  I
            0    2     3     statusCode  I
            0    2     4     reasonText  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      finalFragment  
      rsv            
      statusCode     
      reasonText     

  private static io.netty.buffer.ByteBuf newBinaryData(int, java.lang.String);
    descriptor: (ILjava/lang/String;)Lio/netty/buffer/ByteBuf;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // int statusCode
        start local 1 // java.lang.String reasonText
         0: .line 78
            aload 1 /* reasonText */
            ifnonnull 2
         1: .line 79
            ldc ""
            astore 1 /* reasonText */
         2: .line 82
      StackMap locals:
      StackMap stack:
            iconst_2
            aload 1 /* reasonText */
            invokevirtual java.lang.String.length:()I
            iadd
            invokestatic io.netty.buffer.Unpooled.buffer:(I)Lio/netty/buffer/ByteBuf;
            astore 2 /* binaryData */
        start local 2 // io.netty.buffer.ByteBuf binaryData
         3: .line 83
            aload 2 /* binaryData */
            iload 0 /* statusCode */
            invokevirtual io.netty.buffer.ByteBuf.writeShort:(I)Lio/netty/buffer/ByteBuf;
            pop
         4: .line 84
            aload 1 /* reasonText */
            invokevirtual java.lang.String.isEmpty:()Z
            ifne 6
         5: .line 85
            aload 2 /* binaryData */
            aload 1 /* reasonText */
            getstatic io.netty.util.CharsetUtil.UTF_8:Ljava/nio/charset/Charset;
            invokevirtual io.netty.buffer.ByteBuf.writeCharSequence:(Ljava/lang/CharSequence;Ljava/nio/charset/Charset;)I
            pop
         6: .line 88
      StackMap locals: io.netty.buffer.ByteBuf
      StackMap stack:
            aload 2 /* binaryData */
            iconst_0
            invokevirtual io.netty.buffer.ByteBuf.readerIndex:(I)Lio/netty/buffer/ByteBuf;
            pop
         7: .line 89
            aload 2 /* binaryData */
            areturn
        end local 2 // io.netty.buffer.ByteBuf binaryData
        end local 1 // java.lang.String reasonText
        end local 0 // int statusCode
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0  statusCode  I
            0    8     1  reasonText  Ljava/lang/String;
            3    8     2  binaryData  Lio/netty/buffer/ByteBuf;
    MethodParameters:
            Name  Flags
      statusCode  
      reasonText  

  public void <init>(boolean, int, io.netty.buffer.ByteBuf);
    descriptor: (ZILio/netty/buffer/ByteBuf;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.http.websocketx.CloseWebSocketFrame this
        start local 1 // boolean finalFragment
        start local 2 // int rsv
        start local 3 // io.netty.buffer.ByteBuf binaryData
         0: .line 103
            aload 0 /* this */
            iload 1 /* finalFragment */
            iload 2 /* rsv */
            aload 3 /* binaryData */
            invokespecial io.netty.handler.codec.http.websocketx.WebSocketFrame.<init>:(ZILio/netty/buffer/ByteBuf;)V
         1: .line 104
            return
        end local 3 // io.netty.buffer.ByteBuf binaryData
        end local 2 // int rsv
        end local 1 // boolean finalFragment
        end local 0 // io.netty.handler.codec.http.websocketx.CloseWebSocketFrame this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/netty/handler/codec/http/websocketx/CloseWebSocketFrame;
            0    2     1  finalFragment  Z
            0    2     2            rsv  I
            0    2     3     binaryData  Lio/netty/buffer/ByteBuf;
    MethodParameters:
               Name  Flags
      finalFragment  
      rsv            
      binaryData     

  public int statusCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.netty.handler.codec.http.websocketx.CloseWebSocketFrame this
         0: .line 111
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.websocketx.CloseWebSocketFrame.content:()Lio/netty/buffer/ByteBuf;
            astore 1 /* binaryData */
        start local 1 // io.netty.buffer.ByteBuf binaryData
         1: .line 112
            aload 1 /* binaryData */
            ifnull 2
            aload 1 /* binaryData */
            invokevirtual io.netty.buffer.ByteBuf.capacity:()I
            ifne 3
         2: .line 113
      StackMap locals: io.netty.buffer.ByteBuf
      StackMap stack:
            iconst_m1
            ireturn
         3: .line 116
      StackMap locals:
      StackMap stack:
            aload 1 /* binaryData */
            iconst_0
            invokevirtual io.netty.buffer.ByteBuf.readerIndex:(I)Lio/netty/buffer/ByteBuf;
            pop
         4: .line 117
            aload 1 /* binaryData */
            invokevirtual io.netty.buffer.ByteBuf.readShort:()S
            istore 2 /* statusCode */
        start local 2 // int statusCode
         5: .line 118
            aload 1 /* binaryData */
            iconst_0
            invokevirtual io.netty.buffer.ByteBuf.readerIndex:(I)Lio/netty/buffer/ByteBuf;
            pop
         6: .line 120
            iload 2 /* statusCode */
            ireturn
        end local 2 // int statusCode
        end local 1 // io.netty.buffer.ByteBuf binaryData
        end local 0 // io.netty.handler.codec.http.websocketx.CloseWebSocketFrame this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lio/netty/handler/codec/http/websocketx/CloseWebSocketFrame;
            1    7     1  binaryData  Lio/netty/buffer/ByteBuf;
            5    7     2  statusCode  I

  public java.lang.String reasonText();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.netty.handler.codec.http.websocketx.CloseWebSocketFrame this
         0: .line 128
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.websocketx.CloseWebSocketFrame.content:()Lio/netty/buffer/ByteBuf;
            astore 1 /* binaryData */
        start local 1 // io.netty.buffer.ByteBuf binaryData
         1: .line 129
            aload 1 /* binaryData */
            ifnull 2
            aload 1 /* binaryData */
            invokevirtual io.netty.buffer.ByteBuf.capacity:()I
            iconst_2
            if_icmpgt 3
         2: .line 130
      StackMap locals: io.netty.buffer.ByteBuf
      StackMap stack:
            ldc ""
            areturn
         3: .line 133
      StackMap locals:
      StackMap stack:
            aload 1 /* binaryData */
            iconst_2
            invokevirtual io.netty.buffer.ByteBuf.readerIndex:(I)Lio/netty/buffer/ByteBuf;
            pop
         4: .line 134
            aload 1 /* binaryData */
            getstatic io.netty.util.CharsetUtil.UTF_8:Ljava/nio/charset/Charset;
            invokevirtual io.netty.buffer.ByteBuf.toString:(Ljava/nio/charset/Charset;)Ljava/lang/String;
            astore 2 /* reasonText */
        start local 2 // java.lang.String reasonText
         5: .line 135
            aload 1 /* binaryData */
            iconst_0
            invokevirtual io.netty.buffer.ByteBuf.readerIndex:(I)Lio/netty/buffer/ByteBuf;
            pop
         6: .line 137
            aload 2 /* reasonText */
            areturn
        end local 2 // java.lang.String reasonText
        end local 1 // io.netty.buffer.ByteBuf binaryData
        end local 0 // io.netty.handler.codec.http.websocketx.CloseWebSocketFrame this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lio/netty/handler/codec/http/websocketx/CloseWebSocketFrame;
            1    7     1  binaryData  Lio/netty/buffer/ByteBuf;
            5    7     2  reasonText  Ljava/lang/String;

  public io.netty.handler.codec.http.websocketx.CloseWebSocketFrame copy();
    descriptor: ()Lio/netty/handler/codec/http/websocketx/CloseWebSocketFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.websocketx.CloseWebSocketFrame this
         0: .line 142
            aload 0 /* this */
            invokespecial io.netty.handler.codec.http.websocketx.WebSocketFrame.copy:()Lio/netty/handler/codec/http/websocketx/WebSocketFrame;
            checkcast io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
            areturn
        end local 0 // io.netty.handler.codec.http.websocketx.CloseWebSocketFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/websocketx/CloseWebSocketFrame;

  public io.netty.handler.codec.http.websocketx.CloseWebSocketFrame duplicate();
    descriptor: ()Lio/netty/handler/codec/http/websocketx/CloseWebSocketFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.websocketx.CloseWebSocketFrame this
         0: .line 147
            aload 0 /* this */
            invokespecial io.netty.handler.codec.http.websocketx.WebSocketFrame.duplicate:()Lio/netty/handler/codec/http/websocketx/WebSocketFrame;
            checkcast io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
            areturn
        end local 0 // io.netty.handler.codec.http.websocketx.CloseWebSocketFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/websocketx/CloseWebSocketFrame;

  public io.netty.handler.codec.http.websocketx.CloseWebSocketFrame retainedDuplicate();
    descriptor: ()Lio/netty/handler/codec/http/websocketx/CloseWebSocketFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.websocketx.CloseWebSocketFrame this
         0: .line 152
            aload 0 /* this */
            invokespecial io.netty.handler.codec.http.websocketx.WebSocketFrame.retainedDuplicate:()Lio/netty/handler/codec/http/websocketx/WebSocketFrame;
            checkcast io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
            areturn
        end local 0 // io.netty.handler.codec.http.websocketx.CloseWebSocketFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/websocketx/CloseWebSocketFrame;

  public io.netty.handler.codec.http.websocketx.CloseWebSocketFrame replace(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/websocketx/CloseWebSocketFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.websocketx.CloseWebSocketFrame this
        start local 1 // io.netty.buffer.ByteBuf content
         0: .line 157
            new io.netty.handler.codec.http.websocketx.CloseWebSocketFrame
            dup
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.websocketx.CloseWebSocketFrame.isFinalFragment:()Z
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.websocketx.CloseWebSocketFrame.rsv:()I
            aload 1 /* content */
            invokespecial io.netty.handler.codec.http.websocketx.CloseWebSocketFrame.<init>:(ZILio/netty/buffer/ByteBuf;)V
            areturn
        end local 1 // io.netty.buffer.ByteBuf content
        end local 0 // io.netty.handler.codec.http.websocketx.CloseWebSocketFrame this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lio/netty/handler/codec/http/websocketx/CloseWebSocketFrame;
            0    1     1  content  Lio/netty/buffer/ByteBuf;
    MethodParameters:
         Name  Flags
      content  

  public io.netty.handler.codec.http.websocketx.CloseWebSocketFrame retain();
    descriptor: ()Lio/netty/handler/codec/http/websocketx/CloseWebSocketFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.websocketx.CloseWebSocketFrame this
         0: .line 162
            aload 0 /* this */
            invokespecial io.netty.handler.codec.http.websocketx.WebSocketFrame.retain:()Lio/netty/handler/codec/http/websocketx/WebSocketFrame;
            pop
         1: .line 163
            aload 0 /* this */
            areturn
        end local 0 // io.netty.handler.codec.http.websocketx.CloseWebSocketFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/http/websocketx/CloseWebSocketFrame;

  public io.netty.handler.codec.http.websocketx.CloseWebSocketFrame retain(int);
    descriptor: (I)Lio/netty/handler/codec/http/websocketx/CloseWebSocketFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.websocketx.CloseWebSocketFrame this
        start local 1 // int increment
         0: .line 168
            aload 0 /* this */
            iload 1 /* increment */
            invokespecial io.netty.handler.codec.http.websocketx.WebSocketFrame.retain:(I)Lio/netty/handler/codec/http/websocketx/WebSocketFrame;
            pop
         1: .line 169
            aload 0 /* this */
            areturn
        end local 1 // int increment
        end local 0 // io.netty.handler.codec.http.websocketx.CloseWebSocketFrame this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/netty/handler/codec/http/websocketx/CloseWebSocketFrame;
            0    2     1  increment  I
    MethodParameters:
           Name  Flags
      increment  

  public io.netty.handler.codec.http.websocketx.CloseWebSocketFrame touch();
    descriptor: ()Lio/netty/handler/codec/http/websocketx/CloseWebSocketFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.websocketx.CloseWebSocketFrame this
         0: .line 174
            aload 0 /* this */
            invokespecial io.netty.handler.codec.http.websocketx.WebSocketFrame.touch:()Lio/netty/handler/codec/http/websocketx/WebSocketFrame;
            pop
         1: .line 175
            aload 0 /* this */
            areturn
        end local 0 // io.netty.handler.codec.http.websocketx.CloseWebSocketFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/http/websocketx/CloseWebSocketFrame;

  public io.netty.handler.codec.http.websocketx.CloseWebSocketFrame touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/http/websocketx/CloseWebSocketFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.websocketx.CloseWebSocketFrame this
        start local 1 // java.lang.Object hint
         0: .line 180
            aload 0 /* this */
            aload 1 /* hint */
            invokespecial io.netty.handler.codec.http.websocketx.WebSocketFrame.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/http/websocketx/WebSocketFrame;
            pop
         1: .line 181
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object hint
        end local 0 // io.netty.handler.codec.http.websocketx.CloseWebSocketFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/http/websocketx/CloseWebSocketFrame;
            0    2     1  hint  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      hint  

  public io.netty.handler.codec.http.websocketx.WebSocketFrame copy();
    descriptor: ()Lio/netty/handler/codec/http/websocketx/WebSocketFrame;
    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.websocketx.CloseWebSocketFrame.copy:()Lio/netty/handler/codec/http/websocketx/CloseWebSocketFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

  public io.netty.handler.codec.http.websocketx.WebSocketFrame retain();
    descriptor: ()Lio/netty/handler/codec/http/websocketx/WebSocketFrame;
    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.websocketx.CloseWebSocketFrame.retain:()Lio/netty/handler/codec/http/websocketx/CloseWebSocketFrame;
            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.websocketx.CloseWebSocketFrame.retain:()Lio/netty/handler/codec/http/websocketx/CloseWebSocketFrame;
            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.websocketx.CloseWebSocketFrame.retain:()Lio/netty/handler/codec/http/websocketx/CloseWebSocketFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http.websocketx.WebSocketFrame duplicate();
    descriptor: ()Lio/netty/handler/codec/http/websocketx/WebSocketFrame;
    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.websocketx.CloseWebSocketFrame.duplicate:()Lio/netty/handler/codec/http/websocketx/CloseWebSocketFrame;
            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.websocketx.CloseWebSocketFrame.duplicate:()Lio/netty/handler/codec/http/websocketx/CloseWebSocketFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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

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

  public io.netty.handler.codec.http.websocketx.WebSocketFrame touch();
    descriptor: ()Lio/netty/handler/codec/http/websocketx/WebSocketFrame;
    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.websocketx.CloseWebSocketFrame.touch:()Lio/netty/handler/codec/http/websocketx/CloseWebSocketFrame;
            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.websocketx.CloseWebSocketFrame.touch:()Lio/netty/handler/codec/http/websocketx/CloseWebSocketFrame;
            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.websocketx.CloseWebSocketFrame.touch:()Lio/netty/handler/codec/http/websocketx/CloseWebSocketFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

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