Uses of Interface
com.teamdev.jxbrowser.net.MultipartFormData.Pair
Packages that use MultipartFormData.Pair
Package
Description
Contains classes and interfaces for working with network.
-
Uses of MultipartFormData.Pair in com.teamdev.jxbrowser.net
Methods in com.teamdev.jxbrowser.net that return MultipartFormData.PairModifier and TypeMethodDescriptionstatic MultipartFormData.Pair
Returns thePair
instance for the givenkey
andvalue
.static MultipartFormData.Pair
Returns thePair
instance for the givenkey
andvalue
.Methods in com.teamdev.jxbrowser.net that return types with arguments of type MultipartFormData.PairModifier 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.Methods in com.teamdev.jxbrowser.net with parameters of type MultipartFormData.PairModifier and TypeMethodDescriptionMultipartFormData.Builder.addPair
(MultipartFormData.Pair pair) Sets the key-value pair that represents a segment of the multi-part form data.