Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
330 views

How to change the java DNS service provider

I'm building a fast web crawler and I need to have multithreaded DNS resolution, so I picked up a multithreaded DNS service provider called dnsjava. Unfortunately, I can't figure out how to replace ...
0
votes
0answers
68 views

Using dnsjava in Eclipse when running TestNG via code rather than configuration

I have a build set up via Maven that is using dnsjava to point the value of sun.net.spi.nameservice.provider.1 to my own implementation using Sun's NameService interface and dnsjava's ...