Uses of Interface
com.teamdev.jxbrowser.net.UploadData
Packages that use 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
Subinterfaces of UploadData in com.teamdev.jxbrowser.netModifier and TypeInterfaceDescriptioninterfaceAn upload data as a sequence of bytes.interfaceAn upload data of theapplication/x-www-form-urlencodedcontent type.interfaceAn upload data of themultipart/form-datacontent type.interfaceAn upload data of thetext/plaincontent type. -
Uses of UploadData in com.teamdev.jxbrowser.net.callback
Methods in com.teamdev.jxbrowser.net.callback that return UploadDataModifier and TypeMethodDescriptiondefault UploadDataBeforeSendUploadDataCallback.Params.uploadData()Returns the upload data retrieved from the URL request.Methods in com.teamdev.jxbrowser.net.callback that return types with arguments of type UploadDataModifier and TypeMethodDescriptionInterceptUrlRequestCallback.Params.uploadData()Returns anOptionalthat contains the upload data in the request or an emptyOptionalif the request does not have any upload data.