Uses of Class
com.moesif.api.http.response.HttpResponse
-
Packages that use HttpResponse Package Description com.moesif.api com.moesif.api.controllers com.moesif.api.http.client com.moesif.api.http.response -
-
Uses of HttpResponse in com.moesif.api
Methods in com.moesif.api that return HttpResponse Modifier and Type Method Description HttpResponseIAPIController. getAppConfig()Get the Application configHttpResponseIAPIController. getGovernanceRules()Get the Governance rulesMethod parameters in com.moesif.api with type arguments of type HttpResponse Modifier and Type Method Description voidIAPIController. createEventAsync(EventModel body, APICallBack<HttpResponse> callBack)Add Single API Event CallvoidIAPIController. createEventsBatchAsync(List<EventModel> body, APICallBack<HttpResponse> callBack)Add multiple API Events in a single batchvoidIAPIController. createEventsBatchAsync(List<EventModel> body, APICallBack<HttpResponse> callBack, boolean useGzip)Add multiple API Events in a single batchvoidIAPIController. getAppConfigAsync(APICallBack<HttpResponse> callBack)Get the Application config asyncvoidIAPIController. getGovernanceRulesAsync(APICallBack<HttpResponse> callBack)Get the Governance rules asyncvoidIAPIController. updateCompaniesBatchAsync(List<CompanyModel> body, APICallBack<HttpResponse> callBack)Update multiple Companies in a single batch asyncvoidIAPIController. updateCompanyAsync(CompanyModel body, APICallBack<HttpResponse> callBack)Update a Single Company asyncvoidIAPIController. updateSubscriptionAsync(SubscriptionModel body, APICallBack<HttpResponse> callBack)Update a Single Subscription asyncvoidIAPIController. updateSubscriptionsBatchAsync(List<SubscriptionModel> body, APICallBack<HttpResponse> callBack)Update multiple Subscriptions in a single batch asyncvoidIAPIController. updateUserAsync(UserModel body, APICallBack<HttpResponse> callBack)Update a Single User asyncvoidIAPIController. updateUsersBatchAsync(List<UserModel> body, APICallBack<HttpResponse> callBack)Update multiple Users in a single batch async -
Uses of HttpResponse in com.moesif.api.controllers
Methods in com.moesif.api.controllers that return HttpResponse Modifier and Type Method Description HttpResponseAPIController. getAppConfig()Get the Application configHttpResponseAPIController. getGovernanceRules()Get the Governance rulesMethods in com.moesif.api.controllers with parameters of type HttpResponse Modifier and Type Method Description protected voidBaseController. validateResponse(HttpResponse response, HttpContext context)Validates the response against HTTP errors defined at the API levelMethod parameters in com.moesif.api.controllers with type arguments of type HttpResponse Modifier and Type Method Description voidAPIController. createEventAsync(EventModel body, APICallBack<HttpResponse> callBack)Add Single API Event CallvoidAPIController. createEventsBatchAsync(List<EventModel> body, APICallBack<HttpResponse> callBack)voidAPIController. createEventsBatchAsync(List<EventModel> body, APICallBack<HttpResponse> callBack, boolean useGzip)Add multiple API Events in a single batchvoidAPIController. getAppConfigAsync(APICallBack<HttpResponse> callBack)Get the Application config asyncvoidAPIController. getGovernanceRulesAsync(APICallBack<HttpResponse> callBack)Get the Governance rulesvoidAPIController. updateCompaniesBatchAsync(List<CompanyModel> body, APICallBack<HttpResponse> callBack)Update multiple Companies in a single batch asyncvoidAPIController. updateCompanyAsync(CompanyModel body, APICallBack<HttpResponse> callBack)Update a Single Company asyncvoidAPIController. updateSubscriptionAsync(SubscriptionModel body, APICallBack<HttpResponse> callBack)Update a Single Subscription asyncvoidAPIController. updateSubscriptionsBatchAsync(List<SubscriptionModel> body, APICallBack<HttpResponse> callBack)Update multiple Subscriptions in a single batch asyncvoidAPIController. updateUserAsync(UserModel body, APICallBack<HttpResponse> callBack)Update a Single User asyncvoidAPIController. updateUsersBatchAsync(List<UserModel> body, APICallBack<HttpResponse> callBack)Update multiple Users in a single batch async -
Uses of HttpResponse in com.moesif.api.http.client
Methods in com.moesif.api.http.client that return HttpResponse Modifier and Type Method Description static HttpResponseUnirestClient. convertResponse(com.mashape.unirest.http.HttpResponse<?> response)Converts a given Unirest http response into our internal http response modelstatic HttpResponseUnirestClient. convertResponse(com.mashape.unirest.http.HttpResponse<?> response, boolean debug)HttpResponseHttpClient. executeAsBinary(HttpRequest request)Execute a given HttpRequest to get binary response backHttpResponseUnirestClient. executeAsBinary(HttpRequest request)Execute a given HttpRequest to get binary response backHttpResponseHttpClient. executeAsString(HttpRequest request)Execute a given HttpRequest to get string response backHttpResponseUnirestClient. executeAsString(HttpRequest request)Execute a given HttpRequest to get string response backHttpResponseHttpContext. getResponse()Getter for the Http ResponseMethod parameters in com.moesif.api.http.client with type arguments of type HttpResponse Modifier and Type Method Description voidHttpClient. executeAsBinaryAsync(HttpRequest request, APICallBack<HttpResponse> callBack)Execute a given HttpRequest to get binary response backvoidHttpClient. executeAsBinaryAsync(HttpRequest request, APICallBack<HttpResponse> callBack, boolean debug)voidUnirestClient. executeAsBinaryAsync(HttpRequest request, APICallBack<HttpResponse> callBack)Execute a given HttpRequest to get binary response backvoidUnirestClient. executeAsBinaryAsync(HttpRequest request, APICallBack<HttpResponse> callBack, boolean debug)voidHttpClient. executeAsStringAsync(HttpRequest request, APICallBack<HttpResponse> callBack)Execute a given HttpRequest to get string response backvoidUnirestClient. executeAsStringAsync(HttpRequest request, APICallBack<HttpResponse> callBack)Execute a given HttpRequest to get string response backprotected static voidUnirestClient. publishResponse(com.mashape.unirest.http.HttpResponse<?> response, HttpRequest request, APICallBack<HttpResponse> completionBlock, com.mashape.unirest.http.exceptions.UnirestException uniException)Publishes success or failure result as HttpResponse from a HttpRequestprotected static voidUnirestClient. publishResponse(com.mashape.unirest.http.HttpResponse<?> response, HttpRequest request, APICallBack<HttpResponse> completionBlock, com.mashape.unirest.http.exceptions.UnirestException uniException, boolean debug)Constructors in com.moesif.api.http.client with parameters of type HttpResponse Constructor Description HttpContext(HttpRequest request, HttpResponse response) -
Uses of HttpResponse in com.moesif.api.http.response
Subclasses of HttpResponse in com.moesif.api.http.response Modifier and Type Class Description classHttpStringResponse
-