public class PongFrame extends ControlFrame
| Constructor and Description |
|---|
PongFrame()
constructor which sets the opcode of this frame to pong
|
PongFrame(PingFrame pingFrame)
constructor which sets the opcode of this frame to ping copying over the payload of the ping
|
isValidappend, equals, get, getOpcode, getPayloadData, getTransfereMasked, hashCode, isFin, isRSV1, isRSV2, isRSV3, setFin, setPayload, setRSV1, setRSV2, setRSV3, setTransferemasked, toStringpublic PongFrame()
public PongFrame(PingFrame pingFrame)
pingFrame - the PingFrame which payload is to copyCopyright © 2020. All rights reserved.