| Package | Description |
|---|---|
| org.beangle.commons.http.agent |
Utilities for processing user-agent strings.
|
| Modifier and Type | Field and Description |
|---|---|
static Browser |
Browser.UNKNOWN |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,Browser> |
Browser.browsers |
| Modifier and Type | Method and Description |
|---|---|
Browser |
Useragent.getBrowser() |
static Browser |
Browser.parse(String agentString)
Iterates over all Browsers to compare the browser signature with the user
agent string.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Browser.compareTo(Browser o) |
| Constructor and Description |
|---|
Useragent(String ip,
Browser browser,
Os os) |
Copyright © 2005–2018 The Beangle Software. All rights reserved.