Resolve mixin

Superclass constraints
Mixin applications

Properties

hashCode int
The hash code for this object.
no setterinherited
localSendHandle SendHandle
no setterinherited
remoteSendHandle SendHandle?
no setter
resume bool
no getter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

closeRcHandle() → void
inherited
encode(dynamic data) FutureOr<void>
futureAutoSend(Future data, SendHandle sp, SendMessage m) Future<void>
getArgs<T>(T args) ServerConfigurations<T>
inherited
getResolveProtocols() Map<String, List<Type>>
initStateListen(void add(FutureOr<void> work)) → void
inherited
listen(dynamic message) bool
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
objectSend(Object? data, SendHandle sp, SendMessage m) → void
onClose() FutureOr<void>
onError(dynamic message, dynamic error) → void
onInitStart() FutureOr<void>
inherited
onListen(ReceiveHandle rcHandle) FutureOr<void>
inherited
onListenReceivedSendHandle(SendHandleName sendHandleName) bool
inherited
onResolvedFailed(dynamic message) → void
onResumeListen() → void
override
receipt(dynamic o, SendMessage m, [bool isError = false]) → void
remove(dynamic key) bool
resolve(dynamic message) bool
resolveFunctionIterable() Map<Type, List<Function>>
run() FutureOr<void>
inherited
sendError(dynamic error, SendHandle sp, SendMessage m) → void
streamSend(Stream data, SendHandle sp, SendMessage m) → void
toString() String
A string representation of this object.
inherited

Operators

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