public final class Address extends Object
<address/> element in the urn:xmpp:reach:0 namespace.| Modifier and Type | Class and Description |
|---|---|
static class |
Address.Description |
| Constructor and Description |
|---|
Address(URI uri) |
Address(URI uri,
Address.Description... descriptions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Address.Description> |
getDescriptions() |
URI |
getUri() |
int |
hashCode() |
String |
toString() |
public Address(URI uri)
public Address(URI uri, Address.Description... descriptions)
public URI getUri()
public List<Address.Description> getDescriptions()
Copyright © 2014 XMPP.rocks. All rights reserved.