Package org.apache.tomcat.websocket
Class WsPongMessage
java.lang.Object
org.apache.tomcat.websocket.WsPongMessage
- All Implemented Interfaces:
- PongMessage
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionGet the payload of the Pong message.
- 
Constructor Details- 
WsPongMessage
 
- 
- 
Method Details- 
getApplicationDataDescription copied from interface:jakarta.websocket.PongMessageGet the payload of the Pong message.- Specified by:
- getApplicationDatain interface- PongMessage
- Returns:
- The payload of the Pong message.
 
 
-