ServerConnection

Undocumented in source.

Constructors

this
this(TCPSocket socket)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

active
bool active()
Undocumented in source. Be warned that the author may not have intended to support it.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
isAlive
bool isAlive()
Undocumented in source. Be warned that the author may not have intended to support it.
onActive
void onActive()
Undocumented in source.
onClose
void onClose()
Undocumented in source.
onRead
void onRead(ubyte[] data)
Undocumented in source.
restSocket
TCPSocket restSocket(TCPSocket socket)
Undocumented in source. Be warned that the author may not have intended to support it.
restTimeout
void restTimeout()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(const(ubyte)[] data, TCPWriteCallBack cback)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(TCPWriteBuffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

eventLoop
eventLoop [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
tcpSocket
tcpSocket [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta