java.lang.Object
io.qt.QtObject
io.qt.network.QHttp1Configuration
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Controls HTTP/1 parameters and settings
Java wrapper for Qt class QHttp1Configuration
This class was introduced in Qt 6.5.
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QHttp1Configuration other) clone()
Creates and returns a copy of this object.boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QHttp1Configuration)
.final long
final void
setNumberOfConnectionsPerHost
(long amount) final void
swap
(QHttp1Configuration other) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QHttp1Configuration
public QHttp1Configuration() -
QHttp1Configuration
-
-
Method Details
-
numberOfConnectionsPerHost
-
assign
-
setNumberOfConnectionsPerHost
-
swap
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QHttp1Configuration)
. -
clone
Creates and returns a copy of this object.
See
QHttp1Configuration::
QHttp1Configuration(QHttp1Configuration)
-