![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <http2frames_p.h>
Public Member Functions | |
Frame () | |
FrameType | type () const |
quint32 | streamID () const |
FrameFlags | flags () const |
quint32 | payloadSize () const |
uchar | padding () const |
bool | priority (quint32 *streamID=nullptr, uchar *weight=nullptr) const |
FrameStatus | validateHeader () const |
FrameStatus | validatePayload () const |
quint32 | dataSize () const |
quint32 | hpackBlockSize () const |
const uchar * | dataBegin () const |
const uchar * | hpackBlockBegin () const |
Public Attributes | |
std::vector< uchar > | buffer |
Definition at line 34 of file http2frames_p.h.
Http2::Frame::Frame | ( | ) |
Definition at line 19 of file http2frames.cpp.
const uchar * Http2::Frame::dataBegin | ( | ) | const |
Definition at line 232 of file http2frames.cpp.
quint32 Http2::Frame::dataSize | ( | ) | const |
Definition at line 197 of file http2frames.cpp.
FrameFlags Http2::Frame::flags | ( | ) | const |
Definition at line 40 of file http2frames.cpp.
const uchar * Http2::Frame::hpackBlockBegin | ( | ) | const |
Definition at line 248 of file http2frames.cpp.
quint32 Http2::Frame::hpackBlockSize | ( | ) | const |
Definition at line 214 of file http2frames.cpp.
uchar Http2::Frame::padding | ( | ) | const |
Definition at line 52 of file http2frames.cpp.
quint32 Http2::Frame::payloadSize | ( | ) | const |
Definition at line 46 of file http2frames.cpp.
Definition at line 70 of file http2frames.cpp.
quint32 Http2::Frame::streamID | ( | ) | const |
Definition at line 34 of file http2frames.cpp.
FrameType Http2::Frame::type | ( | ) | const |
Definition at line 24 of file http2frames.cpp.
FrameStatus Http2::Frame::validateHeader | ( | ) | const |
Definition at line 93 of file http2frames.cpp.
FrameStatus Http2::Frame::validatePayload | ( | ) | const |
Definition at line 150 of file http2frames.cpp.
std::vector<uchar> Http2::Frame::buffer |
Definition at line 61 of file http2frames_p.h.
Referenced by testing.tools.encode_pdf_filter._Ascii85DecodePdfStream::close(), testing.tools.encode_pdf_filter._FlateDecodePdfStream::close(), testing.tools.encode_pdf_filter._PdfStream::close(), testing.tools.encode_pdf_filter._FlateDecodePdfStream::flush(), testing.tools.encode_pdf_filter._PdfStream::flush(), testing.tools.encode_pdf_filter._SinkPdfStream::getbuffer(), testing.tools.encode_pdf_filter._FlateDecodePdfStream::write(), testing.tools.encode_pdf_filter._PdfStream::write(), and testing.tools.encode_pdf_filter._PngIdatPdfStream::write().