This is the complete list of members for tcp::Session, including all inherited members.
accepted() | tcp::Session | protectedvirtual |
available() | tcp::DataSocket | inline |
canSend(bool value) | tcp::DataSocket | protected |
connected() const | tcp::Session | inline |
createSSL(SSLContext *context) | tcp::DataSocket | protectedvirtual |
dataAvailable()=0 | tcp::DataSocket | protectedpure virtual |
DataSocket(EPoll &epoll, const int domain=AF_INET, const int socket=0, const bool blocking=false, const int events=(EPOLLIN|EPOLLRDHUP)) (defined in tcp::DataSocket) | tcp::DataSocket | inline |
disconnect() override | tcp::Session | virtual |
disconnected() override | tcp::Session | protectedvirtual |
domain() const | tcp::Socket | inline |
epoll() | tcp::Socket | inlineprotected |
handleEvents(uint32_t events) override | tcp::DataSocket | protectedvirtual |
mtx | tcp::Socket | protected |
peer_address() const | tcp::Session | inline |
peer_port() const | tcp::Session | inline |
read(void *buffer, size_t size) | tcp::DataSocket | |
readToInputBuffer() | tcp::DataSocket | protected |
sendOutputBuffer() | tcp::DataSocket | protected |
server() const | tcp::Session | inline |
Server (defined in tcp::Session) | tcp::Session | friend |
Session(EPoll &epoll, Server &server, const int socket, const struct sockaddr_in peer_addr) | tcp::Session | inlineprotected |
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 | |
SSL (defined in tcp::Session) | tcp::Session | friend |
ssl_ | tcp::DataSocket | protected |
state_ | tcp::Socket | protected |
write(const void *buffer, size_t size) | tcp::DataSocket | |
~Session() | tcp::Session | protectedvirtual |
~Socket() | tcp::Socket |