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>
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.ning.http.client.AsyncHandler
com.ning.http.client.AsyncHandler.STATE -
Constructor Summary
Constructors Constructor Description OAuthAsyncCompletionHandler(OAuthAsyncRequestCallback<T> callback, OAuthRequest.ResponseConverter<T> converter) -
Method Summary
Modifier and Type Method Description TonCompleted(com.ning.http.client.Response ningResponse)voidonThrowable(java.lang.Throwable t)Methods inherited from class com.ning.http.client.AsyncCompletionHandler
onBodyPartReceived, onCompleted, onContentWriteCompleted, onContentWriteProgress, onHeadersReceived, onHeaderWriteCompleted, onStatusReceivedMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
OAuthAsyncCompletionHandler
public OAuthAsyncCompletionHandler(OAuthAsyncRequestCallback<T> callback, OAuthRequest.ResponseConverter<T> converter)
-
-
Method Details
-
onCompleted
- Specified by:
onCompletedin classcom.ning.http.client.AsyncCompletionHandler<T>
-
onThrowable
public void onThrowable(java.lang.Throwable t)
-