WebSocketFrame

scamper.http.websocket.WebSocketFrame
See theWebSocketFrame companion object

Defines frame for WebSocket message.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def isCompressed: Boolean

Tests for compression.

Tests for compression.

Attributes

def isFinal: Boolean

Tests for final frame.

Tests for final frame.

Attributes

def key: Option[MaskingKey]

Gets masking key.

Gets masking key.

Attributes

def length: Long

Gets payload length.

Gets payload length.

Attributes

def opcode: Opcode

Gets opcode.

Gets opcode.

Attributes

def payload: InputStream

Gets input stream to payload.

Gets input stream to payload.

Attributes

Concrete methods

def isBinary: Boolean

Tests for Binary frame.

Tests for Binary frame.

Attributes

def isClose: Boolean

Tests for Close frame.

Tests for Close frame.

Attributes

def isContinuation: Boolean

Tests for Continuation frame.

Tests for Continuation frame.

Attributes

def isMasked: Boolean

Tests for presence of masking key.

Tests for presence of masking key.

Attributes

def isPing: Boolean

Tests for Ping frame.

Tests for Ping frame.

Attributes

def isPong: Boolean

Tests for Pong frame.

Tests for Pong frame.

Attributes

def isText: Boolean

Tests for Text frame.

Tests for Text frame.

Attributes