See: Description
| Interface | Description |
|---|---|
| IBasicCacheStorage<K,V> |
Basic storages with simple expiration capability
|
| IBasicStorage<K,V> |
A storage is a named key/value list.
|
| ICacheStorageProvider |
Provides the getStorage method to obtain a persistence
storage with a given name.
|
| IInitializable | |
| IStorageProvider |
Provides the getStorage method to obtain a persistence
storage with a given name.
|
| ITokenizable | |
| WebSocketClient |
Base interface that represents the jWebSocket java client and it
defines all the methods and operations to allow the implementation of
jWebSocket specific client protocols and allows to register/deregister
different types of listeners for different types of communication and data
format.The implementation of this interface handles all the data formats and
client protocols and delegates the events and the data to different listeners
for further processing.
|
| WebSocketClientEvent |
Base interface jWebSocket events
|
| WebSocketClientListener |
Interface for the jWebSocket client listeners
|
| WebSocketClientTokenListener |
Interface for the Token WebSocket listeners based on the low level listeners.
|
| WebSocketPacket |
Specifies the API for low level data packets which are interchanged between
client and server.
|
| WebSocketTokenClient |
Base interface that represents the Token based jWebSocket client.
|
| Class | Description |
|---|---|
| WebSocketBaseClientEvent |
| Enum | Description |
|---|---|
| WebSocketStatus |
WebSocket connection status.
|
Copyright © 2013. All Rights Reserved.