Package org.apache.jackrabbit.oak.http
Class MediaRange
java.lang.Object
org.apache.jackrabbit.oak.http.MediaRange
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MediaRange
public MediaRange(org.apache.tika.mime.MediaType type, double q)
-
-
Method Details
-
parse
-
match
public double match(org.apache.tika.mime.MediaType type, org.apache.tika.mime.MediaTypeRegistry registry) Matches the media range against the specified media type.The "derived" quality value if computed from the specified q value (0 to 1) by subtracting 1/10000 in case the subtype in the range is "*", or 2/10000 if case both type and subtype are. This takes care of the precedence specified in RFC 7231, Section 5.3.2.
- Parameters:
type
- type to matchregistry
- media type registry- Returns:
0.0
for "no match", the derived quality value if match
-
toString
-