Uses of Class
mmRestAPI.MMAbstractRestAPI

Packages that use MMAbstractRestAPI
mmRestAPI   
mmServerCommunication   
 

Uses of MMAbstractRestAPI in mmRestAPI
 

Subclasses of MMAbstractRestAPI in mmRestAPI
 class MMGwtRestAPI
           
 class MMRestAPI
           
 

Methods in mmRestAPI that return MMAbstractRestAPI
 MMAbstractRestAPI MMRestAPI.newInstance()
           
 MMAbstractRestAPI MMGwtRestAPI.newInstance()
           
abstract  MMAbstractRestAPI MMAbstractRestAPI.newInstance()
          Create a new instance of a REST API call; each time to make a request, you should get a new instance using this funciton.
 

Uses of MMAbstractRestAPI in mmServerCommunication
 

Constructors in mmServerCommunication with parameters of type MMAbstractRestAPI
MMServerComm(MMAbstractRestAPI restAPI_, MMRestApiUtilAbstract apiUtil, MMStatsAbstract statsParser, MMServerComm.ClientType ct, MMClient c)