This is the complete list of members for DtTcpMsgSocketMgr, including all inherited members.
| addSocket(DtTcpMsgSocket *sock) | DtTcpMsgSocketMgr | virtual |
| addSocketAdditionCallback(DtTcpSocketAdditionCallback cb, void *usr) | DtTcpMsgSocketMgr | virtual |
| addSocketRemovalCallback(DtTcpSocketRemovalCallback cb, void *usr) | DtTcpMsgSocketMgr | virtual |
| disableBundling() | DtTcpMsgSocketMgr | virtual |
| disableCompression() | DtTcpMsgSocketMgr | virtual |
| DtTcpMsgSocketMgr(DtBoost::shared_ptr< DtMsgHeaderReader > hdrReader, size_t recvBufferSize=20000, int maxQueuedMsgs=-1) | DtTcpMsgSocketMgr | |
| DtTcpMsgSocketMgr(const DtTcpMsgSocketMgr &) | DtTcpMsgSocketMgr | private |
| enableBundling(size_t maxBundleSize) | DtTcpMsgSocketMgr | virtual |
| enableCompression(DtU8 compressionLevel) | DtTcpMsgSocketMgr | virtual |
| getLastError() const | DtTcpMsgSocketMgr | inline |
| isListening() const | DtTcpMsgSocketMgr | inline |
| maxMsgSize() const | DtTcpMsgSocketMgr | virtual |
| myAdditionCallbacks | DtTcpMsgSocketMgr | protected |
| myCompressionLevel | DtTcpMsgSocketMgr | protected |
| myHeaderReader | DtTcpMsgSocketMgr | protected |
| myLastError | DtTcpMsgSocketMgr | protected |
| myMaxBundleSize | DtTcpMsgSocketMgr | protected |
| myMaxQueuedMessages | DtTcpMsgSocketMgr | protected |
| myRecvBufferSize | DtTcpMsgSocketMgr | protected |
| myRemovalCallbacks | DtTcpMsgSocketMgr | protected |
| mySocketMgr | DtTcpMsgSocketMgr | protected |
| mySockets | DtTcpMsgSocketMgr | protected |
| mySockRecvBufferSize | DtTcpMsgSocketMgr | protected |
| mySockSendBufferSize | DtTcpMsgSocketMgr | protected |
| myTcpNoDelay | DtTcpMsgSocketMgr | protected |
| openServerSocket(DtU16 localPort, DtInetDevice *hostIf=NULL, DtInetUtils::DtInetAddrFamily family=DtInetUtils::DtInetAddrFamily_IPv4, DtU32 flags=(DtDefaultSockOpts|DtSockOptNonBlocking)) | DtTcpMsgSocketMgr | virtual |
| operator=(const DtTcpMsgSocketMgr &) | DtTcpMsgSocketMgr | private |
| processConnections() | DtTcpMsgSocketMgr | virtual |
| removeAndDelete(DtTcpMsgSocket *sock) | DtTcpMsgSocketMgr | virtual |
| removeSocketAdditionCallback(DtTcpSocketAdditionCallback cb, void *usr) | DtTcpMsgSocketMgr | virtual |
| removeSocketRemovalCallback(DtTcpSocketRemovalCallback cb, void *usr) | DtTcpMsgSocketMgr | virtual |
| serverSocketState() const | DtTcpMsgSocketMgr | virtual |
| setRecvBufferSize(DtU32 size) | DtTcpMsgSocketMgr | virtual |
| setSendBufferSize(DtU32 size) | DtTcpMsgSocketMgr | virtual |
| setTcpNoDelay(bool enable) | DtTcpMsgSocketMgr | virtual |
| socketAdded(DtInetSocket *sock, void *usr) | DtTcpMsgSocketMgr | static |
| socketAdded(DtInetSocket *sock) | DtTcpMsgSocketMgr | |
| socketIter(DtTcpMsgSocket *sock) | DtTcpMsgSocketMgr | inline |
| socketRemoved(DtInetSocket *sock, void *usr) | DtTcpMsgSocketMgr | static |
| socketRemoved(DtInetSocket *sock) | DtTcpMsgSocketMgr | |
| socketSet() | DtTcpMsgSocketMgr | inline |
| ~DtTcpMsgSocketMgr() | DtTcpMsgSocketMgr | virtual |