public class ServerAddress extends Object
| Constructor and Description |
|---|
ServerAddress(String ip,
int port) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getIp() |
int |
getPort() |
int |
hashCode() |
boolean |
isAllInterfaces() |
boolean |
overlaps(ServerAddress serverAddress) |
String |
toString() |
public ServerAddress(String ip, int port)
public int getPort()
public String getIp()
public boolean overlaps(ServerAddress serverAddress)
public boolean isAllInterfaces()
Copyright © 2003–2023 MuleSoft, Inc.. All rights reserved.