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
HPack::Decoder Class Reference

#include <hpack_p.h>

+ Collaboration diagram for HPack::Decoder:

Public Member Functions

 Decoder (quint32 maxTableSize)
 
bool decodeHeaderFields (class BitIStream &inputStream)
 
const HttpHeaderdecodedHeader () const
 
quint32 dynamicTableSize () const
 
void setMaxDynamicTableSize (quint32 size)
 

Detailed Description

Definition at line 84 of file hpack_p.h.

Constructor & Destructor Documentation

◆ Decoder()

Decoder::Decoder ( quint32 maxTableSize)

Definition at line 373 of file hpack.cpp.

Member Function Documentation

◆ decodedHeader()

const HttpHeader & HPack::Decoder::decodedHeader ( ) const
inline

Definition at line 91 of file hpack_p.h.

References header().

+ Here is the call graph for this function:

◆ decodeHeaderFields()

bool Decoder::decodeHeaderFields ( class BitIStream & inputStream)

Definition at line 378 of file hpack.cpp.

References HPack::BitIStream::bitLength(), and HPack::BitIStream::streamOffset().

+ Here is the call graph for this function:

◆ dynamicTableSize()

quint32 Decoder::dynamicTableSize ( ) const

Definition at line 405 of file hpack.cpp.

References HPack::FieldLookupTable::dynamicDataSize().

+ Here is the call graph for this function:

◆ setMaxDynamicTableSize()

void Decoder::setMaxDynamicTableSize ( quint32 size)

Definition at line 410 of file hpack.cpp.

References HPack::FieldLookupTable::setMaxDynamicTableSize().

+ Here is the call graph for this function:

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