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 StringgetFilename()voidwriteTo(OutputStream out)-
Methods inherited from interface org.apache.http.entity.mime.content.ContentDescriptor
getCharset, getContentLength, getMediaType, getMimeType, getSubType, getTransferEncoding
-
-
-
-
Method Detail
-
getFilename
String getFilename()
-
writeTo
void writeTo(OutputStream out) throws IOException
- Throws:
IOException
-
-