![]() |
ROOT
6.06/09
Reference Guide
|
#include <stdlib.h>
#include "TUrl.h"
#include "THashList.h"
#include "TObjArray.h"
#include "TObjString.h"
#include "TEnv.h"
#include "TSystem.h"
#include "TMap.h"
#include "TVirtualMutex.h"
Go to the source code of this file.
Functions | |
ClassImp (TUrl) TUrl | |
Parse url character string and split in its different subcomponents. More... | |
Variables | |
TVirtualMutex * | gURLMutex = 0 |
ClassImp | ( | TUrl | ) |
Parse url character string and split in its different subcomponents.
Use IsValid() to check if URL is legal.
Known protocols: http, root, proof, ftp, news and any special protocols defined in the rootrc Url.Special key. The default protocol is "http", unless defaultIsFile is true in which case the url is assumed to be of type "file". If a passwd contains a @ it must be escaped by a \, e.g. "pip@" becomes "pip\\@".
Default ports: http=80, root=1094, proof=1093, ftp=20, news=119. Port #1093 has been assigned by IANA (www.iana.org) to proofd. Port #1094 has been assigned by IANA (www.iana.org) to rootd.
TVirtualMutex* gURLMutex = 0 |