Packages

p

spinoco.protocol

websocket

package websocket

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class WebSocketFrame (fin: Boolean, rsv: (Boolean, Boolean, Boolean), opcode: OpCode.Value, payload: ByteVector, mask: Option[Int]) extends Product with Serializable

    RFC 6455 Websocket frame

    RFC 6455 Websocket frame

    fin

    If true, this is final Frame

    rsv

    RSV._1 to RSV._3 bits

    opcode

    OpCode of this frame

    payload

    Payload data

    mask

    Masking bits for the payload (32 bits)

Value Members

  1. object OpCode extends Enumeration

Ungrouped