KDECore
k3reverseresolver.cpp
Go to the documentation of this file.
static KResolverManager * manager() KDE_NO_EXPORT
Definition: k3resolvermanager.cpp:318
void dispatch(RequestData *data)
Definition: k3resolvermanager.cpp:692
virtual bool run()=0
This is the function that should be overridden in derived classes.
virtual bool postprocess()
This function gets called during post processing for this class.
Definition: k3resolverworkerbase.cpp:105
virtual bool preprocess()=0
This function gets called during pre processing for this class and you must override it.
static QString domainToUnicode(const QByteArray &asciiDomain)
Does the inverse of domainToAscii() and return an Unicode domain name from the given ACE-encoded doma...
Definition: k3resolver.cpp:1032
Run a reverse-resolution on a socket address.
Definition: k3reverseresolver.h:52
KReverseResolver(const KSocketAddress &addr, int flags=0, QObject *parent=0L)
Constructs this object to resolve the given socket address.
Definition: k3reverseresolver.cpp:115
static bool resolve(const KSocketAddress &addr, QString &node, QString &serv, int flags=0)
Resolves a socket address to its textual representation.
Definition: k3reverseresolver.cpp:196
QString service() const
Returns the resolved service name, if the resolution has finished successfully, or QString() otherwis...
Definition: k3reverseresolver.cpp:149
bool failure() const
This function returns true if the processing has finished with failure, false if it's still running o...
Definition: k3reverseresolver.cpp:139
bool success() const
This function returns true if the processing has finished with success, false if it's still running o...
Definition: k3reverseresolver.cpp:134
void finished(const KNetwork::KReverseResolver &obj)
This signal is emitted when the resolution has finished.
@ ResolutionRequired
Definition: k3reverseresolver.h:82
QString node() const
Returns the resolved node name, if the resolution has finished successfully, or QString() otherwise.
Definition: k3reverseresolver.cpp:144
const KSocketAddress & address() const
Returns the socket address which was subject to resolution.
Definition: k3reverseresolver.cpp:154
bool isRunning() const
This function returns 'true' if the processing is still running.
Definition: k3reverseresolver.cpp:129
Definition: k3resolver.h:48
A namespace to store all networking-related (socket) classes.
Definition: k3bufferedsocket.h:35
const KNetwork::Internal::InputData * input
Definition: k3resolver_p.h:145
KNetwork::KResolverWorkerBase * worker
Definition: k3resolver_p.h:146
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.