@WebSocket public class JsonSession extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
onClose(int statusCode,
String reason) |
void |
onMessage(String msg) |
@OnWebSocketClose
public void onClose(int statusCode,
String reason)
throws IOException,
ExecutionException,
InterruptedException
@OnWebSocketMessage public void onMessage(String msg)
Copyright © 2017 Grakn Labs Ltd. All rights reserved.