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
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
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.
-