public class IQPingHandler extends IQHandler implements ServerFeaturesProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
ELEMENT_NAME |
static String |
NAMESPACE |
deliverer, sessionManager| Constructor and Description |
|---|
IQPingHandler()
Constructs a new handler that will process XMPP Ping request.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<String> |
getFeatures()
Returns an Iterator (of String) with the supported features by the server.
|
IQHandlerInfo |
getInfo()
Returns the handler information to help generically handle IQ packets.
|
org.xmpp.packet.IQ |
handleIQ(org.xmpp.packet.IQ packet)
Handles the received IQ packet.
|
initialize, processdestroy, getName, start, stoppublic static final String ELEMENT_NAME
public static final String NAMESPACE
public IQPingHandler()
public org.xmpp.packet.IQ handleIQ(org.xmpp.packet.IQ packet)
IQHandlerpublic IQHandlerInfo getInfo()
IQHandlerpublic Iterator<String> getFeatures()
ServerFeaturesProvidergetFeatures in interface ServerFeaturesProviderCopyright © 2003-2008 Jive Software.