Package | Description |
---|---|
org.voovan.http.websocket |
Modifier and Type | Method and Description |
---|---|
WebSocketFrame.Opcode |
WebSocketFrame.getOpcode() |
static WebSocketFrame.Opcode |
WebSocketFrame.Opcode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebSocketFrame.Opcode[] |
WebSocketFrame.Opcode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static WebSocketFrame |
WebSocketFrame.newInstance(boolean fin,
WebSocketFrame.Opcode opcode,
boolean mask,
ByteBuffer binary)
构建新的实例
|
static WebSocketFrame |
WebSocketFrame.newInstance(boolean fin,
WebSocketFrame.Opcode opcode,
boolean mask,
ByteBuffer binary,
int errorCode)
构建新的实例
|
void |
WebSocketFrame.setOpcode(WebSocketFrame.Opcode opcode) |
Copyright © 2020 Voovan. All rights reserved.