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 Details

  • Method Details

    • 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>