ClientConnection

Undocumented in source.

Constructors

this
this(TcpStream client)
Undocumented in source.

Members

Aliases

restClient
alias restClient = resetClient
Undocumented in source.

Functions

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.
resetClient
void resetClient(TcpStream client)
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(ubyte[] data, DataWrittenHandler cback)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(StreamWriteBuffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

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

Meta