final class jdk.incubator.http.internal.websocket.OutgoingMessage$Pong extends jdk.incubator.http.internal.websocket.OutgoingMessage
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.incubator.http.internal.websocket.OutgoingMessage$Pong
  super_class: jdk.incubator.http.internal.websocket.OutgoingMessage
{
  void <init>(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // jdk.incubator.http.internal.websocket.OutgoingMessage$Pong this
        start local 1 // java.nio.ByteBuffer payload
         0: .line 168
            aload 0 /* this */
            invokespecial jdk.incubator.http.internal.websocket.OutgoingMessage.<init>:()V
         1: .line 169
            aload 0 /* this */
            getstatic jdk.incubator.http.internal.websocket.Frame$Opcode.PONG:Ljdk/incubator/http/internal/websocket/Frame$Opcode;
            aload 1 /* payload */
            invokestatic jdk.incubator.http.internal.websocket.OutgoingMessage.getControlMessageBuffers:(Ljdk/incubator/http/internal/websocket/Frame$Opcode;Ljava/nio/ByteBuffer;)[Ljava/nio/ByteBuffer;
            putfield jdk.incubator.http.internal.websocket.OutgoingMessage$Pong.frame:[Ljava/nio/ByteBuffer;
         2: .line 170
            return
        end local 1 // java.nio.ByteBuffer payload
        end local 0 // jdk.incubator.http.internal.websocket.OutgoingMessage$Pong this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Ljdk/incubator/http/internal/websocket/OutgoingMessage$Pong;
            0    3     1  payload  Ljava/nio/ByteBuffer;
    MethodParameters:
         Name  Flags
      payload  
}
SourceFile: "OutgoingMessage.java"
NestHost: jdk.incubator.http.internal.websocket.OutgoingMessage
InnerClasses:
  final Opcode = jdk.incubator.http.internal.websocket.Frame$Opcode of jdk.incubator.http.internal.websocket.Frame
  final Pong = jdk.incubator.http.internal.websocket.OutgoingMessage$Pong of jdk.incubator.http.internal.websocket.OutgoingMessage