Uses of Class
org.jivesoftware.smack.roster.RosterEntry
-
Packages that use RosterEntry Package Description org.jivesoftware.smack.roster Smacks API for Rosters.org.jivesoftware.smackx.xroster This extension is used to send rosters, roster groups and roster entries from one XMPP Entity to another.org.jivesoftware.smackx.xroster.packet TODO describe me. -
-
Uses of RosterEntry in org.jivesoftware.smack.roster
Methods in org.jivesoftware.smack.roster that return RosterEntry Modifier and Type Method Description RosterEntryRoster. getEntry(BareJid jid)Returns the roster entry associated with the given XMPP address ornullif the user is not an entry in the roster.RosterEntryRosterGroup. getEntry(Jid user)Returns the roster entry associated with the given XMPP address ornullif the user is not an entry in the group.Methods in org.jivesoftware.smack.roster that return types with arguments of type RosterEntry Modifier and Type Method Description Set<RosterEntry>Roster. getEntries()Returns a set of all entries in the roster, including entries that don't belong to any groups.List<RosterEntry>RosterGroup. getEntries()Returns an copied list of all entries in the group.Set<RosterEntry>Roster. getUnfiledEntries()Returns an unmodifiable set for the unfiled roster entries.Methods in org.jivesoftware.smack.roster with parameters of type RosterEntry Modifier and Type Method Description voidRosterGroup. addEntry(RosterEntry entry)Adds a roster entry to this group.booleanRosterGroup. contains(RosterEntry entry)Returns true if the specified entry is part of this group.voidRoster. removeEntry(RosterEntry entry)Removes a roster entry from the roster.voidRosterGroup. removeEntry(RosterEntry entry)Removes a roster entry from this group.Method parameters in org.jivesoftware.smack.roster with type arguments of type RosterEntry Modifier and Type Method Description voidRosterEntries. rosterEntries(Collection<RosterEntry> rosterEntries) -
Uses of RosterEntry in org.jivesoftware.smackx.xroster
Methods in org.jivesoftware.smackx.xroster with parameters of type RosterEntry Modifier and Type Method Description voidRosterExchangeManager. send(RosterEntry rosterEntry, Jid targetUserID)Sends a roster entry to userID. -
Uses of RosterEntry in org.jivesoftware.smackx.xroster.packet
Methods in org.jivesoftware.smackx.xroster.packet with parameters of type RosterEntry Modifier and Type Method Description voidRosterExchange. addRosterEntry(RosterEntry rosterEntry)Adds a roster entry to the packet.
-