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
- Exception
T error(HttpResponse hr)
Copyright © 2013. All Rights Reserved.