public class MediaType extends Object
| Modifier | Constructor and Description | 
|---|---|
| protected  | MediaType(String type,
         String subtype,
         LinkedHashMap<String,String> parameters) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getCharset() | 
| int | getParameterCount() | 
| String | getParameterValue(String parameter) | 
| String | getSubtype() | 
| String | getType() | 
| String | toString() | 
| String | toStringNoCharset() | 
protected MediaType(String type, String subtype, LinkedHashMap<String,String> parameters)
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.