58 return m_server.is_listening();
64 return m_channelFaces.size();
81 setPingInterval(time::milliseconds interval);
87 setPongTimeout(time::milliseconds timeout);
90 handlePong(websocketpp::connection_hdl hdl);
93 handlePongTimeout(websocketpp::connection_hdl hdl);
97 handleMessage(websocketpp::connection_hdl hdl,
98 websocket::Server::message_ptr msg);
101 handleOpen(websocketpp::connection_hdl hdl);
104 handleClose(websocketpp::connection_hdl hdl);
109 std::map<websocketpp::connection_hdl, shared_ptr<Face>,
110 std::owner_less<websocketpp::connection_hdl>> m_channelFaces;
112 time::milliseconds m_pingInterval;