| 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 |
|---|---|
AbstractMessage.Type |
AbstractMessage.getType()
Gets the message type.
|
static AbstractMessage.Type |
AbstractMessage.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractMessage.Type[] |
AbstractMessage.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 |
AbstractMessage.setType(AbstractMessage.Type type)
Deprecated.
Use constructor.
|
| Constructor and Description |
|---|
Message(Jid to,
AbstractMessage.Type type)
Constructs a message with a type.
|
Message(Jid to,
AbstractMessage.Type type,
Collection<AbstractMessage.Body> bodies,
Collection<AbstractMessage.Subject> subjects,
String thread,
String parentThread,
String id,
Jid from,
String language,
Collection<?> extensions,
StanzaError error)
Constructs a message with body and type.
|
Message(Jid to,
AbstractMessage.Type type,
String body)
Constructs a message with body and type.
|
Message(Jid to,
AbstractMessage.Type type,
String body,
String subject)
Constructs a message with body and type.
|
Message(Jid to,
AbstractMessage.Type type,
String body,
String subject,
String thread)
Constructs a message with body and type.
|
Message(Jid to,
AbstractMessage.Type type,
String body,
String subject,
String thread,
String parentThread,
String id,
Jid from,
String language,
Collection<?> extensions,
StanzaError error)
Constructs a message with body and type.
|
| Constructor and Description |
|---|
Message(Jid to,
AbstractMessage.Type type)
Constructs a message with a type.
|
Message(Jid to,
AbstractMessage.Type type,
Collection<AbstractMessage.Body> bodies,
Collection<AbstractMessage.Subject> subjects,
String thread,
String parentThread,
String id,
Jid from,
String language,
Collection<Object> extensions,
StanzaError error)
Constructs a message with body and type.
|
Message(Jid to,
AbstractMessage.Type type,
String body)
Constructs a message with body and type.
|
Message(Jid to,
AbstractMessage.Type type,
String body,
String subject)
Constructs a message with body and type.
|
Message(Jid to,
AbstractMessage.Type type,
String body,
String subject,
String thread)
Constructs a message with body and type.
|
Message(Jid to,
AbstractMessage.Type type,
String body,
String subject,
String thread,
String parentThread,
String id,
Jid from,
String language,
Collection<Object> extensions,
StanzaError error)
Constructs a message with body and type.
|
Copyright © 2014–2015 XMPP.rocks. All rights reserved.