public class ContentType extends Object
| Modifier and Type | Method and Description |
|---|---|
static ContentType |
create(String string) |
static ContentType |
create(String ctString,
String charset) |
boolean |
equals(Object obj) |
String |
getCharset() |
String |
getContentType()
Deprecated.
|
String |
getContentTypeStr()
Get the type/subtype as a string.
|
String |
getSubType() |
String |
getType() |
int |
hashCode() |
String |
toHeaderString() |
String |
toString() |
public static ContentType create(String string)
public static ContentType create(String ctString, String charset)
@Deprecated public String getContentType()
getContentTypeStr()public String getContentTypeStr()
toHeaderString for use in HTTP headers.public String getCharset()
public String getType()
public String getSubType()
public String toHeaderString()
Licenced under the Apache License, Version 2.0