Package | Description |
---|---|
com.hp.util.ip |
A set of classes representing data values in the network management domain.
|
Modifier and Type | Field and Description |
---|---|
static DnsName |
DnsName.UNRESOLVABLE
Our instance that represents an unresolvable DNS name.
|
Modifier and Type | Method and Description |
---|---|
static DnsName |
DnsName.dns(String s)
Convenience method that simply delegates to
valueOf(String) . |
DnsName |
IpDnsPair.getDns()
Returns the DNS name.
|
static DnsName |
DnsName.valueOf(String s)
Returns an object that represents the value of the DNS name identified
by the specified string.
|
Modifier and Type | Method and Description |
---|---|
int |
DnsName.compareTo(DnsName other)
Overridden to (a) ignore case, and (b) take embedded numbers into
account.
|
static IpDnsPair |
IpDnsPair.valueOf(IpAddress ip,
DnsName dns)
Returns an
IpDnsPair object that represents the specified
IpAddress and DnsName paired together. |
Copyright © 2015. All Rights Reserved.