ISocket class abstract

Inheritance
Implementers

Constructors

ISocket()

Properties

hashCode int
The hash code for this object.
no setterinherited
localEndPoint IPEndPoint?
getter/setter pair
properyModified Stream<PropertyModificationInfo>
no setterinherited
receiver ↔ INetworkReceiver<ISocket>?
getter/setter pair
remoteEndPoint IPEndPoint?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state SocketState
no setter

Methods

accept() AsyncReply<ISocket>
begin() bool
close() → void
connect(String hostname, int port) AsyncReply<bool>
destroy() → void
inherited
emitArgs(String event, List arguments) bool
inherited
emitProperty(PropertyModificationInfo event) → void
inherited
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 message, [int offset, int size]) → void
toString() String
A string representation of this object.
inherited

Operators

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