PTLib
Version 2.10.4
|
#include <url.h>
Public Member Functions | |
PURLLegacyScheme (const char *s, bool user=false, bool pass=false, bool host=false, bool def=false, bool defhost=false, bool query=false, bool params=false, bool frags=false, bool path=false, bool rel=false, WORD port=0) | |
PBoolean | Parse (const PString &url, PURL &purl) const |
PString | AsString (PURL::UrlFormat fmt, const PURL &purl) const |
PString | GetName () const |
Public Attributes | |
PString | scheme |
bool | hasUsername |
bool | hasPassword |
bool | hasHostPort |
bool | defaultToUserIfNoAt |
bool | defaultHostToLocal |
bool | hasQuery |
bool | hasParameters |
bool | hasFragments |
bool | hasPath |
bool | relativeImpliesScheme |
WORD | defaultPort |
PURLLegacyScheme::PURLLegacyScheme | ( | const char * | s, |
bool | user = false , |
||
bool | pass = false , |
||
bool | host = false , |
||
bool | def = false , |
||
bool | defhost = false , |
||
bool | query = false , |
||
bool | params = false , |
||
bool | frags = false , |
||
bool | path = false , |
||
bool | rel = false , |
||
WORD | port = 0 |
||
) | [inline] |
PString PURLLegacyScheme::AsString | ( | PURL::UrlFormat | fmt, |
const PURL & | purl | ||
) | const [inline, virtual] |
Implements PURLScheme.
References PURL::LegacyAsString().
PString PURLLegacyScheme::GetName | ( | ) | const [inline, virtual] |
Implements PURLScheme.
References scheme.
PBoolean PURLLegacyScheme::Parse | ( | const PString & | url, |
PURL & | purl | ||
) | const [inline, virtual] |
Implements PURLScheme.
References PURL::LegacyParse().
Referenced by GetName().