| 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 |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WebSocketTokenClient
Base interface that represents the Token based jWebSocket client.
|
| Modifier and Type | Method and Description |
|---|---|
WebSocketClient |
WebSocketClientEvent.getClient()
Returns the WebSocket client which fired the event.
|
WebSocketClient |
WebSocketBaseClientEvent.getClient() |
| Constructor and Description |
|---|
WebSocketBaseClientEvent(WebSocketClient aClient,
String aName,
String aData) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseWebSocketClient
Base
WebSocket implementation based on
http://weberknecht.googlecode.com by Roderick Baier. |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseTokenClient
Token based implementation of
JWebSocketClient |
| Constructor and Description |
|---|
WebSocketTokenClientEvent(WebSocketClient aClient,
String aName,
String aData) |
Copyright © 2013. All Rights Reserved.