Package org.java_websocket.framing
Class ControlFrame
java.lang.Object
org.java_websocket.framing.FramedataImpl1
org.java_websocket.framing.ControlFrame
- All Implemented Interfaces:
Framedata
- Direct Known Subclasses:
CloseFrame,PingFrame,PongFrame
Abstract class to represent control frames
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidisValid()Check if the frame is valid due to specificationMethods inherited from class org.java_websocket.framing.FramedataImpl1
append, equals, get, getOpcode, getPayloadData, getTransfereMasked, hashCode, isFin, isRSV1, isRSV2, isRSV3, setFin, setPayload, setRSV1, setRSV2, setRSV3, setTransferemasked, toString
-
Constructor Details
-
ControlFrame
Class to represent a control frame- Parameters:
opcode- the opcode to use
-
-
Method Details
-
isValid
Description copied from class:FramedataImpl1Check if the frame is valid due to specification- Specified by:
isValidin classFramedataImpl1- Throws:
InvalidDataException- thrown if the frame is not a valid frame
-