public class ApiUserProfileHandler extends com.ning.http.client.AsyncCompletionHandler<ApiUserProfileResponse>
| Constructor and Description |
|---|
ApiUserProfileHandler() |
| Modifier and Type | Method and Description |
|---|---|
static com.ning.http.client.ListenableFuture<ApiUserProfileResponse> |
executeRequest(com.ning.http.client.AsyncHttpClient client,
String uid,
String email) |
ApiUserProfileResponse |
onCompleted(com.ning.http.client.Response response) |
public static com.ning.http.client.ListenableFuture<ApiUserProfileResponse> executeRequest(com.ning.http.client.AsyncHttpClient client, String uid, String email) throws IOException
IOExceptionpublic ApiUserProfileResponse onCompleted(com.ning.http.client.Response response) throws Exception
onCompleted in class com.ning.http.client.AsyncCompletionHandler<ApiUserProfileResponse>ExceptionCopyright © 2004-2016. All Rights Reserved.