Uses of Interface
com.teamdev.jxbrowser.net.MultipartFormData
Package
Description
Contains classes and interfaces for working with navigation.
Contains classes and interfaces for working with network.
The network service callbacks.
-
Uses of MultipartFormData in com.teamdev.jxbrowser.net
Modifier and TypeMethodDescriptionMultipartFormData.Builder.build()
Returns a newMultipartFormData
instance built from the current state of this builder. -
Uses of MultipartFormData in com.teamdev.jxbrowser.net.callback
Modifier and TypeMethodDescriptionBeforeSendUploadDataCallback.Response.override
(MultipartFormData multipartFormData) Notifies the engine that the upload data in the URL request should be replaced with the given one.