Package org.java_websocket.framing
Class TextFrame
- java.lang.Object
- 
- org.java_websocket.framing.FramedataImpl1
- 
- org.java_websocket.framing.DataFrame
- 
- org.java_websocket.framing.TextFrame
 
 
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.java_websocket.framing.FramedataFramedata.Opcode
 
- 
 - 
Constructor SummaryConstructors Constructor Description TextFrame()constructor which sets the opcode of this frame to text
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidisValid()Check if the frame is valid due to specification- 
Methods inherited from class org.java_websocket.framing.FramedataImpl1append, equals, get, getOpcode, getPayloadData, getTransfereMasked, hashCode, isFin, isRSV1, isRSV2, isRSV3, setFin, setPayload, setRSV1, setRSV2, setRSV3, setTransferemasked, toString
 
- 
 
- 
- 
- 
Method Detail- 
isValidpublic void isValid() throws InvalidDataExceptionDescription copied from class:FramedataImpl1Check if the frame is valid due to specification- Overrides:
- isValidin class- DataFrame
- Throws:
- InvalidDataException- thrown if the frame is not a valid frame
 
 
- 
 
-