public interface WebSocketCloseCodeReasonListener
| Modifier and Type | Method and Description |
|---|---|
void |
onClose(WebSocket websocket,
int code,
String reason)
Invoked when the
WebSocket is close. |
Copyright © 2020. All Rights Reserved.