Searched defs:FrameDecoder (Results 1 – 1 of 1) sorted by relevance
172 pub struct FrameDecoder { struct173 buffer: Vec<u8>,175 offset: usize,176 max_frame_size: u32,178 stage: Stage,180 header: FrameHeader,181 hpack: HpackDecoderLayer,184 continuations: Continuations,289 impl Default for FrameDecoder { implementation312 impl FrameDecoder { implementation