Uses of Class
io.qt.network.QHstsPolicy.PolicyFlag
Package | Description |
---|---|
io.qt.network |
-
Uses of QHstsPolicy.PolicyFlag in io.qt.network
Methods in io.qt.network that return QHstsPolicy.PolicyFlag Modifier and Type Method Description QHstsPolicy.PolicyFlag[]
QHstsPolicy.PolicyFlags. flags()
Returns an array of flag objects represented by this PolicyFlags.static QHstsPolicy.PolicyFlag
QHstsPolicy.PolicyFlag. resolve(int value)
Returns the corresponding enum entry for the given value.static QHstsPolicy.PolicyFlag
QHstsPolicy.PolicyFlag. valueOf(String name)
Returns the enum constant of this type with the specified name.static QHstsPolicy.PolicyFlag[]
QHstsPolicy.PolicyFlag. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.network with parameters of type QHstsPolicy.PolicyFlag Modifier and Type Method Description QHstsPolicy.PolicyFlags
QHstsPolicy.PolicyFlag. combined(QHstsPolicy.PolicyFlag e)
Combines this entry with other enum entry.QHstsPolicy.PolicyFlags
QHstsPolicy.PolicyFlags. combined(QHstsPolicy.PolicyFlag e)
Combines this flags with enum entry.static QHstsPolicy.PolicyFlags
QHstsPolicy.PolicyFlag. flags(QHstsPolicy.PolicyFlag... values)
Creates a newQHstsPolicy.PolicyFlags
from the entries.QHstsPolicy.PolicyFlags
QHstsPolicy.PolicyFlags. setFlag(QHstsPolicy.PolicyFlag e)
Sets the flage
QHstsPolicy.PolicyFlags
QHstsPolicy.PolicyFlags. setFlag(QHstsPolicy.PolicyFlag e, boolean on)
Sets or clears the flagflag
Constructors in io.qt.network with parameters of type QHstsPolicy.PolicyFlag Constructor Description PolicyFlags(QHstsPolicy.PolicyFlag... args)
Creates a new PolicyFlags where the flags inargs
are set.