|
uThreads
0.3.0
|
This is the complete list of members for Connection, including all inherited members.
| accept(Connection *conn, struct sockaddr *addr, socklen_t *addrlen) | Connection | |
| accept(struct sockaddr *addr, socklen_t *addrlen) | Connection | |
| bind(const struct sockaddr *addr, socklen_t addrlen) | Connection | |
| blockOnRead() | Connection | |
| blockOnWrite() | Connection | |
| close() | Connection | |
| connect(const struct sockaddr *addr, socklen_t addrlen) | Connection | |
| Connection() | Connection | inline |
| Connection(int fd) | Connection | inline |
| Connection(int domain, int type, int protocol) | Connection | |
| getFd() const | Connection | inline |
| listen(int backlog) | Connection | |
| read(void *buf, size_t count) | Connection | |
| recv(void *buf, size_t len, int flags) | Connection | |
| recvfrom(void *buf, size_t len, int flags, struct sockaddr *src_addr, socklen_t *addrlen) | Connection | |
| recvmmsg(int sockfd, struct mmsghdr *msgvec, unsigned int vlen, unsigned int flags, struct timespec *timeout) | Connection | |
| recvmsg(int sockfd, struct msghdr *msg, int flags) | Connection | |
| send(const void *buf, size_t len, int flags) | Connection | |
| sendmmsg(int sockfd, struct mmsghdr *msgvec, unsigned int vlen, unsigned int flags) | Connection | |
| sendmsg(const struct msghdr *msg, int flags) | Connection | |
| sendto(int sockfd, const void *buf, size_t len, int flags, const struct sockaddr *dest_addr, socklen_t addrlen) | Connection | |
| socket(int domain, int type, int protocol) | Connection | |
| write(const void *buf, size_t count) | Connection | |
| ~Connection() (defined in Connection) | Connection |
1.8.11