| Class | Description |
|---|---|
| BrowserFamilyParser |
A
UASparser which is only concerned with returning the browser
family string as quickly as possible. |
| CachingOnlineUpdateUASparser | Deprecated |
| MultithreadedUASparser |
This parser creates a Matcher set per-Thread using a ThreadLocal
|
| OnlineUpdater |
An updater which runs in a separate background thread and will update once per day.
|
| OnlineUpdateUASparser | Deprecated |
| SingleThreadedUASparser |
This parser implementation is not thread-safe as it re-uses Matcher objects instead of creating
them on each call to parse() for a modest speedup.
|
| UASparser |
User agent parser.
|
| UserAgentInfo |
Encapsulates all information pertaining to a User Agent.
|