Class OAuthAsyncCompletionHandler<T>
- java.lang.Object
-
- com.ning.http.client.AsyncCompletionHandler<T>
-
- com.github.scribejava.httpclient.ning.OAuthAsyncCompletionHandler<T>
-
- All Implemented Interfaces:
com.ning.http.client.AsyncHandler<T>,com.ning.http.client.ProgressAsyncHandler<T>
public class OAuthAsyncCompletionHandler<T> extends com.ning.http.client.AsyncCompletionHandler<T>
-
-
Constructor Summary
Constructors Constructor Description OAuthAsyncCompletionHandler(com.github.scribejava.core.model.OAuthAsyncRequestCallback<T> callback, com.github.scribejava.core.model.OAuthRequest.ResponseConverter<T> converter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TonCompleted(com.ning.http.client.Response ningResponse)voidonThrowable(java.lang.Throwable t)
-