| 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 | |
| to.sparks.mtgox.net | |
| to.sparks.mtgox.service |
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocketBaseClientEvent |
| Modifier and Type | Method and Description |
|---|---|
void |
WebSocketClient.notifyClosed(WebSocketClientEvent aEvent)
Notifies the jWebSocket client implementation about the
connection being closed
|
void |
WebSocketClient.notifyOpened(WebSocketClientEvent aEvent)
Notifies the jWebSocket client implementation about the
connection being opened to the jWebSocket server via WebSocket
|
void |
WebSocketClient.notifyPacket(WebSocketClientEvent aEvent,
WebSocketPacket aPacket)
Notifies the jWebSocket client implementation about the packet
being received from the WebSocket client.
|
void |
WebSocketClient.notifyReconnecting(WebSocketClientEvent aEvent)
Notifies the jWebSocket client implementation about the
connection being re-established
|
void |
WebSocketClientListener.processClosed(WebSocketClientEvent aEvent)
This method is invoked when a client was disconnected from the Client.
|
void |
WebSocketClientListener.processOpened(WebSocketClientEvent aEvent)
This method is invoked when a new client successfully connected to the
server.
|
void |
WebSocketClientListener.processOpening(WebSocketClientEvent aEvent)
This method is invoked when a client start to connect to the server.
|
void |
WebSocketClientListener.processPacket(WebSocketClientEvent aEvent,
WebSocketPacket aPacket)
This method is invoked when a data packet from a client is received.
|
void |
WebSocketClientListener.processReconnecting(WebSocketClientEvent aEvent)
This method is invoked when the client starts to automatically re-connect
triggered by the Reliability Manager.
|
void |
WebSocketClientTokenListener.processToken(WebSocketClientEvent aEvent,
Token aToken)
This method is invoked when a token (JSON, CSV or XML) from a client is
received.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BaseWebSocketClient.notifyClosed(WebSocketClientEvent aEvent)
Notifies the jWebSocket client implementation about the
connection being closed
|
void |
BaseWebSocketClient.notifyOpened(WebSocketClientEvent aEvent)
Notifies the jWebSocket client implementation about the
connection being opened to the jWebSocket server via WebSocket
|
void |
BaseWebSocketClient.notifyPacket(WebSocketClientEvent aEvent,
WebSocketPacket aPacket)
Notifies the jWebSocket client implementation about the packet
being received from the WebSocket client.
|
void |
BaseWebSocketClient.notifyReconnecting(WebSocketClientEvent aEvent)
Notifies the jWebSocket client implementation about the
connection being re-established
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebSocketTokenClientEvent |
| Modifier and Type | Method and Description |
|---|---|
WebSocketClientEvent |
MtGoxPacket.getaEvent() |
| Constructor and Description |
|---|
MtGoxPacket(WebSocketClientEvent aEvent,
WebSocketPacket aPacket) |
| Modifier and Type | Method and Description |
|---|---|
void |
SocketListener.processClosed(WebSocketClientEvent aEvent) |
void |
SocketListener.processOpened(WebSocketClientEvent aEvent) |
void |
SocketListener.processOpening(WebSocketClientEvent aEvent) |
void |
SocketListener.processPacket(WebSocketClientEvent aEvent,
WebSocketPacket aPacket) |
void |
SocketListener.processReconnecting(WebSocketClientEvent aEvent) |
Copyright © 2013. All Rights Reserved.