Interface ResponseHandler<T>

All Known Implementing Classes:
BasicResponseHandler

public interface ResponseHandler<T>
Handler that encapsulates the process of generating a response object from a HttpResponse.
Since:
4.0
Author:
Oleg Kalnichevski
  • Method Summary

    Modifier and Type Method Description
    T handleResponse​(HttpResponse response)
    Processes an HttpResponse and returns some value corresponding to that response.