public class io.vertx.core.http.impl.HttpFrameImpl implements io.vertx.core.http.HttpFrame
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.core.http.impl.HttpFrameImpl
super_class: java.lang.Object
{
private final int type;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final int flags;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final io.vertx.core.buffer.Buffer payload;
descriptor: Lio/vertx/core/buffer/Buffer;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(int, int, io.vertx.core.buffer.Buffer);
descriptor: (IILio/vertx/core/buffer/Buffer;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
iload 1
putfield io.vertx.core.http.impl.HttpFrameImpl.type:I
2: aload 0
iload 2
putfield io.vertx.core.http.impl.HttpFrameImpl.flags:I
3: aload 0
aload 3
putfield io.vertx.core.http.impl.HttpFrameImpl.payload:Lio/vertx/core/buffer/Buffer;
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/vertx/core/http/impl/HttpFrameImpl;
0 5 1 type I
0 5 2 flags I
0 5 3 payload Lio/vertx/core/buffer/Buffer;
MethodParameters:
Name Flags
type
flags
payload
public int flags();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.HttpFrameImpl.flags:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpFrameImpl;
public int type();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.HttpFrameImpl.type:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpFrameImpl;
public io.vertx.core.buffer.Buffer payload();
descriptor: ()Lio/vertx/core/buffer/Buffer;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.vertx.core.http.impl.HttpFrameImpl.payload:Lio/vertx/core/buffer/Buffer;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/http/impl/HttpFrameImpl;
}
SourceFile: "HttpFrameImpl.java"