public class HttpContentType extends Object
Modifier and Type | Field and Description |
---|---|
private String |
encoding |
private String |
type |
Constructor and Description |
---|
HttpContentType(String fullValue) |
Modifier and Type | Method and Description |
---|---|
private String |
extractContentTypeValue(String type,
int startIndex) |
String |
getEncoding() |
String |
getType() |
public HttpContentType(String fullValue)