, including all inherited members.
| addConnection(const DtInetEndpoint &peerEp, DtU16 localPort=0, DtInetDevice *hostIf=NULL, bool openImmediately=true, bool connectUdpSocket=false) | DtInetSocketMgr | [virtual] |
| addConnection(const DtInetSocket *socket) | DtInetSocketMgr | [virtual] |
| addSocketAdditionCallback(DtInetSocketAdditionCallback cb, void *usr, int order) | DtInetSocketMgr | [virtual] |
| addSocketCreationCallback(DtSocketCreationCallback cb, void *socketCreator) | DtInetSocketMgr | [virtual] |
| addSocketRemovalCallback(DtInetSocketRemovalCallback cb, void *usr, int order) | DtInetSocketMgr | [virtual] |
| clearError() | DtInetSocketMgr | [virtual] |
| DtInetSocketMgr(DtU32 connectionFlags=DtDefaultSockOpts) | DtInetSocketMgr | |
| DtInetSocketMgr(DtInetEndpoint &serverEndpoint, DtInetDevice *hostIf=NULL, DtU32 serverFlags=(DtDefaultSockOpts|DtSockOptNonBlocking), DtU32 connectionFlags=DtDefaultSockOpts, DtInetUtils::DtInetAddrFamily family=DtInetUtils::DtInetAddrFamily_IPv4) | DtInetSocketMgr | |
| DtInetSocketMgr(const DtInetSocketMgr &) | DtInetSocketMgr | [protected] |
| getConnectionFlags() const | DtInetSocketMgr | [virtual] |
| getLastError() | DtInetSocketMgr | [virtual] |
| getLastErrorString() | DtInetSocketMgr | [virtual] |
| getServerFlags() const | DtInetSocketMgr | [virtual] |
| myAdditionCallbacks | DtInetSocketMgr | [protected] |
| myConnectionFlags | DtInetSocketMgr | [protected] |
| myErrorCode | DtInetSocketMgr | [protected] |
| myErrorString | DtInetSocketMgr | [protected] |
| myLastSocketReadFrom | DtInetSocketMgr | [protected] |
| myPeerSocket | DtInetSocketMgr | [protected] |
| myRemovalCallbacks | DtInetSocketMgr | [protected] |
| myServerFlags | DtInetSocketMgr | [protected] |
| myServerSocket | DtInetSocketMgr | [protected] |
| mySocketCreateCallback | DtInetSocketMgr | [protected] |
| mySocketCreator | DtInetSocketMgr | [protected] |
| mySockets | DtInetSocketMgr | [protected] |
| myTcpServerSocket | DtInetSocketMgr | [protected] |
| myUdpServerSocket | DtInetSocketMgr | [protected] |
| operator=(const DtInetSocketMgr &) | DtInetSocketMgr | [protected] |
| peerSocket(const DtInetEndpoint &peer) const | DtInetSocketMgr | [virtual] |
| processConnections() | DtInetSocketMgr | [virtual] |
| processNewTcpConnections() | DtInetSocketMgr | [protected, virtual] |
| processNewUdpConnections() | DtInetSocketMgr | [protected, virtual] |
| recvFrom(caddr_t buff, size_t buffSize, DtInetEndpoint &peer, DtU32 flags=0) | DtInetSocketMgr | [virtual] |
| recvToChainFrom(DtInetBufferChain &packets, DtInetEndpoint &peer, DtU32 flags=0) | DtInetSocketMgr | [virtual] |
| removeByItem(const DtInetSocket *item, DtInetSocketList &list) | DtInetSocketMgr | [protected, virtual] |
| removeByKey(const DtInetEndpoint &key, DtInetSocketList &list) | DtInetSocketMgr | [protected, virtual] |
| removeConnection(const DtInetEndpoint &peerEndpoint) | DtInetSocketMgr | [virtual] |
| removeConnection(const DtInetSocket *socket) | DtInetSocketMgr | [virtual] |
| removeSocketAdditionCallback(DtInetSocketAdditionCallback cb, void *usr) | DtInetSocketMgr | [virtual] |
| removeSocketRemovalCallback(DtInetSocketRemovalCallback cb, void *usr) | DtInetSocketMgr | [virtual] |
| sendTo(caddr_t buff, int buffSize, DtInetDestList &dest, DtU32 flags=0) | DtInetSocketMgr | [virtual] |
| sendTo(DtInetBufferChain packets, DtInetDestList &dest, DtU32 flags=0) | DtInetSocketMgr | [virtual] |
| serverSocket() const | DtInetSocketMgr | [virtual] |
| socketList() const | DtInetSocketMgr | [virtual] |
| ~DtInetSocketMgr() | DtInetSocketMgr | [virtual] |