Uses of Class
org.xmpp.packet.StreamError.Condition
-
Packages that use StreamError.Condition Package Description org.xmpp.packet -
-
Uses of StreamError.Condition in org.xmpp.packet
Methods in org.xmpp.packet that return StreamError.Condition Modifier and Type Method Description static StreamError.ConditionStreamError.Condition. fromXMPP(String condition)Converts a String value into its Condition representation.StreamError.ConditionStreamError. getCondition()Returns the error condition.static StreamError.ConditionStreamError.Condition. valueOf(String name)Returns the enum constant of this type with the specified name.static StreamError.Condition[]StreamError.Condition. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.xmpp.packet with parameters of type StreamError.Condition Modifier and Type Method Description voidStreamError. setCondition(StreamError.Condition condition)Sets the error condition.Constructors in org.xmpp.packet with parameters of type StreamError.Condition Constructor Description StreamError(StreamError.Condition condition)Construcs a new StreamError with the specified condition.StreamError(StreamError.Condition condition, String text)Constructs a new StreamError with the specified condition and error text.StreamError(StreamError.Condition condition, String text, String language)Constructs a new StreamError with the specified condition and error text.
-