RpcClientSocket

Undocumented in source.

Constructors

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

Members

Functions

disconnect
void disconnect()
Undocumented in source. Be warned that the author may not have intended to support it.
getFd
int getFd()
Undocumented in source. Be warned that the author may not have intended to support it.
getIp
string getIp()
Undocumented in source. Be warned that the author may not have intended to support it.
getPort
string getPort()
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.
onConnectCompleted
void onConnectCompleted(void* attachment)
Undocumented in source. Be warned that the author may not have intended to support it.
onConnectFailed
void onConnectFailed(void* attachment)
Undocumented in source. Be warned that the author may not have intended to support it.
onReadCompleted
void onReadCompleted(void* attachment, size_t count, ByteBuffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
onReadFailed
void onReadFailed(void* attachment)
Undocumented in source. Be warned that the author may not have intended to support it.
onWriteCompleted
void onWriteCompleted(void* attachment, size_t count, ByteBuffer buffer)
Undocumented in source. Be warned that the author may not have intended to support it.
onWriteFailed
void onWriteFailed(void* attachment)
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.
write
bool write(byte[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From RpcSocketBaseInterface

write
bool write(byte[] data)
Undocumented in source.
getFd
int getFd()
Undocumented in source.
getIp
string getIp()
Undocumented in source.
getPort
string getPort()
Undocumented in source.
disconnect
void disconnect()
Undocumented in source.

Meta