Hi all, when i use httpclient to fetch a lot of urls, i have already had the ip of host for each url. I don't want the httpclient to query dns for its ip, because it will cost a lot of time. So can I explicitly set IP for each url?
Thanks a lot, Feng