JAIN-SIP 2.0 API

Uses of Interface
javax.sip.message.Content

Packages that use Content
javax.sip.message This package contains the interfaces representing SIP messages. 
 

Uses of Content in javax.sip.message
 

Methods in javax.sip.message that return types with arguments of type Content
 Iterator<Content> MultipartMimeContent.getContents()
          Retrieve the list of Content that is part of this MultitypeMime content.
 

Methods in javax.sip.message with parameters of type Content
 boolean MultipartMimeContent.add(Content content)
           
 void MultipartMimeContent.addContent(Content content)
          Set the content by its type.
 


JAIN-SIP 2.0 API


See conditions of use.
Submit a bug report or feature request.