|
JML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.jml.message.MsnMimeMessage
net.sf.jml.message.MsnEmoticonMessage
public class MsnEmoticonMessage
Field Summary | |
---|---|
static String |
EMOTICON_SEPARATOR
|
Fields inherited from class net.sf.jml.message.MsnMimeMessage |
---|
headers |
Constructor Summary | |
---|---|
MsnEmoticonMessage()
|
Method Summary | |
---|---|
protected void |
parseMessage(byte[] message)
Parse content from IncomingMSG's chunk data. |
void |
putEmoticon(String shortcut,
MsnObject emoticon,
DisplayPictureDuelManager duelManager)
|
String |
toString()
|
Methods inherited from class net.sf.jml.message.MsnMimeMessage |
---|
getCharset, getContentType, getHeaders, getMimeVersion, messageReceived, parseBuffer, setContentType, setMimeVersion, toOutgoingMsg |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String EMOTICON_SEPARATOR
Constructor Detail |
---|
public MsnEmoticonMessage()
Method Detail |
---|
public void putEmoticon(String shortcut, MsnObject emoticon, DisplayPictureDuelManager duelManager)
protected void parseMessage(byte[] message)
MsnMimeMessage
parseMessage
in class MsnMimeMessage
message
- IncomingMSG's chunk datapublic String toString()
toString
in class MsnMimeMessage
|
JML | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |