Class NeighborsRetrofitWebService
java.lang.Object
com.exxothermic.audioeverywheresdk.webservices.api.exxtractorapi.retrofit.NeighborsRetrofitWebService
- All Implemented Interfaces:
NeighborsWebService
,WebService
Class that will hold the web service for the neighbors on a given exxtractor
- Since:
- 1/8/15
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
getNeighborExxtractors
(String token, WebServiceResponseHandler<String[]> handler) Method that will retrieve the list of available servers on the network
-
Constructor Details
-
NeighborsRetrofitWebService
-
-
Method Details
-
getNeighborExxtractors
Method that will retrieve the list of available servers on the network- Specified by:
getNeighborExxtractors
in interfaceNeighborsWebService
- Parameters:
token
- the token that will be used to authenticate the requesthandler
- the handler to manage the status of the request
-