Class ParseStreamManagement
java.lang.Object
org.jivesoftware.smack.sm.provider.ParseStreamManagement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StreamManagement.AckAnswerackAnswer(org.jivesoftware.smack.xml.XmlPullParser parser) static StreamManagement.AckRequestackRequest(org.jivesoftware.smack.xml.XmlPullParser parser) static StreamManagement.Enabledenabled(org.jivesoftware.smack.xml.XmlPullParser parser) static StreamManagement.Failedfailed(org.jivesoftware.smack.xml.XmlPullParser parser) static StreamManagement.Resumedresumed(org.jivesoftware.smack.xml.XmlPullParser parser)
-
Constructor Details
-
ParseStreamManagement
public ParseStreamManagement()
-
-
Method Details
-
enabled
public static StreamManagement.Enabled enabled(org.jivesoftware.smack.xml.XmlPullParser parser) throws org.jivesoftware.smack.xml.XmlPullParserException, IOException - Throws:
org.jivesoftware.smack.xml.XmlPullParserExceptionIOException
-
failed
public static StreamManagement.Failed failed(org.jivesoftware.smack.xml.XmlPullParser parser) throws org.jivesoftware.smack.xml.XmlPullParserException, IOException - Throws:
org.jivesoftware.smack.xml.XmlPullParserExceptionIOException
-
resumed
public static StreamManagement.Resumed resumed(org.jivesoftware.smack.xml.XmlPullParser parser) throws org.jivesoftware.smack.xml.XmlPullParserException, IOException - Throws:
org.jivesoftware.smack.xml.XmlPullParserExceptionIOException
-
ackAnswer
public static StreamManagement.AckAnswer ackAnswer(org.jivesoftware.smack.xml.XmlPullParser parser) throws org.jivesoftware.smack.xml.XmlPullParserException, IOException - Throws:
org.jivesoftware.smack.xml.XmlPullParserExceptionIOException
-
ackRequest
public static StreamManagement.AckRequest ackRequest(org.jivesoftware.smack.xml.XmlPullParser parser) throws org.jivesoftware.smack.xml.XmlPullParserException, IOException - Throws:
org.jivesoftware.smack.xml.XmlPullParserExceptionIOException
-