public class WebSocketOpcode extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BINARY
Opcode for "binary frame" (0x2).
|
static int |
CLOSE
Opcode for "connection close" (0x8).
|
static int |
CONTINUATION
Opcode for "frame continuation" (0x0).
|
static int |
PING
Opcode for "ping" (0x9).
|
static int |
PONG
Opcode for "pong" (0xA).
|
static int |
TEXT
Opcode for "text frame" (0x1).
|
public static final int CONTINUATION
public static final int TEXT
public static final int BINARY
public static final int CLOSE
public static final int PING
public static final int PONG
Copyright © 2021. All rights reserved.