Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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
quint32 dynamicTableCapacity () const
quint32 maxDynamicTableCapacity () const
void setMaxDynamicTableSize (quint32 size)
void setMaxHeaderListSize (quint32 size)

Detailed Description

Definition at line 87 of file hpack_p.h.

Constructor & Destructor Documentation

◆ Decoder()

Decoder::Decoder ( quint32 maxTableSize)

Definition at line 384 of file hpack.cpp.

Member Function Documentation

◆ decodedHeader()

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

Definition at line 94 of file hpack_p.h.

◆ decodeHeaderFields()

bool Decoder::decodeHeaderFields ( class BitIStream & inputStream)

Definition at line 389 of file hpack.cpp.

◆ dynamicTableCapacity()

quint32 Decoder::dynamicTableCapacity ( ) const

Definition at line 422 of file hpack.cpp.

◆ dynamicTableSize()

quint32 Decoder::dynamicTableSize ( ) const

Definition at line 417 of file hpack.cpp.

◆ maxDynamicTableCapacity()

quint32 Decoder::maxDynamicTableCapacity ( ) const

Definition at line 427 of file hpack.cpp.

◆ setMaxDynamicTableSize()

void Decoder::setMaxDynamicTableSize ( quint32 size)

Definition at line 432 of file hpack.cpp.

◆ setMaxHeaderListSize()

void Decoder::setMaxHeaderListSize ( quint32 size)

Definition at line 439 of file hpack.cpp.


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