|
Network System 0.1.1
High-performance modular networking library for scalable client-server applications
|
This is the complete list of members for kcenon::network::protocols::http2::frame, including all inherited members.
| frame()=default | kcenon::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::frame | protected |
| parse(std::span< const uint8_t > data) -> Result< std::unique_ptr< frame > > | kcenon::network::protocols::http2::frame | static |
| payload() const -> std::span< const uint8_t > | kcenon::network::protocols::http2::frame | |
| payload_ | kcenon::network::protocols::http2::frame | protected |
| serialize() const -> std::vector< uint8_t > | kcenon::network::protocols::http2::frame | |
| ~frame()=default | kcenon::network::protocols::http2::frame | virtual |