C++ Actor Framework 1.0.0
|
DSL entry point for postponing the creation of a ssl context, if and when needed by the protocol. More...
#include <has_lazy_context.hpp>
Inherits Base.
Public Member Functions | |
template<typename F > | |
Subtype & | context_factory (F factory) |
Sets the optional SSL context factory. | |
DSL entry point for postponing the creation of a ssl context, if and when needed by the protocol.
Subtype & caf::net::dsl::has_lazy_context< Base, Subtype >::context_factory | ( | F | factory | ) |
Sets the optional SSL context factory.
factory | The function creating the SSL context for encryption. |
*this
.