#include <URLBase.h>
◆ TURLFactoryMap
◆ TURLFactorySingleton
◆ URL_Base()
ACE::INet::URL_Base::URL_Base |
( |
| ) |
|
◆ ~URL_Base()
ACE::INet::URL_Base::~URL_Base |
( |
| ) |
|
|
virtual |
◆ create_default_request_handler()
◆ create_from_string()
◆ deregister_factory()
void ACE::INet::URL_Base::deregister_factory |
( |
Factory * | url_factory | ) |
|
|
static |
◆ get_authority()
ACE_CString ACE::INet::URL_Base::get_authority |
( |
| ) |
const |
|
inlinevirtual |
◆ get_fragment()
const ACE_CString & ACE::INet::URL_Base::get_fragment |
( |
| ) |
const |
|
inlinevirtual |
◆ get_path()
const ACE_CString & ACE::INet::URL_Base::get_path |
( |
| ) |
const |
|
inline |
◆ get_protocol()
const ACE_CString & ACE::INet::URL_Base::get_protocol |
( |
| ) |
const |
|
inline |
◆ get_query()
const ACE_CString & ACE::INet::URL_Base::get_query |
( |
| ) |
const |
|
inlinevirtual |
◆ get_scheme()
virtual const ACE_CString & ACE::INet::URL_Base::get_scheme |
( |
| ) |
const |
|
pure virtual |
◆ has_authority()
bool ACE::INet::URL_Base::has_authority |
( |
| ) |
|
|
protectedvirtual |
◆ open() [1/2]
URLStream ACE::INet::URL_Base::open |
( |
| ) |
const |
|
virtual |
◆ open() [2/2]
◆ parse()
bool ACE::INet::URL_Base::parse |
( |
const ACE_CString & | url_string | ) |
|
|
virtual |
◆ parse_authority()
int ACE::INet::URL_Base::parse_authority |
( |
std::istream & | is | ) |
|
|
protectedvirtual |
◆ register_factory()
void ACE::INet::URL_Base::register_factory |
( |
Factory * | url_factory | ) |
|
|
static |
◆ set_fragment()
void ACE::INet::URL_Base::set_fragment |
( |
const ACE_CString & | fragment | ) |
|
|
inlinevirtual |
◆ set_path()
void ACE::INet::URL_Base::set_path |
( |
const ACE_CString & | path | ) |
|
|
inline |
◆ set_query()
void ACE::INet::URL_Base::set_query |
( |
const ACE_CString & | query | ) |
|
|
inlinevirtual |
◆ strip_scheme()
bool ACE::INet::URL_Base::strip_scheme |
( |
ACE_CString & | url_string | ) |
|
|
protected |
◆ to_string()
virtual ACE_CString ACE::INet::URL_Base::to_string |
( |
| ) |
const |
|
pure virtual |
◆ validate()
bool ACE::INet::URL_Base::validate |
( |
| ) |
|
|
virtual |
◆ empty_
◆ factories_
◆ path_
The documentation for this class was generated from the following files: