java.lang.Object
io.qt.QtObject
io.qt.network.QHttp2Configuration
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Controls HTTP/2 parameters and settings
Java wrapper for Qt's class QHttp2Configuration
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QHttp2Configuration other) clone()
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.int
hashCode()
final boolean
final int
final boolean
final int
final void
setHuffmanCompressionEnabled
(boolean enable) final boolean
setMaxFrameSize
(int size) final void
setServerPushEnabled
(boolean enable) final boolean
setSessionReceiveWindowSize
(int size) final boolean
setStreamReceiveWindowSize
(int size) final int
final void
swap
(QHttp2Configuration other) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QHttp2Configuration
public QHttp2Configuration() -
QHttp2Configuration
-
QHttp2Configuration
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
huffmanCompressionEnabled
-
maxFrameSize
-
assign
-
serverPushEnabled
-
sessionReceiveWindowSize
-
setHuffmanCompressionEnabled
-
setMaxFrameSize
-
setServerPushEnabled
-
setSessionReceiveWindowSize
-
setStreamReceiveWindowSize
-
streamReceiveWindowSize
-
swap
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-