This is the complete list of members for Socket, including all inherited members.
bind(const unsigned short port) | Socket | |
close() | Socket | |
connect(const Address &addr) | Socket | |
disconnect() | Socket | |
fd() const | Socket | |
isOpen() const | Socket | |
open(int domain, int type, int protocol) | Socket | |
recv(void *const buffer, const size_t length, int flags=0) | Socket | |
recvfrom(void *const buffer, const size_t length, Address &address, int flags=0) | Socket | |
send(const void *const buffer, const size_t length, int flags=0) | Socket | |
sendto(const void *const buffer, const size_t length, const Address &dest, int flags=0) | Socket | |
setBlocking(const bool blocking) | Socket | |
setReusable(const bool reusable) | Socket | |
Socket() | Socket | |
tcp() | Socket | static |
udp() | Socket | static |