Uses of Class
io.fabric8.mockwebserver.http.MediaType
-
Packages that use MediaType Package Description io.fabric8.mockwebserver.http -
-
Uses of MediaType in io.fabric8.mockwebserver.http
Methods in io.fabric8.mockwebserver.http that return MediaType Modifier and Type Method Description static MediaTypeMediaType. get(String mediaType)Returns a media type forstring.static MediaTypeMediaType. parse(String string)Returns a media type forstring, or null ifstringis not a well-formed media type.
-