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

Public Member Functions | |
| IORequest_Put (IOHandler *handler, const URL &url) | |
| virtual | ~IORequest_Put () |
| virtual void | open ()=0 |
| Opens a connection to the requested URL. | |
| virtual void | close ()=0 |
| Closes the connection. | |
| virtual size_t | send (const char *buff, size_t count)=0 |
| Send data. | |
Definition at line 156 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. |
|
||||||||||||
|
Send data. Sends data to the previously opened connection using the IOHandler object.
|
1.3.3