4#ifndef QHTTP2CONFIGURATION_H
5#define QHTTP2CONFIGURATION_H
7#include <QtNetwork/qtnetworkglobal.h>
9#include <QtCore/qshareddata.h>
27 void setServerPushEnabled(
bool enable);
28 bool serverPushEnabled()
const;
30 void setHuffmanCompressionEnabled(
bool enable);
31 bool huffmanCompressionEnabled()
const;
33 bool setSessionReceiveWindowSize(
unsigned size);
34 unsigned sessionReceiveWindowSize()
const;
36 bool setStreamReceiveWindowSize(
unsigned size);
37 unsigned streamReceiveWindowSize()
const;
39 bool setMaxFrameSize(
unsigned size);
40 unsigned maxFrameSize()
const;
50 {
return lhs.isEqual(rhs); }
52 {
return !lhs.isEqual(rhs); }
static bool isEqual(const aiUVTransform &a, const aiUVTransform &b)
The QHttp2Configuration class controls HTTP/2 parameters and settings.
friend bool operator!=(const QHttp2Configuration &lhs, const QHttp2Configuration &rhs) noexcept
Returns true if lhs and rhs do not have the same set of HTTP/2 parameters.
QHttp2Configuration(const QHttp2Configuration &other)
Copy-constructs this QHttp2Configuration.
friend bool operator==(const QHttp2Configuration &lhs, const QHttp2Configuration &rhs) noexcept
Returns true if lhs and rhs have the same set of HTTP/2 parameters.
Combined button and popup list for selecting options.
GLenum GLuint GLintptr GLsizeiptr size
[1]
#define QT_REQUIRE_CONFIG(feature)