Uses of Class
org.jivesoftware.smackx.address.packet.MultipleAddresses.Address
-
Packages that use MultipleAddresses.Address Package Description org.jivesoftware.smackx.address Smack's API for XEP-0033: Extended Stanza Addressing.org.jivesoftware.smackx.address.packet Stanzas and extension elements for XEP-0033: Extended Stanzas Addressing. -
-
Uses of MultipleAddresses.Address in org.jivesoftware.smackx.address
Methods in org.jivesoftware.smackx.address that return MultipleAddresses.Address Modifier and Type Method Description MultipleAddresses.AddressMultipleRecipientInfo. getReplyAddress()Returns the address to which all replies are requested to be sent ornullif no specific address was provided.Methods in org.jivesoftware.smackx.address that return types with arguments of type MultipleAddresses.Address Modifier and Type Method Description java.util.List<MultipleAddresses.Address>MultipleRecipientInfo. getCCAddresses()Returns the list ofMultipleAddresses.Addressthat were the secondary recipients of the packet.java.util.List<MultipleAddresses.Address>MultipleRecipientInfo. getTOAddresses()Returns the list ofMultipleAddresses.Addressthat were the primary recipients of the packet. -
Uses of MultipleAddresses.Address in org.jivesoftware.smackx.address.packet
Methods in org.jivesoftware.smackx.address.packet that return types with arguments of type MultipleAddresses.Address Modifier and Type Method Description java.util.List<MultipleAddresses.Address>MultipleAddresses. getAddressesOfType(MultipleAddresses.Type type)Returns the list of addresses that matches the specified type.
-