Go to the source code of this file.
Classes | |
class | ClientSSL |
Control SSL and TCP connections. More... | |
Functions | |
void | debugQt (const QString &message) |
void | Socket_print_error (int errorcode) |
void | SSL_print_error (int errorcode) |
void debugQt | ( | const QString & | message | ) |
view debug messages. The message is printed to stderr.
void Socket_print_error | ( | int | errorcode | ) |
Print to stderr, QSocketDevice error
errorcode | code error |
Referenced by ClientSocket::ClientSocket(), ClientSSL::connectToHost(), ClientSSL::Exception(), and ClientSocket::Exception().
void SSL_print_error | ( | int | errorcode | ) |
Print to stderr, TLS/SSL error
errorcode | code error |
Referenced by ClientSocket::ClientSocket(), ClientSSL::ClientSSL(), ClientSocket::readClient(), ClientSocket::sendToClient(), ClientSSL::sendToServer(), ClientSSL::socketConnected(), and ClientSSL::socketReadyRead().