Uses of Class
com.moesif.api.http.client.HttpContext
-
Packages that use HttpContext Package Description com.moesif.api.controllers com.moesif.api.controllers.syncwrapper com.moesif.api.exceptions com.moesif.api.http.client -
-
Uses of HttpContext in com.moesif.api.controllers
Methods in com.moesif.api.controllers with parameters of type HttpContext Modifier and Type Method Description protected 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 HttpContext Modifier and Type Method Description voidAPICallBackCatcher. 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 HttpContext Modifier and Type Method Description HttpContextAPIException. getHttpContext()The HTTP response body from the API requestConstructors in com.moesif.api.exceptions with parameters of type HttpContext Constructor Description APIException(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 HttpContext Modifier and Type Method Description voidHttpCallBack. 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
-