@InterfaceAudience.Public public class Address extends Object implements Comparable<Address>
In implementation this class is a facade over Guava's HostAndPort
.
We cannot have Guava classes in our API hence this Type.
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Address that) |
boolean |
equals(Object other) |
static Address |
fromParts(String hostname,
int port) |
static Address |
fromString(String hostnameAndPort) |
String |
getHostname() |
int |
getPort() |
int |
hashCode() |
String |
toString() |
public String getHostname()
public int getPort()
public int compareTo(Address that)
compareTo
in interface Comparable<Address>
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.