public static class WebSocketClient.EventSocketClient extends Object
Constructor and Description |
---|
WebSocketClient.EventSocketClient() |
Modifier and Type | Method and Description |
---|---|
void |
onWebSocketClose(javax.websocket.CloseReason reason) |
void |
onWebSocketConnect(javax.websocket.Session sess) |
void |
onWebSocketError(Throwable cause) |
void |
onWebSocketText(String message) |
Copyright © 2016 WSO2 Inc. All rights reserved.