Uses of Interface
com.teamdev.jxbrowser.net.UserAgentBrand
Packages that use UserAgentBrand
Package
Description
Contains classes and interfaces for working with network.
-
Uses of UserAgentBrand in com.teamdev.jxbrowser.net
Methods in com.teamdev.jxbrowser.net that return UserAgentBrandModifier and TypeMethodDescriptionstatic UserAgentBrandCreates a newUserAgentBrandinstance with the given brand and version.Methods in com.teamdev.jxbrowser.net that return types with arguments of type UserAgentBrandModifier and TypeMethodDescriptiondefault List<UserAgentBrand>UserAgentData.brands()Returns the list of brands of the user-agent.Methods in com.teamdev.jxbrowser.net with parameters of type UserAgentBrandModifier and TypeMethodDescriptionUserAgentData.Builder.addBrand(UserAgentBrand brand) Adds the brand of the user-agent.