RoutingMechanism routingMechanism = new RoutingMechanism(
new AtomicReferenceArray<FutureResponse>(futureResponses), futureRouting, peerFilters);
routingMechanism.maxDirectHits(maxDirectHits());
routingMechanism.maxFailures(maxFailures());
routingMechanism.maxNoNewInfo(maxNoNewInfo());
routingMechanism.maxSucess(maxSuccess());
return routingMechanism;
}
public void range(Number640 from, Number640 to) {
this.from = from;