String whitelist = props.getProperty(WHITELIST_KEY);
blacklist = addIpAddress(response, blacklist);
whitelist = removeIpAddress(response, whitelist);
props.setProperty(BLACKLIST_KEY, blacklist);
props.setProperty(WHITELIST_KEY, whitelist);
props.store();
}
}
/**
* Determines whether the IP address of the specified response is contained