public interface java.net.http.WebSocket$Listener
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: java.net.http.WebSocket$Listener
  super_class: java.lang.Object
{
  public void onOpen(java.net.http.WebSocket);
    descriptor: (Ljava/net/http/WebSocket;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // java.net.http.WebSocket$Listener this
        start local 1 // java.net.http.WebSocket webSocket
         0: .line 300
            aload 1 /* webSocket */
            lconst_1
            invokeinterface java.net.http.WebSocket.request:(J)V
            return
        end local 1 // java.net.http.WebSocket webSocket
        end local 0 // java.net.http.WebSocket$Listener this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Ljava/net/http/WebSocket$Listener;
            0    1     1  webSocket  Ljava/net/http/WebSocket;
    MethodParameters:
           Name  Flags
      webSocket  

  public java.util.concurrent.CompletionStage<?> onText(java.net.http.WebSocket, java.lang.CharSequence, boolean);
    descriptor: (Ljava/net/http/WebSocket;Ljava/lang/CharSequence;Z)Ljava/util/concurrent/CompletionStage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // java.net.http.WebSocket$Listener this
        start local 1 // java.net.http.WebSocket webSocket
        start local 2 // java.lang.CharSequence data
        start local 3 // boolean last
         0: .line 330
            aload 1 /* webSocket */
            lconst_1
            invokeinterface java.net.http.WebSocket.request:(J)V
         1: .line 331
            aconst_null
            areturn
        end local 3 // boolean last
        end local 2 // java.lang.CharSequence data
        end local 1 // java.net.http.WebSocket webSocket
        end local 0 // java.net.http.WebSocket$Listener this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Ljava/net/http/WebSocket$Listener;
            0    2     1  webSocket  Ljava/net/http/WebSocket;
            0    2     2       data  Ljava/lang/CharSequence;
            0    2     3       last  Z
    Signature: (Ljava/net/http/WebSocket;Ljava/lang/CharSequence;Z)Ljava/util/concurrent/CompletionStage<*>;
    MethodParameters:
           Name  Flags
      webSocket  
      data       
      last       

  public java.util.concurrent.CompletionStage<?> onBinary(java.net.http.WebSocket, java.nio.ByteBuffer, boolean);
    descriptor: (Ljava/net/http/WebSocket;Ljava/nio/ByteBuffer;Z)Ljava/util/concurrent/CompletionStage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // java.net.http.WebSocket$Listener this
        start local 1 // java.net.http.WebSocket webSocket
        start local 2 // java.nio.ByteBuffer data
        start local 3 // boolean last
         0: .line 363
            aload 1 /* webSocket */
            lconst_1
            invokeinterface java.net.http.WebSocket.request:(J)V
         1: .line 364
            aconst_null
            areturn
        end local 3 // boolean last
        end local 2 // java.nio.ByteBuffer data
        end local 1 // java.net.http.WebSocket webSocket
        end local 0 // java.net.http.WebSocket$Listener this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Ljava/net/http/WebSocket$Listener;
            0    2     1  webSocket  Ljava/net/http/WebSocket;
            0    2     2       data  Ljava/nio/ByteBuffer;
            0    2     3       last  Z
    Signature: (Ljava/net/http/WebSocket;Ljava/nio/ByteBuffer;Z)Ljava/util/concurrent/CompletionStage<*>;
    MethodParameters:
           Name  Flags
      webSocket  
      data       
      last       

  public java.util.concurrent.CompletionStage<?> onPing(java.net.http.WebSocket, java.nio.ByteBuffer);
    descriptor: (Ljava/net/http/WebSocket;Ljava/nio/ByteBuffer;)Ljava/util/concurrent/CompletionStage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.net.http.WebSocket$Listener this
        start local 1 // java.net.http.WebSocket webSocket
        start local 2 // java.nio.ByteBuffer message
         0: .line 398
            aload 1 /* webSocket */
            lconst_1
            invokeinterface java.net.http.WebSocket.request:(J)V
         1: .line 399
            aconst_null
            areturn
        end local 2 // java.nio.ByteBuffer message
        end local 1 // java.net.http.WebSocket webSocket
        end local 0 // java.net.http.WebSocket$Listener this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Ljava/net/http/WebSocket$Listener;
            0    2     1  webSocket  Ljava/net/http/WebSocket;
            0    2     2    message  Ljava/nio/ByteBuffer;
    Signature: (Ljava/net/http/WebSocket;Ljava/nio/ByteBuffer;)Ljava/util/concurrent/CompletionStage<*>;
    MethodParameters:
           Name  Flags
      webSocket  
      message    

  public java.util.concurrent.CompletionStage<?> onPong(java.net.http.WebSocket, java.nio.ByteBuffer);
    descriptor: (Ljava/net/http/WebSocket;Ljava/nio/ByteBuffer;)Ljava/util/concurrent/CompletionStage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // java.net.http.WebSocket$Listener this
        start local 1 // java.net.http.WebSocket webSocket
        start local 2 // java.nio.ByteBuffer message
         0: .line 429
            aload 1 /* webSocket */
            lconst_1
            invokeinterface java.net.http.WebSocket.request:(J)V
         1: .line 430
            aconst_null
            areturn
        end local 2 // java.nio.ByteBuffer message
        end local 1 // java.net.http.WebSocket webSocket
        end local 0 // java.net.http.WebSocket$Listener this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Ljava/net/http/WebSocket$Listener;
            0    2     1  webSocket  Ljava/net/http/WebSocket;
            0    2     2    message  Ljava/nio/ByteBuffer;
    Signature: (Ljava/net/http/WebSocket;Ljava/nio/ByteBuffer;)Ljava/util/concurrent/CompletionStage<*>;
    MethodParameters:
           Name  Flags
      webSocket  
      message    

  public java.util.concurrent.CompletionStage<?> onClose(java.net.http.WebSocket, int, java.lang.String);
    descriptor: (Ljava/net/http/WebSocket;ILjava/lang/String;)Ljava/util/concurrent/CompletionStage;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // java.net.http.WebSocket$Listener this
        start local 1 // java.net.http.WebSocket webSocket
        start local 2 // int statusCode
        start local 3 // java.lang.String reason
         0: .line 484
            aconst_null
            areturn
        end local 3 // java.lang.String reason
        end local 2 // int statusCode
        end local 1 // java.net.http.WebSocket webSocket
        end local 0 // java.net.http.WebSocket$Listener this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Ljava/net/http/WebSocket$Listener;
            0    1     1   webSocket  Ljava/net/http/WebSocket;
            0    1     2  statusCode  I
            0    1     3      reason  Ljava/lang/String;
    Signature: (Ljava/net/http/WebSocket;ILjava/lang/String;)Ljava/util/concurrent/CompletionStage<*>;
    MethodParameters:
            Name  Flags
      webSocket   
      statusCode  
      reason      

  public void onError(java.net.http.WebSocket, java.lang.Throwable);
    descriptor: (Ljava/net/http/WebSocket;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // java.net.http.WebSocket$Listener this
        start local 1 // java.net.http.WebSocket webSocket
        start local 2 // java.lang.Throwable error
         0: .line 505
            return
        end local 2 // java.lang.Throwable error
        end local 1 // java.net.http.WebSocket webSocket
        end local 0 // java.net.http.WebSocket$Listener this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Ljava/net/http/WebSocket$Listener;
            0    1     1  webSocket  Ljava/net/http/WebSocket;
            0    1     2      error  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      webSocket  
      error      
}
SourceFile: "WebSocket.java"
NestHost: java.net.http.WebSocket
InnerClasses:
  public abstract Listener = java.net.http.WebSocket$Listener of java.net.http.WebSocket