#include <wvhttppool.h>
Collaboration diagram for WvUrlRequest:
Public Member Functions | |
WvUrlRequest (WvStringParm _url, WvStringParm _method, WvStringParm _headers, WvStream *content_source, bool _create_dirs, bool _pipeline_test) | |
~WvUrlRequest () | |
void | done () |
Public Attributes | |
WvUrl | url |
WvString | headers |
WvUrlStream * | instream |
WvBufUrlStream * | outstream |
WvStream * | putstream |
bool | pipeline_test |
bool | inuse |
bool | is_dir |
bool | create_dirs |
WvString | method |
|
Definition at line 26 of file wvhttppool.cc. References create_dirs, WvBufStream::death_notify, instream, inuse, is_dir, method, outstream, pipeline_test, putstream, WvBufUrlStream::url, and WvStringParm. |
|
Definition at line 55 of file wvhttppool.cc. References done(). |
|
Definition at line 61 of file wvhttppool.cc. References WvBufStream::death_notify, inuse, outstream, putstream, and WvBufStream::seteof(). Referenced by WvFtpStream::close(), and ~WvUrlRequest(). |
|
Definition at line 41 of file wvhttppool.h. Referenced by WvFtpStream::execute(), and WvUrlRequest(). |
|
Definition at line 33 of file wvhttppool.h. |
|
Definition at line 34 of file wvhttppool.h. Referenced by WvUrlRequest(). |
|
Definition at line 39 of file wvhttppool.h. Referenced by done(), WvHttpStream::execute(), and WvUrlRequest(). |
|
Definition at line 40 of file wvhttppool.h. Referenced by WvFtpStream::execute(), and WvUrlRequest(). |
|
Definition at line 42 of file wvhttppool.h. Referenced by WvHttpStream::execute(), and WvUrlRequest(). |
|
Definition at line 35 of file wvhttppool.h. Referenced by WvHttpPool::addurl(), WvUrlStream::addurl(), done(), WvHttpStream::execute(), WvFtpStream::execute(), and WvUrlRequest(). |
|
Definition at line 38 of file wvhttppool.h. Referenced by WvUrlRequest(). |
|
Definition at line 36 of file wvhttppool.h. Referenced by done(), WvHttpStream::execute(), WvFtpStream::execute(), WvHttpStream::post_select(), WvFtpStream::post_select(), WvHttpStream::pre_select(), WvFtpStream::pre_select(), and WvUrlRequest(). |
|
Definition at line 32 of file wvhttppool.h. Referenced by WvUrlStream::addurl(), WvHttpStream::close(), WvFtpStream::close(), WvUrlStream::delurl(), and WvFtpStream::execute(). |