public interface WebSocketListener
| Modifier and Type | Method and Description |
|---|---|
void |
onClose(int code,
String reason,
boolean remote) |
void |
onError(Exception e) |
void |
onMessage(String s) |
void |
onOpen(org.java_websocket.handshake.ServerHandshake serverHandshake) |
Copyright © 2017–2021 The Apache Software Foundation. All rights reserved.