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 Type
    Method
    Description
    void
    getRecordsAsynch(DNSRequest request, int id, IResponseQueue responsePool)
    Retrieve dns records for the given host asynchronously
  • Method Details

    • getRecordsAsynch

      void getRecordsAsynch(DNSRequest request, int id, IResponseQueue responsePool)
      Retrieve dns records for the given host asynchronously
      Parameters:
      request - the dns request
      id - the identification key for the response.
      responsePool - the queue where the response will be appended.