public abstract class StringCallback extends Callback
static org.slf4j.Logger
logger
StringCallback()
void
onFailure(okhttp3.Call call, Exception e, String id)
onResponse(okhttp3.Call call, Response response, String id)
abstract void
onSuccess(okhttp3.Call call, String response, String id)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static org.slf4j.Logger logger
public StringCallback()
public void onResponse(okhttp3.Call call, Response response, String id)
onResponse
Callback
public void onFailure(okhttp3.Call call, Exception e, String id)
onFailure
public abstract void onSuccess(okhttp3.Call call, String response, String id)
call
response
id
Copyright © 2020. All rights reserved.