| Package | Description |
|---|---|
| org.xmpp.packet |
| Modifier and Type | Method and Description |
|---|---|
IQ.Type |
IQ.getType()
Returns the type of this IQ.
|
static IQ.Type |
IQ.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IQ.Type[] |
IQ.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 |
IQ.setType(IQ.Type type)
Sets the type of this IQ.
|
| Constructor and Description |
|---|
IQ(IQ.Type type)
Constructs a new IQ using the specified type.
|
IQ(IQ.Type type,
String ID)
Constructs a new IQ using the specified type and ID.
|
Roster(IQ.Type type)
Constructs a new Roster using the specified type.
|
Roster(IQ.Type type,
String ID)
Constructs a new Roster using the specified type and ID.
|
Copyright © 2009–2017 Ignite Realtime. All rights reserved.