Class 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>
    • Method Detail

      • onCompleted

        public T onCompleted​(com.ning.http.client.Response ningResponse)
        Specified by:
        onCompleted in class com.ning.http.client.AsyncCompletionHandler<T>
      • onThrowable

        public void onThrowable​(Throwable t)
        Specified by:
        onThrowable in interface com.ning.http.client.AsyncHandler<T>
        Overrides:
        onThrowable in class com.ning.http.client.AsyncCompletionHandler<T>