public final class ContentType extends Object
| Modifier and Type | Field and Description |
|---|---|
static ContentType |
APPLICATION_JSON |
static ContentType[] |
KNOWN |
static ContentType |
TEXT_HTML |
static ContentType |
TEXT_PLAIN |
| Constructor and Description |
|---|
ContentType(String rawType) |
public static final ContentType APPLICATION_JSON
public static final ContentType TEXT_HTML
public static final ContentType TEXT_PLAIN
public static final ContentType[] KNOWN
public ContentType(String rawType)
public static ContentType find(String type)
public String value()
Copyright © 2013. All Rights Reserved.