class io.vertx.core.http.impl.HttpClientImpl$WebSocketStream implements io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.http.impl.HttpClientImpl$WebSocketStream
  super_class: java.lang.Object
{
  private io.vertx.core.http.WebSocketConnectOptions options;
    descriptor: Lio/vertx/core/http/WebSocketConnectOptions;
    flags: (0x0002) ACC_PRIVATE

  private io.vertx.core.Handler<io.vertx.core.http.WebSocket> handler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;

  private io.vertx.core.Handler<java.lang.Throwable> exceptionHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Throwable;>;

  private io.vertx.core.Handler<java.lang.Void> endHandler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lio/vertx/core/Handler<Ljava/lang/Void;>;

  final io.vertx.core.http.impl.HttpClientImpl this$0;
    descriptor: Lio/vertx/core/http/impl/HttpClientImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.core.http.impl.HttpClientImpl, io.vertx.core.http.WebSocketConnectOptions);
    descriptor: (Lio/vertx/core/http/impl/HttpClientImpl;Lio/vertx/core/http/WebSocketConnectOptions;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.HttpClientImpl$WebSocketStream this
        start local 2 // io.vertx.core.http.WebSocketConnectOptions options
         0: .line 1129
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.http.impl.HttpClientImpl$WebSocketStream.this$0:Lio/vertx/core/http/impl/HttpClientImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1130
            aload 0 /* this */
            aload 2 /* options */
            putfield io.vertx.core.http.impl.HttpClientImpl$WebSocketStream.options:Lio/vertx/core/http/WebSocketConnectOptions;
         2: .line 1131
            return
        end local 2 // io.vertx.core.http.WebSocketConnectOptions options
        end local 0 // io.vertx.core.http.impl.HttpClientImpl$WebSocketStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
            0    3     2  options  Lio/vertx/core/http/WebSocketConnectOptions;
    MethodParameters:
         Name  Flags
      this$0   final
      options  

  void subscribe(io.vertx.core.Handler<io.vertx.core.http.WebSocket>, io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // io.vertx.core.http.impl.HttpClientImpl$WebSocketStream this
        start local 1 // io.vertx.core.Handler completionHandler
        start local 2 // io.vertx.core.Handler failureHandler
         0: .line 1134
            invokestatic io.vertx.core.Future.future:()Lio/vertx/core/Future;
            astore 3 /* fut */
        start local 3 // io.vertx.core.Future fut
         1: .line 1135
            aload 3 /* fut */
            aload 1 /* completionHandler */
            aload 2 /* failureHandler */
            invokedynamic handle(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/http/impl/HttpClientImpl$WebSocketStream.lambda$0(Lio/vertx/core/Handler;Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V (6)
                  (Lio/vertx/core/AsyncResult;)V
            invokeinterface io.vertx.core.Future.setHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/Future;
            pop
         2: .line 1146
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientImpl$WebSocketStream.this$0:Lio/vertx/core/http/impl/HttpClientImpl;
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientImpl$WebSocketStream.options:Lio/vertx/core/http/WebSocketConnectOptions;
            aload 3 /* fut */
            invokevirtual io.vertx.core.http.impl.HttpClientImpl.webSocket:(Lio/vertx/core/http/WebSocketConnectOptions;Lio/vertx/core/Handler;)V
         3: .line 1147
            return
        end local 3 // io.vertx.core.Future fut
        end local 2 // io.vertx.core.Handler failureHandler
        end local 1 // io.vertx.core.Handler completionHandler
        end local 0 // io.vertx.core.http.impl.HttpClientImpl$WebSocketStream this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    4     0               this  Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
            0    4     1  completionHandler  Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
            0    4     2     failureHandler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
            1    4     3                fut  Lio/vertx/core/Future<Lio/vertx/core/http/WebSocket;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)V
    MethodParameters:
                   Name  Flags
      completionHandler  
      failureHandler     

  public synchronized io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> endHandler(io.vertx.core.Handler<java.lang.Void>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientImpl$WebSocketStream this
        start local 1 // io.vertx.core.Handler endHandler
         0: .line 1151
            aload 0 /* this */
            aload 1 /* endHandler */
            putfield io.vertx.core.http.impl.HttpClientImpl$WebSocketStream.endHandler:Lio/vertx/core/Handler;
         1: .line 1152
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler endHandler
        end local 0 // io.vertx.core.http.impl.HttpClientImpl$WebSocketStream this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
            0    2     1  endHandler  Lio/vertx/core/Handler<Ljava/lang/Void;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Void;>;)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/http/WebSocket;>;
    MethodParameters:
            Name  Flags
      endHandler  

  public io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> pause();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpClientImpl$WebSocketStream this
         0: .line 1157
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.http.impl.HttpClientImpl$WebSocketStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
    Signature: ()Lio/vertx/core/streams/ReadStream<Lio/vertx/core/http/WebSocket;>;

  public io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> resume();
    descriptor: ()Lio/vertx/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.vertx.core.http.impl.HttpClientImpl$WebSocketStream this
         0: .line 1162
            aload 0 /* this */
            areturn
        end local 0 // io.vertx.core.http.impl.HttpClientImpl$WebSocketStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
    Signature: ()Lio/vertx/core/streams/ReadStream<Lio/vertx/core/http/WebSocket;>;

  public synchronized io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> exceptionHandler(io.vertx.core.Handler<java.lang.Throwable>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x0021) ACC_PUBLIC, ACC_SYNCHRONIZED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientImpl$WebSocketStream this
        start local 1 // io.vertx.core.Handler handler
         0: .line 1167
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.http.impl.HttpClientImpl$WebSocketStream.exceptionHandler:Lio/vertx/core/Handler;
         1: .line 1168
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.HttpClientImpl$WebSocketStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
            0    2     1  handler  Lio/vertx/core/Handler<Ljava/lang/Throwable;>;
    Signature: (Lio/vertx/core/Handler<Ljava/lang/Throwable;>;)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/http/WebSocket;>;
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> handler(io.vertx.core.Handler<io.vertx.core.http.WebSocket>);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientImpl$WebSocketStream this
        start local 1 // io.vertx.core.Handler handler
         0: .line 1173
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientImpl$WebSocketStream.handler:Lio/vertx/core/Handler;
            ifnonnull 5
            aload 1 /* handler */
            ifnull 5
         1: .line 1174
            aload 0 /* this */
            aload 1 /* handler */
            putfield io.vertx.core.http.impl.HttpClientImpl$WebSocketStream.handler:Lio/vertx/core/Handler;
         2: .line 1175
            aload 0 /* this */
            aload 0 /* this */
            aload 1 /* handler */
            invokedynamic handle(Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;Lio/vertx/core/Handler;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/http/impl/HttpClientImpl$WebSocketStream.lambda$1(Lio/vertx/core/Handler;Lio/vertx/core/http/WebSocket;)V (7)
                  (Lio/vertx/core/http/WebSocket;)V
         3: .line 1180
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/http/impl/HttpClientImpl$WebSocketStream.lambda$2(Ljava/lang/Throwable;)V (7)
                  (Ljava/lang/Throwable;)V
         4: .line 1175
            invokevirtual io.vertx.core.http.impl.HttpClientImpl$WebSocketStream.subscribe:(Lio/vertx/core/Handler;Lio/vertx/core/Handler;)V
         5: .line 1189
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            areturn
        end local 1 // io.vertx.core.Handler handler
        end local 0 // io.vertx.core.http.impl.HttpClientImpl$WebSocketStream this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
            0    6     1  handler  Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;
    Signature: (Lio/vertx/core/Handler<Lio/vertx/core/http/WebSocket;>;)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/http/WebSocket;>;
    RuntimeVisibleTypeAnnotations: 
      METHOD_FORMAL_PARAMETER
        io.vertx.codegen.annotations.Nullable()
    MethodParameters:
         Name  Flags
      handler  

  public io.vertx.core.streams.ReadStream<io.vertx.core.http.WebSocket> fetch(long);
    descriptor: (J)Lio/vertx/core/streams/ReadStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientImpl$WebSocketStream this
        start local 1 // long amount
         0: .line 1194
            aload 0 /* this */
            areturn
        end local 1 // long amount
        end local 0 // io.vertx.core.http.impl.HttpClientImpl$WebSocketStream this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
            0    1     1  amount  J
    Signature: (J)Lio/vertx/core/streams/ReadStream<Lio/vertx/core/http/WebSocket;>;
    MethodParameters:
        Name  Flags
      amount  

  public io.vertx.core.streams.StreamBase exceptionHandler(io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/Handler;)Lio/vertx/core/streams/StreamBase;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.vertx.core.http.impl.HttpClientImpl$WebSocketStream.exceptionHandler:(Lio/vertx/core/Handler;)Lio/vertx/core/streams/ReadStream;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private static void lambda$0(io.vertx.core.Handler, io.vertx.core.Handler, io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/Handler;Lio/vertx/core/AsyncResult;)V
    flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 2 // io.vertx.core.AsyncResult ar
         0: .line 1136
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.succeeded:()Z
            ifeq 3
         1: .line 1137
            aload 0
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast io.vertx.core.http.WebSocket
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 1138
            goto 7
         3: .line 1139
      StackMap locals:
      StackMap stack:
            aload 1
            ifnonnull 6
         4: .line 1140
            getstatic io.vertx.core.http.impl.HttpClientImpl.log:Lio/vertx/core/logging/Logger;
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokevirtual io.vertx.core.logging.Logger.error:(Ljava/lang/Object;)V
         5: .line 1141
            goto 7
         6: .line 1142
      StackMap locals:
      StackMap stack:
            aload 1
            aload 2 /* ar */
            invokeinterface io.vertx.core.AsyncResult.cause:()Ljava/lang/Throwable;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         7: .line 1145
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.AsyncResult ar
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     2    ar  Lio/vertx/core/AsyncResult<Lio/vertx/core/http/WebSocket;>;

  private void lambda$1(io.vertx.core.Handler, io.vertx.core.http.WebSocket);
    descriptor: (Lio/vertx/core/Handler;Lio/vertx/core/http/WebSocket;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.http.impl.HttpClientImpl$WebSocketStream this
        start local 2 // io.vertx.core.http.WebSocket ws
         0: .line 1176
            aload 1
            aload 2 /* ws */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         1: .line 1177
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientImpl$WebSocketStream.endHandler:Lio/vertx/core/Handler;
            ifnull 3
         2: .line 1178
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientImpl$WebSocketStream.endHandler:Lio/vertx/core/Handler;
            aconst_null
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         3: .line 1180
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.http.WebSocket ws
        end local 0 // io.vertx.core.http.impl.HttpClientImpl$WebSocketStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
            0    4     2    ws  Lio/vertx/core/http/WebSocket;

  private void lambda$2(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.vertx.core.http.impl.HttpClientImpl$WebSocketStream this
        start local 1 // java.lang.Throwable err
         0: .line 1181
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientImpl$WebSocketStream.exceptionHandler:Lio/vertx/core/Handler;
            ifnull 2
         1: .line 1182
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientImpl$WebSocketStream.exceptionHandler:Lio/vertx/core/Handler;
            aload 1 /* err */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 1184
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientImpl$WebSocketStream.endHandler:Lio/vertx/core/Handler;
            ifnull 4
         3: .line 1185
            aload 0 /* this */
            getfield io.vertx.core.http.impl.HttpClientImpl$WebSocketStream.endHandler:Lio/vertx/core/Handler;
            aconst_null
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         4: .line 1187
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Throwable err
        end local 0 // io.vertx.core.http.impl.HttpClientImpl$WebSocketStream this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lio/vertx/core/http/impl/HttpClientImpl$WebSocketStream;
            0    5     1   err  Ljava/lang/Throwable;
}
Signature: Ljava/lang/Object;Lio/vertx/core/streams/ReadStream<Lio/vertx/core/http/WebSocket;>;
SourceFile: "HttpClientImpl.java"
NestHost: io.vertx.core.http.impl.HttpClientImpl
InnerClasses:
  private WebSocketStream = io.vertx.core.http.impl.HttpClientImpl$WebSocketStream of io.vertx.core.http.impl.HttpClientImpl
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles