Package com.teamdev.jxbrowser.net
Interface MimeType
public interface MimeType
A media type of the resource.
-
Method Summary
-
Method Details
-
of
Returns theMimeType
instance for the given value.- Throws:
IllegalArgumentException
- when thevalue
is empty of blank
-
value
Returns a string that represents the media type value. For example "text/plain", "image/png", "application/pdf", etc.
-