RpcServerSocket

Undocumented in source.

Constructors

this
this(AsynchronousSocketChannel client, RpcEventInterface rpcEventDalegate)
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.
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.
write
bool write(byte[] buf)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_selector
AsynchronousChannelSelector _selector;
Undocumented in source.

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