Uses of Class
io.qt.network.QNetworkCookie.RawForm
Package | Description |
---|---|
io.qt.network |
-
Uses of QNetworkCookie.RawForm in io.qt.network
Methods in io.qt.network that return QNetworkCookie.RawForm Modifier and Type Method Description static QNetworkCookie.RawForm
QNetworkCookie.RawForm. resolve(int value)
Returns the corresponding enum entry for the given value.static QNetworkCookie.RawForm
QNetworkCookie.RawForm. valueOf(String name)
Returns the enum constant of this type with the specified name.static QNetworkCookie.RawForm[]
QNetworkCookie.RawForm. 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 QNetworkCookie.RawForm Modifier and Type Method Description QByteArray
QNetworkCookie. toRawForm(QNetworkCookie.RawForm form)