NetworkConnection class

Inheritance
Implementers

Constructors

NetworkConnection()

Properties

hashCode int
The hash code for this object.
no setterinherited
isConnected bool
no setter
lastAction DateTime
no setter
localEndPoint IPEndPoint?
no setter
properyModified Stream<PropertyModificationInfo>
no setterinherited
remoteEndPoint IPEndPoint?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socket ISocket?
no setter

Methods

assign(ISocket socket) → void
close() → void
connected() → void
dataReceived(NetworkBuffer data) → void
destroy() → void
override
disconnected() → void
emitArgs(String event, List arguments) bool
inherited
emitProperty(PropertyModificationInfo event) → void
inherited
networkClose(ISocket sender) → void
networkConnect(ISocket sender) → void
networkReceive(ISocket sender, NetworkBuffer buffer) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
off(String event, Function? callback) → void
inherited
on(String event, Function callback) → void
inherited
register(String event) → void
inherited
send(DC msg) → void
sendString(String data) → void
toString() String
A string representation of this object.
inherited
unassign() ISocket?

Operators

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