RpcServerListener

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Functions

disconnectd
void disconnectd(RpcSocketBaseInterface socket)
Undocumented in source. Be warned that the author may not have intended to support it.
inconming
void inconming(RpcSocketBaseInterface socket)
Undocumented in source. Be warned that the author may not have intended to support it.
listenFailed
void listenFailed(string str)
Undocumented in source. Be warned that the author may not have intended to support it.
readFailed
void readFailed(RpcSocketBaseInterface socket)
Undocumented in source. Be warned that the author may not have intended to support it.
writeFailed
void writeFailed(RpcSocketBaseInterface socket)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

connect_num
int connect_num;
Undocumented in source.

Inherited Members

From ServerSocketEventInterface

listenFailed
void listenFailed(string str)
Undocumented in source.
inconming
void inconming(RpcSocketBaseInterface socket)
Undocumented in source.
disconnectd
void disconnectd(RpcSocketBaseInterface socket)
Undocumented in source.
writeFailed
void writeFailed(RpcSocketBaseInterface socket)
Undocumented in source.
readFailed
void readFailed(RpcSocketBaseInterface socket)
Undocumented in source.

Meta