|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ConnectionException in org.gimec.msnj |
Methods in org.gimec.msnj that throw ConnectionException | |
void |
Connection.login(java.lang.String handle,
java.lang.String passwd)
Logs in to the default server. |
void |
Connection.login(java.lang.String handle,
java.lang.String passwd,
java.lang.String host)
Logs into the specified server. |
void |
Connection.login(java.lang.String handle,
java.lang.String passwd,
java.lang.String host,
int port)
Logs into the specified server. |
void |
Connection.sendMessage(java.lang.String handle,
MimeMessage message)
Send a message to the specified user. |
void |
Connection.addContact(java.lang.String handle)
Add the specified user to the forward list. |
void |
Connection.removeContact(java.lang.String handle)
Remove the specified user from a forward list. |
void |
Connection.allowContact(java.lang.String handle)
Add the specified user to the allow list. |
void |
Connection.blockContact(java.lang.String handle)
Add the specified user to the block list. |
void |
Connection.endChat(java.lang.String handle)
Close the Connection to the specified user. |
void |
Connection.logout()
Log out. |
void |
Connection.changeState(UserState state)
Change the user's state. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |