|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.dexterim.msn.message.SingleLineMessage
| Constructor Summary | |
SingleLineMessage()
|
|
| Method Summary | |
MsnMessage |
addCharBlock(char[] charBlock)
Adds a feature to the CharBlock attribute of the SingleLineMessage object |
MsnMessage |
addLine(java.lang.String line)
Adds a Received Line to a Message. |
int |
getRequiredByteInput()
Gets the requiredByteInput attribute of the SingleLineMessage object |
boolean |
isCompleted()
Return true if MsnMessage does not require any further input. |
boolean |
isMultipartMessage()
Gets the multipartMessage attribute of the SingleLineMessage object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface net.sf.dexterim.msn.message.MsnMessage |
process |
| Constructor Detail |
public SingleLineMessage()
| Method Detail |
public boolean isCompleted()
isCompleted in interface MsnMessagepublic boolean isMultipartMessage()
isMultipartMessage in interface MsnMessagepublic int getRequiredByteInput()
getRequiredByteInput in interface MsnMessagepublic MsnMessage addCharBlock(char[] charBlock)
addCharBlock in interface MsnMessagecharBlock - The
feature to be added to the CharBlock attribute
net.sf.dexterim.msn.engine.MessageFormatException - Description of the Exception
public MsnMessage addLine(java.lang.String line)
throws MessageFormatException
addLine in interface MsnMessageline - The
feature to be added to the Line attribute
net.sf.dexterim.msn.engine.MessageFormatException - Description of the Exception
MessageFormatException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||