Package com.dropbox.core.http
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 java.lang.Object implements com.squareup.okhttp.Callback
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description com.squareup.okhttp.ResponsegetResponse()voidonFailure(com.squareup.okhttp.Request request, java.io.IOException ex)voidonResponse(com.squareup.okhttp.Response response)
 
- 
- 
- 
Method Detail- 
getResponsepublic com.squareup.okhttp.Response getResponse() throws java.io.IOException- Throws:
- java.io.IOException
 
 - 
onFailurepublic void onFailure(com.squareup.okhttp.Request request, java.io.IOException ex)- Specified by:
- onFailurein interface- com.squareup.okhttp.Callback
 
 - 
onResponsepublic void onResponse(com.squareup.okhttp.Response response) throws java.io.IOException- Specified by:
- onResponsein interface- com.squareup.okhttp.Callback
- Throws:
- java.io.IOException
 
 
- 
 
-