Klasse WebSocketFrame

java.lang.Object
ch.nolix.core.net.websocket.WebSocketFrame

public final class WebSocketFrame extends Object
  • Konstruktordetails

  • Methodendetails

    • createPongFrameFor

      public static WebSocketFrame createPongFrameFor(WebSocketFrame pingFrame)
    • createPongFrame

      public WebSocketFrame createPongFrame()
    • getFINBit

      public boolean getFINBit()
    • getFrameType

      public WebSocketFrameType getFrameType()
    • getLengthInBytes

      public BigDecimal getLengthInBytes()
    • getMaskBit

      public boolean getMaskBit()
    • getMaskLength

      public int getMaskLength()
    • getOpcodeMeaning

      public WebSocketFrameOpcodeMeaning getOpcodeMeaning()
    • getPayloadLength

      public long getPayloadLength()
    • getPayloadLengthType

      public WebSocketFramePayloadLengthType getPayloadLengthType()
    • getPayload

      public byte[] getPayload()
    • isControlFrame

      public boolean isControlFrame()
    • isDataFrame

      public boolean isDataFrame()
    • isFinalFragment

      public boolean isFinalFragment()
    • isPingFrame

      public boolean isPingFrame()
    • isPongFrame

      public boolean isPongFrame()
    • masksPayload

      public boolean masksPayload()
    • toBytes

      public byte[] toBytes()