|
|||||||||||
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 net.sf.dexterim.msn.message.LoginReplyMessage
Constructor Summary | |
LoginReplyMessage()
Creates a new instance of LoginReplyMessage |
Method Summary | |
MsnMessage |
addLine(java.lang.String line)
Parses loginin replies of the form: USR 6 OK example@passport.com My%20Screen%20Name 1 |
java.lang.String |
getFriendlyName()
Getter for property friendlyName. |
java.lang.String |
getLoginName()
Getter for property loginName. |
boolean |
isLoginVerified()
Getter for property loginVerified. |
boolean |
isOk()
Getter for property ok. |
void |
process(MsnConnection connection)
Double Dispatching Messages |
Methods inherited from class net.sf.dexterim.msn.message.SingleLineMessage |
addCharBlock, getRequiredByteInput, isCompleted, isMultipartMessage |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LoginReplyMessage()
Method Detail |
public MsnMessage addLine(java.lang.String line)
addLine
in interface MsnMessage
addLine
in class SingleLineMessage
line
- The
feature to be added to the Line attribute
public java.lang.String getFriendlyName()
public java.lang.String getLoginName()
public boolean isLoginVerified()
public boolean isOk()
public void process(MsnConnection connection)
MsnMessage
connection
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |