Uses of Class
com.moesif.api.http.client.HttpContext
Packages that use HttpContext
Package
Description
-
Uses of HttpContext in com.moesif.api.controllers
Methods in com.moesif.api.controllers with parameters of type HttpContextModifier and TypeMethodDescriptionprotected voidBaseController.validateResponse(HttpResponse response, HttpContext context) Validates the response against HTTP errors defined at the API level -
Uses of HttpContext in com.moesif.api.controllers.syncwrapper
Methods in com.moesif.api.controllers.syncwrapper with parameters of type HttpContextModifier and TypeMethodDescriptionvoidAPICallBackCatcher.onFailure(HttpContext responseContext, Throwable error) OnFailure handler for APICallBack.voidAPICallBackCatcher.onSuccess(HttpContext context, T response) On Success handler for APICallBack. -
Uses of HttpContext in com.moesif.api.exceptions
Methods in com.moesif.api.exceptions that return HttpContextModifier and TypeMethodDescriptionAPIException.getHttpContext()The HTTP response body from the API requestConstructors in com.moesif.api.exceptions with parameters of type HttpContextModifierConstructorDescriptionAPIException(String reason, HttpContext context) Initialization constructor -
Uses of HttpContext in com.moesif.api.http.client
Methods in com.moesif.api.http.client with parameters of type HttpContextModifier and TypeMethodDescriptionvoidHttpCallBack.OnAfterResponse(HttpContext context) Callback called just after the HTTP response is receivedvoidAPICallBack.onFailure(HttpContext context, Throwable error) On Completed callback for API callsvoidAPICallBack.onSuccess(HttpContext context, T response) On Completed callback for API calls