gloox 1.0
Public Member Functions

OpenSSLClient Class Reference

#include <tlsopensslclient.h>

Inheritance diagram for OpenSSLClient:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 OpenSSLClient (TLSHandler *th, const std::string &server)
virtual ~OpenSSLClient ()

Detailed Description

This class implements a TLS client backend using OpenSSL.

Author:
Jakob Schroeter <js@camaya.net>
Since:
0.9

Definition at line 35 of file tlsopensslclient.h.


Constructor & Destructor Documentation

build buildd gloox src tlsopensslclient cpp OpenSSLClient ( TLSHandler th,
const std::string &  server 
)

Constructor.

Parameters:
thThe TLSHandler to handle TLS-related events.
serverThe server to use in certificate verification.

Definition at line 23 of file tlsopensslclient.cpp.

~OpenSSLClient ( ) [virtual]

Virtual destructor.

Definition at line 28 of file tlsopensslclient.cpp.


The documentation for this class was generated from the following files: