ServerMessageHandle class abstract

服务端的消息处理

Implementers

Constructors

ServerMessageHandle()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

error(dynamic error) → void
处理错误信息
mapMessageHandle(Map<String, dynamic> data, SocketConnect socketConnect) → void
json类型的数据处理
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stringMessageHandle(String data) → void
处理来自服务端的字符串消息
toString() String
A string representation of this object.
inherited

Operators

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