Uses of Class
org.miaixz.bus.http.metric.anget.Device
Packages that use Device
Package
Description
Provides classes for parsing and handling User-Agent strings and device information.
-
Uses of Device in org.miaixz.bus.http.metric.anget
Fields in org.miaixz.bus.http.metric.anget declared as DeviceModifier and TypeFieldDescriptionstatic final DeviceDevice.ANDROIDRepresents an Android device.static final DeviceDevice.GOOGLE_TVRepresents a Google TV device.static final DeviceDevice.HARMONYRepresents a HarmonyOS device.static final DeviceDevice.IPADRepresents an iPad device.static final DeviceDevice.IPHONERepresents an iPhone device.static final DeviceDevice.IPODRepresents an iPod device.static final DeviceDevice.UNKNOWNRepresents an unknown device.static final DeviceDevice.WINDOWS_PHONERepresents a Windows Phone device.Fields in org.miaixz.bus.http.metric.anget with type parameters of type DeviceModifier and TypeFieldDescriptionDevice.ALL_DEVICEA combined list of all supported device types.Device.DESKTOP_DEVICEA list of supported desktop device types.Device.MOBILE_DEVICEA list of supported mobile device types.