Uses of Class
org.apache.james.jspf.core.DNSRequest

Packages that use DNSRequest
org.apache.james.jspf.core   
org.apache.james.jspf.executor   
org.apache.james.jspf.impl   
 

Uses of DNSRequest in org.apache.james.jspf.core
 

Methods in org.apache.james.jspf.core that return DNSRequest
 DNSRequest DNSLookupContinuation.getRequest()
          Return the DNSRequest which was used
 

Methods in org.apache.james.jspf.core with parameters of type DNSRequest
 java.util.List DNSService.getRecords(DNSRequest request)
          Retrieve dns records for the given host
 

Constructors in org.apache.james.jspf.core with parameters of type DNSRequest
DNSLookupContinuation(DNSRequest request, SPFCheckerDNSResponseListener listener)
           
 

Uses of DNSRequest in org.apache.james.jspf.executor
 

Methods in org.apache.james.jspf.executor with parameters of type DNSRequest
 void DNSAsynchLookupService.getRecordsAsynch(DNSRequest request, int id, IResponseQueue responsePool)
          Retrieve dns records for the given host asynchronously
 

Uses of DNSRequest in org.apache.james.jspf.impl
 

Methods in org.apache.james.jspf.impl with parameters of type DNSRequest
 java.util.List DNSServiceXBillImpl.getRecords(DNSRequest request)
           
 void DNSJnioAsynchService.getRecordsAsynch(DNSRequest request, int id, IResponseQueue responsePool)
           
 void DNSServiceAsynchSimulator.getRecordsAsynch(DNSRequest request, int id, IResponseQueue responsePool)
           
 



Copyright © 2006-2007 The Apache Software Foundation. All Rights Reserved.