Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
D
E
G
H
I
M
N
O
P
R
T
U
V
A
Application
- Enum in
nl.bitwalker.useragentutils
Enum constants for internet applications like web-application and rich internet application.
ApplicationType
- Enum in
nl.bitwalker.useragentutils
Enum constants classifying the different types of applications which are common in referrer strings
B
Browser
- Enum in
nl.bitwalker.useragentutils
Enum constants for most common browsers, including e-mail clients and bots.
BrowserType
- Enum in
nl.bitwalker.useragentutils
Enum constants classifying the different types of browsers which are common in user-agent strings
D
DeviceType
- Enum in
nl.bitwalker.useragentutils
Enum contact for the type of used device
E
equals(Object)
- Method in class nl.bitwalker.useragentutils.
UserAgent
equals(Object)
- Method in class nl.bitwalker.useragentutils.
Version
G
getApplicationType()
- Method in enum nl.bitwalker.useragentutils.
Application
getBrowser()
- Method in class nl.bitwalker.useragentutils.
UserAgent
getBrowserType()
- Method in enum nl.bitwalker.useragentutils.
Browser
getBrowserVersion()
- Method in class nl.bitwalker.useragentutils.
UserAgent
Detects the detailed version information of the browser.
getDeviceType()
- Method in enum nl.bitwalker.useragentutils.
OperatingSystem
getGroup()
- Method in enum nl.bitwalker.useragentutils.
Browser
getGroup()
- Method in enum nl.bitwalker.useragentutils.
OperatingSystem
getId()
- Method in enum nl.bitwalker.useragentutils.
Application
getId()
- Method in enum nl.bitwalker.useragentutils.
Browser
getId()
- Method in enum nl.bitwalker.useragentutils.
Manufacturer
getId()
- Method in enum nl.bitwalker.useragentutils.
OperatingSystem
getId()
- Method in class nl.bitwalker.useragentutils.
UserAgent
Returns an unique integer value of the operating system & browser combination
getMajorVersion()
- Method in class nl.bitwalker.useragentutils.
Version
getManufacturer()
- Method in enum nl.bitwalker.useragentutils.
Application
getManufacturer()
- Method in enum nl.bitwalker.useragentutils.
Browser
getManufacturer()
- Method in enum nl.bitwalker.useragentutils.
OperatingSystem
Returns the manufacturer of the operating system
getMinorVersion()
- Method in class nl.bitwalker.useragentutils.
Version
getName()
- Method in enum nl.bitwalker.useragentutils.
Application
getName()
- Method in enum nl.bitwalker.useragentutils.
ApplicationType
getName()
- Method in enum nl.bitwalker.useragentutils.
Browser
getName()
- Method in enum nl.bitwalker.useragentutils.
BrowserType
getName()
- Method in enum nl.bitwalker.useragentutils.
DeviceType
getName()
- Method in enum nl.bitwalker.useragentutils.
Manufacturer
getName()
- Method in enum nl.bitwalker.useragentutils.
OperatingSystem
getOperatingSystem()
- Method in class nl.bitwalker.useragentutils.
UserAgent
getRenderingEngine()
- Method in enum nl.bitwalker.useragentutils.
Browser
getVersion(String)
- Method in enum nl.bitwalker.useragentutils.
Browser
Detects the detailed version information of the browser.
getVersion()
- Method in class nl.bitwalker.useragentutils.
Version
H
hashCode()
- Method in class nl.bitwalker.useragentutils.
UserAgent
hashCode()
- Method in class nl.bitwalker.useragentutils.
Version
I
isInReferrerString(String)
- Method in enum nl.bitwalker.useragentutils.
Application
isInUserAgentString(String)
- Method in enum nl.bitwalker.useragentutils.
Browser
isInUserAgentString(String)
- Method in enum nl.bitwalker.useragentutils.
OperatingSystem
Checks if the given user-agent string matches to the operating system.
isMobileDevice()
- Method in enum nl.bitwalker.useragentutils.
OperatingSystem
M
Manufacturer
- Enum in
nl.bitwalker.useragentutils
Enum constants representing manufacturers of operating systems and client software.
N
nl.bitwalker.useragentutils
- package nl.bitwalker.useragentutils
O
OperatingSystem
- Enum in
nl.bitwalker.useragentutils
Enum constants for most common operating systems.
P
parseReferrerString(String)
- Static method in enum nl.bitwalker.useragentutils.
Application
parseUserAgentString(String)
- Static method in enum nl.bitwalker.useragentutils.
Browser
Iterates over all Browsers to compare the browser signature with the user agent string.
parseUserAgentString(String)
- Static method in enum nl.bitwalker.useragentutils.
OperatingSystem
Parses user agent string and returns the best match.
parseUserAgentString(String)
- Static method in class nl.bitwalker.useragentutils.
UserAgent
R
RenderingEngine
- Enum in
nl.bitwalker.useragentutils
Enum constants classifying the different types of rendering engines which are being used by browsers.
T
toString()
- Method in class nl.bitwalker.useragentutils.
UserAgent
Combined string representation of both enums
toString()
- Method in class nl.bitwalker.useragentutils.
Version
U
UserAgent
- Class in
nl.bitwalker.useragentutils
UserAgent(OperatingSystem, Browser)
- Constructor for class nl.bitwalker.useragentutils.
UserAgent
UserAgent(String)
- Constructor for class nl.bitwalker.useragentutils.
UserAgent
V
valueOf(String)
- Static method in enum nl.bitwalker.useragentutils.
Application
Returns the enum constant of this type with the specified name.
valueOf(short)
- Static method in enum nl.bitwalker.useragentutils.
Application
Returns the enum constant of this type with the specified id.
valueOf(String)
- Static method in enum nl.bitwalker.useragentutils.
ApplicationType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum nl.bitwalker.useragentutils.
Browser
Returns the enum constant of this type with the specified name.
valueOf(short)
- Static method in enum nl.bitwalker.useragentutils.
Browser
Returns the enum constant of this type with the specified id.
valueOf(String)
- Static method in enum nl.bitwalker.useragentutils.
BrowserType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum nl.bitwalker.useragentutils.
DeviceType
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum nl.bitwalker.useragentutils.
Manufacturer
Returns the enum constant of this type with the specified name.
valueOf(String)
- Static method in enum nl.bitwalker.useragentutils.
OperatingSystem
Returns the enum constant of this type with the specified name.
valueOf(short)
- Static method in enum nl.bitwalker.useragentutils.
OperatingSystem
Returns the enum constant of this type with the specified id.
valueOf(String)
- Static method in enum nl.bitwalker.useragentutils.
RenderingEngine
Returns the enum constant of this type with the specified name.
valueOf(int)
- Static method in class nl.bitwalker.useragentutils.
UserAgent
Returns UserAgent based on specified unique id
valueOf(String)
- Static method in class nl.bitwalker.useragentutils.
UserAgent
Returns UserAgent based on combined string representation
values()
- Static method in enum nl.bitwalker.useragentutils.
Application
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum nl.bitwalker.useragentutils.
ApplicationType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum nl.bitwalker.useragentutils.
Browser
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum nl.bitwalker.useragentutils.
BrowserType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum nl.bitwalker.useragentutils.
DeviceType
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum nl.bitwalker.useragentutils.
Manufacturer
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum nl.bitwalker.useragentutils.
OperatingSystem
Returns an array containing the constants of this enum type, in the order they are declared.
values()
- Static method in enum nl.bitwalker.useragentutils.
RenderingEngine
Returns an array containing the constants of this enum type, in the order they are declared.
Version
- Class in
nl.bitwalker.useragentutils
Container for general version information.
Version(String, String, String)
- Constructor for class nl.bitwalker.useragentutils.
Version
A
B
D
E
G
H
I
M
N
O
P
R
T
U
V
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2011. All Rights Reserved.