Skip navigation links
com.teamdev.jxbrowser.navigation

Class LoadUrlParams.Builder

Sets a string that represents the POST data that will be sent to the resource.

When Content-Type in the extra headers is set to "application/x-www-form-urlencoded", the POST data must be in the key=value&key=value format.

When Content-Type is set to "text/plain", the POST data string can be in any plain format.

Parameters:
postData - the POST data
Returns:
this builder
Skip navigation links