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
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