NetworkerBase class sealed

Inheritance
Implementers

Properties

address Uri
no setter
hashCode int
The hash code for this object.
no setterinherited
isClosed bool
no setter
isOpen bool
no setter
onClosed Stream<void>
no setter
onOpen Stream<void>
no setter
read Stream<NetworkerPacket<Uint8List>>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
write Stream<NetworkerPacket<Uint8List>>
no setterinherited

Methods

close() FutureOr<void>
connect(NetworkerPipe<Uint8List, dynamic> pipe) → void
inherited
decode(Uint8List data) Uint8List
inherited
decodeChannel(Uint8List data, Channel channel) → (Uint8List, Channel)?
inherited
disconnect(NetworkerPipe<Uint8List, dynamic> pipe) → void
inherited
encode(Uint8List data) Uint8List
inherited
encodeChannel(Uint8List data, Channel channel) → (Uint8List, Channel)?
inherited
init() FutureOr<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onMessage(Uint8List data, [Channel channel = kAnyChannel]) → void
inherited
sendMessage(Uint8List data, [Channel channel = kAnyChannel]) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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