| Package | Description |
|---|---|
| org.jwebsocket.api |
Provides the interfaces for the jWebSocket engines, their connectors,
the servers and the data packets.
|
| org.jwebsocket.client.java | |
| org.jwebsocket.client.token | |
| org.jwebsocket.config | |
| org.jwebsocket.kit |
Provides the implementations for raw data packets, the initial
WebSocket request header and the WebSocket excpetion class.
|
| Modifier and Type | Method and Description |
|---|---|
WebSocketEncoding |
WebSocketClient.getNegotiatedEncoding()
If subprotocol was negotiated, then this method returns sub protocol
format (json, csv, binary, custom)
|
| Modifier and Type | Method and Description |
|---|---|
WebSocketEncoding |
BaseWebSocketClient.getNegotiatedEncoding() |
| Constructor and Description |
|---|
BaseTokenClient(String aSubProt,
WebSocketEncoding aEncoding) |
| Modifier and Type | Field and Description |
|---|---|
static WebSocketEncoding |
JWebSocketCommonConstants.WS_ENCODING_DEFAULT
Use text format as default encoding for WebSocket Packets if not explicitly specified
|
| Modifier and Type | Method and Description |
|---|---|
WebSocketEncoding |
WebSocketSubProtocol.getEncoding() |
static WebSocketEncoding |
WebSocketEncoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebSocketEncoding[] |
WebSocketEncoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static WebSocketFrameType |
WebSocketProtocolAbstraction.encodingToFrameType(WebSocketEncoding aEncoding) |
| Constructor and Description |
|---|
WebSocketSubProtocol(String aSubProt,
WebSocketEncoding aEncoding) |
Copyright © 2013. All Rights Reserved.