Package javax.websocket
Interface PongMessage
- 
 public interface PongMessageRepresents a WebSocket Pong message and used by message handlers to enable applications to process the response to any Pings they send.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.nio.ByteBuffergetApplicationData()Get the payload of the Pong message.
 
-