Class ParseStreamManagement
- java.lang.Object
-
- org.jivesoftware.smack.sm.provider.ParseStreamManagement
-
public class ParseStreamManagement extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ParseStreamManagement()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StreamManagement.AckAnswer
ackAnswer(org.jivesoftware.smack.xml.XmlPullParser parser)
static StreamManagement.AckRequest
ackRequest(org.jivesoftware.smack.xml.XmlPullParser parser)
static StreamManagement.Enabled
enabled(org.jivesoftware.smack.xml.XmlPullParser parser)
static StreamManagement.Failed
failed(org.jivesoftware.smack.xml.XmlPullParser parser)
static StreamManagement.Resumed
resumed(org.jivesoftware.smack.xml.XmlPullParser parser)
-
-
-
Method Detail
-
enabled
public static StreamManagement.Enabled enabled(org.jivesoftware.smack.xml.XmlPullParser parser) throws org.jivesoftware.smack.xml.XmlPullParserException, java.io.IOException
- Throws:
org.jivesoftware.smack.xml.XmlPullParserException
java.io.IOException
-
failed
public static StreamManagement.Failed failed(org.jivesoftware.smack.xml.XmlPullParser parser) throws org.jivesoftware.smack.xml.XmlPullParserException, java.io.IOException
- Throws:
org.jivesoftware.smack.xml.XmlPullParserException
java.io.IOException
-
resumed
public static StreamManagement.Resumed resumed(org.jivesoftware.smack.xml.XmlPullParser parser) throws org.jivesoftware.smack.xml.XmlPullParserException, java.io.IOException
- Throws:
org.jivesoftware.smack.xml.XmlPullParserException
java.io.IOException
-
ackAnswer
public static StreamManagement.AckAnswer ackAnswer(org.jivesoftware.smack.xml.XmlPullParser parser) throws org.jivesoftware.smack.xml.XmlPullParserException, java.io.IOException
- Throws:
org.jivesoftware.smack.xml.XmlPullParserException
java.io.IOException
-
ackRequest
public static StreamManagement.AckRequest ackRequest(org.jivesoftware.smack.xml.XmlPullParser parser) throws org.jivesoftware.smack.xml.XmlPullParserException, java.io.IOException
- Throws:
org.jivesoftware.smack.xml.XmlPullParserException
java.io.IOException
-
-