Package org.apache.james.jspf.executor
Interface DNSAsynchLookupService
- All Known Implementing Classes:
DNSServiceAsynchSimulator
public interface DNSAsynchLookupService
Interface which should be used to access all necassary DNS-Records
-
Method Summary
Modifier and TypeMethodDescriptionvoid
getRecordsAsynch
(DNSRequest request, int id, IResponseQueue responsePool) Retrieve dns records for the given host asynchronously
-
Method Details
-
getRecordsAsynch
Retrieve dns records for the given host asynchronously- Parameters:
request
- the dns requestid
- the identification key for the response.responsePool
- the queue where the response will be appended.
-