net.java.sip.communicator.impl.protocol.sip
Class MessageSipImpl
java.lang.Object
net.java.sip.communicator.service.protocol.AbstractMessage
net.java.sip.communicator.impl.protocol.sip.MessageSipImpl
- All Implemented Interfaces:
- Message
public class MessageSipImpl
- extends AbstractMessage
A simple implementation of the Message interface for SIP/SIMPLE.
- Author:
- Benoit Pradelle, Lubomir Marinov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageSipImpl
public MessageSipImpl(String content,
String contentType,
String contentEncoding,
String subject)
- Creates an instance of this Message with the specified parameters.
- Parameters:
content - the text content of the message.contentType - a MIME string indicating the content type of the
content String.contentEncoding - a MIME String indicating the content encoding of
the content String.subject - the subject of the message or null for empty.
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.