This is the complete list of members for tcp::Client, including all inherited members.
addr() | tcp::Client | inline |
available() | tcp::DataSocket | inline |
canSend(bool value) | tcp::DataSocket | protected |
certfile | tcp::Client | |
checkPeerSubjectName | tcp::Client | |
Client(EPoll &epoll, SSLContext *ctx, const int domain=AF_INET, bool blocking=false) | tcp::Client | inline |
connect(const char *host, const char *service) | tcp::Client | virtual |
connected() | tcp::Client | protectedvirtual |
createSSL(SSLContext *context) | tcp::DataSocket | protectedvirtual |
ctx() | tcp::Client | inline |
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::DataSocket | protectedvirtual |
disconnected() override | tcp::DataSocket | protectedvirtual |
domain() const | tcp::Socket | inline |
epoll() | tcp::Socket | inlineprotected |
handleEvents(uint32_t events) override | tcp::Client | protectedvirtual |
keyfile | tcp::Client | |
keypass | tcp::Client | |
mtx | tcp::Socket | protected |
port() | tcp::Client | inline |
read(void *buffer, size_t size) | tcp::DataSocket | |
readToInputBuffer() | tcp::DataSocket | protected |
sendOutputBuffer() | tcp::DataSocket | protected |
setEvents(int events) | tcp::Socket | protected |
Socket(EPoll &epoll, const int domain=AF_INET, const int socket=0, const bool blocking=false, const int events=(EPOLLIN|EPOLLRDHUP)) | tcp::Socket | |
socket() const | tcp::Socket | inline |
SSL (defined in tcp::Client) | tcp::Client | friend |
ssl_ | tcp::DataSocket | protected |
state() | tcp::Client | inline |
state_ | tcp::Socket | protected |
verifyPeer | tcp::Client | |
write(const void *buffer, size_t size) | tcp::DataSocket | |
~Client() | tcp::Client | virtual |
~Socket() | tcp::Socket |