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
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) → dynamic
inherited
emitProperty(String name) → dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
off(String event, dynamic callback) → dynamic
inherited
on(String event, Function callback) → dynamic
inherited
register(String event) → dynamic
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