|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.androidpn.server.xmpp.handler.IQHandler
org.androidpn.server.xmpp.handler.IQAuthHandler
public class IQAuthHandler
This class is to handle the TYPE_IQ jabber:iq:auth protocol.
Constructor Summary | |
---|---|
IQAuthHandler()
Constructor. |
Method Summary | |
---|---|
java.lang.String |
getNamespace()
Returns the namespace of the handler. |
org.xmpp.packet.IQ |
handleIQ(org.xmpp.packet.IQ packet)
Handles the received IQ packet. |
Methods inherited from class org.androidpn.server.xmpp.handler.IQHandler |
---|
process |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public IQAuthHandler()
Method Detail |
---|
public org.xmpp.packet.IQ handleIQ(org.xmpp.packet.IQ packet) throws UnauthorizedException
handleIQ
in class IQHandler
packet
- the packet
UnauthorizedException
- if the user is not authorizedpublic java.lang.String getNamespace()
getNamespace
in class IQHandler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |