public interface MultipartMimeContent
Modifier and Type | Method and Description |
---|---|
boolean |
add(Content content) |
void |
addContent(Content content)
Set the content by its type.
|
int |
getContentCount()
Get the number of Content parts.
|
Iterator<Content> |
getContents()
Retrieve the list of Content that is part of this MultitypeMime content.
|
ContentTypeHeader |
getContentTypeHeader()
Return the Content type header to assign to the outgoing sip meassage.
|
String |
toString() |
boolean add(Content content)
ContentTypeHeader getContentTypeHeader()
void addContent(Content content)
content
- Iterator<Content> getContents()
int getContentCount()
Copyright © 2014. All Rights Reserved.