, including all inherited members.
| closeSocket() | DtMsgSocket | [virtual] |
| descriptor() const | DtMsgSocket | [inline] |
| disableBundling() | DtUdpMsgSocket | [virtual] |
| disableCompression() | DtUdpMsgSocket | [virtual] |
| dropMulticastGroup(const DtInetAddr &grpAddr, DtInetDevice *device=NULL) | DtUdpMsgSocket | [virtual] |
| dropMulticastGroup(const DtInetEndpoint &grpEndpoint, DtInetDevice *device=NULL) | DtUdpMsgSocket | [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 | |
| DtUdpMsgSocket(DtBoost::shared_ptr< DtMsgHeaderReader > hdrReader, size_t maxPacketSize=DtDefaultMaxPacketSize) | DtUdpMsgSocket | |
| enableBundling(size_t maxBundleSize) | DtUdpMsgSocket | [virtual] |
| enableCompression(DtU8 compressionLevel) | DtUdpMsgSocket | [virtual] |
| expandRecvBuffer(size_t sizeNeeded) | DtMsgSocket | [inline, protected] |
| flush() | DtUdpMsgSocket | [virtual] |
| inetSocket() | DtMsgSocket | [inline] |
| inetUdpSocket() | DtUdpMsgSocket | [inline] |
| isOpen() const | DtUdpMsgSocket | [virtual] |
| joinMulticastGroup(const DtInetAddr &grpAddr, DtInetDevice *device=NULL) | DtUdpMsgSocket | [virtual] |
| joinMulticastGroup(const DtInetEndpoint &grpEndpoint, DtInetDevice *device=NULL) | DtUdpMsgSocket | [virtual] |
| lastError() const | DtMsgSocket | [inline] |
| localEndpoint() const | DtMsgSocket | [inline] |
| maxMsgSize() const | DtUdpMsgSocket | [virtual] |
| maxSendMsgSize() const | DtMsgSocket | [inline] |
| myBundlingEnabled | DtUdpMsgSocket | [protected] |
| myCompressionEnabled | DtUdpMsgSocket | [protected] |
| myDefaultMsgBundler | DtUdpMsgSocket | [protected] |
| myEndpoint | DtUdpMsgSocket | [protected] |
| myFilterPort | DtUdpMsgSocket | [protected] |
| myHeaderReader | DtMsgSocket | [protected] |
| myLastError | DtMsgSocket | [protected] |
| myLastSourceEndpoint | DtUdpMsgSocket | [protected] |
| myMaxPacketSize | DtUdpMsgSocket | [protected] |
| myMaxSendRetries | DtUdpMsgSocket | [protected] |
| myMsgBundlers | DtUdpMsgSocket | [protected] |
| myMsgCompressor | DtUdpMsgSocket | [protected] |
| myRecvBuffer | DtMsgSocket | [protected] |
| mySendRetryPeriod | DtUdpMsgSocket | [protected] |
| mySocket | DtMsgSocket | [protected] |
| openSocket(const DtInetEndpoint &dest, DtU32 flags=DtDefaultSockOpts, DtU16 localPort=0, DtInetDevice *hostIf=NULL) | DtUdpMsgSocket | [virtual] |
| recv(caddr_t *buffptr, DtInetEndpoint *ep) | DtUdpMsgSocket | [protected, virtual] |
| recvMessage(caddr_t *buffptr) | DtUdpMsgSocket | [virtual] |
| recvMessageWithSrc(caddr_t *buffptr, DtInetEndpoint &src) | DtUdpMsgSocket | [virtual] |
| retrySendTo(caddr_t msg, size_t msgSize, const DtInetAddr &destAddr=DtInetAddr::inaddrAny()) | DtUdpMsgSocket | [protected, virtual] |
| sendMessage(caddr_t msg, size_t msgSize, bool deleteAfterSend, const DtInetAddr &destAddr=DtInetAddr::inaddrAny()) | DtUdpMsgSocket | [virtual] |
| sendPacket(caddr_t msg, size_t msgSize, const DtInetAddr &destAddr=DtInetAddr::inaddrAny()) | DtUdpMsgSocket | [protected, virtual] |
| setFilterPort(int port) | DtUdpMsgSocket | [inline] |
| setMcastTtlOption(DtU32 ttl) | DtUdpMsgSocket | [virtual] |
| setRecvBufferSize(DtU32 size) | DtMsgSocket | [inline] |
| setRetryOnSend(unsigned int numRetries, double waitPeriod) | DtUdpMsgSocket | [virtual] |
| setSendBufferSize(DtU32 size) | DtMsgSocket | [inline] |
| state() const | DtMsgSocket | [inline, virtual] |
| ~DtMsgSocket() | DtMsgSocket | [virtual] |
| ~DtUdpMsgSocket() | DtUdpMsgSocket | [virtual] |