|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IQHandler | |
---|---|
org.androidpn.server.xmpp.handler | Handler classes for the routed IQs, messages, and presences. |
org.androidpn.server.xmpp.router | Support classes for routing the received packets. |
Uses of IQHandler in org.androidpn.server.xmpp.handler |
---|
Subclasses of IQHandler in org.androidpn.server.xmpp.handler | |
---|---|
class |
IQAuthHandler
This class is to handle the TYPE_IQ jabber:iq:auth protocol. |
class |
IQRegisterHandler
This class is to handle the TYPE_IQ jabber:iq:register protocol. |
class |
IQRosterHandler
This class is to handle the TYPE_IQ jabber:iq:roster protocol. |
Uses of IQHandler in org.androidpn.server.xmpp.router |
---|
Methods in org.androidpn.server.xmpp.router with parameters of type IQHandler | |
---|---|
void |
IQRouter.addHandler(IQHandler handler)
Adds a new IQHandler to the list of registered handler. |
void |
IQRouter.removeHandler(IQHandler handler)
Removes an IQHandler from the list of registered handler. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |