Interface ResponseHandler<T>

All Known Implementing Classes:
AbstractResponseHandler, BasicResponseHandler, ContentResponseHandler

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

    Modifier and Type
    Method
    Description
    Processes an HttpResponse and returns some value corresponding to that response.