- Iceweasel - Class in com.mattunderscore.http.headers.useragent.details.application
-
- Iceweasel(String) - Constructor for class com.mattunderscore.http.headers.useragent.details.application.Iceweasel
-
Constructor for a detail with a version.
- IE - Class in com.mattunderscore.http.headers.useragent.details.application
-
Indicates the user agent claims to be Internet Explorer.
- IE() - Constructor for class com.mattunderscore.http.headers.useragent.details.application.IE
-
Constructor for a detail.
- IE(String) - Constructor for class com.mattunderscore.http.headers.useragent.details.application.IE
-
Constructor for a detail with a version.
- IOS - Class in com.mattunderscore.http.headers.useragent.details.platform
-
Indicates the user agent claims to run on iOS.
- IOS(String) - Constructor for class com.mattunderscore.http.headers.useragent.details.platform.IOS
-
Constructor for a detail with a version.
- IPad - Class in com.mattunderscore.http.headers.useragent.details.hardware
-
Indicates the user agent claims to run on an iPad.
- IPad() - Constructor for class com.mattunderscore.http.headers.useragent.details.hardware.IPad
-
Constructor for a detail.
- IPad(String) - Constructor for class com.mattunderscore.http.headers.useragent.details.hardware.IPad
-
Constructor for a detail with a version.
- IPhone - Class in com.mattunderscore.http.headers.useragent.details.hardware
-
Indicates the user agent claims to run on an iPhone
- IPhone() - Constructor for class com.mattunderscore.http.headers.useragent.details.hardware.IPhone
-
Constructor for a detail.
- IPhone(String) - Constructor for class com.mattunderscore.http.headers.useragent.details.hardware.IPhone
-
Constructor for a detail with a version.
- IPhoneSimulator - Class in com.mattunderscore.http.headers.useragent.details.platform
-
Indicates the user agent claims to run on an iPhone simulator.
- IPhoneSimulator() - Constructor for class com.mattunderscore.http.headers.useragent.details.platform.IPhoneSimulator
-
Constructor for a detail.
- IPod - Class in com.mattunderscore.http.headers.useragent.details.hardware
-
Indicates the user agent claims to run on an iPad
- IPod() - Constructor for class com.mattunderscore.http.headers.useragent.details.hardware.IPod
-
Constructor for a detail.
- IPod(String) - Constructor for class com.mattunderscore.http.headers.useragent.details.hardware.IPod
-
Constructor for a detail with a version.
- isBot() - Method in class com.mattunderscore.http.headers.useragent.UserAgentQuerier
-
- isBrowser() - Method in class com.mattunderscore.http.headers.useragent.UserAgentQuerier
-
- isChrome() - Method in class com.mattunderscore.http.headers.useragent.UserAgentQuerier
-
- isCompatible() - Method in class com.mattunderscore.http.headers.useragent.UserAgentQuerier
-
- isFirefox() - Method in class com.mattunderscore.http.headers.useragent.UserAgentQuerier
-
- isHeaderFieldName(String) - Method in class com.mattunderscore.http.headers.useragent.parser.CachingUserAgentParser
-
- isHeaderFieldName(String) - Method in class com.mattunderscore.http.headers.useragent.parser.UserAgentParser
-
- isIE() - Method in class com.mattunderscore.http.headers.useragent.UserAgentQuerier
-
- isOpera() - Method in class com.mattunderscore.http.headers.useragent.UserAgentQuerier
-
- isSafari() - Method in class com.mattunderscore.http.headers.useragent.UserAgentQuerier
-
- IUserAgent - Interface in com.mattunderscore.http.headers.useragent
-
Interface for a structured representation of a user agent.