Uses of Interface
com.teamdev.jxbrowser.net.MultipartFormData.Pair
Package
Description
Contains classes and interfaces for working with network.
-
Uses of MultipartFormData.Pair in com.teamdev.jxbrowser.net
Modifier and TypeMethodDescriptionstatic MultipartFormData.Pair
Returns thePair
instance for the givenkey
andvalue
.static MultipartFormData.Pair
Returns thePair
instance for the givenkey
andvalue
.Modifier and TypeMethodDescriptiondefault List<MultipartFormData.Pair>
MultipartFormData.data()
Returns an immutable list of the key-value pairs each representing a segment of a multi-part form data or an empty list if the form does not contain any data.Modifier and TypeMethodDescriptionMultipartFormData.Builder.addPair
(MultipartFormData.Pair pair) Sets the key-value pair that represents a segment of the multi-part form data.