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 Object
implements com.squareup.okhttp.Callback
-
Method Summary
Modifier and TypeMethodDescriptioncom.squareup.okhttp.ResponsevoidonFailure(com.squareup.okhttp.Request request, IOException ex) voidonResponse(com.squareup.okhttp.Response response)
-
Method Details
-
getResponse
- Throws:
IOException
-
onFailure
- Specified by:
onFailurein interfacecom.squareup.okhttp.Callback
-
onResponse
- Specified by:
onResponsein interfacecom.squareup.okhttp.Callback- Throws:
IOException
-