public class ContentType extends Object
Modifier and Type | Method and Description |
---|---|
static ContentType |
create(String mimeType) |
static ContentType |
create(String mimeType,
Charset charset) |
Charset |
getCharset() |
String |
getMimeType() |
public String getMimeType()
public Charset getCharset()
public static ContentType create(String mimeType, Charset charset)
public static ContentType create(String mimeType)
Copyright © 2017. All rights reserved.