Package org.java_websocket.framing
Class ContinuousFrame
java.lang.Object
org.java_websocket.framing.FramedataImpl1
org.java_websocket.framing.DataFrame
org.java_websocket.framing.ContinuousFrame
- All Implemented Interfaces:
Framedata
Class to represent a continuous frame
-
Constructor Summary
ConstructorsConstructorDescriptionconstructor which sets the opcode of this frame to continuous -
Method Summary
Methods 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
-
ContinuousFrame
public ContinuousFrame()constructor which sets the opcode of this frame to continuous
-