Class MediaRange


  • public class MediaRange
    extends Object
    • Constructor Detail

      • MediaRange

        public MediaRange​(org.apache.tika.mime.MediaType type,
                          double q)
    • Method Detail

      • parse

        public static MediaRange parse​(String range,
                                       org.apache.tika.mime.MediaTypeRegistry registry)
      • 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 match
        registry - media type registry
        Returns:
        0.0 for "no match", the derived quality value if match