Uses of Interface
com.moesif.api.http.client.HttpCallBack
-
Packages that use HttpCallBack Package Description com.moesif.api.controllers -
-
Uses of HttpCallBack in com.moesif.api.controllers
Fields in com.moesif.api.controllers declared as HttpCallBack Modifier and Type Field Description protected HttpCallBackBaseController. httpCallBackProtected variable to keep reference of httpCallBack instance if user provides anyMethods in com.moesif.api.controllers that return HttpCallBack Modifier and Type Method Description HttpCallBackBaseController. getHttpCallBack()Get httpCallBack associated with this controllerMethods in com.moesif.api.controllers with parameters of type HttpCallBack Modifier and Type Method Description voidBaseController. setHttpCallBack(HttpCallBack httpCallBack)Set the httpCallBack for this controller
-