VCF::InternetToolkit Class Reference
The InternetToolkit is used to get data from the URL. More...
#include <vcf/InternetKit/InternetToolkit.h>
Inheritance diagram for VCF::InternetToolkit:

Static Public Member Functions | |
| static void | getDataFromURL (URL *url, OutputStream *stream) |
| Using the URL, the InternetToolkit gets the data and writes to the output stream. | |
| static void | create () |
| static void | terminate () |
Protected Member Functions | |
| virtual | ~InternetToolkit () |
| InternetToolkit () | |
| virtual void | internal_getDataFromURL (URL *url, OutputStream *stream)=0 |
| This is an abstract method that get re-implemented in a concrete class derived from InternetToolkit that is specific to the platform the VCF is running on. | |
Static Protected Attributes | |
| static InternetToolkit * | inetKitInstance |
Detailed Description
The InternetToolkit is used to get data from the URL.These methods then resolve to platform specific calls.
Constructor & Destructor Documentation
|
|
|
|
|
|
Member Function Documentation
|
|
|
|
||||||||||||
|
Using the URL, the InternetToolkit gets the data and writes to the output stream. This is a blocking call. |
|
||||||||||||
|
This is an abstract method that get re-implemented in a concrete class derived from InternetToolkit that is specific to the platform the VCF is running on.
Implemented in VCF::Win32InternetToolkit. |
|
|
|
Member Data Documentation
|
|
|
The documentation for this class was generated from the following file:
- vcf/InternetKit/InternetToolkit.h
