Uses of Class
org.xmpp.packet.PacketError.Condition
-
Packages that use PacketError.Condition Package Description org.xmpp.packet -
-
Uses of PacketError.Condition in org.xmpp.packet
Methods in org.xmpp.packet that return PacketError.Condition Modifier and Type Method Description static PacketError.ConditionPacketError.Condition. fromLegacyCode(int code)static PacketError.ConditionPacketError.Condition. fromXMPP(String condition)Converts a String value into its Condition representation.PacketError.ConditionPacketError. getCondition()Returns the error condition.static PacketError.ConditionPacketError.Condition. valueOf(String name)Returns the enum constant of this type with the specified name.static PacketError.Condition[]PacketError.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 PacketError.Condition Modifier and Type Method Description voidPacketError. setCondition(PacketError.Condition condition)Sets the error condition.voidPacket. setError(PacketError.Condition condition)Sets the packet error using the specified condition.Constructors in org.xmpp.packet with parameters of type PacketError.Condition Constructor Description PacketError(PacketError.Condition condition)Construcs a new PacketError with the specified condition.PacketError(PacketError.Condition condition, PacketError.Type type)Constructs a new PacketError with the specified condition and type.PacketError(PacketError.Condition condition, PacketError.Type type, String text)Constructs a new PacketError.PacketError(PacketError.Condition condition, PacketError.Type type, String text, String lang)Constructs a new PacketError.
-