Class StatRetrofitWebService
java.lang.Object
com.exxothermic.audioeverywheresdk.webservices.api.exxtractorapi.retrofit.StatRetrofitWebService
- All Implemented Interfaces:
StatWebService
,WebService
Class that will hold the logic to connect to a Web Service using retrofit as an API
- Since:
- 12/01/15
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
sendStatInformation
(Stat toSend, WebServiceResponseHandler responseHandler) Method that will send client information to the discovered exxtractor
-
Constructor Details
-
StatRetrofitWebService
-
-
Method Details
-
sendStatInformation
Description copied from interface:StatWebService
Method that will send client information to the discovered exxtractor- Specified by:
sendStatInformation
in interfaceStatWebService
- Parameters:
toSend
- the information that will be sent
-