The QXmppSslServer class represents an SSL-enabled TCP server.  
 More...
#include <QXmppServer.h>
| 
Signals | 
| void | newConnection (QSslSocket *socket) | 
|  | This signal is emitted when a new connection is established. 
 | 
Detailed Description
The QXmppSslServer class represents an SSL-enabled TCP server. 
Constructor & Destructor Documentation
      
        
          | QXmppSslServer::QXmppSslServer | ( | QObject * | parent = 0 | ) |  | 
      
 
Constructs a new SSL server instance.
- Parameters
- 
  
  
 
 
      
        
          | QXmppSslServer::~QXmppSslServer | ( |  | ) |  | 
      
 
Destroys an SSL server instance. 
 
 
Member Function Documentation
      
        
          | void QXmppSslServer::addCaCertificates | ( | const QList< QSslCertificate > & | certificates | ) |  | 
      
 
Adds the given certificates to the CA certificate database to be used for incoming connnections.
- Parameters
- 
  
  
 
 
      
        
          | void QXmppSslServer::setLocalCertificate | ( | const QSslCertificate & | certificate | ) |  | 
      
 
Sets the local certificate to be used for incoming connections.
- Parameters
- 
  
  
 
 
      
        
          | void QXmppSslServer::setPrivateKey | ( | const QSslKey & | key | ) |  | 
      
 
Sets the local private key to be used for incoming connections.
- Parameters
- 
  
  
 
 
The documentation for this class was generated from the following files: