Uses of Class
org.xmpp.packet.PacketError.Condition

Packages that use PacketError.Condition
org.xmpp.packet   
 

Uses of PacketError.Condition in org.xmpp.packet
 

Methods in org.xmpp.packet that return PacketError.Condition
static PacketError.Condition PacketError.Condition.fromLegacyCode(int code)
           
static PacketError.Condition PacketError.Condition.fromXMPP(java.lang.String condition)
          Converts a String value into its Condition representation.
 PacketError.Condition PacketError.getCondition()
          Returns the error condition.
static PacketError.Condition PacketError.Condition.valueOf(java.lang.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're declared.
 

Methods in org.xmpp.packet with parameters of type PacketError.Condition
 void PacketError.setCondition(PacketError.Condition condition)
          Sets the error condition.
 void Packet.setError(PacketError.Condition condition)
          Sets the packet error using the specified condition.
 

Constructors in org.xmpp.packet with parameters of type PacketError.Condition
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, java.lang.String text)
          Constructs a new PacketError.
PacketError(PacketError.Condition condition, PacketError.Type type, java.lang.String text, java.lang.String lang)
          Constructs a new PacketError.
 



Copyright © 2009 Ignite Realtime. All Rights Reserved.