KIO
dataslave.h
Go to the documentation of this file.
This class provides a high performance implementation for the data url scheme (rfc2397).
Definition: dataslave.h:49
virtual void get(const KUrl &url)=0
virtual void hold(const KUrl &url)
Puts the kioslave associated with url at halt, and return it to klauncher, in order to let another ap...
Definition: dataslave.cpp:73
virtual void send(int cmd, const QByteArray &arr=QByteArray())
Sends the given command to the kioslave.
Definition: dataslave.cpp:120
virtual void mimetype(const KUrl &url)=0
virtual void setHost(const QString &host, quint16 port, const QString &user, const QString &passwd)
Set host for url.
Definition: dataslave.cpp:151
void totalSize(KIO::filesize_t)
void finished()
void data(const QByteArray &)
void mimeType(const QString &)
Definition: slave.h:49
KSharedConfigPtr config()
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.