public interface WebSocketListener
Modifier and Type | Method and Description |
---|---|
void |
onClose(int code,
String reason,
boolean remote) |
void |
onError(Exception ex) |
void |
onMessage(String message) |
void |
onOpen(org.java_websocket.handshake.ServerHandshake handshakedata) |
Copyright © 2016 Pusher. All rights reserved.