Uses of Class
com.teamdev.jxbrowser.net.UserAgentData.Builder
Packages that use UserAgentData.Builder
Package
Description
Contains classes and interfaces for working with network.
-
Uses of UserAgentData.Builder in com.teamdev.jxbrowser.net
Methods in com.teamdev.jxbrowser.net that return UserAgentData.BuilderModifier and TypeMethodDescriptionUserAgentData.Builder.addBrand(UserAgentBrand brand) Adds the brand of the user-agent.UserAgentData.Builder.addFormFactor(String formFactor) Adds the form factor associated with the device of the user agent.UserAgentData.Builder.architecture(String architecture) Sets the architecture of the platform on which a given user agent is executing (e.g.Sets the bitness of the architecture of the platform on which a given user agent is executing (e.g.UserAgentData.Builder.fullVersion(String fullVersion) Sets the full version of the user-agent (e.g.UserAgentData.Builder.mobile(boolean mobile) Sets whether the user agent is running on a mobile device (e.g.Sets the model of the device on which a given user agent is executing.static UserAgentData.BuilderUserAgentData.newBuilder()Create a newUserAgentDatabuilder.Sets the platform on which a given user agent is executing (e.g.UserAgentData.Builder.platformVersion(String platformVersion) Sets the platform version on which a given user agent is executing.UserAgentData.Builder.wow64(boolean wow64) Sets whether the user agent binary is running in 32-bit mode on 64-bit Windows.