Package | Description |
---|---|
cn.hutool.http.useragent |
User-Agent解析
|
Modifier and Type | Field and Description |
---|---|
static Platform |
Platform.ANDROID
android
|
static Platform |
Platform.GOOGLE_TV
android
|
static Platform |
Platform.IPAD
ipad
|
static Platform |
Platform.IPHONE
Iphone
|
static Platform |
Platform.IPOD
ipod
|
static Platform |
Platform.Unknown
未知
|
static Platform |
Platform.WINDOWS_PHONE
Windows Phone
|
Modifier and Type | Field and Description |
---|---|
static List<Platform> |
Platform.desktopPlatforms
支持的桌面平台类型
|
static List<Platform> |
Platform.mobilePlatforms
支持的移动平台类型
|
static List<Platform> |
Platform.platforms
支持的平台类型
|
Modifier and Type | Method and Description |
---|---|
Platform |
UserAgent.getPlatform()
获取平台类型
|
Modifier and Type | Method and Description |
---|---|
void |
UserAgent.setPlatform(Platform platform)
设置平台类型
|
Copyright © 2024. All rights reserved.