|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.sf.dexterim.msn.message.SingleLineMessage
net.sf.dexterim.msn.message.NewServerMessage
| Constructor Summary | |
NewServerMessage()
Creates a new instance of NewServerMessage |
|
| Method Summary | |
MsnMessage |
addLine(java.lang.String line)
Parses New Server Messages of the form XFR 2 NS 207.46.106.145:1863 0 207.46.104.20:1863 |
java.lang.String |
getHost()
Getter for property host. |
int |
getPort()
Getter for property port. |
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 NewServerMessage()
| Method Detail |
public MsnMessage addLine(java.lang.String line)
throws MessageFormatException
addLine in interface MsnMessageaddLine in class SingleLineMessageline - The
feature to be added to the Line attribute
MessageFormatExceptionpublic java.lang.String getHost()
public int getPort()
public void process(MsnConnection connection)
MsnMessage
connection -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||