public final class CommonContentTypes extends java.lang.Object
UTF-8.| Modifier and Type | Field and 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 java.lang.String |
DEFAULT_CHARSET
The default character set.
|
| Constructor and Description |
|---|
CommonContentTypes() |
public static final java.lang.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 © 2014 Connect2id Ltd.. All Rights Reserved.