fastdo
0.6.16
|
成员的完整列表,这些成员属于 eiennet::IoService,包括所有继承而来的类成员
_post(winux::SharedPointer< AsyncSocket > sock, IoType type, winux::SharedPointer< IoCtx > ctx) | eiennet::IoService | protected |
_RunAfterWaitHandler | eiennet::IoService | protected |
_RunBeforeJoinHandler | eiennet::IoService | protected |
AsyncSocket class | eiennet::IoService | friend |
getIoMaps() | eiennet::IoService | inline |
getMutex() | eiennet::IoService | inline |
getPool() | eiennet::IoService | inline |
getSockIoCount(size_t *sockCount, size_t *ioCount) const | eiennet::IoService | |
init(int threadCount=4, double serverWait=0.002) | eiennet::IoService | |
IoMap typedef | eiennet::IoService | |
IoMapMap typedef | eiennet::IoService | |
IoService(int threadCount=4, double serverWait=0.002) | eiennet::IoService | |
onRunAfterWait(int rc) | eiennet::IoService | inlineprotectedvirtual |
onRunAfterWaitHandler(RunAfterWaitHandlerFunction handler) | eiennet::IoService | inline |
onRunBeforeJoin() | eiennet::IoService | inlineprotectedvirtual |
onRunBeforeJoinHandler(RunBeforeJoinHandlerFunction handler) | eiennet::IoService | inline |
postAccept(winux::SharedPointer< AsyncSocket > sock, IoAcceptCtx::OkFunction cbOk, winux::uint64 timeoutMs=-1, IoAcceptCtx::TimeoutFunction cbTimeout=nullptr) | eiennet::IoService | |
postConnect(winux::SharedPointer< AsyncSocket > sock, EndPoint const &ep, IoConnectCtx::OkFunction cbOk, winux::uint64 timeoutMs=-1, IoConnectCtx::TimeoutFunction cbTimeout=nullptr) | eiennet::IoService | |
postRecv(winux::SharedPointer< AsyncSocket > sock, size_t targetSize, IoRecvCtx::OkFunction cbOk, winux::uint64 timeoutMs=-1, IoRecvCtx::TimeoutFunction cbTimeout=nullptr) | eiennet::IoService | |
postRecvFrom(winux::SharedPointer< AsyncSocket > sock, size_t targetSize, IoRecvFromCtx::OkFunction cbOk, winux::uint64 timeoutMs=-1, IoRecvFromCtx::TimeoutFunction cbTimeout=nullptr) | eiennet::IoService | |
postSend(winux::SharedPointer< AsyncSocket > sock, void const *data, size_t size, IoSendCtx::OkFunction cbOk, winux::uint64 timeoutMs=-1, IoSendCtx::TimeoutFunction cbTimeout=nullptr) | eiennet::IoService | |
postSendTo(winux::SharedPointer< AsyncSocket > sock, EndPoint const &ep, void const *data, size_t size, IoSendToCtx::OkFunction cbOk, winux::uint64 timeoutMs=-1, IoSendToCtx::TimeoutFunction cbTimeout=nullptr) | eiennet::IoService | |
removeSock(winux::SharedPointer< AsyncSocket > sock) | eiennet::IoService | |
run() | eiennet::IoService | |
RunAfterWaitHandlerFunction typedef | eiennet::IoService | |
RunBeforeJoinHandlerFunction typedef | eiennet::IoService | |
stop(bool b=true) | eiennet::IoService | |
~IoService() | eiennet::IoService | virtual |