Typedefs | |
| using | ConfigTLS = websocketpp::config::asio_tls |
| web-socket low level config, with TLS support More... | |
| using | Config = websocketpp::config::asio |
| web-socket low level config More... | |
| using | ConnectionHandle = std::weak_ptr< void > |
| server / client connection More... | |
| using | MessagePtr = Config::message_type::ptr |
| internal message format More... | |
| using | OpCode = websocketpp::frame::opcode::value |
| web-socket op codes More... | |
| using | ServerEndPoint = websocketpp::server< Config > |
| Web socket server end point. More... | |
| using | ServerEndPointTLS = websocketpp::server< ConfigTLS > |
| Web socket server end point with TLS support. More... | |
| using Config = websocketpp::config::asio |
web-socket low level config
| using ConfigTLS = websocketpp::config::asio_tls |
web-socket low level config, with TLS support
| using ConnectionHandle = std::weak_ptr<void> |
server / client connection
| using MessagePtr = Config::message_type::ptr |
internal message format
| using OpCode = websocketpp::frame::opcode::value |
web-socket op codes
| using ServerEndPoint = websocketpp::server<Config> |
Web socket server end point.
| using ServerEndPointTLS = websocketpp::server<ConfigTLS> |
Web socket server end point with TLS support.