Exemplo n.º 1
0
 @Override
 public void sendError(int sc) throws IOException {
   if (sc == 102) sendProcessing();
   else sendError(sc, null);
 }