Package 

Class ContinuousFrame

  • All Implemented Interfaces:
    com.tds.common.websocket.framing.Framedata

    
    public class ContinuousFrame
    extends DataFrame
                        

    Class to represent a continuous frame

    • Constructor Summary

      Constructors 
      Constructor Description
      ContinuousFrame() constructor which sets the opcode of this frame to continuous
    • Method Summary

      Modifier and Type Method Description
      • Methods inherited from class com.tds.common.websocket.framing.DataFrame

        isValid
      • Methods inherited from class com.tds.common.websocket.framing.FramedataImpl1

        append, equals, get, getOpcode, getPayloadData, getTransfereMasked, hashCode, isFin, isRSV1, isRSV2, isRSV3, setFin, setPayload, setRSV1, setRSV2, setRSV3, setTransferemasked, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ContinuousFrame

        ContinuousFrame()
        constructor which sets the opcode of this frame to continuous