trantor
Non-blocking I/O cross-platform TCP network library, using C++14
Loading...
Searching...
No Matches
trantor::TcpClient Member List

This is the complete list of members for trantor::TcpClient, including all inherited members.

connect()trantor::TcpClient
connection() consttrantor::TcpClientinline
disconnect()trantor::TcpClient
enableRetry()trantor::TcpClientinline
enableSSL(bool useOldTLS=false, bool validateCert=true, std::string hostname="", const std::vector< std::pair< std::string, std::string > > &sslConfCmds={}, const std::string &certPath="", const std::string &keyPath="", const std::string &caPath="")trantor::TcpClient
enableSSL(TLSPolicyPtr policy)trantor::TcpClientinline
getLoop() consttrantor::TcpClientinline
name() consttrantor::TcpClientinline
retry() consttrantor::TcpClientinline
setConnectionCallback(const ConnectionCallback &cb)trantor::TcpClientinline
setConnectionCallback(ConnectionCallback &&cb) (defined in trantor::TcpClient)trantor::TcpClientinline
setConnectionErrorCallback(const ConnectionErrorCallback &cb)trantor::TcpClientinline
setMessageCallback(const RecvMessageCallback &cb)trantor::TcpClientinline
setMessageCallback(RecvMessageCallback &&cb) (defined in trantor::TcpClient)trantor::TcpClientinline
setSockOptCallback(const SockOptCallback &cb)trantor::TcpClient
setSockOptCallback(SockOptCallback &&cb) (defined in trantor::TcpClient)trantor::TcpClient
setSSLErrorCallback(const SSLErrorCallback &cb)trantor::TcpClientinline
setSSLErrorCallback(SSLErrorCallback &&cb) (defined in trantor::TcpClient)trantor::TcpClientinline
setWriteCompleteCallback(const WriteCompleteCallback &cb)trantor::TcpClientinline
setWriteCompleteCallback(WriteCompleteCallback &&cb) (defined in trantor::TcpClient)trantor::TcpClientinline
stop()trantor::TcpClient
TcpClient(EventLoop *loop, const InetAddress &serverAddr, const std::string &nameArg)trantor::TcpClient
~TcpClient() (defined in trantor::TcpClient)trantor::TcpClient