public class io.vertx.rxjava.core.http.WebSocketFrame
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.vertx.rxjava.core.http.WebSocketFrame
  super_class: java.lang.Object
{
  public static final io.vertx.lang.rx.TypeArg<io.vertx.rxjava.core.http.WebSocketFrame> __TYPE_ARG;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/rxjava/core/http/WebSocketFrame;>;

  private final io.vertx.core.http.WebSocketFrame delegate;
    descriptor: Lio/vertx/core/http/WebSocketFrame;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private io.vertx.rxjava.core.buffer.Buffer cached_1;
    descriptor: Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0002) ACC_PRIVATE

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 73
            new io.vertx.lang.rx.TypeArg
            dup
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/rxjava/core/http/WebSocketFrame.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
         1: .line 74
            invokedynamic apply()Ljava/util/function/Function;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)Ljava/lang/Object;
                  io/vertx/rxjava/core/http/WebSocketFrame.getDelegate()Lio/vertx/core/http/WebSocketFrame; (5)
                  (Lio/vertx/rxjava/core/http/WebSocketFrame;)Ljava/lang/Object;
         2: .line 73
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.rxjava.core.http.WebSocketFrame.__TYPE_ARG:Lio/vertx/lang/rx/TypeArg;
         3: .line 75
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketFrame this
         0: .line 57
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketFrame.delegate:Lio/vertx/core/http/WebSocketFrame;
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            areturn
        end local 0 // io.vertx.rxjava.core.http.WebSocketFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/WebSocketFrame;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketFrame this
        start local 1 // java.lang.Object o
         0: .line 62
            aload 0 /* this */
            aload 1 /* o */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 63
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            ifnull 2
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            aload 1 /* o */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            if_acmpeq 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
         3: .line 64
      StackMap locals:
      StackMap stack:
            aload 1 /* o */
            checkcast io.vertx.rxjava.core.http.WebSocketFrame
            astore 2 /* that */
        start local 2 // io.vertx.rxjava.core.http.WebSocketFrame that
         4: .line 65
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketFrame.delegate:Lio/vertx/core/http/WebSocketFrame;
            aload 2 /* that */
            getfield io.vertx.rxjava.core.http.WebSocketFrame.delegate:Lio/vertx/core/http/WebSocketFrame;
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 2 // io.vertx.rxjava.core.http.WebSocketFrame that
        end local 1 // java.lang.Object o
        end local 0 // io.vertx.rxjava.core.http.WebSocketFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/http/WebSocketFrame;
            0    5     1     o  Ljava/lang/Object;
            4    5     2  that  Lio/vertx/rxjava/core/http/WebSocketFrame;
    MethodParameters:
      Name  Flags
      o     

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketFrame this
         0: .line 70
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketFrame.delegate:Lio/vertx/core/http/WebSocketFrame;
            invokevirtual java.lang.Object.hashCode:()I
            ireturn
        end local 0 // io.vertx.rxjava.core.http.WebSocketFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/WebSocketFrame;

  public void <init>(io.vertx.core.http.WebSocketFrame);
    descriptor: (Lio/vertx/core/http/WebSocketFrame;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketFrame this
        start local 1 // io.vertx.core.http.WebSocketFrame delegate
         0: .line 79
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 80
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.rxjava.core.http.WebSocketFrame.delegate:Lio/vertx/core/http/WebSocketFrame;
         2: .line 81
            return
        end local 1 // io.vertx.core.http.WebSocketFrame delegate
        end local 0 // io.vertx.rxjava.core.http.WebSocketFrame this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/rxjava/core/http/WebSocketFrame;
            0    3     1  delegate  Lio/vertx/core/http/WebSocketFrame;
    MethodParameters:
          Name  Flags
      delegate  

  public void <init>(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketFrame this
        start local 1 // java.lang.Object delegate
         0: .line 83
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 84
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.core.http.WebSocketFrame
            putfield io.vertx.rxjava.core.http.WebSocketFrame.delegate:Lio/vertx/core/http/WebSocketFrame;
         2: .line 85
            return
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.rxjava.core.http.WebSocketFrame this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/rxjava/core/http/WebSocketFrame;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

  public io.vertx.core.http.WebSocketFrame getDelegate();
    descriptor: ()Lio/vertx/core/http/WebSocketFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketFrame this
         0: .line 88
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketFrame.delegate:Lio/vertx/core/http/WebSocketFrame;
            areturn
        end local 0 // io.vertx.rxjava.core.http.WebSocketFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/WebSocketFrame;

  public static io.vertx.rxjava.core.http.WebSocketFrame binaryFrame(io.vertx.rxjava.core.buffer.Buffer, boolean);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;Z)Lio/vertx/rxjava/core/http/WebSocketFrame;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.buffer.Buffer data
        start local 1 // boolean isFinal
         0: .line 98
            aload 0 /* data */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            iload 1 /* isFinal */
            invokestatic io.vertx.core.http.WebSocketFrame.binaryFrame:(Lio/vertx/core/buffer/Buffer;Z)Lio/vertx/core/http/WebSocketFrame;
            invokestatic io.vertx.rxjava.core.http.WebSocketFrame.newInstance:(Lio/vertx/core/http/WebSocketFrame;)Lio/vertx/rxjava/core/http/WebSocketFrame;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.http.WebSocketFrame ret
         1: .line 99
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.http.WebSocketFrame ret
        end local 1 // boolean isFinal
        end local 0 // io.vertx.rxjava.core.buffer.Buffer data
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     data  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1  isFinal  Z
            1    2     2      ret  Lio/vertx/rxjava/core/http/WebSocketFrame;
    MethodParameters:
         Name  Flags
      data     
      isFinal  

  public static io.vertx.rxjava.core.http.WebSocketFrame textFrame(java.lang.String, boolean);
    descriptor: (Ljava/lang/String;Z)Lio/vertx/rxjava/core/http/WebSocketFrame;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // java.lang.String str
        start local 1 // boolean isFinal
         0: .line 109
            aload 0 /* str */
            iload 1 /* isFinal */
            invokestatic io.vertx.core.http.WebSocketFrame.textFrame:(Ljava/lang/String;Z)Lio/vertx/core/http/WebSocketFrame;
            invokestatic io.vertx.rxjava.core.http.WebSocketFrame.newInstance:(Lio/vertx/core/http/WebSocketFrame;)Lio/vertx/rxjava/core/http/WebSocketFrame;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.http.WebSocketFrame ret
         1: .line 110
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.http.WebSocketFrame ret
        end local 1 // boolean isFinal
        end local 0 // java.lang.String str
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0      str  Ljava/lang/String;
            0    2     1  isFinal  Z
            1    2     2      ret  Lio/vertx/rxjava/core/http/WebSocketFrame;
    MethodParameters:
         Name  Flags
      str      
      isFinal  

  public static io.vertx.rxjava.core.http.WebSocketFrame pingFrame(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Lio/vertx/rxjava/core/http/WebSocketFrame;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.buffer.Buffer data
         0: .line 119
            aload 0 /* data */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.core.http.WebSocketFrame.pingFrame:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/WebSocketFrame;
            invokestatic io.vertx.rxjava.core.http.WebSocketFrame.newInstance:(Lio/vertx/core/http/WebSocketFrame;)Lio/vertx/rxjava/core/http/WebSocketFrame;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.http.WebSocketFrame ret
         1: .line 120
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.http.WebSocketFrame ret
        end local 0 // io.vertx.rxjava.core.buffer.Buffer data
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  data  Lio/vertx/rxjava/core/buffer/Buffer;
            1    2     1   ret  Lio/vertx/rxjava/core/http/WebSocketFrame;
    MethodParameters:
      Name  Flags
      data  

  public static io.vertx.rxjava.core.http.WebSocketFrame pongFrame(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Lio/vertx/rxjava/core/http/WebSocketFrame;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.buffer.Buffer data
         0: .line 129
            aload 0 /* data */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.core.http.WebSocketFrame.pongFrame:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/WebSocketFrame;
            invokestatic io.vertx.rxjava.core.http.WebSocketFrame.newInstance:(Lio/vertx/core/http/WebSocketFrame;)Lio/vertx/rxjava/core/http/WebSocketFrame;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.http.WebSocketFrame ret
         1: .line 130
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.http.WebSocketFrame ret
        end local 0 // io.vertx.rxjava.core.buffer.Buffer data
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  data  Lio/vertx/rxjava/core/buffer/Buffer;
            1    2     1   ret  Lio/vertx/rxjava/core/http/WebSocketFrame;
    MethodParameters:
      Name  Flags
      data  

  public static io.vertx.rxjava.core.http.WebSocketFrame continuationFrame(io.vertx.rxjava.core.buffer.Buffer, boolean);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;Z)Lio/vertx/rxjava/core/http/WebSocketFrame;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.buffer.Buffer data
        start local 1 // boolean isFinal
         0: .line 140
            aload 0 /* data */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            iload 1 /* isFinal */
            invokestatic io.vertx.core.http.WebSocketFrame.continuationFrame:(Lio/vertx/core/buffer/Buffer;Z)Lio/vertx/core/http/WebSocketFrame;
            invokestatic io.vertx.rxjava.core.http.WebSocketFrame.newInstance:(Lio/vertx/core/http/WebSocketFrame;)Lio/vertx/rxjava/core/http/WebSocketFrame;
            astore 2 /* ret */
        start local 2 // io.vertx.rxjava.core.http.WebSocketFrame ret
         1: .line 141
            aload 2 /* ret */
            areturn
        end local 2 // io.vertx.rxjava.core.http.WebSocketFrame ret
        end local 1 // boolean isFinal
        end local 0 // io.vertx.rxjava.core.buffer.Buffer data
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     data  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     1  isFinal  Z
            1    2     2      ret  Lio/vertx/rxjava/core/http/WebSocketFrame;
    MethodParameters:
         Name  Flags
      data     
      isFinal  

  public boolean isText();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketFrame this
         0: .line 148
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketFrame.delegate:Lio/vertx/core/http/WebSocketFrame;
            invokeinterface io.vertx.core.http.WebSocketFrame.isText:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 149
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.rxjava.core.http.WebSocketFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketFrame;
            1    2     1   ret  Z

  public boolean isBinary();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketFrame this
         0: .line 156
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketFrame.delegate:Lio/vertx/core/http/WebSocketFrame;
            invokeinterface io.vertx.core.http.WebSocketFrame.isBinary:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 157
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.rxjava.core.http.WebSocketFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketFrame;
            1    2     1   ret  Z

  public boolean isContinuation();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketFrame this
         0: .line 164
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketFrame.delegate:Lio/vertx/core/http/WebSocketFrame;
            invokeinterface io.vertx.core.http.WebSocketFrame.isContinuation:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 165
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.rxjava.core.http.WebSocketFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketFrame;
            1    2     1   ret  Z

  public boolean isClose();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketFrame this
         0: .line 172
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketFrame.delegate:Lio/vertx/core/http/WebSocketFrame;
            invokeinterface io.vertx.core.http.WebSocketFrame.isClose:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 173
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.rxjava.core.http.WebSocketFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketFrame;
            1    2     1   ret  Z

  public java.lang.String textData();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketFrame this
         0: .line 180
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketFrame.cached_0:Ljava/lang/String;
            ifnull 2
         1: .line 181
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketFrame.cached_0:Ljava/lang/String;
            areturn
         2: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketFrame.delegate:Lio/vertx/core/http/WebSocketFrame;
            invokeinterface io.vertx.core.http.WebSocketFrame.textData:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         3: .line 184
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.rxjava.core.http.WebSocketFrame.cached_0:Ljava/lang/String;
         4: .line 185
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.core.http.WebSocketFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/http/WebSocketFrame;
            3    5     1   ret  Ljava/lang/String;

  public io.vertx.rxjava.core.buffer.Buffer binaryData();
    descriptor: ()Lio/vertx/rxjava/core/buffer/Buffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketFrame this
         0: .line 192
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketFrame.cached_1:Lio/vertx/rxjava/core/buffer/Buffer;
            ifnull 2
         1: .line 193
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketFrame.cached_1:Lio/vertx/rxjava/core/buffer/Buffer;
            areturn
         2: .line 195
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketFrame.delegate:Lio/vertx/core/http/WebSocketFrame;
            invokeinterface io.vertx.core.http.WebSocketFrame.binaryData:()Lio/vertx/core/buffer/Buffer;
            invokestatic io.vertx.rxjava.core.buffer.Buffer.newInstance:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/rxjava/core/buffer/Buffer;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.buffer.Buffer ret
         3: .line 196
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.rxjava.core.http.WebSocketFrame.cached_1:Lio/vertx/rxjava/core/buffer/Buffer;
         4: .line 197
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.buffer.Buffer ret
        end local 0 // io.vertx.rxjava.core.http.WebSocketFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/http/WebSocketFrame;
            3    5     1   ret  Lio/vertx/rxjava/core/buffer/Buffer;

  public boolean isFinal();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketFrame this
         0: .line 204
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketFrame.delegate:Lio/vertx/core/http/WebSocketFrame;
            invokeinterface io.vertx.core.http.WebSocketFrame.isFinal:()Z
            istore 1 /* ret */
        start local 1 // boolean ret
         1: .line 205
            iload 1 /* ret */
            ireturn
        end local 1 // boolean ret
        end local 0 // io.vertx.rxjava.core.http.WebSocketFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketFrame;
            1    2     1   ret  Z

  public short closeStatusCode();
    descriptor: ()S
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketFrame this
         0: .line 212
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketFrame.delegate:Lio/vertx/core/http/WebSocketFrame;
            invokeinterface io.vertx.core.http.WebSocketFrame.closeStatusCode:()S
            istore 1 /* ret */
        start local 1 // short ret
         1: .line 213
            iload 1 /* ret */
            ireturn
        end local 1 // short ret
        end local 0 // io.vertx.rxjava.core.http.WebSocketFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketFrame;
            1    2     1   ret  S

  public java.lang.String closeReason();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketFrame this
         0: .line 220
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketFrame.delegate:Lio/vertx/core/http/WebSocketFrame;
            invokeinterface io.vertx.core.http.WebSocketFrame.closeReason:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 221
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.core.http.WebSocketFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketFrame;
            1    2     1   ret  Ljava/lang/String;

  public static io.vertx.rxjava.core.http.WebSocketFrame newInstance(io.vertx.core.http.WebSocketFrame);
    descriptor: (Lio/vertx/core/http/WebSocketFrame;)Lio/vertx/rxjava/core/http/WebSocketFrame;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.core.http.WebSocketFrame arg
         0: .line 227
            aload 0 /* arg */
            ifnull 1
            new io.vertx.rxjava.core.http.WebSocketFrame
            dup
            aload 0 /* arg */
            invokespecial io.vertx.rxjava.core.http.WebSocketFrame.<init>:(Lio/vertx/core/http/WebSocketFrame;)V
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: io.vertx.rxjava.core.http.WebSocketFrame
         2: areturn
        end local 0 // io.vertx.core.http.WebSocketFrame arg
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0   arg  Lio/vertx/core/http/WebSocketFrame;
    MethodParameters:
      Name  Flags
      arg   

  private static java.lang.Object lambda$0(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // java.lang.Object obj
         0: .line 73
            new io.vertx.rxjava.core.http.WebSocketFrame
            dup
            aload 0 /* obj */
            checkcast io.vertx.core.http.WebSocketFrame
            invokespecial io.vertx.rxjava.core.http.WebSocketFrame.<init>:(Lio/vertx/core/http/WebSocketFrame;)V
            areturn
        end local 0 // java.lang.Object obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Ljava/lang/Object;
}
SourceFile: "WebSocketFrame.java"
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/core/http/WebSocketFrame;)