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 class QHttp2Configuration
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QHttp2Configuration other) clone()
Creates and returns a copy of this object.final boolean
boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QHttp2Configuration)
.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
-
-
Method Details
-
huffmanCompressionEnabled
-
maxFrameSize
-
assign
-
equals
-
serverPushEnabled
-
sessionReceiveWindowSize
-
setHuffmanCompressionEnabled
-
setMaxFrameSize
-
setServerPushEnabled
-
setSessionReceiveWindowSize
-
setStreamReceiveWindowSize
-
streamReceiveWindowSize
-
swap
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QHttp2Configuration)
. -
clone
Creates and returns a copy of this object.
See
QHttp2Configuration::
QHttp2Configuration(QHttp2Configuration)
-