public class DnsblResult
extends Object
Modifier and Type | Field and Description |
---|---|
Dnsbl |
dnsbl |
boolean |
isListed |
static DnsblResult |
NOT_LISTED |
java.net.InetAddress |
replyAddress
Reason code returned by the DNSBL in the form of an IP address, usually
in the 127.0.0.x range.
|
Constructor and Description |
---|
DnsblResult(Dnsbl dnsbl,
java.net.InetAddress replyAddress,
String reason)
create a positive result
|
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
String |
toString() |
public static final DnsblResult NOT_LISTED
public final boolean isListed
public final Dnsbl dnsbl
public final java.net.InetAddress replyAddress
public DnsblResult(Dnsbl dnsbl, java.net.InetAddress replyAddress, String reason)