public class ReverseDnsRecord extends Object
Constructor and Description |
---|
ReverseDnsRecord(OnmsIpInterface ipInterface,
int level) |
Modifier and Type | Method and Description |
---|---|
static String |
firstLevelZonefromInet4Address(byte[] addr) |
String |
getHostname() |
InetAddress |
getIp() |
String |
getZone() |
static String |
secondLevelZonefromInet4Address(byte[] addr) |
static String |
thirdLevelZonefromInet4Address(byte[] addr) |
public ReverseDnsRecord(OnmsIpInterface ipInterface, int level)
public String getHostname()
public String getZone()
public InetAddress getIp()
public static String thirdLevelZonefromInet4Address(byte[] addr)
public static String secondLevelZonefromInet4Address(byte[] addr)
public static String firstLevelZonefromInet4Address(byte[] addr)
Copyright © 2021. All rights reserved.