Go to the source code of this file.
|
enum | boost::beast::websocket::detail::opcode : std::uint8_t {
boost::beast::websocket::detail::opcode::cont = 0,
boost::beast::websocket::detail::opcode::text = 1,
boost::beast::websocket::detail::opcode::binary = 2,
boost::beast::websocket::detail::opcode::rsv3 = 3,
boost::beast::websocket::detail::opcode::rsv4 = 4,
boost::beast::websocket::detail::opcode::rsv5 = 5,
boost::beast::websocket::detail::opcode::rsv6 = 6,
boost::beast::websocket::detail::opcode::rsv7 = 7,
boost::beast::websocket::detail::opcode::close = 8,
boost::beast::websocket::detail::opcode::ping = 9,
boost::beast::websocket::detail::opcode::pong = 10,
boost::beast::websocket::detail::opcode::crsvb = 11,
boost::beast::websocket::detail::opcode::crsvc = 12,
boost::beast::websocket::detail::opcode::crsvd = 13,
boost::beast::websocket::detail::opcode::crsve = 14,
boost::beast::websocket::detail::opcode::crsvf = 15
} |
|