java.lang.Object
io.qt.QtObject
io.qt.webengine.core.QWebEngineHttpRequest
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Holds a request to be sent with WebEngine
Java wrapper for Qt class QWebEngineHttpRequest
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQWebEngineHttpRequest::Method
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescriptionOverloaded constructor forQWebEngineHttpRequest(io.qt.core.QUrl, io.qt.webengine.core.QWebEngineHttpRequest.Method)
Overloaded constructor forQWebEngineHttpRequest(io.qt.core.QUrl, io.qt.webengine.core.QWebEngineHttpRequest.Method)
withmethod = io.qt.webengine.core.QWebEngineHttpRequest.Method.Get
.QWebEngineHttpRequest
(QUrl url, QWebEngineHttpRequest.Method method) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QWebEngineHttpRequest other) clone()
Creates and returns a copy of this object.boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QWebEngineHttpRequest)
.final boolean
hasHeader
(QByteArray headerName) final QByteArray
header
(QByteArray headerName) final QList<QByteArray>
headers()
method()
final QByteArray
postData()
static QWebEngineHttpRequest
postRequest
(QUrl url, Map<String, String> postData) final void
set
(QWebEngineHttpRequest other) Deprecated.final void
setHeader
(QByteArray headerName, QByteArray value) final void
final void
setPostData
(QByteArray postData) final void
final void
swap
(QWebEngineHttpRequest other) final void
unsetHeader
(QByteArray headerName) final QUrl
url()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QWebEngineHttpRequest
-
QWebEngineHttpRequest
-
QWebEngineHttpRequest
Overloaded constructor for
QWebEngineHttpRequest(io.qt.core.QUrl, io.qt.webengine.core.QWebEngineHttpRequest.Method)
withmethod = io.qt.webengine.core.QWebEngineHttpRequest.Method.Get
. -
QWebEngineHttpRequest
public QWebEngineHttpRequest()Overloaded constructor for
QWebEngineHttpRequest(io.qt.core.QUrl, io.qt.webengine.core.QWebEngineHttpRequest.Method)
with:
url = new io.qt.core.QUrl()
method = io.qt.webengine.core.QWebEngineHttpRequest.Method.Get
-
-
Method Details
-
hasHeader
-
header
-
headers
-
method
-
assign
-
postData
-
setHeader
-
setMethod
-
setPostData
-
setUrl
-
swap
-
unsetHeader
-
url
-
postRequest
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QWebEngineHttpRequest)
. -
clone
Creates and returns a copy of this object.
-
set
Deprecated.Useassign(io.qt.webengine.core.QWebEngineHttpRequest)
instead.
-
assign(io.qt.webengine.core.QWebEngineHttpRequest)
instead.