RpcServer

Undocumented in source.

Constructors

this
this(string ip, ushort port, AsynchronousChannelThreadGroup group, ServerSocketEventInterface socketEvent)
Undocumented in source.

Members

Functions

RpcResponseRemoteCall
bool RpcResponseRemoteCall(RpcResponse resp, RPC_PACKAGE_PROTOCOL protocol)
Undocumented in source. Be warned that the author may not have intended to support it.
bind
void bind(string className, string funcName)
Undocumented in source. Be warned that the author may not have intended to support it.
bindCallback
void bindCallback(size_t funcId, RequestCallback callback)
Undocumented in source. Be warned that the author may not have intended to support it.
onAcceptCompleted
void onAcceptCompleted(void* attachment, AsynchronousSocketChannel result)
Undocumented in source. Be warned that the author may not have intended to support it.
onAcceptFailed
void onAcceptFailed(void* attachment)
Undocumented in source. Be warned that the author may not have intended to support it.
rpcRecvPackageEvent
void rpcRecvPackageEvent(RpcSocketBaseInterface socket, RpcBinaryPackage pack)
Undocumented in source. Be warned that the author may not have intended to support it.
rpcSendPackageEvent
void rpcSendPackageEvent(RpcResponse rpcResp)
Undocumented in source. Be warned that the author may not have intended to support it.
setSocketCompress
void setSocketCompress(RPC_PACKAGE_COMPRESS_TYPE type)
Undocumented in source. Be warned that the author may not have intended to support it.
socketEvent
void socketEvent(RpcSocketBaseInterface socket, SOCKET_STATUS status, string statusStr)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From RpcEventInterface

rpcRecvPackageEvent
void rpcRecvPackageEvent(RpcSocketBaseInterface socket, RpcBinaryPackage recvPackage)
Undocumented in source.
rpcSendPackageEvent
void rpcSendPackageEvent(RpcResponse resp)
Undocumented in source.
socketEvent
void socketEvent(RpcSocketBaseInterface socket, SOCKET_STATUS status, string statusStr)
Undocumented in source.

Meta