接口 UserAgentParser
- 所有已知实现类:
UserAgentParserImpl
public interface UserAgentParser
-
方法概要
修饰符和类型方法说明Parses a User-Agent header value into a Capabilities object.
-
方法详细资料
-
parse
Parses a User-Agent header value into a Capabilities object.- 参数:
userAgent- The user agent- 返回:
- The capabilities of the best matching rule
-