Uses of Class
com.bandwidth.http.client.HttpContext
Package | Description |
---|---|
com.bandwidth.controllers | |
com.bandwidth.exceptions | |
com.bandwidth.messaging.exceptions | |
com.bandwidth.voice.exceptions |
-
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 endpointprotected 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 requestConstructors 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.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.voice.exceptions
Constructors in com.bandwidth.voice.exceptions with parameters of type HttpContext Constructor Description ApiErrorResponseException(java.lang.String reason, HttpContext context)
Initialization constructor