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