
io.itit.itf.okhttp.callback.Callback Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of FastHttpClient Show documentation
Show all versions of FastHttpClient Show documentation
A Java library for okhttp3
package io.itit.itf.okhttp.callback;
import io.itit.itf.okhttp.Response;
import okhttp3.Call;
/**
*
* @author icecooly
*/
public abstract class Callback{
//
public abstract void onFailure(Call call,Exception e,String id);
//
public abstract void onResponse(Call call,Response response, String id);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy