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
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
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
final QUrl
url()
final QByteArray
value
(QByteArray key) final 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
-
value
-