java.lang.Object
io.qt.QtObject
io.qt.network.QRestReply
- All Implemented Interfaces:
QtObjectInterface
Java wrapper for Qt class QRestReply
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionerror()
SeeQRestReply::
error()const final String
SeeQRestReply::
errorString()const final boolean
hasError()
SeeQRestReply::
hasError()const final int
SeeQRestReply::
httpStatus()const final boolean
SeeQRestReply::
isHttpStatusSuccess()const final boolean
SeeQRestReply::
isSuccess()const final QNetworkReply
SeeQRestReply::
networkReply()const final QByteArray
readBody()
SeeQRestReply::
readBody() final Optional<QJsonDocument>
readJson()
Overloaded function forreadJson(io.qt.core.QJsonParseError)
witherror = null
.final Optional<QJsonDocument>
readJson
(QJsonParseError error) SeeQRestReply::
readJson(QJsonParseError*) final String
readText()
SeeQRestReply::
readText() final void
swap
(QRestReply other) SeeQRestReply::
swap(QRestReply&) toString()
Seeoperator<<(QDebug,
QRestReply) Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QRestReply
See
QRestReply::
QRestReply(QNetworkReply*) - Parameters:
reply
-
-
-
Method Details
-
error
See
QRestReply::
error()const - Returns:
-
errorString
See
QRestReply::
errorString()const - Returns:
-
hasError
See
QRestReply::
hasError()const - Returns:
-
httpStatus
See
QRestReply::
httpStatus()const - Returns:
-
isHttpStatusSuccess
See
QRestReply::
isHttpStatusSuccess()const - Returns:
-
isSuccess
See
QRestReply::
isSuccess()const - Returns:
-
networkReply
See
QRestReply::
networkReply()const - Returns:
-
readBody
See
QRestReply::
readBody() - Returns:
-
readJson
See
QRestReply::
readJson(QJsonParseError*) - Parameters:
error
-- Returns:
-
readText
See
QRestReply::
readText() - Returns:
-
swap
See
QRestReply::
swap(QRestReply&) - Parameters:
other
-
-
toString
See
operator<<(QDebug,
QRestReply) -
readJson
Overloaded function for
readJson(io.qt.core.QJsonParseError)
witherror = null
.
-