public class io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame 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.ContinuationWebSocketFrame
  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.ContinuationWebSocketFrame 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.ContinuationWebSocketFrame.<init>:(Lio/netty/buffer/ByteBuf;)V
         1: .line 33
            return
        end local 0 // io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;

  public void <init>(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame this
        start local 1 // io.netty.buffer.ByteBuf binaryData
         0: .line 42
            aload 0 /* this */
            aload 1 /* binaryData */
            invokespecial io.netty.handler.codec.http.websocketx.WebSocketFrame.<init>:(Lio/netty/buffer/ByteBuf;)V
         1: .line 43
            return
        end local 1 // io.netty.buffer.ByteBuf binaryData
        end local 0 // io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;
            0    2     1  binaryData  Lio/netty/buffer/ByteBuf;
    MethodParameters:
            Name  Flags
      binaryData  

  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.ContinuationWebSocketFrame this
        start local 1 // boolean finalFragment
        start local 2 // int rsv
        start local 3 // io.netty.buffer.ByteBuf binaryData
         0: .line 56
            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 57
            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.ContinuationWebSocketFrame this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;
            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 void <init>(boolean, int, java.lang.String);
    descriptor: (ZILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame this
        start local 1 // boolean finalFragment
        start local 2 // int rsv
        start local 3 // java.lang.String text
         0: .line 70
            aload 0 /* this */
            iload 1 /* finalFragment */
            iload 2 /* rsv */
            aload 3 /* text */
            invokestatic io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame.fromText:(Ljava/lang/String;)Lio/netty/buffer/ByteBuf;
            invokespecial io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame.<init>:(ZILio/netty/buffer/ByteBuf;)V
         1: .line 71
            return
        end local 3 // java.lang.String text
        end local 2 // int rsv
        end local 1 // boolean finalFragment
        end local 0 // io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;
            0    2     1  finalFragment  Z
            0    2     2            rsv  I
            0    2     3           text  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      finalFragment  
      rsv            
      text           

  public java.lang.String text();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame this
         0: .line 77
            aload 0 /* this */
            invokevirtual io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame.content:()Lio/netty/buffer/ByteBuf;
            getstatic io.netty.util.CharsetUtil.UTF_8:Ljava/nio/charset/Charset;
            invokevirtual io.netty.buffer.ByteBuf.toString:(Ljava/nio/charset/Charset;)Ljava/lang/String;
            areturn
        end local 0 // io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;

  private static io.netty.buffer.ByteBuf fromText(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/netty/buffer/ByteBuf;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // java.lang.String text
         0: .line 87
            aload 0 /* text */
            ifnull 1
            aload 0 /* text */
            invokevirtual java.lang.String.isEmpty:()Z
            ifeq 2
         1: .line 88
      StackMap locals:
      StackMap stack:
            getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
            areturn
         2: .line 90
      StackMap locals:
      StackMap stack:
            aload 0 /* text */
            getstatic io.netty.util.CharsetUtil.UTF_8:Ljava/nio/charset/Charset;
            invokestatic io.netty.buffer.Unpooled.copiedBuffer:(Ljava/lang/CharSequence;Ljava/nio/charset/Charset;)Lio/netty/buffer/ByteBuf;
            areturn
        end local 0 // java.lang.String text
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  text  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      text  

  public io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame copy();
    descriptor: ()Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame this
         0: .line 96
            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.ContinuationWebSocketFrame
            areturn
        end local 0 // io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;

  public io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame duplicate();
    descriptor: ()Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame this
         0: .line 101
            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.ContinuationWebSocketFrame
            areturn
        end local 0 // io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;

  public io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame retainedDuplicate();
    descriptor: ()Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame this
         0: .line 106
            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.ContinuationWebSocketFrame
            areturn
        end local 0 // io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;

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

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

  public io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame retain(int);
    descriptor: (I)Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame this
        start local 1 // int increment
         0: .line 122
            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 123
            aload 0 /* this */
            areturn
        end local 1 // int increment
        end local 0 // io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;
            0    2     1  increment  I
    MethodParameters:
           Name  Flags
      increment  

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

  public io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame this
        start local 1 // java.lang.Object hint
         0: .line 134
            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 135
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object hint
        end local 0 // io.netty.handler.codec.http.websocketx.ContinuationWebSocketFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;
            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.ContinuationWebSocketFrame.copy:()Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;
            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.ContinuationWebSocketFrame.copy:()Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;
            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.ContinuationWebSocketFrame.retain:(I)Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;
            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.ContinuationWebSocketFrame.retain:(I)Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;
            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.ContinuationWebSocketFrame.retain:(I)Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;
            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.ContinuationWebSocketFrame.retain:()Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;
            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.ContinuationWebSocketFrame.retain:()Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;
            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.ContinuationWebSocketFrame.retain:()Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;
            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.ContinuationWebSocketFrame.duplicate:()Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;
            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.ContinuationWebSocketFrame.duplicate:()Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;
            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.ContinuationWebSocketFrame.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;
            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.ContinuationWebSocketFrame.replace:(Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;
            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.ContinuationWebSocketFrame.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;
            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.ContinuationWebSocketFrame.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;
            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.ContinuationWebSocketFrame.touch:(Ljava/lang/Object;)Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;
            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.ContinuationWebSocketFrame.touch:()Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;
            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.ContinuationWebSocketFrame.touch:()Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;
            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.ContinuationWebSocketFrame.touch:()Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;
            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.ContinuationWebSocketFrame.retainedDuplicate:()Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;
            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.ContinuationWebSocketFrame.retainedDuplicate:()Lio/netty/handler/codec/http/websocketx/ContinuationWebSocketFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ContinuationWebSocketFrame.java"