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

  private final io.vertx.core.http.WebSocket delegate;
    descriptor: Lio/vertx/core/http/WebSocket;
    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 java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // io.vertx.reactivex.core.http.WebSocket this
         0: .line 40
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.reactivex.core.http.WebSocket this
         0: .line 45
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;
    MethodParameters:
      Name  Flags
      o     

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

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

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

  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.WebSocket this
         0: .line 77
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;
    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.WebSocket this
         0: .line 85
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;
    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.WebSocket this
         0: .line 113
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;
    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.WebSocket this
         0: .line 122
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;
    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.WebSocket this
         0: .line 132
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;
    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.WebSocket this
         0: .line 141
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;

  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.WebSocket this
         0: .line 152
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;
    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.WebSocket this
         0: .line 161
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;
    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.WebSocket this
         0: .line 175
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;
    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.WebSocket this
         0: .line 190
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;
    Signature: (Lio/vertx/reactivex/core/streams/WriteStream<Lio/vertx/reactivex/core/buffer/Buffer;>;)Lio/reactivex/Completable;
    MethodParameters:
      Name  Flags
      dst   

  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.WebSocket this
         0: .line 204
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;

  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.WebSocket this
         0: .line 218
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;

  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.WebSocket this
         0: .line 230
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;

  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.WebSocket this
         0: .line 246
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;
    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.WebSocket this
         0: .line 263
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;
    MethodParameters:
      Name  Flags
      data  

  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.WebSocket this
         0: .line 274
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;
    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.WebSocket this
         0: .line 286
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;
    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.WebSocket this
         0: .line 308
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;
    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.WebSocket this
         0: .line 320
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;

  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.WebSocket this
         0: .line 328
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;
    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.WebSocket this
         0: .line 337
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;

  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.WebSocket this
         0: .line 347
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;

  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.WebSocket this
         0: .line 355
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;
    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.WebSocket this
         0: .line 364
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;

  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.WebSocket this
         0: .line 376
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;
    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.WebSocket this
         0: .line 385
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;
    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.WebSocket this
         0: .line 395
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;
    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.WebSocket 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.reactivex.core.http.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;
    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.WebSocket this
         0: .line 418
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;
    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.WebSocket this
         0: .line 429
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;
    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.WebSocket this
         0: .line 437
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;

  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.WebSocket 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.reactivex.core.http.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;

  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.WebSocket this
         0: .line 461
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;

  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.WebSocket 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.reactivex.core.http.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  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.WebSocket this
         0: .line 631
            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.WebSocket this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/reactivex/core/http/WebSocket;

  public static io.vertx.reactivex.core.http.WebSocket newInstance(io.vertx.core.http.WebSocket);
    descriptor: (Lio/vertx/core/http/WebSocket;)Lio/vertx/reactivex/core/http/WebSocket;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 639
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      arg   
}
SourceFile: "WebSocket.java"
NestMembers:
  io.vertx.reactivex.core.http.WebSocket$1  io.vertx.reactivex.core.http.WebSocket$2  io.vertx.reactivex.core.http.WebSocket$3  io.vertx.reactivex.core.http.WebSocket$4
    RuntimeVisibleAnnotations: 
      io.vertx.lang.rx.RxGen(value = Lio/vertx/core/http/WebSocket;)