ConnectionManager

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Aliases

CloseCallBack
alias CloseCallBack = void delegate(ConnectBase connection)
Undocumented in source.

Functions

getConnection
ConnectBase getConnection(T connId)
Undocumented in source. Be warned that the author may not have intended to support it.
getProtocolName
string getProtocolName()
Undocumented in source. Be warned that the author may not have intended to support it.
isExist
bool isExist(T connId)
Undocumented in source. Be warned that the author may not have intended to support it.
onClosed
void onClosed(ConnectBase connection)
Undocumented in source. Be warned that the author may not have intended to support it.
onConnection
void onConnection(ConnectBase connection)
Undocumented in source. Be warned that the author may not have intended to support it.
putConnection
void putConnection(T connId, ConnectBase conn)
Undocumented in source. Be warned that the author may not have intended to support it.
removeConnection
void removeConnection(T connId)
Undocumented in source. Be warned that the author may not have intended to support it.
setCloseHandler
void setCloseHandler(CloseCallBack callback)
Undocumented in source. Be warned that the author may not have intended to support it.
setProtocolName
void setProtocolName(string name)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta