Package 

Class ControlFrame

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

    
    public abstract class ControlFrame
    extends FramedataImpl1
                        

    Abstract class to represent control frames

    • Constructor Summary

      Constructors 
      Constructor Description
      ControlFrame(Opcode opcode) Class to represent a control frame
    • Method Summary

      Modifier and Type Method Description
      void isValid() Check if the frame is valid due to specification
      • 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

      • ControlFrame

        ControlFrame(Opcode opcode)
        Class to represent a control frame
        Parameters:
        opcode - the opcode to use
    • Method Detail

      • isValid

         void isValid()

        Check if the frame is valid due to specification