Downloader.h File Reference


Detailed Description

Classes facilitating simple, asynchronous HTTP downloads to resources.

Author:
Patrick Broman, Niklas Nummelin

#include "Connection.h"
#include "String.h"
#include "util.h"

Namespaces

namespace  MAUtil

Classes

class  MAUtil::DownloadListener
 A listener for events from the Downloader class. More...
class  MAUtil::Downloader
 The Downloader class. Use it to simplify asynchronous downloading of files to binary resources. More...
class  MAUtil::ImageDownloader
 The ImageDownloader class. Use it to simplify asynchronous downloading of images to image resources. More...
class  MAUtil::AudioDownloader
 The AudioDownloader class. Use it to simplify asynchronous downloading of audio to audio resources. More...

Defines

#define CONNERR_DOWNLOADER_OOM   (CONNERR_USER - 1)
 The system has run out of memory.
#define CONNERR_DOWNLOADER_USER   (CONNERR_USER * 2)


Define Documentation

#define CONNERR_DOWNLOADER_OOM   (CONNERR_USER - 1)
 

The system has run out of memory.

#define CONNERR_DOWNLOADER_USER   (CONNERR_USER * 2)
 

Use values below this for your own error codes when you inherit the Downloader class.

See also:
CONNERR_USER


Generated on Sat Feb 13 00:15:38 2010 for MoSync 2 beta 1 by  doxygen 1.4.6-NO