public static final class OkHttpRequestor.AsyncCallback
extends java.lang.Object
implements com.squareup.okhttp.Callback
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Response |
getResponse() |
void |
onFailure(com.squareup.okhttp.Request request,
java.io.IOException ex) |
void |
onResponse(com.squareup.okhttp.Response response) |
public com.squareup.okhttp.Response getResponse() throws java.io.IOException
java.io.IOException
public void onFailure(com.squareup.okhttp.Request request, java.io.IOException ex)
onFailure
in interface com.squareup.okhttp.Callback
public void onResponse(com.squareup.okhttp.Response response) throws java.io.IOException
onResponse
in interface com.squareup.okhttp.Callback
java.io.IOException