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