Interface RESTClient.ResponseHandler

Enclosing class:
RESTClient

public static interface RESTClient.ResponseHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    <X> X
    handleResponse(org.apache.http.StatusLine statusLine, org.apache.http.client.methods.CloseableHttpResponse response)
     
  • Method Details

    • handleResponse

      <X> X handleResponse(org.apache.http.StatusLine statusLine, org.apache.http.client.methods.CloseableHttpResponse response) throws IOException
      Throws:
      IOException