public class WebSocketClient
| Constructor and Description |
|---|
WebSocketClient(WebSocketClient.ActionHandler actionHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
connectToServer(java.lang.String url,
java.lang.String sessionId) |
void |
sendAction(java.lang.String type,
java.util.Map params,
java.lang.Long messageId) |
public WebSocketClient(WebSocketClient.ActionHandler actionHandler)