Uses of Class
nl.bitwalker.useragentutils.Browser

Uses of Browser in nl.bitwalker.useragentutils
 

Methods in nl.bitwalker.useragentutils that return Browser
 Browser UserAgent.getBrowser()
           
 Browser Browser.getGroup()
           
static Browser Browser.parseUserAgentString(java.lang.String agentString)
          Iterates over all Browsers to compare the browser signature with the user agent string.
static Browser Browser.valueOf(short id)
          Returns the enum constant of this type with the specified id.
static Browser Browser.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Browser[] Browser.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in nl.bitwalker.useragentutils with parameters of type Browser
UserAgent(OperatingSystem operatingSystem, Browser browser)
           
 



Copyright © 2011. All Rights Reserved.