Uses of Interface
com.teamdev.jxbrowser.net.UserAgentData
Packages that use UserAgentData
Package
Description
This package provides the classes that allow you to work with browsers.
Contains classes and interfaces for working with network.
-
Uses of UserAgentData in com.teamdev.jxbrowser.browser
Methods in com.teamdev.jxbrowser.browser that return UserAgentDataModifier and TypeMethodDescriptionBrowser.userAgentData()Returns the user-agent data of the current browser instance.Methods in com.teamdev.jxbrowser.browser with parameters of type UserAgentDataModifier and TypeMethodDescriptionvoidBrowser.userAgent(String userAgent, UserAgentData data) Updates the user-agent string of the current browser instance, sets the user-agent data and reloads the currently loaded web page.voidBrowser.userAgentData(UserAgentData data) Updates the user-agent data of the current browser instance and reloads the currently loaded web page. -
Uses of UserAgentData in com.teamdev.jxbrowser.net
Methods in com.teamdev.jxbrowser.net that return UserAgentDataModifier and TypeMethodDescriptionUserAgentData.Builder.build()Returns a newUserAgentDatainstance built from the current state of this builder.