ParaDNS::Resolver - an asynchronous DNS resolver class


ParaDNS documentation  | view source Contained in the ParaDNS distribution.

Index


NAME

Top

ParaDNS::Resolver - an asynchronous DNS resolver class

SYNOPSIS

Top

  my $res = ParaDNS::Resolver->new();

  $res->query($obj, @hosts); # $obj implements $obj->run_callback()

DESCRIPTION

Top

This is a low level DNS resolver class that works within the Danga::Socket asynchronous I/O framework. Do not attempt to use this class standalone - use the ParaDNS class instead.


ParaDNS documentation  | view source Contained in the ParaDNS distribution.