gov.nist.javax.sip.message
Class ContentImpl
java.lang.Object
gov.nist.javax.sip.message.ContentImpl
- All Implemented Interfaces:
- Content
public class ContentImpl
- extends Object
- implements Content
ContentImpl
public ContentImpl(ContentTypeHeader ctHeader,
String content,
String boundary)
setContent
public void setContent(Object content)
- Specified by:
setContent
in interface Content
getContentTypeHeader
public ContentTypeHeader getContentTypeHeader()
- Specified by:
getContentTypeHeader
in interface Content
getContent
public Object getContent()
- Specified by:
getContent
in interface Content
toString
public String toString()
- Description copied from interface:
Content
- The default packing method. This packs the content to be appended to the
sip message.
- Specified by:
toString
in interface Content
- Overrides:
toString
in class Object
A product of the NIST/ITL Advanced Networking Technologies Division.
See conditions of use.
Submit a bug report or feature request.