|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Message.Subject | |
|---|---|
| org.jivesoftware.smack.packet | XML packets that are part of the XMPP protocol. |
| Uses of Message.Subject in org.jivesoftware.smack.packet |
|---|
| Methods in org.jivesoftware.smack.packet that return Message.Subject | |
|---|---|
Message.Subject |
Message.addSubject(java.lang.String language,
java.lang.String subject)
Adds a subject with a corresponding language. |
| Methods in org.jivesoftware.smack.packet that return types with arguments of type Message.Subject | |
|---|---|
java.util.Collection<Message.Subject> |
Message.getSubjects()
Returns a set of all subjects in this Message, including the default message subject accessible from Message.getSubject(). |
| Methods in org.jivesoftware.smack.packet with parameters of type Message.Subject | |
|---|---|
boolean |
Message.removeSubject(Message.Subject subject)
Removes the subject from the message and returns true if the subject was removed. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||