java.lang.Object
io.qt.QtObject
io.qt.httpserver.QHttpServerRequest
- All Implemented Interfaces:
QtObjectInterface
Encapsulates an HTTP request
Java wrapper for Qt class QHttpServerRequest
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQHttpServerRequest::Method
static final class
QFlags
type for enumQHttpServerRequest.Method
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Method Summary
Modifier and TypeMethodDescriptionfinal QByteArray
body()
final QList
<QPair<QByteArray, QByteArray>> headers()
final QHostAddress
final short
method()
final QUrlQuery
query()
final QHostAddress
final short
toString()
Seeoperator<<(QDebug,
QHttpServerRequest) final QUrl
url()
final QByteArray
value
(byte [] key) Overloaded function forvalue(io.qt.core.QByteArray)
.final QByteArray
value
(QByteArray key) final QByteArray
Overloaded function forvalue(io.qt.core.QByteArray)
.Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Method Details
-
body
-
headers
-
localAddress
-
localPort
-
method
-
query
-
remoteAddress
-
remotePort
-
url
-
value
-
toString
See
operator<<(QDebug,
QHttpServerRequest) -
value
Overloaded function for
value(io.qt.core.QByteArray)
. -
value
Overloaded function for
value(io.qt.core.QByteArray)
.
-