public class ResponseHandler<T>
extends java.lang.Object
| Constructor and Description |
|---|
ResponseHandler(<any> type)
"Generics on a type are typically erased at runtime, except when the type is compiled with the
generic parameter bound.
|
| Modifier and Type | Method and Description |
|---|---|
T |
handleResponse(Response response) |
public ResponseHandler(<any> type)
type - public T handleResponse(Response response) throws java.io.IOException, TooManyRequestsException
java.io.IOExceptionTooManyRequestsException