class io.vertx.reactivex.core.http.WebSocketBaseImpl implements io.vertx.reactivex.core.http.WebSocketBase
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.reactivex.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 io.reactivex.Observable<io.vertx.reactivex.core.buffer.Buffer> observable;
    descriptor: Lio/reactivex/Observable;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/reactivex/Observable<Lio/vertx/reactivex/core/buffer/Buffer;>;

  private io.reactivex.Flowable<io.vertx.reactivex.core.buffer.Buffer> flowable;
    descriptor: Lio/reactivex/Flowable;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/reactivex/Flowable<Lio/vertx/reactivex/core/buffer/Buffer;>;

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

  private io.vertx.reactivex.core.net.SocketAddress cached_1;
    descriptor: Lio/vertx/reactivex/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.reactivex.core.http.WebSocketBaseImpl this
         0: .line 393
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tio.vertx.reactivex.ObservableHelper cannot be resolved to a type\n\tio.vertx.reactivex.FlowableHelper cannot be resolved to a type\n\tio.vertx.reactivex.WriteStreamObserver cannot be resolved to a type\n\tio.vertx.reactivex.WriteStreamSubscriber cannot be resolved to a type\n\tio.vertx.reactivex.WriteStreamObserver cannot be resolved to a type\n\tobserver cannot be resolved to a variable\n\tobserver cannot be resolved to a variable\n\tio.vertx.reactivex.RxHelper cannot be resolved to a type\n\tobserver cannot be resolved to a variable\n\tio.vertx.reactivex.WriteStreamSubscriber 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.reactivex.RxHelper cannot be resolved to a type\n\tsubscriber cannot be resolved to a variable\n\tio.vertx.reactivex.impl cannot be resolved\n\tio.vertx.reactivex.impl cannot be resolved\n\tio.vertx.reactivex.impl cannot be resolved\n\tio.vertx.reactivex.impl cannot be resolved\n\tio.vertx.reactivex.impl cannot be resolved\n\tio.vertx.reactivex.impl cannot be resolved\n\tio.vertx.reactivex.impl cannot be resolved\n\tio.vertx.reactivex.impl cannot be resolved\n\tio.vertx.reactivex.impl cannot be resolved\n\tio.vertx.reactivex.impl cannot be resolved\n\tio.vertx.reactivex.impl cannot be resolved\n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/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.reactivex.core.http.WebSocketBaseImpl this
         0: .line 383
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;

  public synchronized io.reactivex.Observable<io.vertx.reactivex.core.buffer.Buffer> toObservable();
    descriptor: ()Lio/reactivex/Observable;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 393
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.ObservableHelper cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    Signature: ()Lio/reactivex/Observable<Lio/vertx/reactivex/core/buffer/Buffer;>;

  public synchronized io.reactivex.Flowable<io.vertx.reactivex.core.buffer.Buffer> toFlowable();
    descriptor: ()Lio/reactivex/Flowable;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 401
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.FlowableHelper cannot be resolved to a type\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    Signature: ()Lio/reactivex/Flowable<Lio/vertx/reactivex/core/buffer/Buffer;>;

  public void end(io.vertx.reactivex.core.buffer.Buffer);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 429
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    MethodParameters:
      Name  Flags
      data  

  public void end(io.vertx.reactivex.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/reactivex/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.reactivex.core.http.WebSocketBaseImpl this
         0: .line 438
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    Signature: (Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      data     
      handler  

  public io.reactivex.Completable rxEnd(io.vertx.reactivex.core.buffer.Buffer);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 448
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    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.reactivex.core.http.WebSocketBaseImpl this
         0: .line 457
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;

  public io.vertx.reactivex.core.streams.Pipe<io.vertx.reactivex.core.buffer.Buffer> pipe();
    descriptor: ()Lio/vertx/reactivex/core/streams/Pipe;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 468
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    Signature: ()Lio/vertx/reactivex/core/streams/Pipe<Lio/vertx/reactivex/core/buffer/Buffer;>;

  public void pipeTo(io.vertx.reactivex.core.streams.WriteStream<io.vertx.reactivex.core.buffer.Buffer>);
    descriptor: (Lio/vertx/reactivex/core/streams/WriteStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 477
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    Signature: (Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/reactivex/core/buffer/Buffer;>;)V
    MethodParameters:
      Name  Flags
      dst   

  public void pipeTo(io.vertx.reactivex.core.streams.WriteStream<io.vertx.reactivex.core.buffer.Buffer>, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/reactivex/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.reactivex.core.http.WebSocketBaseImpl this
         0: .line 491
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    Signature: (Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/reactivex/core/buffer/Buffer;>;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      dst      
      handler  

  public io.reactivex.Completable rxPipeTo(io.vertx.reactivex.core.streams.WriteStream<io.vertx.reactivex.core.buffer.Buffer>);
    descriptor: (Lio/vertx/reactivex/core/streams/WriteStream;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 506
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    Signature: (Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/reactivex/core/buffer/Buffer;>;)Lio/reactivex/Completable;
    MethodParameters:
      Name  Flags
      dst   

  public io.vertx.reactivex.core.http.WebSocketBase exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 511
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/reactivex/core/http/WebSocketBase;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.core.http.WebSocketBase handler(io.vertx.core.Handler<io.vertx.reactivex.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 516
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/core/buffer/Buffer;>;)Lio/vertx/reactivex/core/http/WebSocketBase;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.core.http.WebSocketBase pause();
    descriptor: ()Lio/vertx/reactivex/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 525
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;

  public io.vertx.reactivex.core.http.WebSocketBase resume();
    descriptor: ()Lio/vertx/reactivex/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 530
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;

  public io.vertx.reactivex.core.http.WebSocketBase fetch(long);
    descriptor: (J)Lio/vertx/reactivex/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.vertx.reactivex.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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    MethodParameters:
        Name  Flags
      amount  

  public io.vertx.reactivex.core.http.WebSocketBase endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/reactivex/core/http/WebSocketBase;
    MethodParameters:
            Name  Flags
      endHandler  

  public io.vertx.reactivex.core.http.WebSocketBase write(io.vertx.reactivex.core.buffer.Buffer);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;)Lio/vertx/reactivex/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    MethodParameters:
      Name  Flags
      data  

  public io.vertx.reactivex.core.http.WebSocketBase write(io.vertx.reactivex.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    Signature: (Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/core/http/WebSocketBase;
    MethodParameters:
         Name  Flags
      data     
      handler  

  public io.reactivex.Completable rxWrite(io.vertx.reactivex.core.buffer.Buffer);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 556
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    MethodParameters:
      Name  Flags
      data  

  public io.vertx.reactivex.core.http.WebSocketBase setWriteQueueMaxSize(int);
    descriptor: (I)Lio/vertx/reactivex/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 561
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    MethodParameters:
         Name  Flags
      maxSize  

  public io.vertx.reactivex.core.http.WebSocketBase drainHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 566
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/reactivex/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.reactivex.core.http.WebSocketBaseImpl this
         0: .line 580
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/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.reactivex.core.http.WebSocketBaseImpl this
         0: .line 594
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/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.reactivex.core.http.WebSocketBaseImpl this
         0: .line 606
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;

  public io.vertx.reactivex.core.http.WebSocketBase writeFrame(io.vertx.reactivex.core.http.WebSocketFrame);
    descriptor: (Lio/vertx/reactivex/core/http/WebSocketFrame;)Lio/vertx/reactivex/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 616
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    MethodParameters:
       Name  Flags
      frame  

  public io.vertx.reactivex.core.http.WebSocketBase writeFrame(io.vertx.reactivex.core.http.WebSocketFrame, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/reactivex/core/http/WebSocketFrame;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 627
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    Signature: (Lio/vertx/reactivex/core/http/WebSocketFrame;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/core/http/WebSocketBase;
    MethodParameters:
         Name  Flags
      frame    
      handler  

  public io.reactivex.Completable rxWriteFrame(io.vertx.reactivex.core.http.WebSocketFrame);
    descriptor: (Lio/vertx/reactivex/core/http/WebSocketFrame;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 638
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    MethodParameters:
       Name  Flags
      frame  

  public io.vertx.reactivex.core.http.WebSocketBase writeFinalTextFrame(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 648
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    MethodParameters:
      Name  Flags
      text  

  public io.vertx.reactivex.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/reactivex/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 659
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/core/http/WebSocketBase;
    MethodParameters:
         Name  Flags
      text     
      handler  

  public io.reactivex.Completable rxWriteFinalTextFrame(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 670
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    MethodParameters:
      Name  Flags
      text  

  public io.vertx.reactivex.core.http.WebSocketBase writeFinalBinaryFrame(io.vertx.reactivex.core.buffer.Buffer);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;)Lio/vertx/reactivex/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 680
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    MethodParameters:
      Name  Flags
      data  

  public io.vertx.reactivex.core.http.WebSocketBase writeFinalBinaryFrame(io.vertx.reactivex.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 691
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    Signature: (Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/core/http/WebSocketBase;
    MethodParameters:
         Name  Flags
      data     
      handler  

  public io.reactivex.Completable rxWriteFinalBinaryFrame(io.vertx.reactivex.core.buffer.Buffer);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 702
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    MethodParameters:
      Name  Flags
      data  

  public io.vertx.reactivex.core.http.WebSocketBase writeBinaryMessage(io.vertx.reactivex.core.buffer.Buffer);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;)Lio/vertx/reactivex/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 713
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    MethodParameters:
      Name  Flags
      data  

  public io.vertx.reactivex.core.http.WebSocketBase writeBinaryMessage(io.vertx.reactivex.core.buffer.Buffer, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 724
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    Signature: (Lio/vertx/reactivex/core/buffer/Buffer;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/core/http/WebSocketBase;
    MethodParameters:
         Name  Flags
      data     
      handler  

  public io.reactivex.Completable rxWriteBinaryMessage(io.vertx.reactivex.core.buffer.Buffer);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 735
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    MethodParameters:
      Name  Flags
      data  

  public io.vertx.reactivex.core.http.WebSocketBase writeTextMessage(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/vertx/reactivex/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 746
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    MethodParameters:
      Name  Flags
      text  

  public io.vertx.reactivex.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/reactivex/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 757
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    Signature: (Ljava/lang/String;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)Lio/vertx/reactivex/core/http/WebSocketBase;
    MethodParameters:
         Name  Flags
      text     
      handler  

  public io.reactivex.Completable rxWriteTextMessage(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 768
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    MethodParameters:
      Name  Flags
      text  

  public io.vertx.reactivex.core.http.WebSocketBase writePing(io.vertx.reactivex.core.buffer.Buffer);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;)Lio/vertx/reactivex/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 784
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    MethodParameters:
      Name  Flags
      data  

  public io.vertx.reactivex.core.http.WebSocketBase writePong(io.vertx.reactivex.core.buffer.Buffer);
    descriptor: (Lio/vertx/reactivex/core/buffer/Buffer;)Lio/vertx/reactivex/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 801
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    MethodParameters:
      Name  Flags
      data  

  public io.vertx.reactivex.core.http.WebSocketBase closeHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 813
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/reactivex/core/http/WebSocketBase;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.core.http.WebSocketBase frameHandler(io.vertx.core.Handler<io.vertx.reactivex.core.http.WebSocketFrame>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 823
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/core/http/WebSocketFrame;>;)Lio/vertx/reactivex/core/http/WebSocketBase;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.core.http.WebSocketBase textMessageHandler(io.vertx.core.Handler<java.lang.String>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 838
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/String;>;)Lio/vertx/reactivex/core/http/WebSocketBase;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.core.http.WebSocketBase binaryMessageHandler(io.vertx.core.Handler<io.vertx.reactivex.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 850
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/core/buffer/Buffer;>;)Lio/vertx/reactivex/core/http/WebSocketBase;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.reactivex.core.http.WebSocketBase pongHandler(io.vertx.core.Handler<io.vertx.reactivex.core.buffer.Buffer>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/reactivex/core/http/WebSocketBase;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 872
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/reactivex/core/buffer/Buffer;>;)Lio/vertx/reactivex/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.reactivex.core.http.WebSocketBaseImpl this
         0: .line 884
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/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.reactivex.core.http.WebSocketBaseImpl this
         0: .line 892
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  public io.reactivex.Completable rxEnd();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 901
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 911
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/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.reactivex.core.http.WebSocketBaseImpl this
         0: .line 919
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
         Name  Flags
      handler  

  public io.reactivex.Completable rxClose();
    descriptor: ()Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 928
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;

  public void close(short);
    descriptor: (S)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 940
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/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.reactivex.core.http.WebSocketBaseImpl this
         0: .line 949
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    Signature: (SLio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/lang/Void;>;>;)V
    MethodParameters:
            Name  Flags
      statusCode  
      handler     

  public io.reactivex.Completable rxClose(short);
    descriptor: (S)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 959
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    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.reactivex.core.http.WebSocketBaseImpl this
         0: .line 972
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/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.reactivex.core.http.WebSocketBaseImpl this
         0: .line 982
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/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 io.reactivex.Completable rxClose(short, java.lang.String);
    descriptor: (SLjava/lang/String;)Lio/reactivex/Completable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 993
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tio.vertx.reactivex.impl cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
    MethodParameters:
            Name  Flags
      statusCode  
      reason      

  public io.vertx.reactivex.core.net.SocketAddress remoteAddress();
    descriptor: ()Lio/vertx/reactivex/core/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.WebSocketBaseImpl this
         0: .line 1001
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;

  public io.vertx.reactivex.core.net.SocketAddress localAddress();
    descriptor: ()Lio/vertx/reactivex/core/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/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.reactivex.core.http.WebSocketBaseImpl this
         0: .line 1025
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/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.reactivex.core.http.WebSocketBaseImpl this
         0: .line 1033
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/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.reactivex.core.http.WebSocketBaseImpl this
         0: .line 1041
            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.reactivex.core.http.WebSocketBaseImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocketBaseImpl;
}
SourceFile: "WebSocketBase.java"
NestMembers:
  io.vertx.reactivex.core.http.WebSocketBaseImpl$1  io.vertx.reactivex.core.http.WebSocketBaseImpl$2  io.vertx.reactivex.core.http.WebSocketBaseImpl$3  io.vertx.reactivex.core.http.WebSocketBaseImpl$4