This class implements an anonymous TLS backend using GnuTLS. More...
#include <tlsgnutlsclientanon.h>
Inherits gloox::GnuTLSBase.
Public Member Functions | |
GnuTLSClientAnon (TLSHandler *th) | |
virtual | ~GnuTLSClientAnon () |
virtual void | cleanup () |
This class implements an anonymous TLS backend using GnuTLS.
You should not need to use this class directly.
Definition at line 44 of file tlsgnutlsclientanon.h.
GnuTLSClientAnon | ( | TLSHandler * | th | ) |
Constructor.
th | The TLSHandler to handle TLS-related events. |
Definition at line 24 of file tlsgnutlsclientanon.cpp.
~GnuTLSClientAnon | ( | ) | [virtual] |
Virtual destructor.
Definition at line 30 of file tlsgnutlsclientanon.cpp.
void cleanup | ( | ) | [virtual] |
This function performs internal cleanup and will be called after a failed handshake attempt.
Reimplemented from GnuTLSBase.
Definition at line 35 of file tlsgnutlsclientanon.cpp.