Uses of Class
org.jivesoftware.smack.packet.StanzaError.Condition
-
Packages that use StanzaError.Condition Package Description org.jivesoftware.smack Core classes of the Smack API.org.jivesoftware.smack.packet XML stanzas and extension elements that are part of the XMPP protocol.org.jivesoftware.smack.sm.packet Plain stream elements for XEP-0198: Stream Management.org.jivesoftware.smackx.commands Smacks implementation of XEP-0050: Ad-Hoc Commands. -
-
Uses of StanzaError.Condition in org.jivesoftware.smack
Methods in org.jivesoftware.smack that return StanzaError.Condition Modifier and Type Method Description StanzaError.ConditionXMPPException.FailedNonzaException. getCondition()Constructors in org.jivesoftware.smack with parameters of type StanzaError.Condition Constructor Description FailedNonzaException(Nonza nonza, StanzaError.Condition condition) -
Uses of StanzaError.Condition in org.jivesoftware.smack.packet
Methods in org.jivesoftware.smack.packet that return StanzaError.Condition Modifier and Type Method Description static StanzaError.ConditionStanzaError.Condition. fromString(String string)StanzaError.ConditionStanzaError. getCondition()Returns the error condition.static StanzaError.ConditionStanzaError.Condition. valueOf(String name)Returns the enum constant of this type with the specified name.static StanzaError.Condition[]StanzaError.Condition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.smack.packet with parameters of type StanzaError.Condition Modifier and Type Method Description static ErrorIQIQ. createErrorResponse(IQ request, StanzaError.Condition condition)static StanzaError.BuilderStanzaError. from(StanzaError.Condition condition, String descriptiveText)static StanzaError.BuilderStanzaError. getBuilder(StanzaError.Condition condition)StanzaError.BuilderStanzaError.Builder. setCondition(StanzaError.Condition condition)Constructors in org.jivesoftware.smack.packet with parameters of type StanzaError.Condition Constructor Description StanzaError(StanzaError.Condition condition, String conditionText, String errorGenerator, StanzaError.Type type, Map<String,String> descriptiveTexts, List<XmlElement> extensions)Creates a new error with the specified type, condition and message. -
Uses of StanzaError.Condition in org.jivesoftware.smack.sm.packet
Methods in org.jivesoftware.smack.sm.packet that return StanzaError.Condition Modifier and Type Method Description StanzaError.ConditionStreamManagement.Failed. getStanzaErrorCondition()Constructors in org.jivesoftware.smack.sm.packet with parameters of type StanzaError.Condition Constructor Description Failed(StanzaError.Condition condition, List<StanzaErrorTextElement> textElements) -
Uses of StanzaError.Condition in org.jivesoftware.smackx.commands
Methods in org.jivesoftware.smackx.commands with parameters of type StanzaError.Condition Modifier and Type Method Description protected static XMPPException.XMPPErrorExceptionAdHocCommandHandler. newXmppErrorException(StanzaError.Condition condition)protected static XMPPException.XMPPErrorExceptionAdHocCommandHandler. newXmppErrorException(StanzaError.Condition condition, String descriptiveText)
-