ACE_INet
6.3.3
|
#include <FTP_URL.h>
Classes | |
class | Factory |
Public Types | |
enum | { FTP_PORT = 21 } |
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 | to_string () const |
virtual u_short | default_port () const |
Public Member Functions inherited from ACE::INet::URL_INetAuthBase | |
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 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) |
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 |
Static Public Member Functions | |
static const ACE_CString & | protocol () |
Static Public Member Functions inherited from ACE::INet::URL_INetAuthBase | |
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) |
Static Public Member Functions inherited from ACE::INet::URL_Base | |
static URL_Base * | create_from_string (const ACE_CString &url_string) |
static void | register_factory (Factory *url_factory) |
static void | deregister_factory (Factory *url_factory) |
Static Public Attributes | |
static const char * | PROTOCOL = "ftp" |
Protected Member Functions | |
virtual ACE::INet::ClientRequestHandler * | create_default_request_handler () const |
Protected Member Functions inherited from ACE::INet::URL_INetAuthBase | |
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) |
Private Types | |
typedef ACE_Singleton< Factory, ACE_Null_Mutex > | TURLFactorySingleton |
Static Private Attributes | |
static const Factory & | factory_ = *URL::TURLFactorySingleton::instance () |
Additional Inherited Members | |
Static Protected Attributes inherited from ACE::INet::URL_Base | |
static const ACE_CString | empty_ |
|
private |
ACE::FTP::URL::URL | ( | ) |
ACE::FTP::URL::URL | ( | const ACE_CString & | url_string | ) |
ACE::FTP::URL::URL | ( | const URL & | url | ) |
|
virtual |
|
protectedvirtual |
Implements ACE::INet::URL_Base.
|
inlinevirtual |
Implements ACE::INet::URL_INetBase.
|
inlinevirtual |
Implements ACE::INet::URL_Base.
|
static |
|
virtual |
Implements ACE::INet::URL_Base.
|
staticprivate |
|
static |