- Bot - Class in net.pieroxy.ua.detection
-
Describe a bot, which is a program that access sites automatically rather than a human browsing the web.
- Bot(Brand, BotFamily, String, String, String) - Constructor for class net.pieroxy.ua.detection.Bot
-
This is the most detailed constructor of the Bot object.
- Bot(Brand, BotFamily, String, String) - Constructor for class net.pieroxy.ua.detection.Bot
-
This constructor of the Bot object does not specify the url of the bot, initializing it to an empty string.
- BotFamily - Enum in net.pieroxy.ua.detection
-
Describes the family of the bot, its nature.
- Brand - Enum in net.pieroxy.ua.detection
-
The brand can apply to Browsers, Devices or OSes.
- Browser - Class in net.pieroxy.ua.detection
-
A Browser is made of a Brand, a BrowserFamily, a description and a rendering engine.
- Browser(Brand, BrowserFamily, String, RenderingEngine, String, String) - Constructor for class net.pieroxy.ua.detection.Browser
-
This is the most detailed constructor of the Browser object, where everything can be specified.
- Browser(Brand, BrowserFamily, String, RenderingEngine) - Constructor for class net.pieroxy.ua.detection.Browser
-
This constructor of the Browser object does not specifie any of the version fields.
- Browser(Brand, BrowserFamily, String, RenderingEngine, String) - Constructor for class net.pieroxy.ua.detection.Browser
-
This constructor of the Browser object only specifies the fullVersion
.
- Browser(Brand, BrowserFamily, String, RenderingEngine, String, int) - Constructor for class net.pieroxy.ua.detection.Browser
-
This constructor of the Browser object only specifies the fullVersion
.
- BrowserFamily - Enum in net.pieroxy.ua.detection
-
Describes the family of the browser.
- valueOf(String) - Static method in enum net.pieroxy.ua.detection.BotFamily
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.pieroxy.ua.detection.Brand
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.pieroxy.ua.detection.BrowserFamily
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.pieroxy.ua.detection.Country
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.pieroxy.ua.detection.DeviceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.pieroxy.ua.detection.Language
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.pieroxy.ua.detection.OSFamily
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum net.pieroxy.ua.detection.RenderingEngineFamily
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum net.pieroxy.ua.detection.BotFamily
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.pieroxy.ua.detection.Brand
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.pieroxy.ua.detection.BrowserFamily
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.pieroxy.ua.detection.Country
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.pieroxy.ua.detection.DeviceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.pieroxy.ua.detection.Language
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.pieroxy.ua.detection.OSFamily
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum net.pieroxy.ua.detection.RenderingEngineFamily
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- VERSION - Static variable in class net.pieroxy.ua.detection.UserAgentDetector
-
- VersionedObject - Class in net.pieroxy.ua.detection
-
- VersionedObject() - Constructor for class net.pieroxy.ua.detection.VersionedObject
-