#include <wvhttp.h>
Public Member Functions | |
WvURL (const WvString &url) | |
~WvURL () | |
bool | isok () const |
const WvString & | errstr () const |
bool | resolve () |
operator WvString () const | |
const WvIPPortAddr & | getaddr () const |
const WvString & | getfile () const |
WvURL (const WvString &url) | |
~WvURL () | |
bool | isok () const |
const WvString & | errstr () const |
bool | resolve () |
operator WvString () const | |
const WvIPPortAddr & | getaddr () const |
const WvString & | getfile () const |
Protected Attributes | |
WvString | hostname |
int | port |
bool | resolving |
WvResolver | dns |
WvIPPortAddr * | addr |
WvString | file |
WvString | err |
WvIPPortAddr * | addr |
|
Definition at line 17 of file wvhttp.cc. References addr, WvString::edit(), err, file, hostname, port, resolve(), resolving, and WvString::unique(). |
|
Definition at line 62 of file wvhttp.cc. References addr. |
|
|
|
|
|
Definition at line 21 of file ipstreams/wvhttp.h. References err. |
|
Definition at line 21 of file include/wvhttp.h. References err. Referenced by WvHTTPStream::errstr(). |
|
Definition at line 28 of file ipstreams/wvhttp.h. References addr. |
|
Definition at line 28 of file include/wvhttp.h. References addr. Referenced by WvHTTPStream::pre_select(). |
|
Definition at line 30 of file ipstreams/wvhttp.h. References file. |
|
Definition at line 30 of file include/wvhttp.h. References file. Referenced by WvHTTPStream::pre_select(). |
|
Definition at line 19 of file ipstreams/wvhttp.h. |
|
Definition at line 19 of file include/wvhttp.h. References addr, port, and resolving. Referenced by WvHTTPStream::errstr(), WvHTTPStream::isok(), operator WvString(), and WvHTTPStream::pre_select(). |
|
|
|
|
|
|
|
Definition at line 68 of file wvhttp.cc. References addr, dns, err, WvResolver::findaddr(), and resolving. Referenced by WvHTTPStream::pre_select(), WvHTTPStream::WvHTTPStream(), and WvURL(). |
|
Definition at line 38 of file ipstreams/wvhttp.h. |
|
Definition at line 38 of file include/wvhttp.h. Referenced by getaddr(), isok(), resolve(), WvURL(), and ~WvURL(). |
|
Definition at line 37 of file ipstreams/wvhttp.h. Referenced by resolve(). |
|
Definition at line 39 of file ipstreams/wvhttp.h. |
|
Definition at line 39 of file ipstreams/wvhttp.h. |
|
Definition at line 34 of file ipstreams/wvhttp.h. Referenced by WvURL(). |
|
Definition at line 35 of file ipstreams/wvhttp.h. Referenced by isok(), operator WvString(), and WvURL(). |
|
Definition at line 36 of file ipstreams/wvhttp.h. |