Package org.apache.tomcat.websocket
Class WsPongMessage
java.lang.Object
org.apache.tomcat.websocket.WsPongMessage
- All Implemented Interfaces:
 PongMessage
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionGet the payload of the Pong message. 
- 
Constructor Details
- 
WsPongMessage
 
 - 
 - 
Method Details
- 
getApplicationData
Description copied from interface:javax.websocket.PongMessageGet the payload of the Pong message.- Specified by:
 getApplicationDatain interfacePongMessage- Returns:
 - The payload of the Pong message.
 
 
 -