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
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQWebEngineHttpRequest::MethodNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsConstructorDescriptionOverloaded 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 voidassign(QWebEngineHttpRequest other) clone()Creates and returns a copy of this object.booleaninthashCode()Returns the objects's hash code computed byqHash(QWebEngineHttpRequest).final booleanhasHeader(QByteArray headerName) final QByteArrayheader(QByteArray headerName) final QList<QByteArray>headers()method()final QByteArraypostData()static QWebEngineHttpRequestpostRequest(QUrl url, Map<String, String> postData) final voidset(QWebEngineHttpRequest other) Deprecated.final voidsetHeader(QByteArray headerName, QByteArray value) final voidfinal voidsetPostData(QByteArray postData) final voidfinal voidswap(QWebEngineHttpRequest other) final voidunsetHeader(QByteArray headerName) final QUrlurl()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.