| java.lang.Object | |
| ↳ | sun.net.dns.ResolverConfiguration |
The configuration of the client resolver.
A ResolverConfiguration is a singleton that represents the
configuration of the client resolver. The ResolverConfiguration
is opened by invoking the open method.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ResolverConfiguration.Options | Options representing certain resolver variables of
a ResolverConfiguration. |
||||||||||
| Protected Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns a list of name servers used for host name lookup.
| |||||||||||
Opens the resolver configuration.
| |||||||||||
Returns the #Options for the resolver.
| |||||||||||
Returns a list corresponding to the domain search path.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Returns a list of name servers used for host name lookup.
Each element in the list returns a String
containing the textual representation of the IP address of
the name server.
Opens the resolver configuration.
Returns the #Options for the resolver.
Returns a list corresponding to the domain search path. The
list is ordered by the search order used for host name lookup.
Each element in the list returns a String
containing a domain name or suffix.