public interface IServerListProvider
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ServerRecord> |
fetchServerList()
Ask a provider to fetch any servers that it has available
|
void |
updateServerList(java.util.List<ServerRecord> endpoints)
Update the persistent list of endpoints
|
java.util.List<ServerRecord> fetchServerList()
void updateServerList(java.util.List<ServerRecord> endpoints)
endpoints - List of endpoints