public class io.vertx.core.http.impl.ws.WebSocketFrameImpl implements io.vertx.core.http.impl.ws.WebSocketFrameInternal, io.netty.util.ReferenceCounted
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.core.http.impl.ws.WebSocketFrameImpl
  super_class: java.lang.Object
{
  private final io.vertx.core.http.impl.FrameType type;
    descriptor: Lio/vertx/core/http/impl/FrameType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean isFinalFrame;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private io.netty.buffer.ByteBuf binaryData;
    descriptor: Lio/netty/buffer/ByteBuf;
    flags: (0x0002) ACC_PRIVATE

  private boolean closeParsed;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private short closeStatusCode;
    descriptor: S
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String closeReason;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  public static io.vertx.core.http.WebSocketFrame binaryFrame(io.vertx.core.buffer.Buffer, boolean);
    descriptor: (Lio/vertx/core/buffer/Buffer;Z)Lio/vertx/core/http/WebSocketFrame;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.core.buffer.Buffer data
        start local 1 // boolean isFinal
         0: .line 34
            new io.vertx.core.http.impl.ws.WebSocketFrameImpl
            dup
            getstatic io.vertx.core.http.impl.FrameType.BINARY:Lio/vertx/core/http/impl/FrameType;
            aload 0 /* data */
            invokeinterface io.vertx.core.buffer.Buffer.getByteBuf:()Lio/netty/buffer/ByteBuf;
            iload 1 /* isFinal */
            invokespecial io.vertx.core.http.impl.ws.WebSocketFrameImpl.<init>:(Lio/vertx/core/http/impl/FrameType;Lio/netty/buffer/ByteBuf;Z)V
            areturn
        end local 1 // boolean isFinal
        end local 0 // io.vertx.core.buffer.Buffer data
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     data  Lio/vertx/core/buffer/Buffer;
            0    1     1  isFinal  Z
    MethodParameters:
         Name  Flags
      data     
      isFinal  

  public static io.vertx.core.http.WebSocketFrame textFrame(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lio/vertx/core/http/WebSocketFrame;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // java.lang.String str
        start local 1 // boolean isFinal
         0: .line 38
            new io.vertx.core.http.impl.ws.WebSocketFrameImpl
            dup
            aload 0 /* str */
            iload 1 /* isFinal */
            invokespecial io.vertx.core.http.impl.ws.WebSocketFrameImpl.<init>:(Ljava/lang/String;Z)V
            areturn
        end local 1 // boolean isFinal
        end local 0 // java.lang.String str
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0      str  Ljava/lang/String;
            0    1     1  isFinal  Z
    MethodParameters:
         Name  Flags
      str      
      isFinal  

  public static io.vertx.core.http.WebSocketFrame continuationFrame(io.vertx.core.buffer.Buffer, boolean);
    descriptor: (Lio/vertx/core/buffer/Buffer;Z)Lio/vertx/core/http/WebSocketFrame;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.core.buffer.Buffer data
        start local 1 // boolean isFinal
         0: .line 42
            new io.vertx.core.http.impl.ws.WebSocketFrameImpl
            dup
            getstatic io.vertx.core.http.impl.FrameType.CONTINUATION:Lio/vertx/core/http/impl/FrameType;
            aload 0 /* data */
            invokeinterface io.vertx.core.buffer.Buffer.getByteBuf:()Lio/netty/buffer/ByteBuf;
            iload 1 /* isFinal */
            invokespecial io.vertx.core.http.impl.ws.WebSocketFrameImpl.<init>:(Lio/vertx/core/http/impl/FrameType;Lio/netty/buffer/ByteBuf;Z)V
            areturn
        end local 1 // boolean isFinal
        end local 0 // io.vertx.core.buffer.Buffer data
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     data  Lio/vertx/core/buffer/Buffer;
            0    1     1  isFinal  Z
    MethodParameters:
         Name  Flags
      data     
      isFinal  

  public static io.vertx.core.http.WebSocketFrame pingFrame(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/WebSocketFrame;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.vertx.core.buffer.Buffer data
         0: .line 46
            new io.vertx.core.http.impl.ws.WebSocketFrameImpl
            dup
            getstatic io.vertx.core.http.impl.FrameType.PING:Lio/vertx/core/http/impl/FrameType;
            aload 0 /* data */
            invokeinterface io.vertx.core.buffer.Buffer.getByteBuf:()Lio/netty/buffer/ByteBuf;
            iconst_1
            invokespecial io.vertx.core.http.impl.ws.WebSocketFrameImpl.<init>:(Lio/vertx/core/http/impl/FrameType;Lio/netty/buffer/ByteBuf;Z)V
            areturn
        end local 0 // io.vertx.core.buffer.Buffer data
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  data  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      data  

  public static io.vertx.core.http.WebSocketFrame pongFrame(io.vertx.core.buffer.Buffer);
    descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/WebSocketFrame;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.vertx.core.buffer.Buffer data
         0: .line 50
            new io.vertx.core.http.impl.ws.WebSocketFrameImpl
            dup
            getstatic io.vertx.core.http.impl.FrameType.PONG:Lio/vertx/core/http/impl/FrameType;
            aload 0 /* data */
            invokeinterface io.vertx.core.buffer.Buffer.getByteBuf:()Lio/netty/buffer/ByteBuf;
            iconst_1
            invokespecial io.vertx.core.http.impl.ws.WebSocketFrameImpl.<init>:(Lio/vertx/core/http/impl/FrameType;Lio/netty/buffer/ByteBuf;Z)V
            areturn
        end local 0 // io.vertx.core.buffer.Buffer data
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  data  Lio/vertx/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      data  

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
         0: .line 65
            aload 0 /* this */
            aconst_null
            getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
            iconst_1
            invokespecial io.vertx.core.http.impl.ws.WebSocketFrameImpl.<init>:(Lio/vertx/core/http/impl/FrameType;Lio/netty/buffer/ByteBuf;Z)V
         1: .line 66
            return
        end local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/ws/WebSocketFrameImpl;

  public void <init>(io.vertx.core.http.impl.FrameType);
    descriptor: (Lio/vertx/core/http/impl/FrameType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
        start local 1 // io.vertx.core.http.impl.FrameType frameType
         0: .line 72
            aload 0 /* this */
            aload 1 /* frameType */
            getstatic io.netty.buffer.Unpooled.EMPTY_BUFFER:Lio/netty/buffer/ByteBuf;
            iconst_1
            invokespecial io.vertx.core.http.impl.ws.WebSocketFrameImpl.<init>:(Lio/vertx/core/http/impl/FrameType;Lio/netty/buffer/ByteBuf;Z)V
         1: .line 73
            return
        end local 1 // io.vertx.core.http.impl.FrameType frameType
        end local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lio/vertx/core/http/impl/ws/WebSocketFrameImpl;
            0    2     1  frameType  Lio/vertx/core/http/impl/FrameType;
    MethodParameters:
           Name  Flags
      frameType  

  public void <init>(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
        start local 1 // java.lang.String textData
         0: .line 79
            aload 0 /* this */
            aload 1 /* textData */
            iconst_1
            invokespecial io.vertx.core.http.impl.ws.WebSocketFrameImpl.<init>:(Ljava/lang/String;Z)V
         1: .line 80
            return
        end local 1 // java.lang.String textData
        end local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lio/vertx/core/http/impl/ws/WebSocketFrameImpl;
            0    2     1  textData  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      textData  

  public void <init>(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
        start local 1 // java.lang.String textData
        start local 2 // boolean isFinalFrame
         0: .line 85
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 57
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.closeParsed:Z
         2: .line 86
            aload 0 /* this */
            getstatic io.vertx.core.http.impl.FrameType.TEXT:Lio/vertx/core/http/impl/FrameType;
            putfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.type:Lio/vertx/core/http/impl/FrameType;
         3: .line 87
            aload 0 /* this */
            iload 2 /* isFinalFrame */
            putfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.isFinalFrame:Z
         4: .line 88
            aload 0 /* this */
            aload 1 /* textData */
            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;
            putfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.binaryData:Lio/netty/buffer/ByteBuf;
         5: .line 89
            return
        end local 2 // boolean isFinalFrame
        end local 1 // java.lang.String textData
        end local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lio/vertx/core/http/impl/ws/WebSocketFrameImpl;
            0    6     1      textData  Ljava/lang/String;
            0    6     2  isFinalFrame  Z
    MethodParameters:
              Name  Flags
      textData      
      isFinalFrame  

  public void <init>(io.vertx.core.http.impl.FrameType, io.netty.buffer.ByteBuf);
    descriptor: (Lio/vertx/core/http/impl/FrameType;Lio/netty/buffer/ByteBuf;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
        start local 1 // io.vertx.core.http.impl.FrameType type
        start local 2 // io.netty.buffer.ByteBuf binaryData
         0: .line 101
            aload 0 /* this */
            aload 1 /* type */
            aload 2 /* binaryData */
            iconst_1
            invokespecial io.vertx.core.http.impl.ws.WebSocketFrameImpl.<init>:(Lio/vertx/core/http/impl/FrameType;Lio/netty/buffer/ByteBuf;Z)V
         1: .line 102
            return
        end local 2 // io.netty.buffer.ByteBuf binaryData
        end local 1 // io.vertx.core.http.impl.FrameType type
        end local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/core/http/impl/ws/WebSocketFrameImpl;
            0    2     1        type  Lio/vertx/core/http/impl/FrameType;
            0    2     2  binaryData  Lio/netty/buffer/ByteBuf;
    MethodParameters:
            Name  Flags
      type        
      binaryData  

  public void <init>(io.vertx.core.http.impl.FrameType, io.netty.buffer.ByteBuf, boolean);
    descriptor: (Lio/vertx/core/http/impl/FrameType;Lio/netty/buffer/ByteBuf;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
        start local 1 // io.vertx.core.http.impl.FrameType type
        start local 2 // io.netty.buffer.ByteBuf binaryData
        start local 3 // boolean isFinalFrame
         0: .line 114
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 57
            aload 0 /* this */
            iconst_0
            putfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.closeParsed:Z
         2: .line 115
            aload 0 /* this */
            aload 1 /* type */
            putfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.type:Lio/vertx/core/http/impl/FrameType;
         3: .line 116
            aload 0 /* this */
            iload 3 /* isFinalFrame */
            putfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.isFinalFrame:Z
         4: .line 117
            aload 0 /* this */
            aload 2 /* binaryData */
            invokestatic io.netty.buffer.Unpooled.unreleasableBuffer:(Lio/netty/buffer/ByteBuf;)Lio/netty/buffer/ByteBuf;
            putfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.binaryData:Lio/netty/buffer/ByteBuf;
         5: .line 118
            return
        end local 3 // boolean isFinalFrame
        end local 2 // io.netty.buffer.ByteBuf binaryData
        end local 1 // io.vertx.core.http.impl.FrameType type
        end local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lio/vertx/core/http/impl/ws/WebSocketFrameImpl;
            0    6     1          type  Lio/vertx/core/http/impl/FrameType;
            0    6     2    binaryData  Lio/netty/buffer/ByteBuf;
            0    6     3  isFinalFrame  Z
    MethodParameters:
              Name  Flags
      type          
      binaryData    
      isFinalFrame  

  public boolean isText();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
         0: .line 121
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.type:Lio/vertx/core/http/impl/FrameType;
            getstatic io.vertx.core.http.impl.FrameType.TEXT:Lio/vertx/core/http/impl/FrameType;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/ws/WebSocketFrameImpl;

  public boolean isBinary();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
         0: .line 125
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.type:Lio/vertx/core/http/impl/FrameType;
            getstatic io.vertx.core.http.impl.FrameType.BINARY:Lio/vertx/core/http/impl/FrameType;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/ws/WebSocketFrameImpl;

  public boolean isContinuation();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
         0: .line 129
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.type:Lio/vertx/core/http/impl/FrameType;
            getstatic io.vertx.core.http.impl.FrameType.CONTINUATION:Lio/vertx/core/http/impl/FrameType;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/ws/WebSocketFrameImpl;

  public boolean isClose();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
         0: .line 132
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.type:Lio/vertx/core/http/impl/FrameType;
            getstatic io.vertx.core.http.impl.FrameType.CLOSE:Lio/vertx/core/http/impl/FrameType;
            if_acmpne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/ws/WebSocketFrameImpl;

  public io.netty.buffer.ByteBuf getBinaryData();
    descriptor: ()Lio/netty/buffer/ByteBuf;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
         0: .line 135
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.binaryData:Lio/netty/buffer/ByteBuf;
            areturn
        end local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/ws/WebSocketFrameImpl;

  public java.lang.String textData();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
         0: .line 139
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.ws.WebSocketFrameImpl.getBinaryData:()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.vertx.core.http.impl.ws.WebSocketFrameImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/ws/WebSocketFrameImpl;

  public io.vertx.core.buffer.Buffer binaryData();
    descriptor: ()Lio/vertx/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
         0: .line 143
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.binaryData:Lio/netty/buffer/ByteBuf;
            invokestatic io.vertx.core.buffer.Buffer.buffer:(Lio/netty/buffer/ByteBuf;)Lio/vertx/core/buffer/Buffer;
            areturn
        end local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/ws/WebSocketFrameImpl;

  public void setBinaryData(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.vertx.core.http.impl.ws.WebSocketFrameImpl this
        start local 1 // io.netty.buffer.ByteBuf binaryData
         0: .line 147
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.binaryData:Lio/netty/buffer/ByteBuf;
            ifnull 2
         1: .line 148
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.binaryData:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.release:()Z
            pop
         2: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* binaryData */
            putfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.binaryData:Lio/netty/buffer/ByteBuf;
         3: .line 151
            return
        end local 1 // io.netty.buffer.ByteBuf binaryData
        end local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lio/vertx/core/http/impl/ws/WebSocketFrameImpl;
            0    4     1  binaryData  Lio/netty/buffer/ByteBuf;
    MethodParameters:
            Name  Flags
      binaryData  

  public void setTextData(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
        start local 1 // java.lang.String textData
         0: .line 154
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.binaryData:Lio/netty/buffer/ByteBuf;
            ifnull 2
         1: .line 155
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.binaryData:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.release:()Z
            pop
         2: .line 157
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* textData */
            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;
            putfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.binaryData:Lio/netty/buffer/ByteBuf;
         3: .line 158
            return
        end local 1 // java.lang.String textData
        end local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/vertx/core/http/impl/ws/WebSocketFrameImpl;
            0    4     1  textData  Ljava/lang/String;
    MethodParameters:
          Name  Flags
      textData  

  public int length();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
         0: .line 162
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.binaryData:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.readableBytes:()I
            ireturn
        end local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/ws/WebSocketFrameImpl;

  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.vertx.core.http.impl.ws.WebSocketFrameImpl this
         0: .line 167
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
         1: .line 168
            ldc "(type: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.type:Lio/vertx/core/http/impl/FrameType;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc "data: "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.ws.WebSocketFrameImpl.getBinaryData:()Lio/netty/buffer/ByteBuf;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            bipush 41
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
         2: .line 167
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/ws/WebSocketFrameImpl;

  public int refCnt();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
         0: .line 173
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.binaryData:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.refCnt:()I
            ireturn
        end local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/ws/WebSocketFrameImpl;

  public io.netty.util.ReferenceCounted retain();
    descriptor: ()Lio/netty/util/ReferenceCounted;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
         0: .line 178
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.binaryData:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.retain:()Lio/netty/buffer/ByteBuf;
            areturn
        end local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/ws/WebSocketFrameImpl;

  public io.netty.util.ReferenceCounted retain(int);
    descriptor: (I)Lio/netty/util/ReferenceCounted;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
        start local 1 // int increment
         0: .line 183
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.binaryData:Lio/netty/buffer/ByteBuf;
            iload 1 /* increment */
            invokevirtual io.netty.buffer.ByteBuf.retain:(I)Lio/netty/buffer/ByteBuf;
            areturn
        end local 1 // int increment
        end local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/vertx/core/http/impl/ws/WebSocketFrameImpl;
            0    1     1  increment  I
    MethodParameters:
           Name  Flags
      increment  

  public boolean release();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
         0: .line 188
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.binaryData:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.release:()Z
            ireturn
        end local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/ws/WebSocketFrameImpl;

  public boolean release(int);
    descriptor: (I)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
        start local 1 // int decrement
         0: .line 193
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.binaryData: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.vertx.core.http.impl.ws.WebSocketFrameImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lio/vertx/core/http/impl/ws/WebSocketFrameImpl;
            0    1     1  decrement  I
    MethodParameters:
           Name  Flags
      decrement  

  public io.netty.util.ReferenceCounted touch();
    descriptor: ()Lio/netty/util/ReferenceCounted;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
         0: .line 198
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.binaryData:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.touch:()Lio/netty/buffer/ByteBuf;
            pop
         1: .line 199
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/ws/WebSocketFrameImpl;

  public io.netty.util.ReferenceCounted touch(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lio/netty/util/ReferenceCounted;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
        start local 1 // java.lang.Object hint
         0: .line 204
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.binaryData:Lio/netty/buffer/ByteBuf;
            aload 1 /* hint */
            invokevirtual io.netty.buffer.ByteBuf.touch:(Ljava/lang/Object;)Lio/netty/buffer/ByteBuf;
            pop
         1: .line 205
            aload 0 /* this */
            areturn
        end local 1 // java.lang.Object hint
        end local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/http/impl/ws/WebSocketFrameImpl;
            0    2     1  hint  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      hint  

  public boolean isFinal();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
         0: .line 210
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.isFinalFrame:Z
            ireturn
        end local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/ws/WebSocketFrameImpl;

  private void parseCloseFrame();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
         0: .line 214
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.ws.WebSocketFrameImpl.length:()I
            istore 1 /* length */
        start local 1 // int length
         1: .line 215
            iload 1 /* length */
            iconst_2
            if_icmpge 5
         2: .line 216
            aload 0 /* this */
            sipush 1000
            putfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.closeStatusCode:S
         3: .line 217
            aload 0 /* this */
            aconst_null
            putfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.closeReason:Ljava/lang/String;
         4: .line 218
            goto 11
         5: .line 219
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.binaryData:Lio/netty/buffer/ByteBuf;
            invokevirtual io.netty.buffer.ByteBuf.readerIndex:()I
            istore 2 /* index */
        start local 2 // int index
         6: .line 220
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.binaryData:Lio/netty/buffer/ByteBuf;
            iload 2 /* index */
            invokevirtual io.netty.buffer.ByteBuf.getShort:(I)S
            putfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.closeStatusCode:S
         7: .line 221
            iload 1 /* length */
            iconst_2
            if_icmpne 10
         8: .line 222
            aload 0 /* this */
            aconst_null
            putfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.closeReason:Ljava/lang/String;
         9: .line 223
            goto 11
        10: .line 224
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.binaryData:Lio/netty/buffer/ByteBuf;
            iload 2 /* index */
            iconst_2
            iadd
            iload 1 /* length */
            iconst_2
            isub
            getstatic java.nio.charset.StandardCharsets.UTF_8:Ljava/nio/charset/Charset;
            invokevirtual io.netty.buffer.ByteBuf.toString:(IILjava/nio/charset/Charset;)Ljava/lang/String;
            putfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.closeReason:Ljava/lang/String;
        end local 2 // int index
        11: .line 227
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int length
        end local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   12     0    this  Lio/vertx/core/http/impl/ws/WebSocketFrameImpl;
            1   12     1  length  I
            6   11     2   index  I

  private void checkClose();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
         0: .line 230
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.ws.WebSocketFrameImpl.isClose:()Z
            ifne 2
         1: .line 231
            new java.lang.IllegalStateException
            dup
            ldc "This should be a close frame"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 232
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/http/impl/ws/WebSocketFrameImpl;

  public short closeStatusCode();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
         0: .line 236
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.ws.WebSocketFrameImpl.checkClose:()V
         1: .line 237
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.closeParsed:Z
            ifne 3
         2: .line 238
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.ws.WebSocketFrameImpl.parseCloseFrame:()V
         3: .line 239
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.closeStatusCode:S
            ireturn
        end local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/core/http/impl/ws/WebSocketFrameImpl;

  public java.lang.String closeReason();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
         0: .line 244
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.ws.WebSocketFrameImpl.checkClose:()V
         1: .line 245
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.closeParsed:Z
            ifne 3
         2: .line 246
            aload 0 /* this */
            invokevirtual io.vertx.core.http.impl.ws.WebSocketFrameImpl.parseCloseFrame:()V
         3: .line 247
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.closeReason:Ljava/lang/String;
            areturn
        end local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/core/http/impl/ws/WebSocketFrameImpl;

  public io.vertx.core.http.impl.FrameType type();
    descriptor: ()Lio/vertx/core/http/impl/FrameType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
         0: .line 252
            aload 0 /* this */
            getfield io.vertx.core.http.impl.ws.WebSocketFrameImpl.type:Lio/vertx/core/http/impl/FrameType;
            areturn
        end local 0 // io.vertx.core.http.impl.ws.WebSocketFrameImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/ws/WebSocketFrameImpl;
}
SourceFile: "WebSocketFrameImpl.java"