|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ContentDescriptor
Represents common content properties.
| Method Summary | |
|---|---|
String |
getCharset()
The body descriptors character set, defaulted appropriately for the MIME type. |
long |
getContentLength()
Returns the body descriptors content-length. |
String |
getMediaType()
Gets the defaulted MIME media type for this content. |
String |
getMimeType()
Returns the body descriptors MIME type. |
String |
getSubType()
Gets the defaulted MIME sub type for this content. |
String |
getTransferEncoding()
Returns the body descriptors transfer encoding. |
| Method Detail |
|---|
String getMimeType()
getMediaType(),
getSubType()String getMediaType()
TEXT, IMAGE, MULTIPART
TEXT)getMimeType()String getSubType()
PLAIN)getMimeType()String getCharset()
The body descriptors character set, defaulted appropriately for the MIME type.
For TEXT types, this will be defaulted to us-ascii.
For other types, when the charset parameter is missing this property will be null.
TEXT types, when unset will
be set to default us-ascii. For other types, when unset,
null will be returned.String getTransferEncoding()
long getContentLength()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||