public interface TransportAddress extends Writeable<TransportAddress>
Modifier and Type | Method and Description |
---|---|
String |
getAddress()
Returns the address string for this transport address
|
String |
getHost()
Returns the host string for this transport address
|
int |
getPort()
Returns the port of this transport address if applicable
|
boolean |
sameHost(TransportAddress other) |
String |
toString() |
short |
uniqueAddressTypeId() |
readFrom
String getHost()
String getAddress()
int getPort()
short uniqueAddressTypeId()
boolean sameHost(TransportAddress other)
Copyright © 2009–2016. All rights reserved.