OmnyShellFrame class sealed

A decoded unit travelling over a connection: either a structured control message (ControlFrame) or a binary stream payload (DataFrame).

FrameCodec converts raw WebSocket events (text → control, binary → data) to and from this sealed type, so connection code handles a single stream of OmnyShellFrames.

Implementers
Annotations
  • @immutable

Properties

channelId int?
The channel this frame belongs to (null/0 for connection control).
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited