| This class implements a Name Service Provider, which Java can use
(starting with version 1.4), to perform DNS resolutions instead of using
the standard calls.
This Name Service Provider uses dnsjava.
To use this provider, you must set the following system propery:
sun.net.spi.nameservice.provider.1=dns,dnsjava
author: Brian Wellington author: Paul Cowan (pwc21@yahoo.com) |