, including all inherited members.
| bundleSize() const | DtTcpMsgSocket | [virtual] |
| closeSocket() | DtMsgSocket | [virtual] |
| compressionLevel() const | DtTcpMsgSocket | [virtual] |
| descriptor() const | DtMsgSocket | [inline] |
| destination() const | DtTcpMsgSocket | [virtual] |
| disableBundling() | DtTcpMsgSocket | [virtual] |
| disableCompression() | DtTcpMsgSocket | [virtual] |
| DtMsgSocket(DtBoost::shared_ptr< DtMsgHeaderReader > hdrReader, size_t recvBuffSize) | DtMsgSocket | |
| DtMsgSocket(std::auto_ptr< DtInetSocket > socket, DtBoost::shared_ptr< DtMsgHeaderReader > hdrReader, size_t recvBuffSize) | DtMsgSocket | |
| DtTcpMsgSocket(DtBoost::shared_ptr< DtMsgHeaderReader > hdrReader, size_t recvBufferSize=20000, int maxQueuedMsgs=-1) | DtTcpMsgSocket | |
| DtTcpMsgSocket(std::auto_ptr< DtInetTcpSocket > socket, DtBoost::shared_ptr< DtMsgHeaderReader > hdrReader, size_t recvBuffSize=20000, int maxQueuedMsgs=-1) | DtTcpMsgSocket | |
| enableBundling(size_t maxBundleSize) | DtTcpMsgSocket | [virtual] |
| enableCompression(DtU8 compressionLevel) | DtTcpMsgSocket | [virtual] |
| expandRecvBuffer(size_t sizeNeeded) | DtMsgSocket | [inline, protected] |
| flush() | DtTcpMsgSocket | [virtual] |
| flushQueue() | DtTcpMsgSocket | [protected, virtual] |
| getQueueStatus(int &percentFull) const | DtTcpMsgSocket | [virtual] |
| inetSocket() | DtMsgSocket | [inline] |
| inetTcpSocket() | DtTcpMsgSocket | [inline] |
| isConnected() const | DtTcpMsgSocket | [inline] |
| isConnectionInProgress() const | DtTcpMsgSocket | [inline] |
| lastError() const | DtMsgSocket | [inline] |
| localEndpoint() const | DtMsgSocket | [inline] |
| maxMsgSize() const | DtTcpMsgSocket | [virtual] |
| maxQueuedMessages() const | DtTcpMsgSocket | [virtual] |
| maxSendMsgSize() const | DtMsgSocket | [inline] |
| myBundlingEnabled | DtTcpMsgSocket | [protected] |
| myBytesNeededForSize | DtTcpMsgSocket | [protected] |
| myCompressionEnabled | DtTcpMsgSocket | [protected] |
| myHeaderReader | DtMsgSocket | [protected] |
| myLastError | DtMsgSocket | [protected] |
| myMaxQueuedMessages | DtTcpMsgSocket | [protected] |
| myMsgBundler | DtTcpMsgSocket | [protected] |
| myMsgCompressor | DtTcpMsgSocket | [protected] |
| myMsgQueue | DtTcpMsgSocket | [protected] |
| myMutableOldQueueLevel | DtTcpMsgSocket | [mutable, protected] |
| myNeedSize | DtTcpMsgSocket | [protected] |
| myNumBytesReceived | DtTcpMsgSocket | [protected] |
| myNumBytesToWaitFor | DtTcpMsgSocket | [protected] |
| myRecvBuffer | DtMsgSocket | [protected] |
| mySocket | DtMsgSocket | [protected] |
| myTestPacket | DtTcpMsgSocket | [protected] |
| openClientSocket(const DtInetEndpoint &dest, DtU32 flags=DtDefaultSockOpts, DtU16 localPort=0, DtInetDevice *hostIf=NULL) | DtTcpMsgSocket | [virtual] |
| openServerSocket(DtU16 localPort, DtU32 flags=DtDefaultSockOpts, DtInetDevice *hostIf=NULL, DtInetUtils::DtInetAddrFamily family=DtInetUtils::DtInetAddrFamily_IPv4) | DtTcpMsgSocket | [virtual] |
| queueMessage(caddr_t msg, size_t msgSize) | DtTcpMsgSocket | [protected, virtual] |
| recvMessage(caddr_t *buffptr) | DtTcpMsgSocket | [virtual] |
| recvMessageWithSrc(caddr_t *buffptr, DtInetEndpoint &src) | DtTcpMsgSocket | [virtual] |
| resizeTestPacket() | DtTcpMsgSocket | [protected, virtual] |
| sendData(caddr_t msg, size_t msgSize, bool deleteAfterSend) | DtTcpMsgSocket | [protected, virtual] |
| sendMessage(caddr_t msg, size_t msgSize, bool deleteAfterSend, const DtInetAddr &destAddr=DtInetAddr::inaddrAny()) | DtTcpMsgSocket | [virtual] |
| setMaxQueuedMessages(int size) | DtTcpMsgSocket | [virtual] |
| setNonBlocking(bool nonBlocking) | DtTcpMsgSocket | [virtual] |
| setRecvBufferSize(DtU32 size) | DtMsgSocket | [inline] |
| setSendBufferSize(DtU32 size) | DtMsgSocket | [inline] |
| setTcpNoDelay(bool enable) | DtTcpMsgSocket | [virtual] |
| state() const | DtMsgSocket | [inline, virtual] |
| testConnectionStatus() | DtTcpMsgSocket | [virtual] |
| ~DtMsgSocket() | DtMsgSocket | [virtual] |
| ~DtTcpMsgSocket() | DtTcpMsgSocket | [virtual] |