| Package | Description |
|---|---|
| org.smallmind.web.websocket |
| Modifier and Type | Method and Description |
|---|---|
static CloseCode |
CloseCode.fromBytes(byte[] bytes) |
static CloseCode |
CloseCode.fromCode(int code) |
static CloseCode |
CloseCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CloseCode[] |
CloseCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocket.close(CloseCode closeCode) |
void |
WebSocket.close(CloseCode closeCode,
String reason) |
Copyright © 2017. All rights reserved.