Uses of Class
org.jivesoftware.smackx.ping.PingManager
-
Packages that use PingManager Package Description org.jivesoftware.smackx.ping Smacks implementation of XEP-0199: XMPP Ping. -
-
Uses of PingManager in org.jivesoftware.smackx.ping
Methods in org.jivesoftware.smackx.ping that return PingManager Modifier and Type Method Description static PingManager
PingManager. getInstanceFor(XMPPConnection connection)
Retrieves aPingManager
for the specifiedXMPPConnection
, creating one if it doesn't already exist.
-