Resolve mixin
- Superclass constraints
- Mixin applications
-
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