UhstHostSocket class abstract

Implementers

Constructors

UhstHostSocket()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

broadcastArrayBuffer({required ByteBuffer arrayBuffer}) → void
same as sendByteBufer as ByteBufer == ArrayBuffer
broadcastArrayBufferView({required TypedData arrayBufferView}) → void
same as sendTypedData as TypedData == ArrayBufferView
broadcastBlob({required Blob blob}) → void
broadcastByteBufer({required ByteBuffer byteBuffer}) → void
ByteBufer == ArrayBuffer see https://github.com/dart-lang/sdk/issues/12688
broadcastString({required String message}) → void
broadcastTypedData({required TypedData typedData}) → void
TypedData == ArrayBufferView
disconnect() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
offConnection({required HostConnectionHandler handler}) → void
offDiagnostic({required DiagnosticHandler handler}) → void
offError({required ErrorHandler handler}) → void
offReady({required HostReadyHandler handler}) → void
onceConnection({required HostConnectionHandler handler}) → void
onceDiagnostic({required DiagnosticHandler handler}) → void
onceError({required ErrorHandler handler}) → void
onceReady({required HostReadyHandler handler}) → void
onConnection({required HostConnectionHandler handler}) → void
onDiagnostic({required DiagnosticHandler handler}) → void
onError({required ErrorHandler handler}) → void
onReady({required HostReadyHandler handler}) → void
toString() String
A string representation of this object.
inherited

Operators

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