SNode.C
|
#include <SocketContextFactory.h>
Public Member Functions | |
SocketContextFactory (const std::string &sessionStoreFileName) | |
![]() | |
SocketContextFactory (SocketContextFactory &)=delete | |
SocketContextFactory (SocketContextFactory &&)=delete | |
SocketContextFactory & | operator= (SocketContextFactory &)=delete |
SocketContextFactory & | operator= (SocketContextFactory &&)=delete |
Private Member Functions | |
virtual core::socket::stream::SocketContext * | create (core::socket::stream::SocketConnection *socketConnection, std::shared_ptr< iot::mqtt::server::broker::Broker > broker)=0 |
core::socket::stream::SocketContext * | create (core::socket::stream::SocketConnection *socketConnection) final |
Private Attributes | |
std::shared_ptr< iot::mqtt::server::broker::Broker > | broker |
Additional Inherited Members | |
![]() | |
SocketContextFactory ()=default | |
virtual | ~SocketContextFactory () |
Definition at line 65 of file SocketContextFactory.h.
iot::mqtt::server::SocketContextFactory::SocketContextFactory | ( | const std::string & | sessionStoreFileName | ) |
Definition at line 52 of file SocketContextFactory.cpp.
|
finalprivatevirtual |
Implements core::socket::stream::SocketContextFactory.
Definition at line 56 of file SocketContextFactory.cpp.
References create().
|
privatepure virtual |
|
private |
Definition at line 74 of file SocketContextFactory.h.