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