public interface ArtikCloudWebSocketCallback
| Modifier and Type | Method and Description |
|---|---|
void |
onAck(Acknowledgement ack) |
void |
onAction(ActionOut action) |
void |
onClose(int code,
String reason,
boolean remote) |
void |
onError(WebSocketError error) |
void |
onMessage(MessageOut message) |
void |
onOpen(int httpStatus,
String httpStatusMessage) |
void |
onPing(long timestamp) |
void onOpen(int httpStatus,
String httpStatusMessage)
void onMessage(MessageOut message)
void onAction(ActionOut action)
void onAck(Acknowledgement ack)
void onClose(int code,
String reason,
boolean remote)
void onError(WebSocketError error)
void onPing(long timestamp)
Copyright © 2016. All rights reserved.