Client

Undocumented in source.

Constructors

this
this(TcpSocket socket)
Undocumented in source.

Members

Functions

run
void run()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

hasJustConnected
bool hasJustConnected;
Undocumented in source.
isWorking
bool isWorking;
Undocumented in source.

Inherited Members

From TcpClient

_addresses
Address[] _addresses;
Undocumented in source.
_socket
TcpSocket _socket;
Undocumented in source.
address
string address [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
port
string port [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
~this
~this()
Undocumented in source.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
send
bool send(string message)
Undocumented in source. Be warned that the author may not have intended to support it.
receive
bool receive(string message, uint size)
Undocumented in source. Be warned that the author may not have intended to support it.
send
bool send(OutStream stream)
Undocumented in source. Be warned that the author may not have intended to support it.
receive
bool receive(InStream stream)
Undocumented in source. Be warned that the author may not have intended to support it.
run
void run()
Undocumented in source.

Meta