public interface ClientPingResponseListener
Modifier and Type | Method and Description |
---|---|
void |
clientPingResponse(ClientConnection client,
ClientPingMessage response)
This is called when a response to a 'ping' sent to a client is received.
|
void clientPingResponse(ClientConnection client, ClientPingMessage response)
client
- the connection from which the ping response is being
received.response
- the ping response message.Copyright © 2016 Push Technology Ltd. All Rights Reserved.