class jdk.incubator.http.internal.websocket.WebSocketImpl$1 implements jdk.incubator.http.internal.websocket.MessageStreamConsumer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.incubator.http.internal.websocket.WebSocketImpl$1
  super_class: java.lang.Object
{
  final jdk.incubator.http.internal.websocket.WebSocketImpl this$0;
    descriptor: Ljdk/incubator/http/internal/websocket/WebSocketImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final jdk.incubator.http.WebSocket$Listener val$listener;
    descriptor: Ljdk/incubator/http/WebSocket$Listener;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(jdk.incubator.http.internal.websocket.WebSocketImpl, jdk.incubator.http.WebSocket$Listener);
    descriptor: (Ljdk/incubator/http/internal/websocket/WebSocketImpl;Ljdk/incubator/http/WebSocket$Listener;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // jdk.incubator.http.internal.websocket.WebSocketImpl$1 this
         0: .line 398
            aload 0 /* this */
            aload 1
            putfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.this$0:Ljdk/incubator/http/internal/websocket/WebSocketImpl;
            aload 0 /* this */
            aload 2
            putfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.val$listener:Ljdk/incubator/http/WebSocket$Listener;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // jdk.incubator.http.internal.websocket.WebSocketImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/internal/websocket/WebSocketImpl$1;
    MethodParameters:
              Name  Flags
      this$0        final
      val$listener  final

  public void onText(jdk.incubator.http.WebSocket$MessagePart, java.lang.CharSequence);
    descriptor: (Ljdk/incubator/http/WebSocket$MessagePart;Ljava/lang/CharSequence;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // jdk.incubator.http.internal.websocket.WebSocketImpl$1 this
        start local 1 // jdk.incubator.http.WebSocket$MessagePart part
        start local 2 // java.lang.CharSequence data
         0: .line 402
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.this$0:Ljdk/incubator/http/internal/websocket/WebSocketImpl;
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl.receiver:Ljdk/incubator/http/internal/websocket/Receiver;
            invokevirtual jdk.incubator.http.internal.websocket.Receiver.acknowledge:()V
         1: .line 403
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.this$0:Ljdk/incubator/http/internal/websocket/WebSocketImpl;
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl.lock:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         2: .line 405
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.val$listener:Ljdk/incubator/http/WebSocket$Listener;
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.this$0:Ljdk/incubator/http/internal/websocket/WebSocketImpl;
            aload 2 /* data */
            aload 1 /* part */
            invokeinterface jdk.incubator.http.WebSocket$Listener.onText:(Ljdk/incubator/http/WebSocket;Ljava/lang/CharSequence;Ljdk/incubator/http/WebSocket$MessagePart;)Ljava/util/concurrent/CompletionStage;
            pop
         3: .line 406
            goto 6
      StackMap locals: jdk.incubator.http.internal.websocket.WebSocketImpl$1 jdk.incubator.http.WebSocket$MessagePart java.lang.CharSequence java.lang.Object
      StackMap stack: java.lang.Exception
         4: astore 4 /* e */
        start local 4 // java.lang.Exception e
         5: .line 407
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.this$0:Ljdk/incubator/http/internal/websocket/WebSocketImpl;
            aload 4 /* e */
            invokevirtual jdk.incubator.http.internal.websocket.WebSocketImpl.signalError:(Ljava/lang/Throwable;)V
        end local 4 // java.lang.Exception e
         6: .line 403
      StackMap locals:
      StackMap stack:
            aload 3
            monitorexit
         7: goto 10
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: aload 3
            monitorexit
         9: athrow
        10: .line 410
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.CharSequence data
        end local 1 // jdk.incubator.http.WebSocket$MessagePart part
        end local 0 // jdk.incubator.http.internal.websocket.WebSocketImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Ljdk/incubator/http/internal/websocket/WebSocketImpl$1;
            0   11     1  part  Ljdk/incubator/http/WebSocket$MessagePart;
            0   11     2  data  Ljava/lang/CharSequence;
            5    6     4     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Exception
           2     7       8  any
           8     9       8  any
    MethodParameters:
      Name  Flags
      part  
      data  

  public void onBinary(jdk.incubator.http.WebSocket$MessagePart, java.nio.ByteBuffer);
    descriptor: (Ljdk/incubator/http/WebSocket$MessagePart;Ljava/nio/ByteBuffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // jdk.incubator.http.internal.websocket.WebSocketImpl$1 this
        start local 1 // jdk.incubator.http.WebSocket$MessagePart part
        start local 2 // java.nio.ByteBuffer data
         0: .line 414
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.this$0:Ljdk/incubator/http/internal/websocket/WebSocketImpl;
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl.receiver:Ljdk/incubator/http/internal/websocket/Receiver;
            invokevirtual jdk.incubator.http.internal.websocket.Receiver.acknowledge:()V
         1: .line 415
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.this$0:Ljdk/incubator/http/internal/websocket/WebSocketImpl;
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl.lock:Ljava/lang/Object;
            dup
            astore 3
            monitorenter
         2: .line 417
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.val$listener:Ljdk/incubator/http/WebSocket$Listener;
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.this$0:Ljdk/incubator/http/internal/websocket/WebSocketImpl;
            aload 2 /* data */
            invokevirtual java.nio.ByteBuffer.slice:()Ljava/nio/ByteBuffer;
            aload 1 /* part */
            invokeinterface jdk.incubator.http.WebSocket$Listener.onBinary:(Ljdk/incubator/http/WebSocket;Ljava/nio/ByteBuffer;Ljdk/incubator/http/WebSocket$MessagePart;)Ljava/util/concurrent/CompletionStage;
            pop
         3: .line 418
            goto 6
      StackMap locals: jdk.incubator.http.internal.websocket.WebSocketImpl$1 jdk.incubator.http.WebSocket$MessagePart java.nio.ByteBuffer java.lang.Object
      StackMap stack: java.lang.Exception
         4: astore 4 /* e */
        start local 4 // java.lang.Exception e
         5: .line 419
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.this$0:Ljdk/incubator/http/internal/websocket/WebSocketImpl;
            aload 4 /* e */
            invokevirtual jdk.incubator.http.internal.websocket.WebSocketImpl.signalError:(Ljava/lang/Throwable;)V
        end local 4 // java.lang.Exception e
         6: .line 415
      StackMap locals:
      StackMap stack:
            aload 3
            monitorexit
         7: goto 10
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: aload 3
            monitorexit
         9: athrow
        10: .line 422
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.nio.ByteBuffer data
        end local 1 // jdk.incubator.http.WebSocket$MessagePart part
        end local 0 // jdk.incubator.http.internal.websocket.WebSocketImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Ljdk/incubator/http/internal/websocket/WebSocketImpl$1;
            0   11     1  part  Ljdk/incubator/http/WebSocket$MessagePart;
            0   11     2  data  Ljava/nio/ByteBuffer;
            5    6     4     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Exception
           2     7       8  any
           8     9       8  any
    MethodParameters:
      Name  Flags
      part  
      data  

  public void onPing(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // jdk.incubator.http.internal.websocket.WebSocketImpl$1 this
        start local 1 // java.nio.ByteBuffer data
         0: .line 426
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.this$0:Ljdk/incubator/http/internal/websocket/WebSocketImpl;
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl.receiver:Ljdk/incubator/http/internal/websocket/Receiver;
            invokevirtual jdk.incubator.http.internal.websocket.Receiver.acknowledge:()V
         1: .line 430
            aload 1 /* data */
            invokevirtual java.nio.ByteBuffer.slice:()Ljava/nio/ByteBuffer;
            astore 2 /* slice */
        start local 2 // java.nio.ByteBuffer slice
         2: .line 431
            aload 1 /* data */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            invokestatic java.nio.ByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
         3: .line 432
            aload 1 /* data */
            invokevirtual java.nio.ByteBuffer.put:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
         4: .line 433
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/ByteBuffer;
         5: .line 431
            astore 3 /* copy */
        start local 3 // java.nio.ByteBuffer copy
         6: .line 435
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.this$0:Ljdk/incubator/http/internal/websocket/WebSocketImpl;
            new jdk.incubator.http.internal.websocket.OutgoingMessage$Pong
            dup
            aload 3 /* copy */
            invokespecial jdk.incubator.http.internal.websocket.OutgoingMessage$Pong.<init>:(Ljava/nio/ByteBuffer;)V
            invokevirtual jdk.incubator.http.internal.websocket.WebSocketImpl.enqueue:(Ljdk/incubator/http/internal/websocket/OutgoingMessage;)Ljava/util/concurrent/CompletableFuture;
            astore 4 /* pongSent */
        start local 4 // java.util.concurrent.CompletableFuture pongSent
         7: .line 436
            aload 4 /* pongSent */
         8: .line 437
            aload 0 /* this */
            invokedynamic accept(Ljdk/incubator/http/internal/websocket/WebSocketImpl$1;)Ljava/util/function/BiConsumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  jdk/incubator/http/internal/websocket/WebSocketImpl$1.lambda$0(Ljdk/incubator/http/WebSocket;Ljava/lang/Throwable;)V (7)
                  (Ljdk/incubator/http/WebSocket;Ljava/lang/Throwable;)V
         9: .line 436
            invokevirtual java.util.concurrent.CompletableFuture.whenComplete:(Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletableFuture;
            pop
        10: .line 443
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.this$0:Ljdk/incubator/http/internal/websocket/WebSocketImpl;
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl.lock:Ljava/lang/Object;
            dup
            astore 5
            monitorenter
        11: .line 445
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.val$listener:Ljdk/incubator/http/WebSocket$Listener;
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.this$0:Ljdk/incubator/http/internal/websocket/WebSocketImpl;
            aload 2 /* slice */
            invokeinterface jdk.incubator.http.WebSocket$Listener.onPing:(Ljdk/incubator/http/WebSocket;Ljava/nio/ByteBuffer;)Ljava/util/concurrent/CompletionStage;
            pop
        12: .line 446
            goto 15
      StackMap locals: jdk.incubator.http.internal.websocket.WebSocketImpl$1 java.nio.ByteBuffer java.nio.ByteBuffer java.nio.ByteBuffer java.util.concurrent.CompletableFuture java.lang.Object
      StackMap stack: java.lang.Exception
        13: astore 6 /* e */
        start local 6 // java.lang.Exception e
        14: .line 447
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.this$0:Ljdk/incubator/http/internal/websocket/WebSocketImpl;
            aload 6 /* e */
            invokevirtual jdk.incubator.http.internal.websocket.WebSocketImpl.signalError:(Ljava/lang/Throwable;)V
        end local 6 // java.lang.Exception e
        15: .line 443
      StackMap locals:
      StackMap stack:
            aload 5
            monitorexit
        16: goto 19
      StackMap locals:
      StackMap stack: java.lang.Throwable
        17: aload 5
            monitorexit
        18: athrow
        19: .line 450
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.util.concurrent.CompletableFuture pongSent
        end local 3 // java.nio.ByteBuffer copy
        end local 2 // java.nio.ByteBuffer slice
        end local 1 // java.nio.ByteBuffer data
        end local 0 // jdk.incubator.http.internal.websocket.WebSocketImpl$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   20     0      this  Ljdk/incubator/http/internal/websocket/WebSocketImpl$1;
            0   20     1      data  Ljava/nio/ByteBuffer;
            2   20     2     slice  Ljava/nio/ByteBuffer;
            6   20     3      copy  Ljava/nio/ByteBuffer;
            7   20     4  pongSent  Ljava/util/concurrent/CompletableFuture<Ljdk/incubator/http/WebSocket;>;
           14   15     6         e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
          11    12      13  Class java.lang.Exception
          11    16      17  any
          17    18      17  any
    MethodParameters:
      Name  Flags
      data  

  public void onPong(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // jdk.incubator.http.internal.websocket.WebSocketImpl$1 this
        start local 1 // java.nio.ByteBuffer data
         0: .line 454
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.this$0:Ljdk/incubator/http/internal/websocket/WebSocketImpl;
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl.receiver:Ljdk/incubator/http/internal/websocket/Receiver;
            invokevirtual jdk.incubator.http.internal.websocket.Receiver.acknowledge:()V
         1: .line 455
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.this$0:Ljdk/incubator/http/internal/websocket/WebSocketImpl;
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl.lock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         2: .line 457
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.val$listener:Ljdk/incubator/http/WebSocket$Listener;
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.this$0:Ljdk/incubator/http/internal/websocket/WebSocketImpl;
            aload 1 /* data */
            invokevirtual java.nio.ByteBuffer.slice:()Ljava/nio/ByteBuffer;
            invokeinterface jdk.incubator.http.WebSocket$Listener.onPong:(Ljdk/incubator/http/WebSocket;Ljava/nio/ByteBuffer;)Ljava/util/concurrent/CompletionStage;
            pop
         3: .line 458
            goto 6
      StackMap locals: jdk.incubator.http.internal.websocket.WebSocketImpl$1 java.nio.ByteBuffer java.lang.Object
      StackMap stack: java.lang.Exception
         4: astore 3 /* e */
        start local 3 // java.lang.Exception e
         5: .line 459
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.this$0:Ljdk/incubator/http/internal/websocket/WebSocketImpl;
            aload 3 /* e */
            invokevirtual jdk.incubator.http.internal.websocket.WebSocketImpl.signalError:(Ljava/lang/Throwable;)V
        end local 3 // java.lang.Exception e
         6: .line 455
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
         7: goto 10
      StackMap locals:
      StackMap stack: java.lang.Throwable
         8: aload 2
            monitorexit
         9: athrow
        10: .line 462
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.nio.ByteBuffer data
        end local 0 // jdk.incubator.http.internal.websocket.WebSocketImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Ljdk/incubator/http/internal/websocket/WebSocketImpl$1;
            0   11     1  data  Ljava/nio/ByteBuffer;
            5    6     3     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Exception
           2     7       8  any
           8     9       8  any
    MethodParameters:
      Name  Flags
      data  

  public void onClose(int, java.lang.CharSequence);
    descriptor: (ILjava/lang/CharSequence;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // jdk.incubator.http.internal.websocket.WebSocketImpl$1 this
        start local 1 // int statusCode
        start local 2 // java.lang.CharSequence reason
         0: .line 466
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.this$0:Ljdk/incubator/http/internal/websocket/WebSocketImpl;
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl.receiver:Ljdk/incubator/http/internal/websocket/Receiver;
            invokevirtual jdk.incubator.http.internal.websocket.Receiver.acknowledge:()V
         1: .line 467
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.this$0:Ljdk/incubator/http/internal/websocket/WebSocketImpl;
            iload 1 /* statusCode */
            aload 2 /* reason */
            invokeinterface java.lang.CharSequence.toString:()Ljava/lang/String;
            invokevirtual jdk.incubator.http.internal.websocket.WebSocketImpl.processClose:(ILjava/lang/String;)V
         2: .line 468
            return
        end local 2 // java.lang.CharSequence reason
        end local 1 // int statusCode
        end local 0 // jdk.incubator.http.internal.websocket.WebSocketImpl$1 this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Ljdk/incubator/http/internal/websocket/WebSocketImpl$1;
            0    3     1  statusCode  I
            0    3     2      reason  Ljava/lang/CharSequence;
    MethodParameters:
            Name  Flags
      statusCode  
      reason      

  public void onError(java.lang.Exception);
    descriptor: (Ljava/lang/Exception;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // jdk.incubator.http.internal.websocket.WebSocketImpl$1 this
        start local 1 // java.lang.Exception error
         0: .line 477
            aload 1 /* error */
            instanceof jdk.incubator.http.internal.websocket.FailWebSocketException
            ifne 3
         1: .line 478
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.this$0:Ljdk/incubator/http/internal/websocket/WebSocketImpl;
            aload 1 /* error */
            invokevirtual jdk.incubator.http.internal.websocket.WebSocketImpl.signalError:(Ljava/lang/Throwable;)V
         2: .line 479
            goto 7
         3: .line 480
      StackMap locals:
      StackMap stack:
            new java.net.ProtocolException
            dup
            invokespecial java.net.ProtocolException.<init>:()V
            aload 1 /* error */
            invokevirtual java.net.ProtocolException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            checkcast java.lang.Exception
            astore 2 /* ex */
        start local 2 // java.lang.Exception ex
         4: .line 481
            aload 1 /* error */
            checkcast jdk.incubator.http.internal.websocket.FailWebSocketException
            invokevirtual jdk.incubator.http.internal.websocket.FailWebSocketException.getStatusCode:()I
            istore 3 /* code */
        start local 3 // int code
         5: .line 482
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.this$0:Ljdk/incubator/http/internal/websocket/WebSocketImpl;
            new jdk.incubator.http.internal.websocket.OutgoingMessage$Close
            dup
            iload 3 /* code */
            ldc ""
            invokespecial jdk.incubator.http.internal.websocket.OutgoingMessage$Close.<init>:(ILjava/lang/CharSequence;)V
            invokevirtual jdk.incubator.http.internal.websocket.WebSocketImpl.enqueueClose:(Ljdk/incubator/http/internal/websocket/OutgoingMessage$Close;)Ljava/util/concurrent/CompletableFuture;
         6: .line 483
            aload 0 /* this */
            aload 2 /* ex */
            invokedynamic accept(Ljdk/incubator/http/internal/websocket/WebSocketImpl$1;Ljava/lang/Exception;)Ljava/util/function/BiConsumer;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;Ljava/lang/Object;)V
                  jdk/incubator/http/internal/websocket/WebSocketImpl$1.lambda$1(Ljava/lang/Exception;Ljdk/incubator/http/WebSocket;Ljava/lang/Throwable;)V (7)
                  (Ljdk/incubator/http/WebSocket;Ljava/lang/Throwable;)V
            invokevirtual java.util.concurrent.CompletableFuture.whenComplete:(Ljava/util/function/BiConsumer;)Ljava/util/concurrent/CompletableFuture;
            pop
        end local 3 // int code
        end local 2 // java.lang.Exception ex
         7: .line 497
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Exception error
        end local 0 // jdk.incubator.http.internal.websocket.WebSocketImpl$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Ljdk/incubator/http/internal/websocket/WebSocketImpl$1;
            0    8     1  error  Ljava/lang/Exception;
            4    7     2     ex  Ljava/lang/Exception;
            5    7     3   code  I
    MethodParameters:
       Name  Flags
      error  

  public void onComplete();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // jdk.incubator.http.internal.websocket.WebSocketImpl$1 this
         0: .line 501
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.this$0:Ljdk/incubator/http/internal/websocket/WebSocketImpl;
            sipush 1006
            ldc ""
            invokevirtual jdk.incubator.http.internal.websocket.WebSocketImpl.processClose:(ILjava/lang/String;)V
         1: .line 502
            return
        end local 0 // jdk.incubator.http.internal.websocket.WebSocketImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/incubator/http/internal/websocket/WebSocketImpl$1;

  private void lambda$0(jdk.incubator.http.WebSocket, java.lang.Throwable);
    descriptor: (Ljdk/incubator/http/WebSocket;Ljava/lang/Throwable;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // jdk.incubator.http.internal.websocket.WebSocketImpl$1 this
        start local 1 // jdk.incubator.http.WebSocket r
        start local 2 // java.lang.Throwable error
         0: .line 438
            aload 2 /* error */
            ifnull 2
         1: .line 439
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.this$0:Ljdk/incubator/http/internal/websocket/WebSocketImpl;
            aload 2 /* error */
            invokevirtual jdk.incubator.http.internal.websocket.WebSocketImpl.signalError:(Ljava/lang/Throwable;)V
         2: .line 441
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.Throwable error
        end local 1 // jdk.incubator.http.WebSocket r
        end local 0 // jdk.incubator.http.internal.websocket.WebSocketImpl$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Ljdk/incubator/http/internal/websocket/WebSocketImpl$1;
            0    3     1      r  Ljdk/incubator/http/WebSocket;
            0    3     2  error  Ljava/lang/Throwable;

  private void lambda$1(java.lang.Exception, jdk.incubator.http.WebSocket, java.lang.Throwable);
    descriptor: (Ljava/lang/Exception;Ljdk/incubator/http/WebSocket;Ljava/lang/Throwable;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=2, locals=6, args_size=4
        start local 0 // jdk.incubator.http.internal.websocket.WebSocketImpl$1 this
        start local 2 // jdk.incubator.http.WebSocket r
        start local 3 // java.lang.Throwable e
         0: .line 484
            aload 3 /* e */
            ifnull 2
         1: .line 485
            aload 1
            aload 3 /* e */
            invokevirtual java.lang.Exception.addSuppressed:(Ljava/lang/Throwable;)V
         2: .line 488
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.this$0:Ljdk/incubator/http/internal/websocket/WebSocketImpl;
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl.channel:Ljdk/incubator/http/internal/websocket/RawChannel;
            invokeinterface jdk.incubator.http.internal.websocket.RawChannel.close:()V
         3: .line 489
            goto 10
      StackMap locals:
      StackMap stack: java.io.IOException
         4: astore 4 /* e1 */
        start local 4 // java.io.IOException e1
         5: .line 490
            aload 1
            aload 4 /* e1 */
            invokevirtual java.lang.Exception.addSuppressed:(Ljava/lang/Throwable;)V
        end local 4 // java.io.IOException e1
         6: .line 492
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.this$0:Ljdk/incubator/http/internal/websocket/WebSocketImpl;
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl.closed:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_1
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.set:(Z)V
            goto 11
         7: .line 491
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5
         8: .line 492
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.this$0:Ljdk/incubator/http/internal/websocket/WebSocketImpl;
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl.closed:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_1
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.set:(Z)V
         9: .line 493
            aload 5
            athrow
        10: .line 492
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.this$0:Ljdk/incubator/http/internal/websocket/WebSocketImpl;
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl.closed:Ljava/util/concurrent/atomic/AtomicBoolean;
            iconst_1
            invokevirtual java.util.concurrent.atomic.AtomicBoolean.set:(Z)V
        11: .line 494
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.WebSocketImpl$1.this$0:Ljdk/incubator/http/internal/websocket/WebSocketImpl;
            aload 1
            invokevirtual jdk.incubator.http.internal.websocket.WebSocketImpl.signalError:(Ljava/lang/Throwable;)V
        12: .line 495
            return
        end local 3 // java.lang.Throwable e
        end local 2 // jdk.incubator.http.WebSocket r
        end local 0 // jdk.incubator.http.internal.websocket.WebSocketImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   13     0  this  Ljdk/incubator/http/internal/websocket/WebSocketImpl$1;
            0   13     2     r  Ljdk/incubator/http/WebSocket;
            0   13     3     e  Ljava/lang/Throwable;
            5    6     4    e1  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           2     3       4  Class java.io.IOException
           2     6       7  any
}
SourceFile: "WebSocketImpl.java"
EnclosingMethod: jdk.incubator.http.internal.websocket.WebSocketImpl.messageConsumerOf:(Ljdk/incubator/http/WebSocket$Listener;)Ljdk/incubator/http/internal/websocket/MessageStreamConsumer;
NestHost: jdk.incubator.http.internal.websocket.WebSocketImpl
InnerClasses:
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
  public abstract Listener = jdk.incubator.http.WebSocket$Listener of jdk.incubator.http.WebSocket
  public final MessagePart = jdk.incubator.http.WebSocket$MessagePart of jdk.incubator.http.WebSocket
  final Close = jdk.incubator.http.internal.websocket.OutgoingMessage$Close of jdk.incubator.http.internal.websocket.OutgoingMessage
  final Pong = jdk.incubator.http.internal.websocket.OutgoingMessage$Pong of jdk.incubator.http.internal.websocket.OutgoingMessage
  jdk.incubator.http.internal.websocket.WebSocketImpl$1