KIO
KIO::HostInfo Namespace Reference
Functions | |
void | cacheLookup (const QHostInfo &info) |
QHostInfo | lookupCachedHostInfoFor (const QString &hostName) |
void | lookupHost (const QString &hostName, QObject *receiver, const char *member) |
QHostInfo | lookupHost (const QString &hostName, unsigned long timeout) |
void | prefetchHost (const QString &hostName) |
void | setCacheSize (int s) |
void | setTTL (int ttl) |
Function Documentation
void KIO::HostInfo::cacheLookup | ( | const QHostInfo & | info | ) |
Definition at line 287 of file hostinfo.cpp.
QHostInfo KIO::HostInfo::lookupCachedHostInfoFor | ( | const QString & | hostName | ) |
Definition at line 282 of file hostinfo.cpp.
void KIO::HostInfo::lookupHost | ( | const QString & | hostName, |
QObject * | receiver, | ||
const char * | member | ||
) |
Definition at line 240 of file hostinfo.cpp.
QHostInfo KIO::HostInfo::lookupHost | ( | const QString & | hostName, |
unsigned long | timeout | ||
) |
Definition at line 246 of file hostinfo.cpp.
void KIO::HostInfo::prefetchHost | ( | const QString & | hostName | ) |
Definition at line 292 of file hostinfo.cpp.
void KIO::HostInfo::setCacheSize | ( | int | s | ) |
Definition at line 297 of file hostinfo.cpp.
void KIO::HostInfo::setTTL | ( | int | ttl | ) |
Definition at line 302 of file hostinfo.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:05 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.