Uses of Enum
org.xmpp.packet.StreamError.Condition
Packages that use StreamError.Condition
-
Uses of StreamError.Condition in org.xmpp.packet
Methods in org.xmpp.packet that return StreamError.ConditionModifier and TypeMethodDescriptionstatic StreamError.ConditionConverts a String value into its Condition representation.StreamError.getCondition()Returns the error condition.static StreamError.ConditionReturns 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.ConditionModifier and TypeMethodDescriptionvoidStreamError.setCondition(StreamError.Condition condition) Sets the error condition.Constructors in org.xmpp.packet with parameters of type StreamError.ConditionModifierConstructorDescriptionStreamError(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.