13 #ifndef CONNECTIONTLSSERVER_H__
14 #define CONNECTIONTLSSERVER_H__
18 #include "connectionbase.h"
19 #include "connectiontls.h"
20 #include "tlsdefault.h"
21 #include "tlshandler.h"
28 class ConnectionDataHandler;
81 #endif // CONNECTIONTLSSERVER_H__
This is an abstract base class to receive events from a ConnectionBase-derived object.
An interface that allows for interacting with TLS implementations derived from TLSBase.
This is an implementation of the server-side of a TLS/SSL connection.
This is an implementation of a TLS/SSL connection.
An implementation of log sink and source.
The namespace for the gloox library.
An abstract base class for a connection.
An abstract base class for TLS implementations.