public interface PongMessage
MessageHandler.Basic<PongMessage>
. The payload of the PongMessage is the application data sent by the peer.Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
getApplicationData()
The application data inside the pong message from the peer.
|