Class WsPongMessage
java.lang.Object
org.apache.tomcat.websocket.WsPongMessage
- All Implemented Interfaces:
PongMessage
-
Constructor Summary
ConstructorsConstructorDescriptionWsPongMessage(ByteBuffer applicationData) Creates a pong message, copying the application data. -
Method Summary
Modifier and TypeMethodDescriptionGet the payload of the Pong message.
-
Constructor Details
-
WsPongMessage
Creates a pong message, copying the application data.- Parameters:
applicationData- the application data buffer
-
-
Method Details
-
getApplicationData
Description copied from interface:jakarta.websocket.PongMessageGet the payload of the Pong message.- Specified by:
getApplicationDatain interfacePongMessage- Returns:
- The payload of the Pong message.
-