Interface NeighborsWebService
- All Superinterfaces:
WebService
- All Known Implementing Classes:
NeighborsRetrofitWebService
Available methods for the Neighbors Web Service.
- Since:
- 1/8/15
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getNeighborExxtractors
(String token, WebServiceResponseHandler<String[]> handler) Method that will retrieve the list of available servers on the network
-
Method Details
-
getNeighborExxtractors
Method that will retrieve the list of available servers on the network- Parameters:
token
- the token that will be used to authenticate the requesthandler
- the handler to manage the status of the request
-