Uses of Class
com.teamdev.jxbrowser.net.FormData.Builder
Packages that use FormData.Builder
Package
Description
Contains classes and interfaces for working with network.
-
Uses of FormData.Builder in com.teamdev.jxbrowser.net
Methods in com.teamdev.jxbrowser.net that return FormData.BuilderModifier and TypeMethodDescriptionFormData.Builder.addPair(FormData.Pair pair) Sets the key-value pair that represents a segment of the form data.static FormData.BuilderFormData.newBuilder()Creates a newFormDatabuilder.