public interface io.vertx.core.http.WebSocketFrame
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: io.vertx.core.http.WebSocketFrame
super_class: java.lang.Object
{
public static final io.vertx.core.spi.WebSocketFrameFactory factory;
descriptor: Lio/vertx/core/spi/WebSocketFrameFactory;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.GenIgnore()
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lio/vertx/core/spi/WebSocketFrameFactory;
invokestatic io.vertx.core.ServiceHelper.loadFactory:(Ljava/lang/Class;)Ljava/lang/Object;
checkcast io.vertx.core.spi.WebSocketFrameFactory
putstatic io.vertx.core.http.WebSocketFrame.factory:Lio/vertx/core/spi/WebSocketFrameFactory;
return
LocalVariableTable:
Start End Slot Name Signature
public static io.vertx.core.http.WebSocketFrame binaryFrame(io.vertx.core.buffer.Buffer, boolean);
descriptor: (Lio/vertx/core/buffer/Buffer;Z)Lio/vertx/core/http/WebSocketFrame;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: getstatic io.vertx.core.http.WebSocketFrame.factory:Lio/vertx/core/spi/WebSocketFrameFactory;
aload 0
iload 1
invokeinterface io.vertx.core.spi.WebSocketFrameFactory.binaryFrame:(Lio/vertx/core/buffer/Buffer;Z)Lio/vertx/core/http/WebSocketFrame;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 data Lio/vertx/core/buffer/Buffer;
0 1 1 isFinal Z
MethodParameters:
Name Flags
data
isFinal
public static io.vertx.core.http.WebSocketFrame textFrame(java.lang.String, boolean);
descriptor: (Ljava/lang/String;Z)Lio/vertx/core/http/WebSocketFrame;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: getstatic io.vertx.core.http.WebSocketFrame.factory:Lio/vertx/core/spi/WebSocketFrameFactory;
aload 0
iload 1
invokeinterface io.vertx.core.spi.WebSocketFrameFactory.textFrame:(Ljava/lang/String;Z)Lio/vertx/core/http/WebSocketFrame;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 str Ljava/lang/String;
0 1 1 isFinal Z
MethodParameters:
Name Flags
str
isFinal
public static io.vertx.core.http.WebSocketFrame pingFrame(io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/WebSocketFrame;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic io.vertx.core.http.WebSocketFrame.factory:Lio/vertx/core/spi/WebSocketFrameFactory;
aload 0
invokeinterface io.vertx.core.spi.WebSocketFrameFactory.pingFrame:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/WebSocketFrame;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 data Lio/vertx/core/buffer/Buffer;
MethodParameters:
Name Flags
data
public static io.vertx.core.http.WebSocketFrame pongFrame(io.vertx.core.buffer.Buffer);
descriptor: (Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/WebSocketFrame;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: getstatic io.vertx.core.http.WebSocketFrame.factory:Lio/vertx/core/spi/WebSocketFrameFactory;
aload 0
invokeinterface io.vertx.core.spi.WebSocketFrameFactory.pongFrame:(Lio/vertx/core/buffer/Buffer;)Lio/vertx/core/http/WebSocketFrame;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 data Lio/vertx/core/buffer/Buffer;
MethodParameters:
Name Flags
data
public static io.vertx.core.http.WebSocketFrame continuationFrame(io.vertx.core.buffer.Buffer, boolean);
descriptor: (Lio/vertx/core/buffer/Buffer;Z)Lio/vertx/core/http/WebSocketFrame;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: getstatic io.vertx.core.http.WebSocketFrame.factory:Lio/vertx/core/spi/WebSocketFrameFactory;
aload 0
iload 1
invokeinterface io.vertx.core.spi.WebSocketFrameFactory.continuationFrame:(Lio/vertx/core/buffer/Buffer;Z)Lio/vertx/core/http/WebSocketFrame;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 data Lio/vertx/core/buffer/Buffer;
0 1 1 isFinal Z
MethodParameters:
Name Flags
data
isFinal
public abstract boolean isText();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean isBinary();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean isContinuation();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean isClose();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract java.lang.String textData();
descriptor: ()Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.CacheReturn()
public abstract io.vertx.core.buffer.Buffer binaryData();
descriptor: ()Lio/vertx/core/buffer/Buffer;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.CacheReturn()
public abstract boolean isFinal();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract short closeStatusCode();
descriptor: ()S
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract java.lang.String closeReason();
descriptor: ()Ljava/lang/String;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "WebSocketFrame.java"
RuntimeVisibleAnnotations:
io.vertx.codegen.annotations.VertxGen()