public interface ServerAddress
| Modifier and Type | Method and Description |
|---|---|
String |
getIp() |
int |
getPort() |
boolean |
overlaps(ServerAddress serverAddress) |
int getPort()
String getIp()
boolean overlaps(ServerAddress serverAddress)
serverAddress - another ServerAddress.serverAddress have conflicting addresses, false otherwise.Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.