Class PingProvider
- java.lang.Object
-
- org.jivesoftware.smack.provider.AbstractProvider<I>
-
- org.jivesoftware.smack.provider.IqProvider<Ping>
-
- org.jivesoftware.smackx.ping.provider.PingProvider
-
public class PingProvider extends IqProvider<Ping>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.jivesoftware.smack.provider.AbstractProvider
AbstractProvider.NumberFormatParseException, AbstractProvider.TextParseException, AbstractProvider.WrappableParser<E>
-
-
Constructor Summary
Constructors Constructor Description PingProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Ping
parse(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment)
-
Methods inherited from class org.jivesoftware.smack.provider.IqProvider
parse, parse
-
Methods inherited from class org.jivesoftware.smack.provider.AbstractProvider
getElementClass, wrapExceptions
-
-
-
-
Constructor Detail
-
PingProvider
public PingProvider()
-
-
Method Detail
-
parse
public Ping parse(XmlPullParser parser, int initialDepth, IqData iqData, XmlEnvironment xmlEnvironment) throws XmlPullParserException, IOException
- Specified by:
parse
in classIqProvider<Ping>
- Throws:
XmlPullParserException
IOException
-
-