Package | Description |
---|---|
android.gov.nist.javax.sip.message |
Class definitions for SIP messages and message factory.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentImpl
Implementation of multipart content type.
|
Modifier and Type | Method and Description |
---|---|
Iterator<Content> |
MultipartMimeContentImpl.getContents() |
Iterator<Content> |
MultipartMimeContent.getContents()
Retrieve the list of Content that is part of this MultitypeMime content.
|
Modifier and Type | Method and Description |
---|---|
boolean |
MultipartMimeContentImpl.add(Content content) |
boolean |
MultipartMimeContent.add(Content content) |
void |
MultipartMimeContentImpl.addContent(Content content) |
void |
MultipartMimeContent.addContent(Content content)
Set the content by its type.
|
Copyright © 2018. All Rights Reserved.