Package 

Class TextFrame

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

    
    public class TextFrame
    extends DataFrame
                        

    Class to represent a text frames

    • Constructor Summary

      Constructors 
      Constructor Description
      TextFrame() constructor which sets the opcode of this frame to text
    • 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

      • TextFrame

        TextFrame()
        constructor which sets the opcode of this frame to text
    • Method Detail

      • isValid

         void isValid()

        Check if the frame is valid due to specification