25#ifndef QMDNSENGINE_PROBER_H
26#define QMDNSENGINE_PROBER_H
30#include "qmdnsengine_export.h"
38class QMDNSENGINE_EXPORT ProberPrivate;
62class QMDNSENGINE_EXPORT
Prober :
public QObject
83 ProberPrivate *
const d;
Base class for sending and receiving DNS messages.
Definition abstractserver.h:46
void nameConfirmed(const QByteArray &name)
Indicate that the name has been confirmed unique.
Prober(AbstractServer *server, const Record &record, QObject *parent=0)
Create a new prober.
DNS record.
Definition record.h:60