| Package | Description |
|---|---|
| org.xmpp.packet |
| Modifier and Type | Method and Description |
|---|---|
static StreamError.Condition |
StreamError.Condition.fromXMPP(String condition)
Converts a String value into its Condition representation.
|
StreamError.Condition |
StreamError.getCondition()
Returns the error condition.
|
static StreamError.Condition |
StreamError.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StreamError.setCondition(StreamError.Condition condition)
Sets the error condition.
|
| Constructor and 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.
|
Copyright © 2009–2017 Ignite Realtime. All rights reserved.