ACE_INet
6.1.0
|
#include <HTTPS_URL.h>
Classes | |
class | Factory |
Public Types | |
enum | { HTTPS_PORT = 443 } |
Public Member Functions | |
URL () | |
URL (const ACE_CString &url_string) | |
URL (const URL &url) | |
virtual | ~URL () |
URL & | operator= (const URL &url) |
virtual const ACE_CString & | get_scheme () const |
virtual ACE_CString | get_request_uri () const |
virtual u_short | default_port () const |
Static Public Member Functions | |
static const ACE_CString & | protocol () |
Static Public Attributes | |
static const char * | PROTOCOL = "https" |
Protected Member Functions | |
virtual ACE::INet::ClientRequestHandler * | create_default_request_handler () const |
Private Types | |
typedef ACE_Singleton< Factory, ACE_Null_Mutex > | TURLFactorySingleton |
Static Private Attributes | |
static const Factory & | factory_ = *URL::TURLFactorySingleton::instance () |
typedef ACE_Singleton<Factory, ACE_Null_Mutex> ACE::HTTPS::URL::TURLFactorySingleton [private] |
Reimplemented from ACE::HTTP::URL.
ACE::HTTPS::URL::URL | ( | ) |
Reimplemented from ACE::HTTP::URL.
ACE::HTTPS::URL::URL | ( | const ACE_CString & | url_string | ) |
Reimplemented from ACE::HTTP::URL.
ACE::HTTPS::URL::URL | ( | const URL & | url | ) |
ACE::HTTPS::URL::~URL | ( | ) | [virtual] |
Reimplemented from ACE::HTTP::URL.
ACE::INet::ClientRequestHandler * ACE::HTTPS::URL::create_default_request_handler | ( | ) | const [protected, virtual] |
Reimplemented from ACE::HTTP::URL.
u_short ACE::HTTPS::URL::default_port | ( | ) | const [inline, virtual] |
Reimplemented from ACE::HTTP::URL.
ACE_CString ACE::HTTPS::URL::get_request_uri | ( | ) | const [virtual] |
Reimplemented from ACE::HTTP::URL.
const ACE_CString & ACE::HTTPS::URL::get_scheme | ( | ) | const [inline, virtual] |
Reimplemented from ACE::HTTP::URL.
const ACE_CString & ACE::HTTPS::URL::protocol | ( | ) | [static] |
Reimplemented from ACE::HTTP::URL.
const URL::Factory & ACE::HTTPS::URL::factory_ = *URL::TURLFactorySingleton::instance () [static, private] |
Reimplemented from ACE::HTTP::URL.
const char * ACE::HTTPS::URL::PROTOCOL = "https" [static] |
Reimplemented from ACE::HTTP::URL.