|
PionNetworkLibrary
|
This structure will be tied to each SPDY frame. More...
#include <types.hpp>
Public Attributes | |
| bool | control_bit |
| boost::uint16_t | version |
| boost::uint16_t | type |
| boost::uint8_t | flags |
| boost::uint32_t | length |
This structure will be tied to each SPDY frame.
| bool pion::spdy::spdy_control_frame_info::control_bit |
Referenced by pion::spdy::parser::parse_spdy_frame(), and pion::spdy::parser::populate_frame().
| boost::uint8_t pion::spdy::spdy_control_frame_info::flags |
| boost::uint32_t pion::spdy::spdy_control_frame_info::length |
| boost::uint16_t pion::spdy::spdy_control_frame_info::type |
| boost::uint16_t pion::spdy::spdy_control_frame_info::version |
Referenced by pion::spdy::parser::parse_spdy_frame(), and pion::spdy::parser::populate_frame().