Class WsPongFrame
java.lang.Object
org.jdrupes.httpcodec.protocols.websocket.WsFrameHeader
org.jdrupes.httpcodec.protocols.websocket.WsDefaultControlFrame
org.jdrupes.httpcodec.protocols.websocket.WsPongFrame
- All Implemented Interfaces:
MessageHeader
The Websocket pong frame.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.jdrupes.httpcodec.protocols.websocket.WsDefaultControlFrame
applicationData, hasPayload, isFinal
-
Constructor Details
-
WsPongFrame
A pong control frame.- Parameters:
applicationData
- the data to echo back
-