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 SummaryConstructors
- 
Method SummaryMethods inherited from class org.jdrupes.httpcodec.protocols.websocket.WsDefaultControlFrameapplicationData, hasPayload, isFinal
- 
Constructor Details- 
WsPongFrameA pong control frame.- Parameters:
- applicationData- the data to echo back
 
 
-