|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WebSocketCloseCodeReasonListener
Extend the normal close listener with one that support the WebSocket's code and reason.
| Method Summary | |
|---|---|
void |
onClose(WebSocket websocket,
int code,
String reason)
Invoked when the WebSocket is close. |
| Method Detail |
|---|
void onClose(WebSocket websocket,
int code,
String reason)
WebSocket is close.
websocket -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||