Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
Http2::FrameReader Class Reference

#include <http2frames_p.h>

+ Collaboration diagram for Http2::FrameReader:

Public Member Functions

FrameStatus read (QIODevice &socket)
 
FrameinboundFrame ()
 

Detailed Description

Definition at line 65 of file http2frames_p.h.

Member Function Documentation

◆ inboundFrame()

Frame & Http2::FrameReader::inboundFrame ( )
inline

Definition at line 70 of file http2frames_p.h.

References frame.

Referenced by QHttp2ProtocolHandler::_q_receiveReply(), and QHttp2Connection::handleReadyRead().

+ Here is the caller graph for this function:

◆ read()

FrameStatus Http2::FrameReader::read ( QIODevice & socket)

Definition at line 262 of file http2frames.cpp.

References Http2::Frame::buffer, Http2::frameHeaderSize, Http2::goodFrame, Http2::incompleteFrame, Http2::maxPayloadSize, Http2::Frame::payloadSize(), Http2::sizeError, socket, Http2::Frame::validateHeader(), and Http2::Frame::validatePayload().

Referenced by QHttp2ProtocolHandler::_q_receiveReply(), and QHttp2Connection::handleReadyRead().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

The documentation for this class was generated from the following files: