Class DNSServiceXBillImpl

java.lang.Object
org.apache.james.jspf.impl.DNSServiceXBillImpl
All Implemented Interfaces:
DNSService

public class DNSServiceXBillImpl extends Object implements DNSService
This class contains helper to get all neccassary DNS infos that are needed for SPF
  • Field Details

    • recordLimit

      protected int recordLimit
    • resolver

      protected org.xbill.DNS.Resolver resolver
  • Constructor Details

    • DNSServiceXBillImpl

      public DNSServiceXBillImpl()
      Default Constructor. Uses the DNSJava static DefaultResolver
    • DNSServiceXBillImpl

      public DNSServiceXBillImpl(org.xbill.DNS.Resolver resolver)
      Constructor to specify a custom resolver.
  • Method Details