![]() |
Qt 6.x
The Qt SDK
|
#include <http2frames_p.h>
Collaboration diagram for Http2::FrameReader:Public Member Functions | |
| FrameStatus | read (QAbstractSocket &socket) |
| Frame & | inboundFrame () |
Definition at line 65 of file http2frames_p.h.
|
inline |
Definition at line 70 of file http2frames_p.h.
References frame.
Referenced by QHttp2ProtocolHandler::_q_receiveReply().
Here is the caller graph for this function:| FrameStatus Http2::FrameReader::read | ( | QAbstractSocket & | socket | ) |
Definition at line 261 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().
Here is the call graph for this function:
Here is the caller graph for this function: