KHTML
kjavadownloader.cpp File Reference
#include "kjavadownloader.h"
#include "kjavaappletserver.h"
#include <kurl.h>
#include <kio/job.h>
#include <kio/jobclasses.h>
#include <kdebug.h>
#include <QtCore/QFile>
#include "kjavadownloader.moc"
Go to the source code of this file.
Variables | |
static const int | CONNECTED = 6 |
static const int | DATA = 0 |
static const int | ERRORCODE = 2 |
static const int | FINISHED = 1 |
static const int | HEADERS = 3 |
static const int | KJAS_HOLD = 1 |
static const int | KJAS_RESUME = 2 |
static const int | KJAS_STOP = 0 |
static const int | MIMETYPE = 5 |
static const int | REDIRECT = 4 |
static const int | REQUESTDATA = 7 |
Variable Documentation
◆ CONNECTED
|
static |
Definition at line 37 of file kjavadownloader.cpp.
◆ DATA
|
static |
Definition at line 31 of file kjavadownloader.cpp.
◆ ERRORCODE
|
static |
Definition at line 33 of file kjavadownloader.cpp.
◆ FINISHED
|
static |
Definition at line 32 of file kjavadownloader.cpp.
◆ HEADERS
|
static |
Definition at line 34 of file kjavadownloader.cpp.
◆ KJAS_HOLD
|
static |
Definition at line 41 of file kjavadownloader.cpp.
◆ KJAS_RESUME
|
static |
Definition at line 42 of file kjavadownloader.cpp.
◆ KJAS_STOP
|
static |
Definition at line 40 of file kjavadownloader.cpp.
◆ MIMETYPE
|
static |
Definition at line 36 of file kjavadownloader.cpp.
◆ REDIRECT
|
static |
Definition at line 35 of file kjavadownloader.cpp.
◆ REQUESTDATA
|
static |
Definition at line 38 of file kjavadownloader.cpp.
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.