Package | Description |
---|---|
cn.hutool.http.server |
Http服务器封装
|
cn.hutool.http.useragent |
User-Agent解析
|
Modifier and Type | Method and Description |
---|---|
UserAgent |
HttpServerRequest.getUserAgent()
获得User-Agent,未识别返回null
|
Modifier and Type | Method and Description |
---|---|
static UserAgent |
UserAgentUtil.parse(String userAgentString)
解析User-Agent
|
static UserAgent |
UserAgentParser.parse(String userAgentString)
解析User-Agent
|
Copyright © 2024. All rights reserved.