RpcNetworkerPipe class final

Inheritance
Implementers

Constructors

RpcNetworkerPipe({RpcConfig config = const RpcConfig()})

Properties

config RpcConfig
final
functions Map<int, RpcFunction>
final
hashCode int
The hash code for this object.
no setterinherited
read Stream<NetworkerPacket<RpcNetworkerPacket>>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
write Stream<NetworkerPacket<Uint8List>>
no setterinherited

Methods

callFunction(int function, Uint8List data, {Channel sender = kAnyChannel, bool forceLocal = false}) bool
connect(NetworkerPipe<RpcNetworkerPacket, dynamic> pipe) → void
inherited
decode(Uint8List data) RpcNetworkerPacket
override
decodeChannel(Uint8List data, Channel channel) → (RpcNetworkerPacket, Channel)?
inherited
disconnect(NetworkerPipe<RpcNetworkerPacket, dynamic> pipe) → void
inherited
encode(RpcNetworkerPacket data) Uint8List
override
encodeChannel(RpcNetworkerPacket data, Channel channel) → (Uint8List, Channel)?
inherited
getFunction(int function) RawNetworkerPipe?
isValidCall(int function, Channel sender, [Channel receiver = kAnyChannel]) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onMessage(Uint8List data, [Channel channel = kAnyChannel]) → void
inherited
registerFunction(int function, {bool canRunLocally = false, RpcNetworkerMode mode = RpcNetworkerMode.authority}) RawNetworkerPipe
runFunction(RpcNetworkerPacket packet, {bool forceLocal = false}) bool
sendMessage(RpcNetworkerPacket data, [Channel channel = kAnyChannel]) → void
inherited
toString() String
A string representation of this object.
inherited
unregisterFunction(int function) bool

Operators

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