Uses of Interface
com.blueconic.browscap.UserAgentParser
Packages that use UserAgentParser
-
Uses of UserAgentParser in com.blueconic.browscap
Methods in com.blueconic.browscap that return UserAgentParserModifier and TypeMethodDescriptionUserAgentService.loadParser()Returns a parser based on the bundled BrowsCap versionUserAgentService.loadParser(Collection<BrowsCapField> fields) Returns a parser based on the bundled BrowsCap version -
Uses of UserAgentParser in com.blueconic.browscap.impl
Methods in com.blueconic.browscap.impl that return UserAgentParserModifier and TypeMethodDescriptionstatic UserAgentParserUserAgentFileParser.parse(Reader input, Collection<BrowsCapField> fields) Parses a csv stream of rules.