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