114 void setProcesses(
const QString &process);
138 void setHttp2Socket(
const QStringList &http2Socket);
146 setHttp2HeaderTableSize NOTIFY changed)
147 void setHttp2HeaderTableSize(quint32 headerTableSize);
148 quint32 http2HeaderTableSize()
const;
156 void setUpgradeH2c(
bool enable);
157 bool upgradeH2c()
const;
165 void setHttpsH2(
bool enable);
166 bool httpsH2()
const;
173 void setHttpsSocket(
const QStringList &httpsSocket);
181 void setFastcgiSocket(
const QStringList &fastcgiSocket);
189 void setSocketAccess(
const QString &socketAccess);
197 void setSocketTimeout(
int timeout);
198 int socketTimeout()
const;
247 void setMaster(
bool enable);
255 void setAutoReload(
bool enable);
256 bool autoReload()
const;
273 void setListenQueue(
int size);
274 int listenQueue()
const;
281 void setBufferSize(
int size);
282 int bufferSize()
const;
290 void setPostBuffering(qint64 size);
291 qint64 postBuffering()
const;
299 void setPostBufferingBufsize(qint64 size);
300 qint64 postBufferingBufsize()
const;
307 void setTcpNodelay(
bool enable);
308 bool tcpNodelay()
const;
315 void setSoKeepalive(
bool enable);
316 bool soKeepalive()
const;
324 void setSocketSndbuf(
int value);
325 int socketSndbuf()
const;
333 void setSocketRcvbuf(
int value);
334 int socketRcvbuf()
const;
341 int websocket_max_size READ websocketMaxSize WRITE setWebsocketMaxSize NOTIFY changed)
342 void setWebsocketMaxSize(
int value);
343 int websocketMaxSize()
const;
350 void setPidfile(
const QString &file);
358 void setPidfile2(
const QString &file);
385 void setNoInitgroups(
bool enable);
386 bool noInitgroups()
const;
394 void setChownSocket(
const QString &chownSocket);
403 void setUmask(
const QString &value);
412 void setCpuAffinity(
int value);
413 int cpuAffinity()
const;
421 void setReusePort(
bool enable);
422 bool reusePort()
const;
429 void setLazy(
bool enable);
440 void setUsingFrontendProxy(
bool enable);
441 bool usingFrontendProxy()
const;
462 ServerPrivate *d_ptr;