Package

spinoco.protocol

websocket

Permalink

package websocket

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

    Permalink

    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

    Permalink
  2. package codec

    Permalink

Ungrouped