Searched defs:SettingsFrame (Results 1 – 9 of 9) sorted by relevance
27 type SettingsFrame struct { struct28 Header FrameHeader29 Params []SettingsParameter71 func (f *SettingsFrame) GetHeader() *FrameHeader {75 func (f *SettingsFrame) ParsePayload(r io.Reader) error {83 func (f *SettingsFrame) UnmarshalPayload(raw []byte) error {102 func (f *SettingsFrame) MarshalPayload() ([]byte, error) {111 func (f *SettingsFrame) MarshalBinary() ([]byte, error) {
344 func http2Connect(c net.Conn, sf *SettingsFrame) error {
64 struct QUICHE_EXPORT SettingsFrame { struct67 bool operator==(const SettingsFrame& rhs) const { argument83 const SettingsFrame& s) { argument
15 TEST(HttpFramesTest, SettingsFrame) { in TEST() argument
77 virtual void OnSettingsFrameReceivedViaAlps(const SettingsFrame& /*frame*/) {} in OnSettingsFrameReceivedViaAlps()
213 TEST_F(HttpDecoderTest, SettingsFrame) { in TEST_F() argument
79 bool OnSettingsFrame(const SettingsFrame& /*frame*/) override { in OnSettingsFrame()