| Package | Description |
|---|---|
| org.xmpp.packet |
| Modifier and Type | Method and Description |
|---|---|
static PacketError.Type |
PacketError.Type.fromXMPP(String type)
Converts a String value into its Type representation.
|
PacketError.Type |
PacketError.Condition.getDefaultType()
Returns the default
PacketError.Type associated with this condition. |
PacketError.Type |
PacketError.getType()
Returns the error type.
|
static PacketError.Type |
PacketError.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PacketError.Type[] |
PacketError.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PacketError.setType(PacketError.Type type)
Sets the error type.
|
| Constructor and Description |
|---|
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.
|
Copyright © 2009–2017 Ignite Realtime. All rights reserved.