package f0; import java.io.IOException; import okhttp3.Response; /* compiled from: Call.kt */ public interface e extends Cloneable { /* compiled from: Call.kt */ public interface a { e b(z zVar); } z c(); void cancel(); boolean d(); void e(f fVar); Response execute() throws IOException; }