ListenMixin mixin
端口创建/监听 初始化
- Mixin applications
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- localSendHandle → SendHandle
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
closeRcHandle(
) → void -
getArgs<
T> (T args) → ServerConfigurations< T> -
initStateListen(
void add(FutureOr< void> work)) → void -
listen(
dynamic message) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onInitStart(
) → FutureOr< void> -
onListen(
ReceiveHandle rcHandle) → FutureOr< void> -
onListenReceivedSendHandle(
SendHandleName sendHandleName) → bool -
onResumeListen(
) → void -
run(
) → FutureOr< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited