java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.network.QHttp2Configuration
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QHttp2Configuration extends QtObject implements Cloneable
Controls HTTP/2 parameters and settings
Java wrapper for Qt class QHttp2Configuration
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QHttp2Configuration()
QHttp2Configuration(QHttp2Configuration other)
protected
QHttp2Configuration(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QHttp2Configuration
clone()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
boolean
huffmanCompressionEnabled()
int
maxFrameSize()
boolean
serverPushEnabled()
int
sessionReceiveWindowSize()
void
setHuffmanCompressionEnabled(boolean enable)
boolean
setMaxFrameSize(int size)
void
setServerPushEnabled(boolean enable)
boolean
setSessionReceiveWindowSize(int size)
boolean
setStreamReceiveWindowSize(int size)
int
streamReceiveWindowSize()
void
swap(QHttp2Configuration other)
-
Constructor Details
-
QHttp2Configuration
public QHttp2Configuration() -
QHttp2Configuration
-
QHttp2Configuration
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
huffmanCompressionEnabled
-
maxFrameSize
-
serverPushEnabled
-
sessionReceiveWindowSize
-
setHuffmanCompressionEnabled
-
setMaxFrameSize
-
setServerPushEnabled
-
setSessionReceiveWindowSize
-
setStreamReceiveWindowSize
-
streamReceiveWindowSize
-
swap
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-