Uses of Class
org.apache.james.jspf.core.DNSRequest
Packages that use DNSRequest
Package
Description
-
Uses of DNSRequest in org.apache.james.jspf.core
Methods in org.apache.james.jspf.core that return DNSRequestModifier and TypeMethodDescriptionDNSLookupContinuation.getRequest()
Return the DNSRequest which was usedMethods in org.apache.james.jspf.core with parameters of type DNSRequestModifier and TypeMethodDescriptionDNSService.getRecords
(DNSRequest request) Retrieve dns records for the given hostDNSService.getRecordsAsync
(DNSRequest request) Constructors in org.apache.james.jspf.core with parameters of type DNSRequestModifierConstructorDescriptionDNSLookupContinuation
(DNSRequest request, SPFCheckerDNSResponseListener listener) -
Uses of DNSRequest in org.apache.james.jspf.executor
Methods in org.apache.james.jspf.executor with parameters of type DNSRequestModifier and TypeMethodDescriptionvoid
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 DNSRequestModifier and TypeMethodDescriptionDNSServiceXBillImpl.getRecords
(DNSRequest request) DNSServiceXBillImpl.getRecordsAsync
(DNSRequest request) void
DNSServiceAsynchSimulator.getRecordsAsynch
(DNSRequest request, int id, IResponseQueue responsePool)