, including all inherited members.
| accept() | base::Socket | |
| close() | base::Socket | |
| connect(struct sockaddr *addr, socklen_type len) | base::Socket | |
| connect(const String &host, int port=0) | base::Socket | |
| connected() const | base::Socket | |
| discard() | base::Socket | |
| eof() const | base::Socket | |
| finit() | base::Socket | [static] |
| flush() | base::Socket | |
| getLocalAddr(bool full=false) | base::Socket | |
| getLocalIP() | base::Socket | |
| getLocalIPPort() | base::Socket | |
| getLocalPort() | base::Socket | |
| getRemoteAddr(bool full=false) | base::Socket | |
| getRemoteIP() | base::Socket | |
| getRemoteIPPort() | base::Socket | |
| getRemotePort() | base::Socket | |
| getSD() const | base::Socket | |
| init() | base::Socket | [static] |
| invalid_socket | base::Socket | [static] |
| open(int type=SOCK_STREAM, int port=-1, int listenq=-1, const char *ip=NULL) | base::Socket | |
| open(int type, const char *addr, int listenq=-1) | base::Socket | |
| openInet(int type=SOCK_STREAM, int port=-1, int listenq=-1, const char *ip=NULL) | base::Socket | [static] |
| openUnix(int type, int port=-1, int listenq=-1) | base::Socket | [static] |
| openUnix(int type=SOCK_STREAM, const char *path=NULL, int listenq=-1) | base::Socket | [static] |
| read(char *buf, size_t len) | base::Socket | |
| read(String &buf, size_t len) | base::Socket | |
| readEOF(int fd, String &ret, int timeout=0) | base::Socket | [static] |
| readEOF(String &ret) | base::Socket | |
| readln(String &line, bool strip=false) | base::Socket | |
| readto(socket_type sd, char *buf, size_t len, int timeout) | base::Socket | [static] |
| relay(socket_type sd, int timeout=0) | base::Socket | |
| relay(Socket &sock, int timeout=0) | base::Socket | |
| sa | base::Socket | |
| setBlocking(socket_type sd, bool blocking) | base::Socket | [static] |
| setBlocking(bool blocking) | base::Socket | |
| setReadBuffer(size_t len) | base::Socket | |
| setSD(socket_type sd) | base::Socket | |
| setTimeout(int tout_acc, int tout_conn, int tout_recv, int tout_send) | base::Socket | |
| setWriteBuffer(size_t len) | base::Socket | |
| sin | base::Socket | |
| Socket(socket_type sd=invalid_socket, int tout_acc=60, int tout_conn=60, int tout_recv=60, int tout_send=60) | base::Socket | |
| socket_type typedef | base::Socket | |
| socklen_type typedef | base::Socket | |
| sun | base::Socket | |
| write(const char *buf, size_t len) | base::Socket | |
| write(const String &s) | base::Socket | |
| writef(const char *fmt,...) | base::Socket | |
| writeto(socket_type sd, const char *buf, size_t len, int timeout) | base::Socket | [static] |
| writevf(const char *fmt, va_list ap) | base::Socket | |
| ~Socket() | base::Socket | |