| Package | Description |
|---|---|
| org.jwebsocket.api |
Provides the interfaces for the jWebSocket engines, their connectors,
the servers and the data packets.
|
| org.jwebsocket.client.java | |
| to.sparks.mtgox.service |
| Modifier and Type | Interface and Description |
|---|---|
interface |
WebSocketClientTokenListener
Interface for the Token WebSocket listeners based on the low level listeners.
|
| Modifier and Type | Method and Description |
|---|---|
List<WebSocketClientListener> |
WebSocketClient.getListeners()
Returns the list of listeners registered.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocketClient.addListener(WebSocketClientListener aListener)
Adds the client listener to the lists of listener which are interested in
receiving the jWebSocket connection and data events.
|
void |
WebSocketClient.removeListener(WebSocketClientListener aListener)
Remove the listener from the list of listeners, once the listener is
removed it won't be notified of any jWebSocket events.
|
| Modifier and Type | Method and Description |
|---|---|
List<WebSocketClientListener> |
BaseWebSocketClient.getListeners()
Returns the list of listeners registered.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseWebSocketClient.addListener(WebSocketClientListener aListener)
Adds the client listener to the lists of listener which are interested in
receiving the jWebSocket connection and data events.
|
void |
BaseWebSocketClient.removeListener(WebSocketClientListener aListener)
Remove the listener from the list of listeners, once the listener is
removed it won't be notified of any jWebSocket events.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SocketListener |
Copyright © 2013. All Rights Reserved.