net.java.sip.communicator.impl.protocol.dict
Class MessageDictImpl
java.lang.Object
net.java.sip.communicator.service.protocol.AbstractMessage
net.java.sip.communicator.impl.protocol.dict.MessageDictImpl
- All Implemented Interfaces:
- Message
public class MessageDictImpl
- extends AbstractMessage
Very simple message implementation for the Dict protocol.
- Author:
- ROTH Damien, LITZELMANN Cedric, Lubomir Marinov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MessageDictImpl
public MessageDictImpl(String content,
String contentType,
String contentEncoding,
String subject)
- Creates a message instance according to the specified parameters.
- Parameters:
content - the message bodycontentType - message content type or null for text/plaincontentEncoding - message encoding or null for UTF8subject - the subject of the message or null for no subject.
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.