Uses of Interface
com.teamdev.jxbrowser.net.UploadData
Package
Description
Contains classes and interfaces for working with navigation.
Contains classes and interfaces for working with network.
The network service callbacks.
-
Uses of UploadData in com.teamdev.jxbrowser.net
Modifier and TypeInterfaceDescriptioninterface
An upload data as a sequence of bytes.interface
An upload data of theapplication/x-www-form-urlencoded
content type.interface
An upload data of themultipart/form-data
content type.interface
An upload data of thetext/plain
content type. -
Uses of UploadData in com.teamdev.jxbrowser.net.callback
Modifier and TypeMethodDescriptiondefault UploadData
BeforeSendUploadDataCallback.Params.uploadData()
Returns the upload data retrieved from the URL request.Modifier and TypeMethodDescriptionInterceptUrlRequestCallback.Params.uploadData()
Returns anOptional
that contains the upload data in the request or an emptyOptional
if the request does not have any upload data.