public final void clearPassiveRequests() {
   synchronized (passiveRequests) {
     passiveRequests.clear();
   }
 }