Public Member Functions | |
| Context (const std::shared_ptr< SocketContextFactory > &socketContextFactory, std::function< void(SocketConnection *)> onConnect, std::function< void(SocketConnection *)> onConnected, std::function< void(SocketConnection *)> onDisconnect) | |
Public Attributes | |
| std::shared_ptr< SocketContextFactory > | socketContextFactory |
| std::function< void(SocketConnection *)> | onConnect |
| std::function< void(SocketConnection *)> | onConnected |
| std::function< void(SocketConnection *)> | onDisconnect |
Definition at line 290 of file SocketServer.h.
|
inline |
Definition at line 291 of file SocketServer.h.
References onConnect, onConnected, onDisconnect, and socketContextFactory.
| std::function<void(SocketConnection*)> core::socket::stream::SocketServer< SocketAcceptorT, SocketContextFactoryT, Args >::Context::onConnect |
Definition at line 302 of file SocketServer.h.
Referenced by Context().
| std::function<void(SocketConnection*)> core::socket::stream::SocketServer< SocketAcceptorT, SocketContextFactoryT, Args >::Context::onConnected |
Definition at line 303 of file SocketServer.h.
Referenced by Context().
| std::function<void(SocketConnection*)> core::socket::stream::SocketServer< SocketAcceptorT, SocketContextFactoryT, Args >::Context::onDisconnect |
Definition at line 304 of file SocketServer.h.
Referenced by Context().
| std::shared_ptr<SocketContextFactory> core::socket::stream::SocketServer< SocketAcceptorT, SocketContextFactoryT, Args >::Context::socketContextFactory |
Definition at line 300 of file SocketServer.h.
Referenced by Context().