Interface ReturningResponseHandler<T extends Response,R>


public interface ReturningResponseHandler<T extends Response,R>
Callback interface used by the Request.executeAndReturn(ReturningResponseHandler) method. Implementation of this interface performs actual handling of the response.

If no result will be produced, then instead of using this class, implement ResponseHandler and pass it to Request.execute(ResponseHandler).

Since:
2.2