Interface MediaRange
- All Known Subinterfaces:
MediaRangeWritable
- All Known Implementing Classes:
MediaRangeImpl
public interface MediaRange
MediaRange
- Version:
- 0.0.1
- Author:
- scx567888
-
Method Summary
Modifier and TypeMethodDescriptiondefault booleanexactMatch(ScxMediaType mediaType) 判断是否匹配某个 MediaType 严格匹配 忽略通配符default booleanmatches(ScxMediaType mediaType) 判断是否匹配某个 MediaType 支持通配符匹配static MediaRangeWritableof()static MediaRangeWritableparams()default Doubleq()subtype()type()
-
Method Details
-
of
-
of
-
type
String type() -
subtype
String subtype() -
params
Parameters<String,String> params() -
q
-
matches
判断是否匹配某个 MediaType 支持通配符匹配 -
exactMatch
判断是否匹配某个 MediaType 严格匹配 忽略通配符
-