Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
kcenon::network::protocols::http2::ping_frame Member List

This is the complete list of members for kcenon::network::protocols::http2::ping_frame, including all inherited members.

frame()=defaultkcenon::network::protocols::http2::frame
frame(const frame_header &hdr, std::vector< uint8_t > payload)kcenon::network::protocols::http2::frame
header() const -> const frame_header &kcenon::network::protocols::http2::frame
header_kcenon::network::protocols::http2::frameprotected
is_ack() const -> boolkcenon::network::protocols::http2::ping_frame
opaque_data() const -> const std::array< uint8_t, 8 > &kcenon::network::protocols::http2::ping_frame
opaque_data_kcenon::network::protocols::http2::ping_frameprivate
parse(const frame_header &hdr, std::span< const uint8_t > payload) -> Result< std::unique_ptr< ping_frame > >kcenon::network::protocols::http2::ping_framestatic
kcenon::network::protocols::http2::frame::parse(std::span< const uint8_t > data) -> Result< std::unique_ptr< frame > >kcenon::network::protocols::http2::framestatic
payload() const -> std::span< const uint8_t >kcenon::network::protocols::http2::frame
payload_kcenon::network::protocols::http2::frameprotected
ping_frame(std::array< uint8_t, 8 > opaque_data={}, bool ack=false)kcenon::network::protocols::http2::ping_frameexplicit
serialize() const -> std::vector< uint8_t >kcenon::network::protocols::http2::frame
~frame()=defaultkcenon::network::protocols::http2::framevirtual