public class TenantDataReceiverEndpoint extends DataReceiverEndpoint
websocketLocalInputCallbackRegisterService| Constructor and Description |
|---|
TenantDataReceiverEndpoint() |
| Modifier and Type | Method and Description |
|---|---|
void |
onClose(javax.websocket.Session session,
javax.websocket.CloseReason reason) |
void |
onError(javax.websocket.Session session,
Throwable throwable) |
void |
onMessage(javax.websocket.Session session,
String message,
String tdomain,
String adapterName) |
void |
onOpen(javax.websocket.Session session,
String tdomain,
String adapterName) |
public void onMessage(javax.websocket.Session session,
String message,
String tdomain,
String adapterName)
public void onClose(javax.websocket.Session session,
javax.websocket.CloseReason reason)
onClose in class DataReceiverEndpointpublic void onError(javax.websocket.Session session,
Throwable throwable)
onError in class DataReceiverEndpointCopyright © 2015 WSO2. All rights reserved.