Ssl::Factory Class Referenceabstract
Implemented by SSL adapter. More...
#include <Factory.h>
Public Member Functions | |
virtual | ~Factory () |
virtual Context * | createContext (Session &session)=0 |
Create SSL context that can be used to create new client or server connections. More... | |
Detailed Description
Implemented by SSL adapter.
Constructor & Destructor Documentation
◆ ~Factory()
|
inlinevirtual |
Member Function Documentation
◆ createContext()
Create SSL context that can be used to create new client or server connections.
- Return values
-
Context* The constructed context, shouldn't fail (except on OOM)
The documentation for this class was generated from the following file: