public interface ResponseCallback<T>
| Modifier and Type | Method and Description |
|---|---|
T |
error(HttpResponse hr) |
T |
success(HttpResponse hr)
Called when http response code is < 300
|
T success(HttpResponse hr) throws Exception
hr - ExceptionT error(HttpResponse hr)
Copyright © 2012. All Rights Reserved.