Uses of Class
com.moesif.api.http.response.HttpResponse
Packages that use HttpResponse
Package
Description
-
Uses of HttpResponse in com.moesif.api
Methods in com.moesif.api that return HttpResponseModifier and TypeMethodDescriptionIAPIController.getAppConfig()Get the Application configIAPIController.getGovernanceRules()Get the Governance rulesMethod parameters in com.moesif.api with type arguments of type HttpResponseModifier and TypeMethodDescriptionvoidIAPIController.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 HttpResponseModifier and TypeMethodDescriptionAPIController.getAppConfig()Get the Application configAPIController.getGovernanceRules()Get the Governance rulesMethods in com.moesif.api.controllers with parameters of type HttpResponseModifier and TypeMethodDescriptionprotected 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 HttpResponseModifier and TypeMethodDescriptionvoidAPIController.createActionAsync(ActionModel body, APICallBack<HttpResponse> callBack) Send a single custom action to the API asynchronously.voidAPIController.createActionsBatchAsync(List<ActionModel> body, APICallBack<HttpResponse> callBack) Send multiple custom actions to the API in a single batch asynchronously.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 HttpResponseModifier and TypeMethodDescriptionstatic 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) HttpClient.executeAsBinary(HttpRequest request) Execute a given HttpRequest to get binary response backUnirestClient.executeAsBinary(HttpRequest request) Execute a given HttpRequest to get binary response backHttpClient.executeAsString(HttpRequest request) Execute a given HttpRequest to get string response backUnirestClient.executeAsString(HttpRequest request) Execute a given HttpRequest to get string response backHttpContext.getResponse()Getter for the Http ResponseMethod parameters in com.moesif.api.http.client with type arguments of type HttpResponseModifier and TypeMethodDescriptionvoidHttpClient.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 -
Uses of HttpResponse in com.moesif.api.http.response
Subclasses of HttpResponse in com.moesif.api.http.response