#include <tlsgnutlsserveranon.h>


Public Member Functions | |
| GnuTLSServerAnon (TLSHandler *th) | |
| virtual | ~GnuTLSServerAnon () |
| virtual void | cleanup () |
You should not need to use this class directly.
Definition at line 44 of file tlsgnutlsserveranon.h.
| GnuTLSServerAnon | ( | TLSHandler * | th | ) |
Constructor.
| th | The TLSHandler to handle TLS-related events. |
Definition at line 24 of file tlsgnutlsserveranon.cpp.
| ~GnuTLSServerAnon | ( | ) | [virtual] |
Virtual destructor.
Definition at line 30 of file tlsgnutlsserveranon.cpp.
| void cleanup | ( | ) | [virtual] |
This function performs internal cleanup and will be called after a failed handshake attempt.
Reimplemented from GnuTLSBase.
Definition at line 36 of file tlsgnutlsserveranon.cpp.
1.5.5