SNode.C
|
#include <SharedSocketContextFactory.h>
Public Member Functions | |
SharedSocketContextFactory ()=default | |
![]() | |
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 |
Additional Inherited Members | |
![]() | |
SocketContextFactory ()=default | |
virtual | ~SocketContextFactory () |
Definition at line 43 of file SharedSocketContextFactory.h.
|
default |
|
finalprivatevirtual |
Implements core::socket::stream::SocketContextFactory.
Definition at line 30 of file SharedSocketContextFactory.cpp.
|
privatepure virtual |