Class OkHttpRequestor.AsyncCallback

java.lang.Object
com.dropbox.core.http.OkHttpRequestor.AsyncCallback
All Implemented Interfaces:
com.squareup.okhttp.Callback
Enclosing class:
OkHttpRequestor

public static final class OkHttpRequestor.AsyncCallback extends Object implements com.squareup.okhttp.Callback
  • Method Details

    • getResponse

      public com.squareup.okhttp.Response getResponse() throws IOException
      Throws:
      IOException
    • onFailure

      public void onFailure(com.squareup.okhttp.Request request, IOException ex)
      Specified by:
      onFailure in interface com.squareup.okhttp.Callback
    • onResponse

      public void onResponse(com.squareup.okhttp.Response response) throws IOException
      Specified by:
      onResponse in interface com.squareup.okhttp.Callback
      Throws:
      IOException