SlaveTcpConnection

Constructors

this
this(Address addr)

Members

Functions

read
void[] read(void[] buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
write
size_t write(const(void)[] msg)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

cli
Socket cli;
Undocumented in source.
socket
TcpSocket socket;
Undocumented in source.

Inherited Members

From Connection

write
size_t write(const(void)[] data)

Write data to connection

read
void[] read(void[] buffer)

Read data from connection

Meta