Package org.stellar.sdk.requests
Class ResponseHandler<T>
java.lang.Object
org.stellar.sdk.requests.ResponseHandler<T>
-
Constructor Summary
ConstructorsConstructorDescriptionResponseHandler(com.google.gson.reflect.TypeToken<T> type) "Generics on a type are typically erased at runtime, except when the type is compiled with the generic parameter bound. -
Method Summary
-
Constructor Details
-
ResponseHandler
"Generics on a type are typically erased at runtime, except when the type is compiled with the generic parameter bound. In that case, the compiler inserts the generic type information into the compiled class. In other cases, that is not possible." More info: http://stackoverflow.com/a/14506181- Parameters:
type-
-
-
Method Details
-
handleResponse
- Throws:
IOExceptionTooManyRequestsException
-