Home | History | Annotate | Download | only in quic

Lines Matching full:framer

51 // This class receives callbacks from the framer when packets
58 virtual void OnError(QuicFramer* framer) = 0;
60 // Called only when |is_server_| is true and the the framer gets a packet with
102 // the framer will stop parsing the current packet.
157 // Constructs a new framer that installs a kNULL QuicEncrypter and
180 // Set callbacks to be called from the framer. A visitor must be set, or
181 // else the framer will likely crash. It is acceptable for the visitor
188 // Set a builder to be called from the framer when building FEC protected
211 // Set entropy calculator to be called from the framer when it needs the
213 // the framer will likely crash. If this is called multiple times, only the
224 // Pass a UDP packet into the framer for parsing.
231 // Pass a data packet that was revived from FEC data into the framer
499 // Tracks if the framer is being used by the entity that received the