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 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
Methods in com.teamdev.jxbrowser.net.callback that return UploadDataModifier and TypeMethodDescriptiondefault UploadData
BeforeSendUploadDataCallback.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 anOptional
that contains the upload data in the request or an emptyOptional
if the request does not have any upload data.