#include <piorequest.h>
Inheritance diagram for P::IORequest_Get:

Public Member Functions | |
| IORequest_Get (IOHandler *handler, const URL &url) | |
| virtual | ~IORequest_Get () |
| virtual void | open ()=0 |
| Opens a connection to the requested URL. | |
| virtual void | close ()=0 |
| Closes the connection. | |
| virtual size_t | receive (char *buff, size_t count)=0 |
| Receives requested data. | |
Definition at line 121 of file piorequest.h.
|
||||||||||||
|
|
|
|
|
|
|
Closes the connection. Closes the previously opened connection through the IOHandler object. |
|
|
Opens a connection to the requested URL. Open a connection to the URL through the IOHandler object that has been given upon object creation. |
|
||||||||||||
|
Receives requested data. Receives data from the previously opened connection using the IOHandler object.
|
1.3.3