final class jdk.incubator.http.internal.websocket.OutgoingMessage$Ping 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$Ping
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$Ping this
start local 1 // java.nio.ByteBuffer payload
0: .line 161
aload 0 /* this */
invokespecial jdk.incubator.http.internal.websocket.OutgoingMessage.<init>:()V
1: .line 162
aload 0 /* this */
getstatic jdk.incubator.http.internal.websocket.Frame$Opcode.PING: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$Ping.frame:[Ljava/nio/ByteBuffer;
2: .line 163
return
end local 1 // java.nio.ByteBuffer payload
end local 0 // jdk.incubator.http.internal.websocket.OutgoingMessage$Ping this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Ljdk/incubator/http/internal/websocket/OutgoingMessage$Ping;
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 Ping = jdk.incubator.http.internal.websocket.OutgoingMessage$Ping of jdk.incubator.http.internal.websocket.OutgoingMessage