Go to the source code of this file.
|
enum class | restinio::websocket::basic::impl::validation_state_t {
restinio::websocket::basic::impl::initial_state
, restinio::websocket::basic::impl::frame_header_is_valid
, restinio::websocket::basic::impl::payload_part_is_valid
, restinio::websocket::basic::impl::frame_is_valid
,
restinio::websocket::basic::impl::invalid_opcode
, restinio::websocket::basic::impl::empty_mask_from_client_side
, restinio::websocket::basic::impl::non_final_control_frame
, restinio::websocket::basic::impl::non_zero_rsv_flags
,
restinio::websocket::basic::impl::payload_len_is_too_big
, restinio::websocket::basic::impl::continuation_frame_without_data_frame
, restinio::websocket::basic::impl::new_data_frame_without_finishing_previous
, restinio::websocket::basic::impl::invalid_close_code
,
restinio::websocket::basic::impl::incorrect_utf8_data
} |
| States of validated frame. More...
|
|