Uses of Class
rocks.xmpp.extensions.address.model.Address
-
Packages that use Address Package Description rocks.xmpp.extensions.address.model Provides XML schema implementations of XEP-0033: Extended Stanza Addressing. -
-
Uses of Address in rocks.xmpp.extensions.address.model
Methods in rocks.xmpp.extensions.address.model that return Address Modifier and Type Method Description AddressAddress. delivered()Creates a copy of this address, which is marked as delivered.AddressAddress. undelivered()Creates a copy of this address, whose delivered attribute is removed.Methods in rocks.xmpp.extensions.address.model that return types with arguments of type Address Modifier and Type Method Description List<Address>Addresses. getAddresses()Gets the addresses.Constructors in rocks.xmpp.extensions.address.model with parameters of type Address Constructor Description Addresses(Address... address)Creates an address extension.Constructor parameters in rocks.xmpp.extensions.address.model with type arguments of type Address Constructor Description Addresses(Collection<Address> addresses)Creates an address extension.
-