Uses of Class
com.bandwidth.http.client.HttpContext
-
Uses of HttpContext in com.bandwidth.controllers
Methods in com.bandwidth.controllers with parameters of type HttpContext Modifier and Type Method Description ApiResponse<T>
BaseController.ResponseHandler. handle(HttpContext context)
Handles the response for an endpoint.protected void
BaseController. validateResponse(HttpResponse response, HttpContext context)
Validates the response against HTTP errors defined at the API level. -
Uses of HttpContext in com.bandwidth.exceptions
Methods in com.bandwidth.exceptions that return HttpContext Modifier and Type Method Description HttpContext
ApiException. getHttpContext()
The HTTP response body from the API request.Constructors in com.bandwidth.exceptions with parameters of type HttpContext Constructor Description ApiException(java.lang.String reason, HttpContext context)
Initialization constructor. -
Uses of HttpContext in com.bandwidth.http.client
Methods in com.bandwidth.http.client with parameters of type HttpContext Modifier and Type Method Description void
HttpCallback. onAfterResponse(HttpContext context)
Callback called just after the HTTP response is received. -
Uses of HttpContext in com.bandwidth.messaging.exceptions
Constructors in com.bandwidth.messaging.exceptions with parameters of type HttpContext Constructor Description MessagingException(java.lang.String reason, HttpContext context)
Initialization constructor. -
Uses of HttpContext in com.bandwidth.twofactorauth.exceptions
Constructors in com.bandwidth.twofactorauth.exceptions with parameters of type HttpContext Constructor Description ErrorWithRequestException(java.lang.String reason, HttpContext context)
Initialization constructor.ForbiddenRequestException(java.lang.String reason, HttpContext context)
Initialization constructor.UnauthorizedRequestException(java.lang.String reason, HttpContext context)
Initialization constructor. -
Uses of HttpContext in com.bandwidth.voice.exceptions
Constructors in com.bandwidth.voice.exceptions with parameters of type HttpContext Constructor Description ApiErrorResponseException(java.lang.String reason, HttpContext context)
Initialization constructor. -
Uses of HttpContext in com.bandwidth.webrtc.exceptions
Constructors in com.bandwidth.webrtc.exceptions with parameters of type HttpContext Constructor Description ErrorException(java.lang.String reason, HttpContext context)
Initialization constructor.