| Package | Description |
|---|---|
| rocks.xmpp.core.stanza.model |
Provides XML Stanzas and Stanza Errors.
|
| Modifier and Type | Method and Description |
|---|---|
IQ.Type |
IQ.getType()
Gets the type.
|
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.
|
| Constructor and Description |
|---|
IQ(IQ.Type type,
Object extension)
Creates an IQ stanza with the given type and extension.
|
IQ(IQ.Type type,
Object extension,
String id)
Creates an IQ stanza with the given id, type and extension.
|
IQ(Jid to,
IQ.Type type,
Object extension)
Creates an IQ stanza with the given receiver, type and extension.
|
IQ(Jid to,
IQ.Type type,
Object extension,
String id)
Creates an IQ stanza with the given receiver, id, type and extension.
|
IQ(Jid to,
IQ.Type type,
Object extension,
String id,
Jid from,
String language,
StanzaError error)
Creates an IQ stanza with the given receiver, id, type, extension and error.
|
Copyright © 2014–2015 XMPP.rocks. All rights reserved.