Signals | |
void | info (const QString &) |
void | readFromHost (const Q3CString &) |
void | socketclosed () |
void | socketconnected () |
void | Socketerror () |
void | UnreachableHost () |
Public Member Functions | |
ClientSSL (QObject *parent=0) | |
void | closeConnection () |
void | Connect (const QString &d_host, Q_UINT16 d_port) |
void | sendToServer (const QString &inputText="") |
virtual | ~ClientSSL () |
Static Public Attributes | |
static int | compteur_objet = 0 |
Private Slots | |
void | connectToHost () |
void | Exception () |
void | ResolveName (QHostInfo host_info) |
void | socketClosed () |
void | socketConnected () |
void | socketReadyRead () |
Private Attributes | |
QString | host |
Q_UINT16 | port |
QSocketNotifier * | sn_exception |
QSocketNotifier * | sn_read |
Q3SocketDevice * | socketdevice |
SSL * | ssl |
SSL_CTX * | ssl_ctx |
bool | SSL_init |
ClientSSL::ClientSSL | ( | QObject * | parent = 0 |
) |
ClientSSL::~ClientSSL | ( | ) | [virtual] |
void ClientSSL::closeConnection | ( | ) |
Close Connection
void ClientSSL::Connect | ( | const QString & | d_host, | |
Q_UINT16 | d_port | |||
) |
void ClientSSL::connectToHost | ( | ) | [private, slot] |
Start connection
void ClientSSL::Exception | ( | ) | [private, slot] |
There is a TCP error
void ClientSSL::info | ( | const QString & | _t1 | ) | [signal] |
void ClientSSL::readFromHost | ( | const Q3CString & | _t1 | ) | [signal] |
void ClientSSL::ResolveName | ( | QHostInfo | host_info | ) | [private, slot] |
Result of the lookup
host_info | object can then be inspected to get the results of the lookup |
void ClientSSL::sendToServer | ( | const QString & | inputText = "" |
) |
void ClientSSL::socketClosed | ( | ) | [private, slot] |
Connection closed
void ClientSSL::socketclosed | ( | ) | [signal] |
void ClientSSL::socketConnected | ( | ) | [private, slot] |
Socket connected. Run SSL
void ClientSSL::socketconnected | ( | ) | [signal] |
void ClientSSL::Socketerror | ( | ) | [signal] |
void ClientSSL::socketReadyRead | ( | ) | [private, slot] |
Receive datas from server
void ClientSSL::UnreachableHost | ( | ) | [signal] |
int ClientSSL::compteur_objet = 0 [static] |
QString ClientSSL::host [private] |
Q_UINT16 ClientSSL::port [private] |
QSocketNotifier* ClientSSL::sn_exception [private] |
QSocketNotifier* ClientSSL::sn_read [private] |
Q3SocketDevice* ClientSSL::socketdevice [private] |
SSL* ClientSSL::ssl [private] |
SSL_CTX* ClientSSL::ssl_ctx [private] |
bool ClientSSL::SSL_init [private] |