TCPClientManger

Undocumented in source.

Constructors

this
this(EventLoop loop)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

ClientCreatorCallBack
alias ClientCreatorCallBack = void delegate(TCPClient) nothrow
Undocumented in source.
ConCallBack
alias ConCallBack = void delegate(ClientConnection) nothrow
Undocumented in source.
LinkInfo
alias LinkInfo = TLinkInfo!(ConCallBack, TCPClientManger)
Undocumented in source.
NewConnection
alias NewConnection = ClientConnection delegate(TCPClient) nothrow
Undocumented in source.
STimerWheel
alias STimerWheel = ITimingWheel!YuAlloctor
Undocumented in source.

Functions

connect
void connect(Address addr, ConCallBack cback)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
void connect(LinkInfo* info)
Undocumented in source. Be warned that the author may not have intended to support it.
connectCallBack
void connectCallBack(LinkInfo* info, bool state)
Undocumented in source. Be warned that the author may not have intended to support it.
onTimer
void onTimer()
Undocumented in source. Be warned that the author may not have intended to support it.
setClientCreatorCallBack
void setClientCreatorCallBack(ClientCreatorCallBack cback)
Undocumented in source. Be warned that the author may not have intended to support it.
setNewConnectionCallBack
void setNewConnectionCallBack(NewConnection cback)
Undocumented in source. Be warned that the author may not have intended to support it.
startTimer
void startTimer(uint s)
Undocumented in source. Be warned that the author may not have intended to support it.
stopTimer
void stopTimer()
Undocumented in source. Be warned that the author may not have intended to support it.
tmpCloseCallBack
void tmpCloseCallBack()
Undocumented in source. Be warned that the author may not have intended to support it.
tmpReadCallBack
void tmpReadCallBack(ubyte[] )
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.
timeWheel
timeWheel [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
timeout
timeout [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
tryCout
tryCout [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
tryCout
uint tryCout [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta