MyClient

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

onActive
void onActive()
Undocumented in source. Be warned that the author may not have intended to support it.
onClose
void onClose()
Undocumented in source. Be warned that the author may not have intended to support it.
onCreate
void onCreate(TcpStream client)
Undocumented in source. Be warned that the author may not have intended to support it.
onFailure
void onFailure()
Undocumented in source. Be warned that the author may not have intended to support it.
onRead
void onRead(ubyte[] data)
Undocumented in source. Be warned that the author may not have intended to support it.
onTimeout
void onTimeout(Object sender)
Undocumented in source. Be warned that the author may not have intended to support it.
runInThread
void runInThread()
Undocumented in source. Be warned that the author may not have intended to support it.
syncConnet
void syncConnet(Address addr)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From BaseClient

ClientCreatorCallBack
alias ClientCreatorCallBack = void delegate(TcpStream)
Undocumented in source.
LinklogInfo
alias LinklogInfo = TLinklogInfo!ClientCreatorCallBack
Undocumented in source.
isAlive
bool isAlive()
Undocumented in source. Be warned that the author may not have intended to support it.
setTimeout
void setTimeout(uint s)
Undocumented in source. Be warned that the author may not have intended to support it.
tryCount
tryCount [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
tryCount
uint tryCount [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(Address addr, ClientCreatorCallBack cback)
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.
close
void close()
Undocumented in source. Be warned that the author may not have intended to support it.
tcpStreamClient
TcpStream tcpStreamClient [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
timer
KissTimer timer [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
timeout
uint timeout [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
eventLoop
EventLoop eventLoop [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
onActive
void onActive()
Undocumented in source.
onFailure
void onFailure()
Undocumented in source.
onClose
void onClose()
Undocumented in source.
onRead
void onRead(ubyte[] data)
Undocumented in source.
onTimeout
void onTimeout(Object sender)
Undocumented in source.
startTimer
startTimer()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta