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 Summary
All 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
-
getResponse
public okhttp3.Response getResponse() throws java.io.IOException- Throws:
java.io.IOException
-
onFailure
public void onFailure(okhttp3.Call call, java.io.IOException ex)- Specified by:
onFailurein interfaceokhttp3.Callback
-
onResponse
public void onResponse(okhttp3.Call call, okhttp3.Response response) throws java.io.IOException- Specified by:
onResponsein interfaceokhttp3.Callback- Throws:
java.io.IOException
-
-