RpcRequest

Undocumented in source.

Constructors

this
this(RPC_PACKAGE_COMPRESS_TYPE type, int secondsTimeOut)
Undocumented in source.
this
this(RpcRequest req)
Undocumented in source.
this
this(RpcSocketBaseInterface socket)
Undocumented in source.

Members

Functions

bindFunc
void bindFunc(size_t id)
Undocumented in source. Be warned that the author may not have intended to support it.
getArgsNum
ulong getArgsNum()
Undocumented in source. Be warned that the author may not have intended to support it.
getCallFuncId
size_t getCallFuncId()
Undocumented in source. Be warned that the author may not have intended to support it.
getCallFuncName
string getCallFuncName()
Undocumented in source. Be warned that the author may not have intended to support it.
getCompressType
RPC_PACKAGE_COMPRESS_TYPE getCompressType()
Undocumented in source. Be warned that the author may not have intended to support it.
getFunArgList
ubyte[] getFunArgList()
Undocumented in source. Be warned that the author may not have intended to support it.
getNonblock
auto getNonblock()
Undocumented in source. Be warned that the author may not have intended to support it.
getSequence
auto getSequence()
Undocumented in source. Be warned that the author may not have intended to support it.
getSocket
auto getSocket()
Undocumented in source. Be warned that the author may not have intended to support it.
getStatus
auto getStatus()
Undocumented in source. Be warned that the author may not have intended to support it.
getTimeout
auto getTimeout()
Undocumented in source. Be warned that the author may not have intended to support it.
getTimestamp
auto getTimestamp()
Undocumented in source. Be warned that the author may not have intended to support it.
pop
bool pop(ubyte[] arg)
Undocumented in source. Be warned that the author may not have intended to support it.
push
void push(ubyte[] arg)
Undocumented in source. Be warned that the author may not have intended to support it.
semaphoreRelease
void semaphoreRelease()
Undocumented in source. Be warned that the author may not have intended to support it.
semaphoreWait
void semaphoreWait()
Undocumented in source. Be warned that the author may not have intended to support it.
setCompressType
void setCompressType(RPC_PACKAGE_COMPRESS_TYPE type)
Undocumented in source. Be warned that the author may not have intended to support it.
setNonblock
void setNonblock(bool isNonblock)
Undocumented in source. Be warned that the author may not have intended to support it.
setSequence
void setSequence(ulong seque)
Undocumented in source. Be warned that the author may not have intended to support it.
setSocket
void setSocket(RpcSocketBaseInterface socket)
Undocumented in source. Be warned that the author may not have intended to support it.
setStatus
void setStatus(RESPONSE_STATUS status)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta