| Package | Description |
|---|---|
| rocks.xmpp.core.stanza.model |
Provides XML Stanzas and Stanza Errors.
|
| rocks.xmpp.core.stanza.model.client | |
| rocks.xmpp.core.stanza.model.server |
| Modifier and Type | Method and Description |
|---|---|
AbstractIQ.Type |
AbstractIQ.getType()
Gets the type.
|
static AbstractIQ.Type |
AbstractIQ.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractIQ.Type[] |
AbstractIQ.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AbstractIQ(AbstractIQ.Type type)
Creates an IQ stanza with the given type.
|
AbstractIQ(AbstractIQ.Type type,
Object extension)
Creates an IQ stanza with the given type and extension.
|
AbstractIQ(Jid to,
AbstractIQ.Type type,
Object extension)
Creates an IQ stanza with the given receiver, type and extension.
|
AbstractIQ(Jid to,
String id,
AbstractIQ.Type type,
Object extension)
Creates an IQ stanza with the given receiver, id, type and extension.
|
AbstractIQ(String id,
AbstractIQ.Type type,
Object extension)
Creates an IQ stanza with the given id, type and extension.
|
| Constructor and Description |
|---|
IQ(AbstractIQ.Type type)
Creates an IQ stanza with the given type.
|
IQ(AbstractIQ.Type type,
Object extension)
Creates an IQ stanza with the given type and extension.
|
IQ(Jid to,
AbstractIQ.Type type,
Object extension)
Creates an IQ stanza with the given receiver, type and extension.
|
IQ(Jid to,
String id,
AbstractIQ.Type type,
Object extension)
Creates an IQ stanza with the given receiver, id, type and extension.
|
IQ(String id,
AbstractIQ.Type type)
Creates an IQ stanza with the given id and type.
|
IQ(String id,
AbstractIQ.Type type,
Object extension)
Creates an IQ stanza with the given id, type and extension.
|
| Constructor and Description |
|---|
IQ(AbstractIQ.Type type)
Creates an IQ stanza with the given type.
|
IQ(AbstractIQ.Type type,
Object extension)
Creates an IQ stanza with the given type and extension.
|
IQ(Jid to,
AbstractIQ.Type type,
Object extension)
Creates an IQ stanza with the given receiver, type and extension.
|
IQ(Jid to,
String id,
AbstractIQ.Type type,
Object extension)
Creates an IQ stanza with the given receiver, id, type and extension.
|
IQ(String id,
AbstractIQ.Type type)
Creates an IQ stanza with the given id and type.
|
IQ(String id,
AbstractIQ.Type type,
Object extension)
Creates an IQ stanza with the given id, type and extension.
|
Copyright © 2014 XMPP.rocks. All rights reserved.