| 类 | 说明 |
|---|---|
| MediaType | |
| MimeType |
Represents a MIME Type, as originally defined in RFC 2046 and subsequently
used in other Internet protocols including HTTP.
|
| MimeType.SpecificityComparator<T extends MimeType> |
Comparator to sort
MimeTypes in order of specificity. |
| MimeTypes |
Miscellaneous
MimeType utility methods. |
| 异常错误 | 说明 |
|---|---|
| InvalidMediaTypeException |
Exception thrown from
MediaType.parseMediaType(String) in case of
encountering an invalid media type specification String. |
| InvalidMimeTypeException |
Exception thrown from
MimeTypes.parseMimeType(String) in case of
encountering an invalid content type specification String. |
Copyright © 2022. All rights reserved.