LocalServerStatusHandler class abstract

Implementers

Constructors

LocalServerStatusHandler()

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

createServerFailure(dynamic err) → dynamic
server创建失败
createServerSuccess(int port, String localAddress) → dynamic
server创建成功
fetchRespondsSources(String path) → dynamic
server 获取返回资源
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestServerFailure(String path, Object error) → dynamic
server 请求失败
serverDidCancel() → dynamic
server关闭
serverWillCancel() → dynamic
server将要关闭
toString() String
A string representation of this object.
inherited

Operators

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