ACE_INet
6.2.0
|
#include <URLBase.h>
Public Member Functions | |
URL_INetAuthBase (u_short port) | |
virtual | ~URL_INetAuthBase () |
const ACE_CString & | get_user_info () const |
void | set_user_info (const ACE_CString &userinfo) |
virtual ACE_CString | get_authority () const |
Public Member Functions inherited from ACE::INet::URL_INetBase | |
URL_INetBase (u_short port) | |
virtual | ~URL_INetBase () |
void | set_host (const ACE_CString &host) |
void | set_port (u_short port) |
const ACE_CString & | get_host () const |
u_short | get_port () const |
virtual u_short | default_port () const =0 |
virtual bool | validate () |
Public Member Functions inherited from ACE::INet::URL_Base | |
URL_Base () | |
virtual | ~URL_Base () |
virtual bool | parse (const ACE_CString &url_string) |
void | set_path (const ACE_CString &path) |
virtual void | set_query (const ACE_CString &query) |
virtual void | set_fragment (const ACE_CString &fragment) |
virtual const ACE_CString & | get_scheme () const =0 |
const ACE_CString & | get_protocol () const |
const ACE_CString & | get_path () const |
virtual const ACE_CString & | get_query () const |
virtual const ACE_CString & | get_fragment () const |
virtual URLStream | open () const |
virtual URLStream | open (ClientRequestHandler &rh) const |
virtual ACE_CString | to_string () const =0 |
Static Public Member Functions | |
static bool | add_authenticator (const ACE_CString &auth_id, AuthenticatorBase *authenticator) |
static bool | has_authenticator (const ACE_CString &auth_id) |
static AuthenticatorBase * | remove_authenticator (const ACE_CString &auth_id) |
static bool | authenticate (AuthenticationBase &authentication) |
Protected Member Functions | |
virtual int | parse_authority (std::istream &is) |
Protected Member Functions inherited from ACE::INet::URL_INetBase | |
virtual bool | has_authority () |
int | parse_authority_i (std::istream &is, std::ostream &os, int lastch) |
Protected Member Functions inherited from ACE::INet::URL_Base | |
bool | strip_scheme (ACE_CString &url_string) |
virtual ClientRequestHandler * | create_default_request_handler () const =0 |
Private Types | |
typedef ACE_Refcounted_Auto_Ptr < AuthenticatorBase, ACE_SYNCH::NULL_MUTEX > | authenticator_ptr |
typedef ACE_Map_Manager < ACE_CString, authenticator_ptr, ACE_SYNCH::RECURSIVE_MUTEX > | authenticator_map |
Private Attributes | |
ACE_CString | userinfo_ |
Static Private Attributes | |
static authenticator_map | authenticators_ |
Additional Inherited Members | |
Static Protected Attributes inherited from ACE::INet::URL_Base | |
static const ACE_CString | empty_ |
|
private |
|
private |
ACE::INet::URL_INetAuthBase::URL_INetAuthBase | ( | u_short | port | ) |
|
virtual |
|
static |
|
static |
|
virtual |
Reimplemented from ACE::INet::URL_INetBase.
|
inline |
|
static |
|
protectedvirtual |
Reimplemented from ACE::INet::URL_INetBase.
|
static |
|
inline |
|
staticprivate |
|
private |