public void cancel() { if (call != null) { call.cancel(); } }
public Response execute() throws IOException { generateCall(null); return call.execute(); }