RpcClientListener

Undocumented in source.

Constructors

this
this(string ip, ushort port, AsynchronousChannelSelector sel)
Undocumented in source.

Members

Functions

connectd
void connectd(RpcSocketBaseInterface socket)
Undocumented in source. Be warned that the author may not have intended to support it.
disconnectd
void disconnectd(RpcSocketBaseInterface socket)
Undocumented in source. Be warned that the author may not have intended to support it.
reConnect
void reConnect()
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.

Variables

_rpClient
RpcClient _rpClient;
Undocumented in source.

Inherited Members

From ClientSocketEventInterface

connectd
void connectd(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