|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.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 MsnMessage
public boolean isMultipartMessage()
isMultipartMessage
in interface MsnMessage
public int getRequiredByteInput()
getRequiredByteInput
in interface MsnMessage
public MsnMessage addCharBlock(char[] charBlock)
addCharBlock
in interface MsnMessage
charBlock
- The
feature to be added to the CharBlock attribute
net.sf.dexterim.msn.engine.MessageFormatException
- Description of the Exceptionpublic MsnMessage addLine(java.lang.String line) throws MessageFormatException
addLine
in interface MsnMessage
line
- 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 |