#include <SocketContextFactory.h>
Public Member Functions | |
| SocketContextFactory (const std::string &sessionStoreFileName) | |
| core::socket::stream::SocketContext * | create (core::socket::stream::SocketConnection *socketConnection) final |
Private Attributes | |
| std::string | sessionStoreFileName |
Definition at line 54 of file SocketContextFactory.h.
|
explicit |
Definition at line 61 of file SocketContextFactory.cpp.
References sessionStoreFileName.
|
final |
Definition at line 65 of file SocketContextFactory.cpp.
References mqtt::mqttintegrator::lib::Mqtt::Mqtt(), mqtt::lib::JsonMappingReader::readMappingFromFile(), and sessionStoreFileName.
|
private |
Definition at line 61 of file SocketContextFactory.h.
Referenced by create(), and SocketContextFactory().