Uses of Class
rocks.xmpp.extensions.reach.model.Address
-
Packages that use Address Package Description rocks.xmpp.extensions.reach Provides classes for XEP-0152: Reachability Addresses.rocks.xmpp.extensions.reach.model Provides XML schema implementations of XEP-0152: Reachability Addresses. -
-
Uses of Address in rocks.xmpp.extensions.reach
Methods in rocks.xmpp.extensions.reach that return types with arguments of type Address Modifier and Type Method Description List<Address>ReachabilityEvent. getReachabilityAddresses()Gets the reachability addresses.List<Address>ReachabilityManager. getReachabilityAddresses()Gets the reachability address as unmodifiable list.AsyncResult<List<Address>>ReachabilityManager. requestReachabilityAddresses(Jid contact)Requests the reachability addresses of a contact.Methods in rocks.xmpp.extensions.reach with parameters of type Address Modifier and Type Method Description booleanReachabilityManager. addReachabilityAddress(Address address)Adds a reachability address.booleanReachabilityManager. removeReachabilityAddress(Address address)Removes a reachability address. -
Uses of Address in rocks.xmpp.extensions.reach.model
Methods in rocks.xmpp.extensions.reach.model that return types with arguments of type Address Modifier and Type Method Description List<Address>Reachability. getAddresses()Gets the addresses.Constructor parameters in rocks.xmpp.extensions.reach.model with type arguments of type Address Constructor Description Reachability(Collection<Address> addresses)
-