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 void
assign
(QHttpServerConfiguration other) clone()
Creates and returns a copy of this object.final boolean
boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QHttpServerConfiguration)
.final int
final void
setRateLimitPerSecond
(int maxRequests) final void
swap
(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)
-