The socket HorusRealtime talks through.
An interface rather than a WebSocketChannel directly so a test can drop
a connection, replay frames and assert on what was sent without a real
server, a real port, or a real wait.
Properties
Methods
-
close(
[int? code, String? reason]) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
send(
String data) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited