|
LRAUV
revA
|
This is the complete list of members for SocketClient, including all inherited members.
| accept(Socket &newSocket) | Socket | protected |
| accept(Socket &newSocket, int timeoutMillis) | Socket | protected |
| bind(const int port) | Socket | protected |
| close() | Socket | |
| connect(const char *host, const int port) | Socket | protected |
| connect(const char *host, const int port, int timeoutMillis) | Socket | protected |
| create() | Socket | protected |
| getDescriptor() | Socket | inline |
| getPort() | Socket | inline |
| isValid() const | Socket | inlineprotected |
| listen() const | Socket | protected |
| recv(char *buffer, size_t bufferLength) const | Socket | |
| recv(char *buffer, size_t bufferLength, int timeoutMillis) | Socket | |
| send(const char *buffer, size_t bufferLength) const | Socket | |
| sendall(const char *buffer, size_t bufferLength) | Socket | |
| setNonBlocking(const bool nonBlocking) | Socket | protected |
| setTimeout(const int milliseconds) | Socket | |
| setTimeval(const int milliseconds, struct timeval &tv) | Socket | protected |
| Socket() | Socket | protected |
| SocketClient(const char *host, int port) | SocketClient | |
| SocketClient(const char *host, int port, int timeoutMillis) | SocketClient | |
| ~Socket() | Socket | virtual |
| ~SocketClient() | SocketClient | inlinevirtual |