Qt 6.x
The Qt SDK
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 82 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 89 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: