| Package | Description |
|---|---|
| org.smallmind.web.websocket | |
| org.smallmind.web.websocket.spi |
| Modifier and Type | Class and Description |
|---|---|
class |
SyntaxException |
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocket.binary(byte[] buffer) |
void |
WebSocket.close() |
static byte[] |
Frame.close(byte[] status,
String reason) |
void |
WebSocket.close(CloseCode closeCode) |
void |
WebSocket.close(CloseCode closeCode,
String reason) |
void |
WebSocket.ping(byte[] buffer) |
static byte[] |
Frame.ping(byte[] message) |
static byte[] |
Frame.pong(byte[] message) |
void |
WebSocket.text(String message) |
| Constructor and Description |
|---|
WebSocket(URI uri,
HandshakeListener handshakeListener,
String... protocols) |
WebSocket(URI uri,
HandshakeListener handshakeListener,
WebSocketExtension[] extensions,
String... protocols) |
WebSocket(URI uri,
String... protocols) |
WebSocket(URI uri,
WebSocketExtension[] extensions,
String... protocols) |
| Constructor and Description |
|---|
SessionImpl(javax.websocket.WebSocketContainer container,
URI uri,
javax.websocket.Endpoint endpoint,
javax.websocket.ClientEndpointConfig endpointConfig) |
Copyright © 2016. All rights reserved.