|
libcommonc++
0.7
|
This is the complete list of members for SocketSelector, including all inherited members.
| _connections | SocketSelector | protected |
| cleanup() | SocketSelector | virtual |
| connectionClosed(Connection *connection)=0 | SocketSelector | protectedpure virtual |
| connectionReady(const SocketAddress &address)=0 | SocketSelector | protectedpure virtual |
| connectionTimedOut(Connection *connection)=0 | SocketSelector | protectedpure virtual |
| currentThread() | Thread | static |
| currentThreadID() | Thread | static |
| dataReceived(Connection *connection)=0 | SocketSelector | protectedpure virtual |
| dataReceivedOOB(Connection *connection) | SocketSelector | protectedvirtual |
| dataSent(Connection *connection) | SocketSelector | protectedvirtual |
| exceptionOccurred(Connection *connection, const IOException &ex) | SocketSelector | protectedvirtual |
| exit() | Thread | protectedstatic |
| getConnectionCount() const | SocketSelector | |
| getName() const | Thread | inline |
| getPriority() const | Thread | |
| init(ServerSocket *socket) | SocketSelector | virtual |
| isDetached() const | Thread | inline |
| isRunning() const | Thread | |
| join() | Thread | |
| run() | SocketSelector | virtual |
| setName(const String &name) | Thread | inline |
| setPriority(Priority priority) | Thread | |
| sleep(timespan_ms_t msec) | Thread | static |
| SocketSelector(uint_t maxConnections=64, timespan_ms_t defaultIdleLimit=0) | SocketSelector | |
| start() | Thread | virtual |
| stop() | Thread | virtual |
| testCancel() | Thread | protected |
| Thread(bool detached=false, size_t stackSize=0) | Thread | |
| Thread(Runnable *runnable, bool detached=false, size_t stackSize=0) | Thread | |
| trySleep(timespan_ms_t msec) | Thread | protected |
| wakeup() | SocketSelector | |
| writeAll(const byte_t *buf, size_t count) | SocketSelector | |
| yield() | Thread | protected |
| ~Runnable() | Runnable | inlinevirtual |
| ~SocketSelector() | SocketSelector | virtual |
| ~Thread() | Thread | virtual |