maybeAddNewRegistrar(resp);
} else if(req instanceof LookupLocator) {
// Perform unicast discovery using the LookupLocator
// host and port.
LookupLocator loc = (LookupLocator)req;
UnicastResponse resp = new MultiIPDiscovery() {
protected UnicastResponse performDiscovery(
Discovery disco,
DiscoveryConstraints dc,
Socket s)
throws IOException, ClassNotFoundException