Uses of Interface
com.teamdev.jxbrowser.net.FormData.Pair
Package
Description
Contains classes and interfaces for working with network.
-
Uses of FormData.Pair in com.teamdev.jxbrowser.net
Modifier and TypeMethodDescriptionstatic FormData.Pair
Returns thePair
instance for the givenkey
andvalue
.Modifier 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.Modifier and TypeMethodDescriptionFormData.Builder.addPair
(FormData.Pair pair) Sets the key-value pair that represents a segment of the form data.