public interface TransportAddress extends Writeable<TransportAddress>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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() |
readFromString getHost()
String getAddress()
int getPort()
short uniqueAddressTypeId()
boolean sameHost(TransportAddress other)
Copyright © 2009–2016. All rights reserved.