{8.2.0-new} Custom Call Handlers
The {@link oajr.client2.RestCallHandler} interface provides the ability to provide custom handling of requests.
Note that there are other ways of accomplishing this such as extending the {@link oajr.client2.RestClient} class and overriding the {@link oaj.rest.client2.RestClient#run(HttpHost,HttpRequest,HttpContext)} method or by defining your own {@link org.apache.http.protocol.HttpRequestExecutor}. Using this interface is often simpler though.