class io.vertx.rxjava.core.http.WebSocketBaseImpl implements io.vertx.rxjava.core.http.WebSocketBase
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.rxjava.core.http.WebSocketBaseImpl
  super_class: java.lang.Object
{
  private final io.vertx.core.http.WebSocketBase delegate;
    descriptor: Lio/vertx/core/http/WebSocketBase;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private rx.Observable<io.vertx.rxjava.core.buffer.Buffer> observable;
    descriptor: Lrx/Observable;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lrx/Observable<Lio/vertx/rxjava/core/buffer/Buffer;>;

  private io.vertx.rx.java.WriteStreamSubscriber<io.vertx.rxjava.core.buffer.Buffer> subscriber;
    descriptor: Lio/vertx/rx/java/WriteStreamSubscriber;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/rx/java/WriteStreamSubscriber<Lio/vertx/rxjava/core/buffer/Buffer;>;

  private static final io.vertx.lang.rx.TypeArg<io.vertx.rxjava.core.buffer.Buffer> TYPE_ARG_0;
    descriptor: Lio/vertx/lang/rx/TypeArg;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lio/vertx/lang/rx/TypeArg<Lio/vertx/rxjava/core/buffer/Buffer;>;

  private io.vertx.rxjava.core.net.SocketAddress cached_0;
    descriptor: Lio/vertx/rxjava/core/net/SocketAddress;
    flags: (0x0002) ACC_PRIVATE

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 595
            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/WebSocketBaseImpl.lambda$0(Ljava/lang/Object;)Ljava/lang/Object; (6)
                  (Ljava/lang/Object;)Ljava/lang/Object;
            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/WebSocketBaseImpl.lambda$1(Lio/vertx/rxjava/core/buffer/Buffer;)Ljava/lang/Object; (6)
                  (Lio/vertx/rxjava/core/buffer/Buffer;)Ljava/lang/Object;
            invokespecial io.vertx.lang.rx.TypeArg.<init>:(Ljava/util/function/Function;Ljava/util/function/Function;)V
            putstatic io.vertx.rxjava.core.http.WebSocketBaseImpl.TYPE_ARG_0:Lio/vertx/lang/rx/TypeArg;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(io.vertx.core.http.WebSocketBase);
    descriptor: (Lio/vertx/core/http/WebSocketBase;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.core.http.WebSocketBase delegate
         0: .line 563
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 564
            aload 0 /* this */
            aload 1 /* delegate */
            putfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
         2: .line 565
            return
        end local 1 // io.vertx.core.http.WebSocketBase delegate
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    3     1  delegate  Lio/vertx/core/http/WebSocketBase;
    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.WebSocketBaseImpl this
        start local 1 // java.lang.Object delegate
         0: .line 567
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 568
            aload 0 /* this */
            aload 1 /* delegate */
            checkcast io.vertx.core.http.WebSocketBase
            putfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
         2: .line 569
            return
        end local 1 // java.lang.Object delegate
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    3     1  delegate  Ljava/lang/Object;
    MethodParameters:
          Name  Flags
      delegate  

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

  public synchronized rx.Observable<io.vertx.rxjava.core.buffer.Buffer> toObservable();
    descriptor: ()Lrx/Observable;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 578
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.observable:Lrx/Observable;
            ifnonnull 3
         1: .line 579
            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/buffer/Buffer.newInstance(Lio/vertx/core/buffer/Buffer;)Lio/vertx/rxjava/core/buffer/Buffer; (6)
                  (Lio/vertx/core/buffer/Buffer;)Lio/vertx/rxjava/core/buffer/Buffer;
            astore 1 /* conv */
        start local 1 // java.util.function.Function conv
         2: .line 580
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            aload 1 /* conv */
            invokestatic io.vertx.rx.java.RxHelper.toObservable:(Lio/vertx/core/streams/ReadStream;Ljava/util/function/Function;)Lrx/Observable;
            putfield io.vertx.rxjava.core.http.WebSocketBaseImpl.observable:Lrx/Observable;
        end local 1 // java.util.function.Function conv
         3: .line 582
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.observable:Lrx/Observable;
            areturn
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            2    3     1  conv  Ljava/util/function/Function<Lio/vertx/core/buffer/Buffer;Lio/vertx/rxjava/core/buffer/Buffer;>;
    Signature: ()Lrx/Observable<Lio/vertx/rxjava/core/buffer/Buffer;>;

  public synchronized io.vertx.rx.java.WriteStreamSubscriber<io.vertx.rxjava.core.buffer.Buffer> toSubscriber();
    descriptor: ()Lio/vertx/rx/java/WriteStreamSubscriber;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 588
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.subscriber:Lio/vertx/rx/java/WriteStreamSubscriber;
            ifnonnull 3
         1: .line 589
            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/buffer/Buffer.getDelegate()Lio/vertx/core/buffer/Buffer; (5)
                  (Lio/vertx/rxjava/core/buffer/Buffer;)Lio/vertx/core/buffer/Buffer;
            astore 1 /* conv */
        start local 1 // java.util.function.Function conv
         2: .line 590
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.getDelegate:()Lio/vertx/core/http/WebSocketBase;
            aload 1 /* conv */
            invokestatic io.vertx.rx.java.RxHelper.toSubscriber:(Lio/vertx/core/streams/WriteStream;Ljava/util/function/Function;)Lio/vertx/rx/java/WriteStreamSubscriber;
            putfield io.vertx.rxjava.core.http.WebSocketBaseImpl.subscriber:Lio/vertx/rx/java/WriteStreamSubscriber;
        end local 1 // java.util.function.Function conv
         3: .line 592
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.subscriber:Lio/vertx/rx/java/WriteStreamSubscriber;
            areturn
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            2    3     1  conv  Ljava/util/function/Function<Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/buffer/Buffer;>;
    Signature: ()Lio/vertx/rx/java/WriteStreamSubscriber<Lio/vertx/rxjava/core/buffer/Buffer;>;

  public void write(io.vertx.rxjava.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer data
        start local 2 // io.vertx.core.Handler handler
         0: .line 603
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            aload 1 /* data */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            aload 2 /* handler */
            invokeinterface io.vertx.core.http.WebSocketBase.write:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
         1: .line 604
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.rxjava.core.buffer.Buffer data
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1     data  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      data     
      handler  

  public void write(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer data
         0: .line 611
            aload 0 /* this */
            aload 1 /* data */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/rxjava/core/http/WebSocketBaseImpl.lambda$4(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.write:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         1: .line 612
            return
        end local 1 // io.vertx.rxjava.core.buffer.Buffer data
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1  data  Lio/vertx/rxjava/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      data  

  public rx.Single<java.lang.Void> rxWrite(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer data
         0: .line 620
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* data */
            invokedynamic accept(Lio/vertx/rxjava/core/http/WebSocketBaseImpl;Lio/vertx/rxjava/core/buffer/Buffer;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/rxjava/core/http/WebSocketBaseImpl.lambda$5(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // io.vertx.rxjava.core.buffer.Buffer data
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    1     1  data  Lio/vertx/rxjava/core/buffer/Buffer;
    Signature: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      data  

  public void end(io.vertx.rxjava.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer data
        start local 2 // io.vertx.core.Handler handler
         0: .line 631
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            aload 1 /* data */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            aload 2 /* handler */
            invokeinterface io.vertx.core.http.WebSocketBase.end:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
         1: .line 632
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.rxjava.core.buffer.Buffer data
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1     data  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      data     
      handler  

  public void end(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer data
         0: .line 639
            aload 0 /* this */
            aload 1 /* data */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/rxjava/core/http/WebSocketBaseImpl.lambda$6(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.end:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         1: .line 640
            return
        end local 1 // io.vertx.rxjava.core.buffer.Buffer data
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1  data  Lio/vertx/rxjava/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      data  

  public rx.Single<java.lang.Void> rxEnd(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer data
         0: .line 648
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* data */
            invokedynamic accept(Lio/vertx/rxjava/core/http/WebSocketBaseImpl;Lio/vertx/rxjava/core/buffer/Buffer;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/rxjava/core/http/WebSocketBaseImpl.lambda$7(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // io.vertx.rxjava.core.buffer.Buffer data
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    1     1  data  Lio/vertx/rxjava/core/buffer/Buffer;
    Signature: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      data  

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

  public io.vertx.rxjava.core.streams.Pipe<io.vertx.rxjava.core.buffer.Buffer> pipe();
    descriptor: ()Lio/vertx/rxjava/core/streams/Pipe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 669
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            invokeinterface io.vertx.core.http.WebSocketBase.pipe:()Lio/vertx/core/streams/Pipe;
            getstatic io.vertx.rxjava.core.http.WebSocketBaseImpl.TYPE_ARG_0:Lio/vertx/lang/rx/TypeArg;
            invokestatic io.vertx.rxjava.core.streams.Pipe.newInstance:(Lio/vertx/core/streams/Pipe;Lio/vertx/lang/rx/TypeArg;)Lio/vertx/rxjava/core/streams/Pipe;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.streams.Pipe ret
         1: .line 670
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.streams.Pipe ret
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            1    2     1   ret  Lio/vertx/rxjava/core/streams/Pipe<Lio/vertx/rxjava/core/buffer/Buffer;>;
    Signature: ()Lio/vertx/rxjava/core/streams/Pipe<Lio/vertx/rxjava/core/buffer/Buffer;>;

  public void pipeTo(io.vertx.rxjava.core.streams.WriteStream<io.vertx.rxjava.core.buffer.Buffer>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/rxjava/core/streams/WriteStream;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.rxjava.core.streams.WriteStream dst
        start local 2 // io.vertx.core.Handler handler
         0: .line 684
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            aload 1 /* dst */
            invokeinterface io.vertx.rxjava.core.streams.WriteStream.getDelegate:()Lio/vertx/core/streams/WriteStream;
            aload 2 /* handler */
            invokeinterface io.vertx.core.http.WebSocketBase.pipeTo:(Lio/vertx/core/streams/WriteStream;Lio/vertx/core/Handler;)V
         1: .line 685
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.rxjava.core.streams.WriteStream dst
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1      dst  Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/buffer/Buffer;>;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/buffer/Buffer;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      dst      
      handler  

  public void pipeTo(io.vertx.rxjava.core.streams.WriteStream<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (Lio/vertx/rxjava/core/streams/WriteStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.rxjava.core.streams.WriteStream dst
         0: .line 697
            aload 0 /* this */
            aload 1 /* dst */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/rxjava/core/http/WebSocketBaseImpl.lambda$8(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.pipeTo:(Lio/vertx/rxjava/core/streams/WriteStream;Lio/vertx/core/Handler;)V
         1: .line 698
            return
        end local 1 // io.vertx.rxjava.core.streams.WriteStream dst
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1   dst  Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/buffer/Buffer;>;
    Signature: (Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/buffer/Buffer;>;)V
    MethodParameters:
      Name  Flags
      dst   

  public rx.Single<java.lang.Void> rxPipeTo(io.vertx.rxjava.core.streams.WriteStream<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (Lio/vertx/rxjava/core/streams/WriteStream;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.rxjava.core.streams.WriteStream dst
         0: .line 711
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* dst */
            invokedynamic accept(Lio/vertx/rxjava/core/http/WebSocketBaseImpl;Lio/vertx/rxjava/core/streams/WriteStream;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/rxjava/core/http/WebSocketBaseImpl.lambda$9(Lio/vertx/rxjava/core/streams/WriteStream;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // io.vertx.rxjava.core.streams.WriteStream dst
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    1     1   dst  Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/buffer/Buffer;>;
    Signature: (Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/buffer/Buffer;>;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      dst   

  public io.vertx.rxjava.core.http.WebSocketBase exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 717
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            aload 1 /* handler */
            invokeinterface io.vertx.core.http.WebSocketBase.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
            pop
         1: .line 718
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/rxjava/core/http/WebSocketBase;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.rxjava.core.http.WebSocketBase handler(io.vertx.core.Handler<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 722
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            new io.vertx.rxjava.core.http.WebSocketBaseImpl$1
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.rxjava.core.http.WebSocketBaseImpl$1.<init>:(Lio/vertx/rxjava/core/http/WebSocketBaseImpl;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.WebSocketBase.handler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
            pop
         1: .line 727
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/buffer/Buffer;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/rxjava/core/buffer/Buffer;>;)Lio/vertx/rxjava/core/http/WebSocketBase;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.rxjava.core.http.WebSocketBase pause();
    descriptor: ()Lio/vertx/rxjava/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 731
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            invokeinterface io.vertx.core.http.WebSocketBase.pause:()Lio/vertx/core/http/WebSocketBase;
            pop
         1: .line 732
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;

  public io.vertx.rxjava.core.http.WebSocketBase resume();
    descriptor: ()Lio/vertx/rxjava/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 736
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            invokeinterface io.vertx.core.http.WebSocketBase.resume:()Lio/vertx/core/http/WebSocketBase;
            pop
         1: .line 737
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;

  public io.vertx.rxjava.core.http.WebSocketBase fetch(long);
    descriptor: (J)Lio/vertx/rxjava/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // long amount
         0: .line 741
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            lload 1 /* amount */
            invokeinterface io.vertx.core.http.WebSocketBase.fetch:(J)Lio/vertx/core/http/WebSocketBase;
            pop
         1: .line 742
            aload 0 /* this */
            areturn
        end local 1 // long amount
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1  amount  J
    MethodParameters:
        Name  Flags
      amount  

  public io.vertx.rxjava.core.http.WebSocketBase endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.core.Handler endHandler
         0: .line 746
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            aload 1 /* endHandler */
            invokeinterface io.vertx.core.http.WebSocketBase.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
            pop
         1: .line 747
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler endHandler
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1  endHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/rxjava/core/http/WebSocketBase;
    MethodParameters:
            Name  Flags
      endHandler  

  public io.vertx.rxjava.core.http.WebSocketBase setWriteQueueMaxSize(int);
    descriptor: (I)Lio/vertx/rxjava/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // int maxSize
         0: .line 751
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            iload 1 /* maxSize */
            invokeinterface io.vertx.core.http.WebSocketBase.setWriteQueueMaxSize:(I)Lio/vertx/core/http/WebSocketBase;
            pop
         1: .line 752
            aload 0 /* this */
            areturn
        end local 1 // int maxSize
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1  maxSize  I
    MethodParameters:
         Name  Flags
      maxSize  

  public io.vertx.rxjava.core.http.WebSocketBase drainHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 756
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            aload 1 /* handler */
            invokeinterface io.vertx.core.http.WebSocketBase.drainHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
            pop
         1: .line 757
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/rxjava/core/http/WebSocketBase;
    MethodParameters:
         Name  Flags
      handler  

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

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

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

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

  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.WebSocketBaseImpl this
         0: .line 814
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            invokeinterface io.vertx.core.http.WebSocketBase.closeReason:()Ljava/lang/String;
            astore 1 /* ret */
        start local 1 // java.lang.String ret
         1: .line 815
            aload 1 /* ret */
            areturn
        end local 1 // java.lang.String ret
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            1    2     1   ret  Ljava/lang/String;

  public io.vertx.rxjava.core.MultiMap headers();
    descriptor: ()Lio/vertx/rxjava/core/MultiMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 825
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            invokeinterface io.vertx.core.http.WebSocketBase.headers:()Lio/vertx/core/MultiMap;
            invokestatic io.vertx.rxjava.core.MultiMap.newInstance:(Lio/vertx/core/MultiMap;)Lio/vertx/rxjava/core/MultiMap;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.MultiMap ret
         1: .line 826
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.MultiMap ret
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            1    2     1   ret  Lio/vertx/rxjava/core/MultiMap;

  public io.vertx.rxjava.core.http.WebSocketBase writeFrame(io.vertx.rxjava.core.http.WebSocketFrame, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/rxjava/core/http/WebSocketFrame;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.rxjava.core.http.WebSocketFrame frame
        start local 2 // io.vertx.core.Handler handler
         0: .line 836
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            aload 1 /* frame */
            invokevirtual io.vertx.rxjava.core.http.WebSocketFrame.getDelegate:()Lio/vertx/core/http/WebSocketFrame;
            aload 2 /* handler */
            invokeinterface io.vertx.core.http.WebSocketBase.writeFrame:(Lio/vertx/core/http/WebSocketFrame;Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
            pop
         1: .line 837
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.rxjava.core.http.WebSocketFrame frame
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1    frame  Lio/vertx/rxjava/core/http/WebSocketFrame;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/rxjava/core/http/WebSocketFrame;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/rxjava/core/http/WebSocketBase;
    MethodParameters:
         Name  Flags
      frame    
      handler  

  public io.vertx.rxjava.core.http.WebSocketBase writeFrame(io.vertx.rxjava.core.http.WebSocketFrame);
    descriptor: (Lio/vertx/rxjava/core/http/WebSocketFrame;)Lio/vertx/rxjava/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.rxjava.core.http.WebSocketFrame frame
         0: .line 847
            aload 0 /* this */
            aload 1 /* frame */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/rxjava/core/http/WebSocketBaseImpl.lambda$10(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.writeFrame:(Lio/vertx/rxjava/core/http/WebSocketFrame;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
         1: .line 846
            areturn
        end local 1 // io.vertx.rxjava.core.http.WebSocketFrame frame
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1  frame  Lio/vertx/rxjava/core/http/WebSocketFrame;
    MethodParameters:
       Name  Flags
      frame  

  public rx.Single<java.lang.Void> rxWriteFrame(io.vertx.rxjava.core.http.WebSocketFrame);
    descriptor: (Lio/vertx/rxjava/core/http/WebSocketFrame;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.rxjava.core.http.WebSocketFrame frame
         0: .line 856
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* frame */
            invokedynamic accept(Lio/vertx/rxjava/core/http/WebSocketBaseImpl;Lio/vertx/rxjava/core/http/WebSocketFrame;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/rxjava/core/http/WebSocketBaseImpl.lambda$11(Lio/vertx/rxjava/core/http/WebSocketFrame;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // io.vertx.rxjava.core.http.WebSocketFrame frame
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    1     1  frame  Lio/vertx/rxjava/core/http/WebSocketFrame;
    Signature: (Lio/vertx/rxjava/core/http/WebSocketFrame;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
       Name  Flags
      frame  

  public io.vertx.rxjava.core.http.WebSocketBase writeFinalTextFrame(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // java.lang.String text
        start local 2 // io.vertx.core.Handler handler
         0: .line 868
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            aload 1 /* text */
            aload 2 /* handler */
            invokeinterface io.vertx.core.http.WebSocketBase.writeFinalTextFrame:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
            pop
         1: .line 869
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String text
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1     text  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/rxjava/core/http/WebSocketBase;
    MethodParameters:
         Name  Flags
      text     
      handler  

  public io.vertx.rxjava.core.http.WebSocketBase writeFinalTextFrame(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // java.lang.String text
         0: .line 879
            aload 0 /* this */
            aload 1 /* text */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/rxjava/core/http/WebSocketBaseImpl.lambda$12(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.writeFinalTextFrame:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
         1: .line 878
            areturn
        end local 1 // java.lang.String text
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1  text  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      text  

  public rx.Single<java.lang.Void> rxWriteFinalTextFrame(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // java.lang.String text
         0: .line 888
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* text */
            invokedynamic accept(Lio/vertx/rxjava/core/http/WebSocketBaseImpl;Ljava/lang/String;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/rxjava/core/http/WebSocketBaseImpl.lambda$13(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // java.lang.String text
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    1     1  text  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      text  

  public io.vertx.rxjava.core.http.WebSocketBase writeFinalBinaryFrame(io.vertx.rxjava.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer data
        start local 2 // io.vertx.core.Handler handler
         0: .line 900
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            aload 1 /* data */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            aload 2 /* handler */
            invokeinterface io.vertx.core.http.WebSocketBase.writeFinalBinaryFrame:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
            pop
         1: .line 901
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.rxjava.core.buffer.Buffer data
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1     data  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/rxjava/core/http/WebSocketBase;
    MethodParameters:
         Name  Flags
      data     
      handler  

  public io.vertx.rxjava.core.http.WebSocketBase writeFinalBinaryFrame(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Lio/vertx/rxjava/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer data
         0: .line 911
            aload 0 /* this */
            aload 1 /* data */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/rxjava/core/http/WebSocketBaseImpl.lambda$14(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.writeFinalBinaryFrame:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
         1: .line 910
            areturn
        end local 1 // io.vertx.rxjava.core.buffer.Buffer data
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1  data  Lio/vertx/rxjava/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      data  

  public rx.Single<java.lang.Void> rxWriteFinalBinaryFrame(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer data
         0: .line 920
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* data */
            invokedynamic accept(Lio/vertx/rxjava/core/http/WebSocketBaseImpl;Lio/vertx/rxjava/core/buffer/Buffer;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/rxjava/core/http/WebSocketBaseImpl.lambda$15(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // io.vertx.rxjava.core.buffer.Buffer data
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    1     1  data  Lio/vertx/rxjava/core/buffer/Buffer;
    Signature: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      data  

  public io.vertx.rxjava.core.http.WebSocketBase writeBinaryMessage(io.vertx.rxjava.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer data
        start local 2 // io.vertx.core.Handler handler
         0: .line 932
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            aload 1 /* data */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            aload 2 /* handler */
            invokeinterface io.vertx.core.http.WebSocketBase.writeBinaryMessage:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
            pop
         1: .line 933
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.rxjava.core.buffer.Buffer data
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1     data  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/rxjava/core/http/WebSocketBase;
    MethodParameters:
         Name  Flags
      data     
      handler  

  public io.vertx.rxjava.core.http.WebSocketBase writeBinaryMessage(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Lio/vertx/rxjava/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer data
         0: .line 943
            aload 0 /* this */
            aload 1 /* data */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/rxjava/core/http/WebSocketBaseImpl.lambda$16(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.writeBinaryMessage:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
         1: .line 942
            areturn
        end local 1 // io.vertx.rxjava.core.buffer.Buffer data
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1  data  Lio/vertx/rxjava/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      data  

  public rx.Single<java.lang.Void> rxWriteBinaryMessage(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer data
         0: .line 952
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* data */
            invokedynamic accept(Lio/vertx/rxjava/core/http/WebSocketBaseImpl;Lio/vertx/rxjava/core/buffer/Buffer;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/rxjava/core/http/WebSocketBaseImpl.lambda$17(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // io.vertx.rxjava.core.buffer.Buffer data
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    1     1  data  Lio/vertx/rxjava/core/buffer/Buffer;
    Signature: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      data  

  public io.vertx.rxjava.core.http.WebSocketBase writeTextMessage(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // java.lang.String text
        start local 2 // io.vertx.core.Handler handler
         0: .line 964
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            aload 1 /* text */
            aload 2 /* handler */
            invokeinterface io.vertx.core.http.WebSocketBase.writeTextMessage:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
            pop
         1: .line 965
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // java.lang.String text
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1     text  Ljava/lang/String;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/rxjava/core/http/WebSocketBase;
    MethodParameters:
         Name  Flags
      text     
      handler  

  public io.vertx.rxjava.core.http.WebSocketBase writeTextMessage(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/rxjava/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // java.lang.String text
         0: .line 975
            aload 0 /* this */
            aload 1 /* text */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/rxjava/core/http/WebSocketBaseImpl.lambda$18(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.writeTextMessage:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
         1: .line 974
            areturn
        end local 1 // java.lang.String text
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1  text  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      text  

  public rx.Single<java.lang.Void> rxWriteTextMessage(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // java.lang.String text
         0: .line 984
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* text */
            invokedynamic accept(Lio/vertx/rxjava/core/http/WebSocketBaseImpl;Ljava/lang/String;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/rxjava/core/http/WebSocketBaseImpl.lambda$19(Ljava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // java.lang.String text
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    1     1  text  Ljava/lang/String;
    Signature: (Ljava/lang/String;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      text  

  public io.vertx.rxjava.core.http.WebSocketBase writePing(io.vertx.rxjava.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer data
        start local 2 // io.vertx.core.Handler handler
         0: .line 1002
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            aload 1 /* data */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            aload 2 /* handler */
            invokeinterface io.vertx.core.http.WebSocketBase.writePing:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
            pop
         1: .line 1003
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.rxjava.core.buffer.Buffer data
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1     data  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/rxjava/core/http/WebSocketBase;
    MethodParameters:
         Name  Flags
      data     
      handler  

  public io.vertx.rxjava.core.http.WebSocketBase writePing(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Lio/vertx/rxjava/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer data
         0: .line 1019
            aload 0 /* this */
            aload 1 /* data */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/rxjava/core/http/WebSocketBaseImpl.lambda$20(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.writePing:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
         1: .line 1018
            areturn
        end local 1 // io.vertx.rxjava.core.buffer.Buffer data
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1  data  Lio/vertx/rxjava/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      data  

  public rx.Single<java.lang.Void> rxWritePing(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer data
         0: .line 1034
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* data */
            invokedynamic accept(Lio/vertx/rxjava/core/http/WebSocketBaseImpl;Lio/vertx/rxjava/core/buffer/Buffer;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/rxjava/core/http/WebSocketBaseImpl.lambda$21(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // io.vertx.rxjava.core.buffer.Buffer data
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    1     1  data  Lio/vertx/rxjava/core/buffer/Buffer;
    Signature: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      data  

  public io.vertx.rxjava.core.http.WebSocketBase writePong(io.vertx.rxjava.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer data
        start local 2 // io.vertx.core.Handler handler
         0: .line 1053
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            aload 1 /* data */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            aload 2 /* handler */
            invokeinterface io.vertx.core.http.WebSocketBase.writePong:(Lio/vertx/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
            pop
         1: .line 1054
            aload 0 /* this */
            areturn
        end local 2 // io.vertx.core.Handler handler
        end local 1 // io.vertx.rxjava.core.buffer.Buffer data
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1     data  Lio/vertx/rxjava/core/buffer/Buffer;
            0    2     2  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/rxjava/core/http/WebSocketBase;
    MethodParameters:
         Name  Flags
      data     
      handler  

  public io.vertx.rxjava.core.http.WebSocketBase writePong(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Lio/vertx/rxjava/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer data
         0: .line 1071
            aload 0 /* this */
            aload 1 /* data */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/rxjava/core/http/WebSocketBaseImpl.lambda$22(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.writePong:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
         1: .line 1070
            areturn
        end local 1 // io.vertx.rxjava.core.buffer.Buffer data
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1  data  Lio/vertx/rxjava/core/buffer/Buffer;
    MethodParameters:
      Name  Flags
      data  

  public rx.Single<java.lang.Void> rxWritePong(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.rxjava.core.buffer.Buffer data
         0: .line 1087
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            aload 1 /* data */
            invokedynamic accept(Lio/vertx/rxjava/core/http/WebSocketBaseImpl;Lio/vertx/rxjava/core/buffer/Buffer;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/rxjava/core/http/WebSocketBaseImpl.lambda$23(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // io.vertx.rxjava.core.buffer.Buffer data
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    1     1  data  Lio/vertx/rxjava/core/buffer/Buffer;
    Signature: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      data  

  public io.vertx.rxjava.core.http.WebSocketBase closeHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 1101
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            aload 1 /* handler */
            invokeinterface io.vertx.core.http.WebSocketBase.closeHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
            pop
         1: .line 1102
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/rxjava/core/http/WebSocketBase;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.rxjava.core.http.WebSocketBase frameHandler(io.vertx.core.Handler<io.vertx.rxjava.core.http.WebSocketFrame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 1111
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            new io.vertx.rxjava.core.http.WebSocketBaseImpl$2
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.rxjava.core.http.WebSocketBaseImpl$2.<init>:(Lio/vertx/rxjava/core/http/WebSocketBaseImpl;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.WebSocketBase.frameHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
            pop
         1: .line 1116
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/WebSocketFrame;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/rxjava/core/http/WebSocketFrame;>;)Lio/vertx/rxjava/core/http/WebSocketBase;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.rxjava.core.http.WebSocketBase textMessageHandler(io.vertx.core.Handler<java.lang.String>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 1126
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            aload 1 /* handler */
            invokeinterface io.vertx.core.http.WebSocketBase.textMessageHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
            pop
         1: .line 1127
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/String;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/String;>;)Lio/vertx/rxjava/core/http/WebSocketBase;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.rxjava.core.http.WebSocketBase binaryMessageHandler(io.vertx.core.Handler<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 1138
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            new io.vertx.rxjava.core.http.WebSocketBaseImpl$3
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.rxjava.core.http.WebSocketBaseImpl$3.<init>:(Lio/vertx/rxjava/core/http/WebSocketBaseImpl;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.WebSocketBase.binaryMessageHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
            pop
         1: .line 1143
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/buffer/Buffer;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/rxjava/core/buffer/Buffer;>;)Lio/vertx/rxjava/core/http/WebSocketBase;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.rxjava.core.http.WebSocketBase pongHandler(io.vertx.core.Handler<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 1160
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            new io.vertx.rxjava.core.http.WebSocketBaseImpl$4
            dup
            aload 0 /* this */
            aload 1 /* handler */
            invokespecial io.vertx.rxjava.core.http.WebSocketBaseImpl$4.<init>:(Lio/vertx/rxjava/core/http/WebSocketBaseImpl;Lio/vertx/core/Handler;)V
            invokeinterface io.vertx.core.http.WebSocketBase.pongHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/http/WebSocketBase;
            pop
         1: .line 1165
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/rxjava/core/buffer/Buffer;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/rxjava/core/buffer/Buffer;>;)Lio/vertx/rxjava/core/http/WebSocketBase;
    MethodParameters:
         Name  Flags
      handler  

  public void end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 1175
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            aload 1 /* handler */
            invokeinterface io.vertx.core.http.WebSocketBase.end:(Lio/vertx/core/Handler;)V
         1: .line 1176
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  public void end();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 1184
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/rxjava/core/http/WebSocketBaseImpl.lambda$24(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.end:(Lio/vertx/core/Handler;)V
         1: .line 1185
            return
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;

  public rx.Single<java.lang.Void> rxEnd();
    descriptor: ()Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 1194
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/rxjava/core/http/WebSocketBaseImpl;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/rxjava/core/http/WebSocketBaseImpl.lambda$25(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
    Signature: ()Lrx/Single<Ljava/lang/Void;>;

  public void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.core.Handler handler
         0: .line 1204
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            aload 1 /* handler */
            invokeinterface io.vertx.core.http.WebSocketBase.close:(Lio/vertx/core/Handler;)V
         1: .line 1205
            return
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 1211
            aload 0 /* this */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/rxjava/core/http/WebSocketBaseImpl.lambda$26(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.close:(Lio/vertx/core/Handler;)V
         1: .line 1212
            return
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;

  public rx.Single<java.lang.Void> rxClose();
    descriptor: ()Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 1219
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            invokedynamic accept(Lio/vertx/rxjava/core/http/WebSocketBaseImpl;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/rxjava/core/http/WebSocketBaseImpl.lambda$27(Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
    Signature: ()Lrx/Single<Ljava/lang/Void;>;

  public void close(short, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (SLio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // short statusCode
        start local 2 // io.vertx.core.Handler handler
         0: .line 1230
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            iload 1 /* statusCode */
            aload 2 /* handler */
            invokeinterface io.vertx.core.http.WebSocketBase.close:(SLio/vertx/core/Handler;)V
         1: .line 1231
            return
        end local 2 // io.vertx.core.Handler handler
        end local 1 // short statusCode
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1  statusCode  S
            0    2     2     handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (SLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
            Name  Flags
      statusCode  
      handler     

  public void close(short);
    descriptor: (S)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // short statusCode
         0: .line 1238
            aload 0 /* this */
            iload 1 /* statusCode */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/rxjava/core/http/WebSocketBaseImpl.lambda$28(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.close:(SLio/vertx/core/Handler;)V
         1: .line 1239
            return
        end local 1 // short statusCode
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1  statusCode  S
    MethodParameters:
            Name  Flags
      statusCode  

  public rx.Single<java.lang.Void> rxClose(short);
    descriptor: (S)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // short statusCode
         0: .line 1247
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            iload 1 /* statusCode */
            invokedynamic accept(Lio/vertx/rxjava/core/http/WebSocketBaseImpl;S)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/rxjava/core/http/WebSocketBaseImpl.lambda$29(SLio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 1 // short statusCode
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    1     1  statusCode  S
    Signature: (S)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
            Name  Flags
      statusCode  

  public void close(short, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (SLjava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // short statusCode
        start local 2 // java.lang.String reason
        start local 3 // io.vertx.core.Handler handler
         0: .line 1259
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            iload 1 /* statusCode */
            aload 2 /* reason */
            aload 3 /* handler */
            invokeinterface io.vertx.core.http.WebSocketBase.close:(SLjava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 1260
            return
        end local 3 // io.vertx.core.Handler handler
        end local 2 // java.lang.String reason
        end local 1 // short statusCode
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1  statusCode  S
            0    2     2      reason  Ljava/lang/String;
            0    2     3     handler  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
    Signature: (SLjava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
            Name  Flags
      statusCode  
      reason      
      handler     

  public void close(short, java.lang.String);
    descriptor: (SLjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // short statusCode
        start local 2 // java.lang.String reason
         0: .line 1268
            aload 0 /* this */
            iload 1 /* statusCode */
            aload 2 /* reason */
            invokedynamic handle()Lio/vertx/core/Handler;
              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;)V
                  io/vertx/rxjava/core/http/WebSocketBaseImpl.lambda$30(Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.close:(SLjava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 1269
            return
        end local 2 // java.lang.String reason
        end local 1 // short statusCode
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1  statusCode  S
            0    2     2      reason  Ljava/lang/String;
    MethodParameters:
            Name  Flags
      statusCode  
      reason      

  public rx.Single<java.lang.Void> rxClose(short, java.lang.String);
    descriptor: (SLjava/lang/String;)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // short statusCode
        start local 2 // java.lang.String reason
         0: .line 1278
            new io.vertx.rx.java.SingleOnSubscribeAdapter
            dup
            aload 0 /* this */
            iload 1 /* statusCode */
            aload 2 /* reason */
            invokedynamic accept(Lio/vertx/rxjava/core/http/WebSocketBaseImpl;SLjava/lang/String;)Ljava/util/function/Consumer;
              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;)V
                  io/vertx/rxjava/core/http/WebSocketBaseImpl.lambda$31(SLjava/lang/String;Lio/vertx/core/Handler;)V (7)
                  (Lio/vertx/core/Handler;)V
            invokespecial io.vertx.rx.java.SingleOnSubscribeAdapter.<init>:(Ljava/util/function/Consumer;)V
            invokestatic rx.Single.create:(Lrx/Single$OnSubscribe;)Lrx/Single;
            areturn
        end local 2 // java.lang.String reason
        end local 1 // short statusCode
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    1     1  statusCode  S
            0    1     2      reason  Ljava/lang/String;
    Signature: (SLjava/lang/String;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
            Name  Flags
      statusCode  
      reason      

  public io.vertx.rxjava.core.net.SocketAddress remoteAddress();
    descriptor: ()Lio/vertx/rxjava/core/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 1287
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.cached_0:Lio/vertx/rxjava/core/net/SocketAddress;
            ifnull 2
         1: .line 1288
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.cached_0:Lio/vertx/rxjava/core/net/SocketAddress;
            areturn
         2: .line 1290
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            invokeinterface io.vertx.core.http.WebSocketBase.remoteAddress:()Lio/vertx/core/net/SocketAddress;
            invokestatic io.vertx.rxjava.core.net.SocketAddress.newInstance:(Lio/vertx/core/net/SocketAddress;)Lio/vertx/rxjava/core/net/SocketAddress;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.net.SocketAddress ret
         3: .line 1291
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.rxjava.core.http.WebSocketBaseImpl.cached_0:Lio/vertx/rxjava/core/net/SocketAddress;
         4: .line 1292
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.net.SocketAddress ret
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            3    5     1   ret  Lio/vertx/rxjava/core/net/SocketAddress;

  public io.vertx.rxjava.core.net.SocketAddress localAddress();
    descriptor: ()Lio/vertx/rxjava/core/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 1299
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.cached_1:Lio/vertx/rxjava/core/net/SocketAddress;
            ifnull 2
         1: .line 1300
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.cached_1:Lio/vertx/rxjava/core/net/SocketAddress;
            areturn
         2: .line 1302
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            invokeinterface io.vertx.core.http.WebSocketBase.localAddress:()Lio/vertx/core/net/SocketAddress;
            invokestatic io.vertx.rxjava.core.net.SocketAddress.newInstance:(Lio/vertx/core/net/SocketAddress;)Lio/vertx/rxjava/core/net/SocketAddress;
            astore 1 /* ret */
        start local 1 // io.vertx.rxjava.core.net.SocketAddress ret
         3: .line 1303
            aload 0 /* this */
            aload 1 /* ret */
            putfield io.vertx.rxjava.core.http.WebSocketBaseImpl.cached_1:Lio/vertx/rxjava/core/net/SocketAddress;
         4: .line 1304
            aload 1 /* ret */
            areturn
        end local 1 // io.vertx.rxjava.core.net.SocketAddress ret
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            3    5     1   ret  Lio/vertx/rxjava/core/net/SocketAddress;

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

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

  public javax.net.ssl.SSLSession sslSession();
    descriptor: ()Ljavax/net/ssl/SSLSession;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 1327
            aload 0 /* this */
            getfield io.vertx.rxjava.core.http.WebSocketBaseImpl.delegate:Lio/vertx/core/http/WebSocketBase;
            invokeinterface io.vertx.core.http.WebSocketBase.sslSession:()Ljavax/net/ssl/SSLSession;
            astore 1 /* ret */
        start local 1 // javax.net.ssl.SSLSession ret
         1: .line 1328
            aload 1 /* ret */
            areturn
        end local 1 // javax.net.ssl.SSLSession ret
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            1    2     1   ret  Ljavax/net/ssl/SSLSession;

  public void write(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.rxjava.core.buffer.Buffer
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.write:(Lio/vertx/rxjava/core/buffer/Buffer;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void write(java.lang.Object, io.vertx.core.Handler);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.rxjava.core.buffer.Buffer
            aload 2
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.write:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.WriteStream setWriteQueueMaxSize(int);
    descriptor: (I)Lio/vertx/rxjava/core/streams/WriteStream;
    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.vertx.rxjava.core.http.WebSocketBaseImpl.setWriteQueueMaxSize:(I)Lio/vertx/rxjava/core/http/WebSocketBase;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/StreamBase;
    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.vertx.rxjava.core.http.WebSocketBaseImpl.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.ReadStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/ReadStream;
    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.vertx.rxjava.core.http.WebSocketBaseImpl.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.WriteStream exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/WriteStream;
    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.vertx.rxjava.core.http.WebSocketBaseImpl.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.ReadStream resume();
    descriptor: ()Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.resume:()Lio/vertx/rxjava/core/http/WebSocketBase;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.StreamBase getDelegate();
    descriptor: ()Lio/vertx/core/streams/StreamBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.getDelegate:()Lio/vertx/core/http/WebSocketBase;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.ReadStream getDelegate();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.getDelegate:()Lio/vertx/core/http/WebSocketBase;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.core.streams.WriteStream getDelegate();
    descriptor: ()Lio/vertx/core/streams/WriteStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.getDelegate:()Lio/vertx/core/http/WebSocketBase;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.ReadStream handler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.Handler
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.handler:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void end(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.rxjava.core.buffer.Buffer
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.end:(Lio/vertx/rxjava/core/buffer/Buffer;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void end(java.lang.Object, io.vertx.core.Handler);
    descriptor: (Ljava/lang/Object;Lio/vertx/core/Handler;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.rxjava.core.buffer.Buffer
            aload 2
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.end:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public rx.Single rxEnd(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lrx/Single;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.rxjava.core.buffer.Buffer
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.rxEnd:(Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public rx.Single rxWrite(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Lrx/Single;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.rxjava.core.buffer.Buffer
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.rxWrite:(Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.ReadStream pause();
    descriptor: ()Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.pause:()Lio/vertx/rxjava/core/http/WebSocketBase;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.ReadStream endHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/ReadStream;
    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.vertx.rxjava.core.http.WebSocketBaseImpl.endHandler:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.WriteStream drainHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/streams/WriteStream;
    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.vertx.rxjava.core.http.WebSocketBaseImpl.drainHandler:(Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.vertx.rxjava.core.streams.ReadStream fetch(long);
    descriptor: (J)Lio/vertx/rxjava/core/streams/ReadStream;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=2
         0: .line 1
            aload 0
            lload 1
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.fetch:(J)Lio/vertx/rxjava/core/http/WebSocketBase;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  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=1, locals=1, args_size=1
        start local 0 // java.lang.Object o1
         0: .line 595
            aload 0 /* o1 */
            checkcast io.vertx.core.buffer.Buffer
            invokestatic io.vertx.rxjava.core.buffer.Buffer.newInstance:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/rxjava/core/buffer/Buffer;
            areturn
        end local 0 // java.lang.Object o1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    o1  Ljava/lang/Object;

  private static java.lang.Object lambda$1(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Ljava/lang/Object;
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.buffer.Buffer o1
         0: .line 595
            aload 0 /* o1 */
            invokevirtual io.vertx.rxjava.core.buffer.Buffer.getDelegate:()Lio/vertx/core/buffer/Buffer;
            areturn
        end local 0 // io.vertx.rxjava.core.buffer.Buffer o1
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    o1  Lio/vertx/rxjava/core/buffer/Buffer;

  private static void lambda$4(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 611
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$5(io.vertx.rxjava.core.buffer.Buffer, io.vertx.core.Handler);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 2 // io.vertx.core.Handler fut
         0: .line 621
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.write:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         1: .line 622
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$6(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 639
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$7(io.vertx.rxjava.core.buffer.Buffer, io.vertx.core.Handler);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 2 // io.vertx.core.Handler fut
         0: .line 649
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.end:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
         1: .line 650
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$8(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 697
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$9(io.vertx.rxjava.core.streams.WriteStream, io.vertx.core.Handler);
    descriptor: (Lio/vertx/rxjava/core/streams/WriteStream;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 2 // io.vertx.core.Handler fut
         0: .line 712
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.pipeTo:(Lio/vertx/rxjava/core/streams/WriteStream;Lio/vertx/core/Handler;)V
         1: .line 713
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$10(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 847
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$11(io.vertx.rxjava.core.http.WebSocketFrame, io.vertx.core.Handler);
    descriptor: (Lio/vertx/rxjava/core/http/WebSocketFrame;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 2 // io.vertx.core.Handler fut
         0: .line 857
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.writeFrame:(Lio/vertx/rxjava/core/http/WebSocketFrame;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
            pop
         1: .line 858
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$12(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 879
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$13(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 2 // io.vertx.core.Handler fut
         0: .line 889
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.writeFinalTextFrame:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
            pop
         1: .line 890
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$14(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 911
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$15(io.vertx.rxjava.core.buffer.Buffer, io.vertx.core.Handler);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 2 // io.vertx.core.Handler fut
         0: .line 921
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.writeFinalBinaryFrame:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
            pop
         1: .line 922
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$16(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 943
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$17(io.vertx.rxjava.core.buffer.Buffer, io.vertx.core.Handler);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 2 // io.vertx.core.Handler fut
         0: .line 953
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.writeBinaryMessage:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
            pop
         1: .line 954
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$18(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 975
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$19(java.lang.String, io.vertx.core.Handler);
    descriptor: (Ljava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 2 // io.vertx.core.Handler fut
         0: .line 985
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.writeTextMessage:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
            pop
         1: .line 986
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$20(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 1019
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$21(io.vertx.rxjava.core.buffer.Buffer, io.vertx.core.Handler);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 2 // io.vertx.core.Handler fut
         0: .line 1035
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.writePing:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
            pop
         1: .line 1036
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$22(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 1071
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$23(io.vertx.rxjava.core.buffer.Buffer, io.vertx.core.Handler);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 2 // io.vertx.core.Handler fut
         0: .line 1088
            aload 0 /* this */
            aload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.writePong:(Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/rxjava/core/http/WebSocketBase;
            pop
         1: .line 1089
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$24(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 1184
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$25(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.core.Handler fut
         0: .line 1195
            aload 0 /* this */
            aload 1 /* fut */
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.end:(Lio/vertx/core/Handler;)V
         1: .line 1196
            return
        end local 1 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$26(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 1211
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$27(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 1 // io.vertx.core.Handler fut
         0: .line 1220
            aload 0 /* this */
            aload 1 /* fut */
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.close:(Lio/vertx/core/Handler;)V
         1: .line 1221
            return
        end local 1 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     1   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$28(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 1238
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$29(short, io.vertx.core.Handler);
    descriptor: (SLio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 2 // io.vertx.core.Handler fut
         0: .line 1248
            aload 0 /* this */
            iload 1
            aload 2 /* fut */
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.close:(SLio/vertx/core/Handler;)V
         1: .line 1249
            return
        end local 2 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     2   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;

  private static void lambda$30(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // io.vertx.core.AsyncResult ar
         0: .line 1268
            return
        end local 0 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0    ar  Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;

  private void lambda$31(short, java.lang.String, io.vertx.core.Handler);
    descriptor: (SLjava/lang/String;Lio/vertx/core/Handler;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
        start local 3 // io.vertx.core.Handler fut
         0: .line 1279
            aload 0 /* this */
            iload 1
            aload 2
            aload 3 /* fut */
            invokevirtual io.vertx.rxjava.core.http.WebSocketBaseImpl.close:(SLjava/lang/String;Lio/vertx/core/Handler;)V
         1: .line 1280
            return
        end local 3 // io.vertx.core.Handler fut
        end local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/rxjava/core/http/WebSocketBaseImpl;
            0    2     3   fut  Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;
}
SourceFile: "WebSocketBase.java"
NestMembers:
  io.vertx.rxjava.core.http.WebSocketBaseImpl$1  io.vertx.rxjava.core.http.WebSocketBaseImpl$2  io.vertx.rxjava.core.http.WebSocketBaseImpl$3  io.vertx.rxjava.core.http.WebSocketBaseImpl$4
InnerClasses:
  io.vertx.rxjava.core.http.WebSocketBaseImpl$1
  io.vertx.rxjava.core.http.WebSocketBaseImpl$2
  io.vertx.rxjava.core.http.WebSocketBaseImpl$3
  io.vertx.rxjava.core.http.WebSocketBaseImpl$4
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract OnSubscribe = rx.Single$OnSubscribe of rx.Single