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*)
-
-
Method Details
-
error
See
QRestReply::
error()const -
errorString
See
QRestReply::
errorString()const -
hasError
See
QRestReply::
hasError()const -
httpStatus
See
QRestReply::
httpStatus()const -
isHttpStatusSuccess
See
QRestReply::
isHttpStatusSuccess()const -
isSuccess
See
QRestReply::
isSuccess()const -
networkReply
See
QRestReply::
networkReply()const -
readBody
See
QRestReply::
readBody() -
readJson
See
QRestReply::
readJson(QJsonParseError*) -
readText
See
QRestReply::
readText() -
swap
See
QRestReply::
swap(QRestReply&) -
toString
See
operator<<(QDebug,
QRestReply) -
readJson
Overloaded function for
readJson(io.qt.core.QJsonParseError)
witherror = null
.
-