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

Packages that use StreamError.Condition
org.xmpp.packet   
 

Uses of StreamError.Condition in org.xmpp.packet
 

Methods in org.xmpp.packet that return StreamError.Condition
static StreamError.Condition StreamError.Condition.fromXMPP(java.lang.String condition)
          Converts a String value into its Condition representation.
 StreamError.Condition StreamError.getCondition()
          Returns the error condition.
static StreamError.Condition StreamError.Condition.valueOf(java.lang.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
 void StreamError.setCondition(StreamError.Condition condition)
          Sets the error condition.
 

Constructors in org.xmpp.packet with parameters of type StreamError.Condition
StreamError(StreamError.Condition condition)
          Construcs a new StreamError with the specified condition.
StreamError(StreamError.Condition condition, java.lang.String text)
          Constructs a new StreamError with the specified condition and error text.
StreamError(StreamError.Condition condition, java.lang.String text, java.lang.String language)
          Constructs a new StreamError with the specified condition and error text.