Package com.bandwidth.http.client

  • Interface Summary 
    Interface Description
    HttpCallback
    Callback to be called before and after the HTTP call for an endpoint is made.
    HttpClient
    HTTP Client to send HTTP Requests and read the responses.
    ReadonlyHttpClientConfiguration
    Interface for holding HTTP Client Configuration.
  • Class Summary 
    Class Description
    HttpClientConfiguration
    Class to hold HTTP Client Configuration.
    HttpContext
    Class to wrap the request sent to the server and the response received from the server.
    HttpRedirectInterceptor
    HttpRedirectInterceptor intercepts and complete 307 and 308 redirects as described in RFC.
    OkClient
    HTTP Client class to send HTTP Requests and read the responses.