java.lang.Object
io.qt.QtObject
io.qt.network.QHttpPart
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Holds a body part to be used inside a HTTP multipart MIME message
Java wrapper for Qt class QHttpPart
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal void
clone()
Creates and returns a copy of this object.boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QHttpPart)
.final void
Deprecated.final void
setBody
(QByteArray body) final void
setBodyDevice
(QIODevice device) final void
setHeader
(QNetworkRequest.KnownHeaders header, Object value) final void
setRawHeader
(QByteArray headerName, QByteArray headerValue) final void
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QHttpPart
public QHttpPart() -
QHttpPart
-
-
Method Details
-
assign
-
setBody
-
setBodyDevice
-
setHeader
-
setRawHeader
-
swap
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QHttpPart)
. -
clone
Creates and returns a copy of this object.
-
set
Deprecated.Useassign(io.qt.network.QHttpPart)
instead.
-
assign(io.qt.network.QHttpPart)
instead.