Uses of Class
rocks.xmpp.extensions.reach.model.Address.Description
-
Packages that use Address.Description Package Description rocks.xmpp.extensions.reach.model Provides XML schema implementations of XEP-0152: Reachability Addresses. -
-
Uses of Address.Description in rocks.xmpp.extensions.reach.model
Methods in rocks.xmpp.extensions.reach.model that return types with arguments of type Address.Description Modifier and Type Method Description List<Address.Description>
Address. getDescriptions()
Gets the optional descriptions, which describes the URI.Constructors in rocks.xmpp.extensions.reach.model with parameters of type Address.Description Constructor Description Address(URI uri, Address.Description... descriptions)
Constructs an reachability address.
-