|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GatewayException | |
|---|---|
| tigase.server.gateways | |
| Uses of GatewayException in tigase.server.gateways |
|---|
| Subclasses of GatewayException in tigase.server.gateways | |
|---|---|
class |
LoginGatewayException
Describe class LoginGatewayException here. |
| Methods in tigase.server.gateways that throw GatewayException | |
|---|---|
void |
GatewayConnection.addBuddy(java.lang.String id,
java.lang.String nick)
The addBuddy method is called when the Jabber user has requested
adding new buddy to his roster from the external network. |
void |
GatewayConnection.init()
The init method is called to initialize the gateway connection
for earlier specified user in setLogin() method. |
void |
GatewayConnection.removeBuddy(java.lang.String id)
The removeBuddy method is called when the Jabber user has
requested removal of the buddy from his roster. |
void |
GatewayConnection.sendMessage(Packet message)
The sendMessage method is called to submit a message from the
Jabber network to the externl network. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||