TcpConnectionBase

Members

Functions

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

Variables

_readStepSleep
Duration _readStepSleep;
Undocumented in source.
_writeStepSleep
Duration _writeStepSleep;
Undocumented in source.
sleepFunc
void delegate(Duration) sleepFunc;
Undocumented in source.
sock
Socket sock;
Undocumented in source.

Inherited Members

From AbstractConnection

_rtm
Duration _rtm;
_wtm
Duration _wtm;
Undocumented in source.
readTimeout
Duration readTimeout [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
writeTimeout
Duration writeTimeout [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
readTimeout
Duration readTimeout [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
writeTimeout
Duration writeTimeout [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(const(void)[] data)
Undocumented in source.
read
void[] read(void[] buffer, CanRead cr)
Undocumented in source.
reconnect
void reconnect()
Undocumented in source.

Meta