Package com.dropbox.core.http
Class OkHttp3Requestor.AsyncCallback
- java.lang.Object
- 
- com.dropbox.core.http.OkHttp3Requestor.AsyncCallback
 
- 
- All Implemented Interfaces:
- okhttp3.Callback
 - Enclosing class:
- OkHttp3Requestor
 
 public static final class OkHttp3Requestor.AsyncCallback extends java.lang.Object implements okhttp3.Callback
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description okhttp3.ResponsegetResponse()voidonFailure(okhttp3.Call call, java.io.IOException ex)voidonResponse(okhttp3.Call call, okhttp3.Response response)
 
- 
- 
- 
Method Detail- 
getResponsepublic okhttp3.Response getResponse() throws java.io.IOException- Throws:
- java.io.IOException
 
 - 
onFailurepublic void onFailure(okhttp3.Call call, java.io.IOException ex)- Specified by:
- onFailurein interface- okhttp3.Callback
 
 - 
onResponsepublic void onResponse(okhttp3.Call call, okhttp3.Response response) throws java.io.IOException- Specified by:
- onResponsein interface- okhttp3.Callback
- Throws:
- java.io.IOException
 
 
- 
 
-