This is the complete list of members for tcp::Server, including all inherited members.
createSession(const int socket, const sockaddr_in peer_address)=0 | tcp::Server | protectedpure virtual |
ctx() | tcp::Server | inline |
disconnect() | tcp::Socket | virtual |
disconnected() | tcp::Socket | protectedvirtual |
domain() const | tcp::Socket | inline |
epoll() | tcp::Socket | inlineprotected |
findifaddr(const string ifname, sockaddr *addr) | tcp::Server | protected |
handleEvents(uint32_t events) override | tcp::Server | protectedvirtual |
listening() | tcp::Server | inline |
mtx | tcp::Socket | protected |
printifaddrs() | tcp::Server | static |
Server(EPoll &epoll, SSLContext *ctx, const int domain=AF_INET) | tcp::Server | inline |
Session (defined in tcp::Server) | tcp::Server | friend |
sessions | tcp::Server | protected |
setEvents(int events) | tcp::Socket | protected |
socket() const | tcp::Socket | inline |
Socket(EPoll &epoll, const int domain=AF_INET, const int socket=0, const bool blocking=false, const int events=(EPOLLIN|EPOLLRDHUP)) | tcp::Socket | |
start(in_port_t port, string bindaddress, bool useSSL=false, int backlog=64) | tcp::Server | |
start(in_port_t port, char *bindaddress, bool useSSL=false, int backlog=64) | tcp::Server | |
state_ | tcp::Socket | protected |
stop() | tcp::Server | |
~Server() | tcp::Server | virtual |
~Socket() | tcp::Socket |