25#ifndef QMDNSENGINE_RESOLVER_H
26#define QMDNSENGINE_RESOLVER_H
28#include <QHostAddress>
31#include "qmdnsengine_export.h"
39class QMDNSENGINE_EXPORT ResolverPrivate;
58class QMDNSENGINE_EXPORT
Resolver :
public QObject
83 ResolverPrivate *
const d;
Base class for sending and receiving DNS messages.
Definition abstractserver.h:46
Cache for DNS records
Definition cache.h:66
Resolver(AbstractServer *server, const QByteArray &name, Cache *cache=0, QObject *parent=0)
Create a new resolver.
void resolved(const QHostAddress &address)
Indicate that the host resolved to an address.