public static class ContentType.MultiPart
Provides a list of standard subtypes of a multipart content type.
| Modifier and Type | Field and Description |
|---|---|
static ContentType.MultiPart |
INSTANCE
Provides a list of standard subtypes of a
multipart content type. |
| Modifier and Type | Method and Description |
|---|---|
ContentType |
getAlternative() |
ContentType |
getAny() |
ContentType |
getByteRanges() |
ContentType |
getEncrypted() |
ContentType |
getFormData() |
ContentType |
getMixed() |
ContentType |
getRelated() |
ContentType |
getSigned() |
public static ContentType.MultiPart INSTANCE
Provides a list of standard subtypes of a multipart content type.
public ContentType getAny()
public ContentType getMixed()
public ContentType getAlternative()
public ContentType getRelated()
public ContentType getFormData()
public ContentType getSigned()
public ContentType getEncrypted()
public ContentType getByteRanges()