Uses of Class
org.jivesoftware.openfire.roster.RosterItem.RecvType
-
Packages that use RosterItem.RecvType Package Description org.jivesoftware.openfire.handler IQ class implementations.org.jivesoftware.openfire.roster Provides classes for managing the roster. -
-
Uses of RosterItem.RecvType in org.jivesoftware.openfire.handler
Methods in org.jivesoftware.openfire.handler that return RosterItem.RecvType Modifier and Type Method Description RosterItem.RecvTypePresenceSubscribeHandler.Change. getNewRecv()Constructors in org.jivesoftware.openfire.handler with parameters of type RosterItem.RecvType Constructor Description Change(RosterItem.RecvType recv, RosterItem.SubType sub, RosterItem.AskType ask) -
Uses of RosterItem.RecvType in org.jivesoftware.openfire.roster
Fields in org.jivesoftware.openfire.roster declared as RosterItem.RecvType Modifier and Type Field Description static RosterItem.RecvTypeRosterItem. RECV_NONEThere are no subscriptions that have been received but not presented to the user.static RosterItem.RecvTypeRosterItem. RECV_SUBSCRIBEThe server has received a subscribe request, but has not forwarded it to the user.static RosterItem.RecvTypeRosterItem. RECV_UNSUBSCRIBEThe server has received an unsubscribe request, but has not forwarded it to the user.protected RosterItem.RecvTypeRosterItem. recvStatusMethods in org.jivesoftware.openfire.roster that return RosterItem.RecvType Modifier and Type Method Description RosterItem.RecvTypeRosterItem. getRecvStatus()Obtain the current recv status of the item.static RosterItem.RecvTypeRosterItem.RecvType. getTypeFromInt(int value)static RosterItem.RecvTypeRosterItem.RecvType. valueOf(String name)Returns the enum constant of this type with the specified name.static RosterItem.RecvType[]RosterItem.RecvType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jivesoftware.openfire.roster with parameters of type RosterItem.RecvType Modifier and Type Method Description voidRosterItem. setRecvStatus(RosterItem.RecvType recvStatus)Set the current recv status of the item.Constructors in org.jivesoftware.openfire.roster with parameters of type RosterItem.RecvType Constructor Description RosterItem(long id, org.xmpp.packet.JID jid, RosterItem.SubType subStatus, RosterItem.AskType askStatus, RosterItem.RecvType recvStatus, String nickname, List<String> groups)RosterItem(org.xmpp.packet.JID jid, RosterItem.SubType subStatus, RosterItem.AskType askStatus, RosterItem.RecvType recvStatus, String nickname, List<String> groups)
-