public interface WebsocketClientHandler
| Modifier and Type | Method and Description |
|---|---|
void |
onConnectionClosed(int code,
String reason)
Called when if the endpoint closes the connection.
|
void |
onEndpointMessage(byte[] message)
The endpoint sent a bytes[] message.
|
void |
onEndpointMessage(String message)
The endpoint sent a String message.
|
void onConnectionClosed(int code,
String reason)
void onEndpointMessage(String message)
void onEndpointMessage(byte[] message)
Copyright © 2016. All rights reserved.