TUrl
class description - source file - inheritance tree
private:
TUrl()
public:
TUrl(const TUrl& url)
TUrl(const char* url, Bool_t defaultIsFile = kFALSE)
virtual ~TUrl()
static TClass* Class()
const char* GetAnchor() const
const char* GetFile() const
const char* GetHost() const
const char* GetOptions() const
const char* GetPasswd() const
Int_t GetPort() const
const char* GetProtocol() const
const char* GetUrl() const
const char* GetUser() const
virtual TClass* IsA() const
Bool_t IsValid() const
TUrl& operator=(const TUrl& rhs)
virtual void Print(Option_t* option) const
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
private:
TString fUrl full URL
TString fProtocol protocol: http, ftp, news, root, proof, rfio, hpss
TString fUser user name
TString fPasswd password
TString fHost remote host
TString fFile remote object
TString fAnchor anchor in object
TString fOptions options (after ?)
Int_t fPort port through which to contact remote server
Last update: Fri May 14 13:32:45 2004
ROOT page - Class index - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.