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