| accept(bool block) | physx::shdfnd::SocketImpl | |
| connect(const char *host, uint16_t port, uint32_t timeout) | physx::shdfnd::SocketImpl | |
| disconnect() | physx::shdfnd::SocketImpl | |
| flush() | physx::shdfnd::SocketImpl | [virtual] |
| getHost() const | physx::shdfnd::SocketImpl | [inline] |
| getPort() const | physx::shdfnd::SocketImpl | [inline] |
| isBlocking() const | physx::shdfnd::SocketImpl | [inline] |
| isConnected() const | physx::shdfnd::SocketImpl | [inline] |
| listen(uint16_t port) | physx::shdfnd::SocketImpl | |
| mHost | physx::shdfnd::SocketImpl | [protected] |
| mIsBlocking | physx::shdfnd::SocketImpl | [protected] |
| mIsConnected | physx::shdfnd::SocketImpl | [mutable, protected] |
| mListenMode | physx::shdfnd::SocketImpl | [protected] |
| mListenSocket | physx::shdfnd::SocketImpl | [protected] |
| mPort | physx::shdfnd::SocketImpl | [protected] |
| mSocket | physx::shdfnd::SocketImpl | [mutable, protected] |
| mSocketLayerIntialized | physx::shdfnd::SocketImpl | [protected] |
| nonBlockingTimeout() const | physx::shdfnd::SocketImpl | [protected] |
| read(uint8_t *data, uint32_t length) | physx::shdfnd::SocketImpl | |
| setBlocking(bool blocking) | physx::shdfnd::SocketImpl | |
| setBlockingInternal(SOCKET socket, bool blocking) | physx::shdfnd::SocketImpl | [protected] |
| SocketImpl(bool isBlocking) | physx::shdfnd::SocketImpl | |
| write(const uint8_t *data, uint32_t length) | physx::shdfnd::SocketImpl | [virtual] |
| ~SocketImpl() | physx::shdfnd::SocketImpl | [virtual] |