#include <connectiontlsserver.h>
Inherits ConnectionTLS.
Inheritance diagram for ConnectionTLSServer:

Public Member Functions | |
| ConnectionTLSServer (ConnectionDataHandler *cdh, ConnectionBase *conn, const LogSink &log) | |
| ConnectionTLSServer (ConnectionBase *conn, const LogSink &log) | |
| virtual | ~ConnectionTLSServer () |
| virtual TLSBase * | getTLSBase (TLSHandler *th, const std::string server) |
| virtual ConnectionBase * | newInstance () const |
You should not need to use this class directly.
Definition at line 38 of file connectiontlsserver.h.
|
||||||||||||||||
|
Constructs a new ConnectionTLSServer object.
Definition at line 18 of file connectiontlsserver.cpp. |
|
||||||||||||
|
Constructs a new ConnectionTLSServer object.
Definition at line 24 of file connectiontlsserver.cpp. |
|
|
Virtual Destructor. Definition at line 29 of file connectiontlsserver.cpp. |
|
||||||||||||
|
Returns a TLS server.
Reimplemented from ConnectionTLS. Definition at line 33 of file connectiontlsserver.cpp. |
|
|
This function returns a new instance of the current ConnectionBase-derived object. The idea is to be able to 'clone' ConnectionBase-derived objects without knowing of what type they are exactly.
Reimplemented from ConnectionTLS. Definition at line 38 of file connectiontlsserver.cpp. |
1.4.1