Uses of Interface
com.teamdev.jxbrowser.net.FormData.Pair
Packages that use FormData.Pair
Package
Description
Contains classes and interfaces for working with network.
-
Uses of FormData.Pair in com.teamdev.jxbrowser.net
Methods in com.teamdev.jxbrowser.net that return FormData.PairModifier and TypeMethodDescriptionstatic FormData.Pair
Returns thePair
instance for the givenkey
andvalue
.Methods in com.teamdev.jxbrowser.net that return types with arguments of type FormData.PairModifier and TypeMethodDescriptiondefault List<FormData.Pair>
FormData.data()
Returns an immutable list of the key-value pairs each representing a segment of a form data or an empty list if the form does not contain any data.Methods in com.teamdev.jxbrowser.net with parameters of type FormData.PairModifier and TypeMethodDescriptionFormData.Builder.addPair
(FormData.Pair pair) Sets the key-value pair that represents a segment of the form data.