Interface BodyDescriptor
- All Superinterfaces:
ContentDescriptor
- All Known Implementing Classes:
BasicBodyDescriptor, MaximalBodyDescriptor
A descriptor containing common MIME content body properties.
-
Method Summary
Methods inherited from interface ContentDescriptor
getCharset, getContentLength, getMediaType, getMimeType, getSubType, getTransferEncoding
-
Method Details
-
getBoundary
String getBoundary()Returns the body descriptors boundary.- Returns:
- Boundary string, if known, or null. The latter may be the case, in particular, if the body is no multipart entity.
-