public abstract class OKHttpListener extends Object
OKHttpListener()
abstract void
onFailed(okhttp3.Call call, Exception e)
onSuccess(String result)
void
update(long bytesRead, long contentLength, boolean done)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public OKHttpListener()
public abstract void onSuccess(String result)
public abstract void onFailed(okhttp3.Call call, Exception e)
public void update(long bytesRead, long contentLength, boolean done)