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.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

  public void <init>(io.vertx.core.http.WebSocketBase);
    descriptor: (Lio/vertx/core/http/WebSocketBase;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 389
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved\n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved to a type\n\tsubscriber cannot be resolved to a variable\n\tsubscriber cannot be resolved to a variable\n\tio.vertx.rx cannot be resolved\n\tsubscriber cannot be resolved to a variable\n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    MethodParameters:
          Name  Flags
      delegate  

  public io.vertx.core.http.WebSocketBase getDelegate();
    descriptor: ()Lio/vertx/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 380
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 389
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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/Observable<Lio/vertx/rxjava/core/buffer/Buffer;>;

  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
         0: .line 408
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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
         0: .line 417
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (Lio/vertx/rxjava/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      data     
      handler  

  public rx.Observable<java.lang.Void> endObservable(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 429
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    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=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 440
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 449
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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 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=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 460
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: ()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>);
    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
         0: .line 469
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/buffer/Buffer;>;)V
    MethodParameters:
      Name  Flags
      dst   

  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
         0: .line 483
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 rx.Observable<java.lang.Void> pipeToObservable(io.vertx.rxjava.core.streams.WriteStream<io.vertx.rxjava.core.buffer.Buffer>);
    descriptor: (Lio/vertx/rxjava/core/streams/WriteStream;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 500
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (Lio/vertx/rxjava/core/streams/WriteStream<Lio/vertx/rxjava/core/buffer/Buffer;>;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    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=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 516
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 521
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 526
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 535
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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 io.vertx.rxjava.core.http.WebSocketBase resume();
    descriptor: ()Lio/vertx/rxjava/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 540
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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 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
         0: .line 545
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 550
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/rxjava/core/http/WebSocketBase;
    MethodParameters:
            Name  Flags
      endHandler  

  public io.vertx.rxjava.core.http.WebSocketBase write(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
         0: .line 555
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    MethodParameters:
      Name  Flags
      data  

  public io.vertx.rxjava.core.http.WebSocketBase 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;)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
         0: .line 560
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 rx.Observable<java.lang.Void> writeObservable(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 567
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    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=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 573
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
      Name  Flags
      data  

  public io.vertx.rxjava.core.http.WebSocketBase setWriteQueueMaxSize(int);
    descriptor: (I)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
         0: .line 578
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 583
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 597
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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 java.lang.String textHandlerID();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 611
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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 java.lang.String subProtocol();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 623
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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 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
         0: .line 633
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    MethodParameters:
       Name  Flags
      frame  

  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
         0: .line 644
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 rx.Observable<java.lang.Void> writeFrameObservable(io.vertx.rxjava.core.http.WebSocketFrame);
    descriptor: (Lio/vertx/rxjava/core/http/WebSocketFrame;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 657
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (Lio/vertx/rxjava/core/http/WebSocketFrame;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    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=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 668
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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);
    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
         0: .line 678
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    MethodParameters:
      Name  Flags
      text  

  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
         0: .line 689
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 rx.Observable<java.lang.Void> writeFinalTextFrameObservable(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 702
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    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=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 713
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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);
    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
         0: .line 723
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    MethodParameters:
      Name  Flags
      data  

  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
         0: .line 734
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 rx.Observable<java.lang.Void> writeFinalBinaryFrameObservable(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 747
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    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=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 758
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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);
    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
         0: .line 769
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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
         0: .line 780
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 rx.Observable<java.lang.Void> writeBinaryMessageObservable(io.vertx.rxjava.core.buffer.Buffer);
    descriptor: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 793
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (Lio/vertx/rxjava/core/buffer/Buffer;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    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=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 804
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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);
    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
         0: .line 815
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    MethodParameters:
      Name  Flags
      text  

  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
         0: .line 826
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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 rx.Observable<java.lang.Void> writeTextMessageObservable(java.lang.String);
    descriptor: (Ljava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 839
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (Ljava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    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=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 850
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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);
    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
         0: .line 866
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    MethodParameters:
      Name  Flags
      data  

  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
         0: .line 883
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    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=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 895
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 905
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 920
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 932
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 954
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (Lio/vertx/core/Handler<Lio/vertx/rxjava/core/buffer/Buffer;>;)Lio/vertx/rxjava/core/http/WebSocketBase;
    MethodParameters:
         Name  Flags
      handler  

  public void end();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 966
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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 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=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 974
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  public rx.Observable<java.lang.Void> endObservable();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 985
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  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 995
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 1005
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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 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=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 1013
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  public rx.Observable<java.lang.Void> closeObservable();
    descriptor: ()Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 1024
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  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 1034
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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);
    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
         0: .line 1046
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    MethodParameters:
            Name  Flags
      statusCode  

  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
         0: .line 1055
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (SLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
            Name  Flags
      statusCode  
      handler     

  public rx.Observable<java.lang.Void> closeObservable(short);
    descriptor: (S)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 1067
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (S)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
            Name  Flags
      statusCode  

  public rx.Single<java.lang.Void> rxClose(short);
    descriptor: (S)Lrx/Single;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 1078
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (S)Lrx/Single<Ljava/lang/Void;>;
    MethodParameters:
            Name  Flags
      statusCode  

  public void close(short, java.lang.String);
    descriptor: (SLjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 1091
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
    MethodParameters:
            Name  Flags
      statusCode  
      reason      

  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=3, locals=4, args_size=4
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 1101
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (SLjava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
            Name  Flags
      statusCode  
      reason      
      handler     

  public rx.Observable<java.lang.Void> closeObservable(short, java.lang.String);
    descriptor: (SLjava/lang/String;)Lrx/Observable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 1114
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.rx cannot be resolved to a type\n\tio.vertx.rx cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (SLjava/lang/String;)Lrx/Observable<Ljava/lang/Void;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    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=3, locals=3, args_size=3
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 1126
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.rx cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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: (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=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 1134
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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 io.vertx.rxjava.core.net.SocketAddress localAddress();
    descriptor: ()Lio/vertx/rxjava/core/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 1146
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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 boolean isSsl();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 1158
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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 boolean isClosed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 1166
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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 javax.net.ssl.SSLSession sslSession();
    descriptor: ()Ljavax/net/ssl/SSLSession;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.rxjava.core.http.WebSocketBaseImpl this
         0: .line 1174
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        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;
}
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