SlaveTcpConnection

slave connection

Constructors

this
this(Socket s, void delegate(Duration) sf)

Members

Functions

read
void[] read(void[] buf, CanRead cr)
Undocumented in source. Be warned that the author may not have intended to support it.
reconnect
void reconnect()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(const(void)[] msg)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From TcpConnectionBase

sock
Socket sock;
Undocumented in source.
sleepFunc
void delegate(Duration) sleepFunc;
Undocumented in source.
sleep
void sleep(Duration d)
Undocumented in source. Be warned that the author may not have intended to support it.
_writeStepSleep
Duration _writeStepSleep;
Undocumented in source.
_readStepSleep
Duration _readStepSleep;
Undocumented in source.
m_write
void m_write(const(void)[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.
m_read
void[] m_read(void[] buf, CanRead cr)
Undocumented in source. Be warned that the author may not have intended to support it.
socket
inout(Socket) socket()
isAlive
bool isAlive()
close
void close()

Meta