Package | Description |
---|---|
com.hp.util.ip |
A set of classes representing data values in the network management domain.
|
Modifier and Type | Method and Description |
---|---|
static IpDnsPair |
IpDnsPair.valueOf(IpAddress ip)
Returns an
IpDnsPair object that represents the specified
IpAddress and the "unresolvable" DnsName paired together. |
static IpDnsPair |
IpDnsPair.valueOf(IpAddress ip,
DnsName dns)
Returns an
IpDnsPair object that represents the specified
IpAddress and DnsName paired together. |
static IpDnsPair |
IpDnsPair.valueOf(String ip)
Calls
valueOf(IpAddress) after converting the
string parameter to an IpAddress instance. |
static IpDnsPair |
IpDnsPair.valueOf(String ip,
String dns)
Calls
valueOf(IpAddress,DnsName) after converting the string
parameters to their respective data-types. |
Modifier and Type | Method and Description |
---|---|
int |
IpDnsPair.compareTo(IpDnsPair o)
Delegates our comparable to the IpAddress implementation.
|
Copyright © 2015. All Rights Reserved.