Searched defs:FrameDecoder (Results 1 – 3 of 3) sorted by relevance
20 pub struct FrameDecoder<'a> { struct28 impl<'a> FrameDecoder<'a> { argument
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
62 decoder: FrameDecoder, in new()