Package | Description |
---|---|
top.hmtools.javaWeb.userAgent |
http header useragent信息获取相关工具类
|
Modifier and Type | Method and Description |
---|---|
static UserAgentTools |
UserAgentTools.parseUserAgentString(String userAgentString)
根据userAgent字符串(从HTTP header信息中提取)获取userAgentTools(useragent信息)对象实例
|
static UserAgentTools |
UserAgentTools.valueOf(int id)
Returns UserAgent based on specified unique id
|
static UserAgentTools |
UserAgentTools.valueOf(String name)
Returns UserAgent based on combined string representation
|
Copyright © 2018. All rights reserved.