public interface io.vertx.core.http.HttpFrame
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: io.vertx.core.http.HttpFrame
super_class: java.lang.Object
{
public abstract int type();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.CacheReturn()
public abstract int flags();
descriptor: ()I
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.CacheReturn()
public abstract io.vertx.core.buffer.Buffer payload();
descriptor: ()Lio/vertx/core/buffer/Buffer;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.CacheReturn()
}
SourceFile: "HttpFrame.java"
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.VertxGen()