Class QHttpServerConfiguration
java.lang.Object
io.qt.QtObject
io.qt.httpserver.QHttpServerConfiguration
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Controls server parameters
Java wrapper for Qt class QHttpServerConfiguration
- Since:
- This class was introduced in Qt 6.9.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QHttpServerConfiguration other) clone()Creates and returns a copy of this object.final booleanbooleaninthashCode()Returns the objects's hash code computed byqHash(QHttpServerConfiguration).final intfinal voidsetRateLimitPerSecond(int maxRequests) final voidswap(QHttpServerConfiguration other) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QHttpServerConfiguration
public QHttpServerConfiguration() -
QHttpServerConfiguration
- Parameters:
other-
-
-
Method Details
-
assign
- Parameters:
other-
-
equals
- Parameters:
rhs-- Returns:
-
rateLimitPerSecond
- Returns:
-
setRateLimitPerSecond
- Parameters:
maxRequests-
-
swap
- Parameters:
other-
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QHttpServerConfiguration). -
clone
Creates and returns a copy of this object.
See
QHttpServerConfiguration::QHttpServerConfiguration(QHttpServerConfiguration)
-