public final class CommonContentTypes extends Object
UTF-8.| Modifier and Type | Field | Description |
|---|---|---|
static javax.mail.internet.ContentType |
APPLICATION_JSON |
Content type
application/json. |
static javax.mail.internet.ContentType |
APPLICATION_JWT |
Content type
application/jwt. |
static javax.mail.internet.ContentType |
APPLICATION_URLENCODED |
Content type
application/x-www-form-urlencoded. |
static String |
DEFAULT_CHARSET |
The default character set.
|
| Constructor | Description |
|---|---|
CommonContentTypes() |
public static final String DEFAULT_CHARSET
public static final javax.mail.internet.ContentType APPLICATION_JSON
application/json.public static final javax.mail.internet.ContentType APPLICATION_JWT
application/jwt.public static final javax.mail.internet.ContentType APPLICATION_URLENCODED
application/x-www-form-urlencoded.public CommonContentTypes()
Copyright © 2018 Connect2id Ltd.. All rights reserved.