Interface ContentBody
-
- All Superinterfaces:
ContentDescriptor
- All Known Implementing Classes:
AbstractContentBody,ByteArrayBody,FileBody,InputStreamBody,StringBody
public interface ContentBody extends ContentDescriptor
- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetFilename()voidwriteTo(java.io.OutputStream out)-
Methods inherited from interface org.apache.http.entity.mime.content.ContentDescriptor
getCharset, getContentLength, getMediaType, getMimeType, getSubType, getTransferEncoding
-
-