org.xbill.DNS
Class APLRecord.Element
java.lang.Object
org.xbill.DNS.APLRecord.Element
- Enclosing class:
- APLRecord
public static class APLRecord.Element
- extends Object
Constructor Summary |
APLRecord.Element(boolean negative,
InetAddress address,
int prefixLength)
Creates an APL element corresponding to an IPv4 or IPv6 prefix. |
family
public final int family
negative
public final boolean negative
prefixLength
public final int prefixLength
address
public final Object address
APLRecord.Element
public APLRecord.Element(boolean negative,
InetAddress address,
int prefixLength)
- Creates an APL element corresponding to an IPv4 or IPv6 prefix.
- Parameters:
negative
- Indicates if this prefix is a negation.address
- The IPv4 or IPv6 address.prefixLength
- The length of this prefix, in bits.
- Throws:
IllegalArgumentException
- The prefix length is invalid.
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object arg)
- Overrides:
equals
in class Object