Skip navigation links
B C G I L P U V 

B

BrowsCapField - Enum in com.blueconic.browscap
 
BUNDLED_BROWSCAP_VERSION - Static variable in class com.blueconic.browscap.UserAgentService
 

C

Capabilities - Interface in com.blueconic.browscap
 
com.blueconic.browscap - package com.blueconic.browscap
 
com.blueconic.browscap.impl - package com.blueconic.browscap.impl
 

G

getBrowser() - Method in interface com.blueconic.browscap.Capabilities
Returns the browser value (e.g.
getBrowserMajorVersion() - Method in interface com.blueconic.browscap.Capabilities
Returns the major version of the browser (e.g.
getBrowserType() - Method in interface com.blueconic.browscap.Capabilities
Returns the browser type (e.g.
getBundledCsvFileName() - Static method in class com.blueconic.browscap.UserAgentService
Returns the bundled ZIP file name
getDeviceType() - Method in interface com.blueconic.browscap.Capabilities
Returns the device type (e.g.
getIndex() - Method in enum com.blueconic.browscap.BrowsCapField
 
getPlatform() - Method in interface com.blueconic.browscap.Capabilities
Returns the platform name (e.g.
getPlatformVersion() - Method in interface com.blueconic.browscap.Capabilities
Returns the platform version (e.g.
getValue(BrowsCapField) - Method in interface com.blueconic.browscap.Capabilities
Returns the value for the specified field.
getValues() - Method in interface com.blueconic.browscap.Capabilities
Returns the Map of values with the fields passed to the parser while loading

I

isDefault() - Method in enum com.blueconic.browscap.BrowsCapField
 

L

loadParser() - Method in class com.blueconic.browscap.UserAgentService
Returns a parser based on the bundled BrowsCap version
loadParser(Collection<BrowsCapField>) - Method in class com.blueconic.browscap.UserAgentService
Returns a parser based on the bundled BrowsCap version

P

parse(Reader, Collection<BrowsCapField>) - Static method in class com.blueconic.browscap.impl.UserAgentFileParser
Parses a csv stream of rules.
parse(String) - Method in interface com.blueconic.browscap.UserAgentParser
Parses a User-Agent header value into a Capabilities object.
ParseException - Exception in com.blueconic.browscap
Exception which is thrown when a regular expression in the BrowsCap CSV cannot be parsed
ParseException(String) - Constructor for exception com.blueconic.browscap.ParseException
 

U

UNKNOWN_BROWSCAP_VALUE - Static variable in interface com.blueconic.browscap.Capabilities
 
UserAgentFileParser - Class in com.blueconic.browscap.impl
This class is responsible for parsing rules and creating the efficient java representation.
UserAgentParser - Interface in com.blueconic.browscap
 
UserAgentService - Class in com.blueconic.browscap
Service that manages the creation of user agent parsers.
UserAgentService() - Constructor for class com.blueconic.browscap.UserAgentService
 
UserAgentService(String) - Constructor for class com.blueconic.browscap.UserAgentService
Creates a user agent service based on the Browscap CSV file in the given ZIP file
UserAgentService(InputStream) - Constructor for class com.blueconic.browscap.UserAgentService
Creates a user agent service based on the Browscap CSV file in the given ZIP InputStream

V

valueOf(String) - Static method in enum com.blueconic.browscap.BrowsCapField
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.blueconic.browscap.BrowsCapField
Returns an array containing the constants of this enum type, in the order they are declared.
B C G I L P U V 
Skip navigation links

Copyright © 2023. All rights reserved.