|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
MsnMessage |
addCharBlock(char[] charBlock)
Adds a feature to the CharBlock attribute of the MsnMessage object |
MsnMessage |
addLine(java.lang.String line)
Adds a Received Line to a Message. |
int |
getRequiredByteInput()
Gets the requiredByteInput attribute of the MsnMessage object |
boolean |
isCompleted()
Return true if MsnMessage does not require any further input. |
boolean |
isMultipartMessage()
Gets the multipartMessage attribute of the MsnMessage object |
void |
process(MsnConnection connection)
Double Dispatching Messages |
Method Detail |
public MsnMessage addCharBlock(char[] charBlock) throws MessageFormatException
charBlock
- The
feature to be added to the CharBlock attribute
net.sf.dexterim.msn.engine.MessageFormatException
- Description of the Exception
MessageFormatException
public MsnMessage addLine(java.lang.String line) throws MessageFormatException
line
- The
feature to be added to the Line attribute
net.sf.dexterim.msn.engine.MessageFormatException
- Description of the Exception
MessageFormatException
public int getRequiredByteInput()
public boolean isCompleted()
public boolean isMultipartMessage()
public void process(MsnConnection connection)
connection
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |