GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
Here Go4/ROOT-specific functionality of HttpProxy. More...
#include <TGo4HttpProxy.h>
Public Member Functions | |
TGo4HttpProxy () | |
virtual | ~TGo4HttpProxy () |
Bool_t | CanSubmitObjects () const override |
void | ChageObjectProtection (const char *fullpath, const char *flags) override |
void | ClearAllAnalysisObjects () override |
void | ClearAnalysisObject (const char *fullpath) override |
void | CloseAnalysisSettings () override |
Bool_t | Connect (const char *nodename) |
Bool_t | DelayedRefreshNamesList (Int_t delay_sec) override |
void | DisconnectAnalysis (Int_t waittime=30, Bool_t servershutdown=kFALSE) override |
Close connection to analysis and destroys proxy with correspondent slot. | |
void | ExecuteLine (const char *line) override |
void | Finalize (TGo4Slot *slot) override |
TString | FindCommand (const char *name) override |
TObject * | GetAssignedObject () override |
const char * | GetContainedClassName () const override |
const char * | GetContainedObjectInfo () override |
Int_t | GetObjectKind () const override |
Int_t | GetObjectSizeInfo () const override |
const char * | GetUserName () const override |
Bool_t | HasSublevels () const override |
void | Initialize (TGo4Slot *slot) override |
Bool_t | IsAdministrator () const override |
Bool_t | IsAnalysisRunning () const override |
Bool_t | IsAnalysisServer () const override |
Bool_t | IsConnected () const override |
Bool_t | IsController () const override |
Bool_t | IsGo4Analysis () const override |
Bool_t | IsViewer () const override |
void | LoadConfigFile (const char *fname) override |
TGo4LevelIter * | MakeIter () override |
Bool_t | NamesListReceived () const override |
Int_t | NumCommandArgs (const char *name) override |
void | PrintDynListEntry (const char *fullpath) override |
std::unique_ptr< TGo4Access > | ProvideAccess (const char *name) override |
void | ReadData (TGo4Slot *slot, TDirectory *dir) override |
Bool_t | RefreshNamesList () override |
void | RemotePrintEvent (const char *evname, Int_t evnumber, Int_t subid, Bool_t ishex, Bool_t islong) override |
void | RemoteTreeDraw (const char *treename, const char *varexp, const char *cutcond, const char *hname) override |
void | RemoveObjectFromAnalysis (const char *fullpath) override |
void | RequestAnalysisSettings () override |
void | RequestEventStatus (const char *evname, Bool_t astree, TGo4Slot *tgtslot) override |
Bool_t | RequestObjectStatus (const char *objectname, TGo4Slot *tgtslot) override |
void | ResetDebugOutputRequests () override |
void | SaveConfigFile (const char *fname) override |
void | SetAccount (const char *username, const char *passwd) |
void | StartAnalysis () override |
void | StopAnalysis () override |
void | SubmitAnalysisSettings () override |
Bool_t | SubmitCommand (const char *name, Int_t waitres=-1, const char *arg1=nullptr, const char *arg2=nullptr, const char *arg3=nullptr) override |
void | Update (TGo4Slot *slot, Bool_t strong) override |
Bool_t | UpdateAnalysisObject (const char *objectname, TObject *obj) override |
Bool_t | UpdateHierarchy (Bool_t sync=kTRUE) |
void | WriteAutoSave (const char *fname, Int_t complevel, Bool_t overwrite) override |
void | WriteData (TGo4Slot *slot, TDirectory *dir, Bool_t onlyobjs) override |
![]() | |
TGo4ServerProxy () | |
contained object info | |
virtual | ~TGo4ServerProxy () |
ClassDefOverride (TGo4ServerProxy, 0) | |
TGo4Slot * | DebugOutputSlot () |
const char * | GetContainedObjectInfo () override |
virtual const char * | GetServerName () const |
void | Initialize (TGo4Slot *slot) override |
Int_t | IsAnalysisLaunched () const |
Bool_t | IsAnalysisReady () const |
Bool_t | IsAnalysisSettingsReady () const |
TGo4Slot * | LoginfoSlot () |
virtual Int_t | NumberOfWaitingProxyes () |
TGo4Slot * | ParentSlot () |
TGo4Slot * | RatemeterSlot () |
void | SetAnalysisLaunched (Int_t on=1) |
void | SetAnalysisReady (Bool_t on=kTRUE) |
void | SetAnalysisSettingsReady (Bool_t on=kTRUE) |
TGo4Slot * | SettingsSlot () |
![]() | |
TGo4Proxy () | |
virtual | ~TGo4Proxy () |
virtual Bool_t | AssignObject (TGo4Slot *, TObject *, Bool_t) |
ClassDefOverride (TGo4Proxy, 0) | |
virtual Bool_t | IsAcceptObject (TClass *) const |
virtual Bool_t | ProcessEvent (TGo4Slot *slot, TGo4Slot *source, Int_t id, void *param) |
virtual Bool_t | RemoveRegisteredObject (TObject *) |
virtual Bool_t | Use () const |
Protected Member Functions | |
Bool_t | CheckShutdown (Bool_t force=kFALSE) |
Bool_t | CheckUserName (const char *expects, Bool_t dflt=kFALSE) const |
XMLNodePointer_t | FindItem (const char *name, XMLNodePointer_t curr=nullptr) const |
void | GetHReply (QByteArray &res) |
counter during shutdown | |
TString | MakeUrlPath (XMLNodePointer_t item) |
Bool_t | PostObject (const char *prefix, TObject *obj, Int_t waitres=-1, Bool_t destroy_after=kTRUE) |
void | ProcessRegularMultiRequest (Bool_t finished=kFALSE) |
void | ProcessUpdateTimer () |
Bool_t | ServerHasMulti () |
Bool_t | ServerHasRestrict () const |
TGo4HttpAccess * | SubmitRequest (const char *itemname, Int_t kind, TGo4Slot *tgtslot, const char *extra_arg=nullptr) |
Bool_t | SubmitURL (const char *path, Int_t waitres=-1) |
Protected Attributes | |
Bool_t | fbAnalysisRunning {kFALSE} |
counter for debug output updates | |
QHttpProxy | fComm |
pointer on dabc::Hierarchy class | |
Bool_t | fConnected {kFALSE} |
Int_t | fDebugCnt {0} |
counter for status messages updates | |
TString | fPassword |
user name and password - | |
Int_t | fRateCnt {0} |
QNetworkReply * | fRegularReq {nullptr} |
true if connected | |
Int_t | fShutdownCnt {0} |
multiple request for rate, log and messages | |
Int_t | fStatusCnt {0} |
counter for ratemeter updates | |
TString | fUserName |
XMLDocPointer_t | fxHierarchy {nullptr} |
TXMLEngine * | fXML {nullptr} |
![]() | |
Int_t | fAnalysisLaunched {0} |
true when settings are specified | |
Bool_t | fbAnalysisReady {kFALSE} |
Bool_t | fbAnalysisSettingsReady {kFALSE} |
true if analysis is connected and get first info | |
TString | fInfoStr |
name of remote node | |
TString | fNodeName |
0 - not launched, 1 - external shell, 2 - in qt shell | |
TGo4Slot * | fxParentSlot {nullptr} |
Friends | |
class | QHttpProxy |
class | TGo4HttpAccess |
Additional Inherited Members | |
![]() | |
static Bool_t | GetLaunchString (TString &launchcmd, TString &killcmd, Int_t serverkind, Int_t shellkind, Int_t konsole, const char *name, const char *remotehost, const char *remotedir, const char *remoteexe, Int_t guiport, Int_t exe_kind=0, const char *exeargs=nullptr) |
![]() | |
static TClass * | GetClass (const char *classname, Bool_t load=kFALSE) |
Here Go4/ROOT-specific functionality of HttpProxy.
Definition at line 113 of file TGo4HttpProxy.h.
TGo4HttpProxy::TGo4HttpProxy | ( | ) |
Definition at line 582 of file TGo4HttpProxy.cpp.
References TGo4ServerProxy::TGo4ServerProxy(), fbAnalysisRunning, fComm, fConnected, fDebugCnt, fPassword, fRateCnt, fRegularReq, fStatusCnt, fUserName, fxHierarchy, and fXML.
|
virtual |
Definition at line 602 of file TGo4HttpProxy.cpp.
References fxHierarchy, and fXML.
|
overridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 863 of file TGo4HttpProxy.cpp.
References IsGo4Analysis(), IsViewer(), and ServerHasRestrict().
|
overridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 1359 of file TGo4HttpProxy.cpp.
References TGo4Status::kGo4CanDelete, TGo4Status::kGo4NoReset, and SubmitURL().
|
protected |
Definition at line 1232 of file TGo4HttpProxy.cpp.
References fShutdownCnt, and TGo4ServerProxy::fxParentSlot.
Referenced by DisconnectAnalysis(), ProcessRegularMultiRequest(), and ProcessUpdateTimer().
|
protected |
Definition at line 839 of file TGo4HttpProxy.cpp.
References FindItem(), and fXML.
Referenced by IsAdministrator(), IsController(), and IsViewer().
|
overridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 894 of file TGo4HttpProxy.cpp.
References SubmitCommand().
|
overridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 900 of file TGo4HttpProxy.cpp.
References TGo4Slot::ProduceFolderAndName(), and SubmitCommand().
|
overridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 887 of file TGo4HttpProxy.cpp.
References TGo4ServerProxy::SetAnalysisSettingsReady(), and SubmitCommand().
Bool_t TGo4HttpProxy::Connect | ( | const char * | nodename | ) |
Definition at line 725 of file TGo4HttpProxy.cpp.
References TGo4ServerProxy::fNodeName, and UpdateHierarchy().
Referenced by TGo4Script::ConnectHttp().
|
overridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 856 of file TGo4HttpProxy.cpp.
References fComm, and QHttpProxy::updateHierarchy().
|
overridevirtual |
Close connection to analysis and destroys proxy with correspondent slot.
Wait waittime (in sec) for safe disconnection of the analysis. if servershutdown = kTRUE, shutdown command will be sent to analysis
Reimplemented from TGo4ServerProxy.
Definition at line 1398 of file TGo4HttpProxy.cpp.
References CheckShutdown(), fShutdownCnt, IsAdministrator(), IsGo4Analysis(), and SubmitCommand().
|
overridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 920 of file TGo4HttpProxy.cpp.
References FindItem(), and SubmitURL().
|
inlineoverridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 166 of file TGo4HttpProxy.h.
|
overridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 975 of file TGo4HttpProxy.cpp.
References TGo4ServerProxy::fxParentSlot, TGo4Iter::getflag(), TGo4Iter::getfullname(), TGo4Iter::getname(), TGo4Iter::next(), and NumCommandArgs().
|
protected |
Definition at line 638 of file TGo4HttpProxy.cpp.
References FindItem(), fxHierarchy, and fXML.
Referenced by CheckUserName(), ExecuteLine(), FindItem(), GetContainedObjectInfo(), IsGo4Analysis(), NumCommandArgs(), ProvideAccess(), ServerHasMulti(), ServerHasRestrict(), and SubmitRequest().
|
inlineoverridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 174 of file TGo4HttpProxy.h.
|
inlineoverridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 173 of file TGo4HttpProxy.h.
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 708 of file TGo4HttpProxy.cpp.
References FindItem(), TGo4ServerProxy::fInfoStr, fXML, TGo4ServerProxy::GetContainedObjectInfo(), TGo4ServerProxy::GetServerName(), and GetUserName().
|
protected |
counter during shutdown
Definition at line 694 of file TGo4HttpProxy.cpp.
References TGo4Slot::evObjAssigned, fxHierarchy, fXML, and TGo4ServerProxy::fxParentSlot.
|
inlineoverridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 172 of file TGo4HttpProxy.h.
References TGo4Access::kndFolder.
|
inlineoverridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 176 of file TGo4HttpProxy.h.
|
inlineoverridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 187 of file TGo4HttpProxy.h.
References fUserName.
Referenced by GetContainedObjectInfo().
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 762 of file TGo4HttpProxy.cpp.
References fxHierarchy.
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 616 of file TGo4HttpProxy.cpp.
References fComm, TGo4ServerProxy::fxParentSlot, TGo4ServerProxy::Initialize(), IsGo4Analysis(), TGo4Slot::SetProxy(), and QHttpProxy::updateRatemeter().
|
inlineoverridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 194 of file TGo4HttpProxy.h.
References CheckUserName().
Referenced by DisconnectAnalysis(), and TGo4MainWindow::ShutdownAnalysis().
|
inlineoverridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 205 of file TGo4HttpProxy.h.
References fbAnalysisRunning.
|
inlineoverridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 189 of file TGo4HttpProxy.h.
|
inlineoverridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 191 of file TGo4HttpProxy.h.
References fConnected.
Referenced by ProcessUpdateTimer(), and TGo4MainWindow::ShutdownAnalysis().
|
inlineoverridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 193 of file TGo4HttpProxy.h.
References CheckUserName().
|
overridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 826 of file TGo4HttpProxy.cpp.
References FindItem(), and fXML.
Referenced by CanSubmitObjects(), DisconnectAnalysis(), and Initialize().
|
inlineoverridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 192 of file TGo4HttpProxy.h.
References CheckUserName().
Referenced by CanSubmitObjects().
|
overridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 1381 of file TGo4HttpProxy.cpp.
References SubmitURL().
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 787 of file TGo4HttpProxy.cpp.
References fxHierarchy, and fXML.
|
protected |
Definition at line 670 of file TGo4HttpProxy.cpp.
References fxHierarchy, and fXML.
|
overridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 735 of file TGo4HttpProxy.cpp.
References fComm, and fxHierarchy.
|
overridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 992 of file TGo4HttpProxy.cpp.
References FindItem(), and fXML.
Referenced by FindCommand().
|
protected |
Definition at line 1023 of file TGo4HttpProxy.cpp.
References fComm, TGo4ServerProxy::fNodeName, and ServerHasRestrict().
Referenced by SubmitAnalysisSettings(), and UpdateAnalysisObject().
|
overridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 1376 of file TGo4HttpProxy.cpp.
References SubmitURL().
|
protected |
Definition at line 1101 of file TGo4HttpProxy.cpp.
References TGo4Slot::AssignObject(), CheckShutdown(), TGo4ServerProxy::DebugOutputSlot(), fbAnalysisRunning, fComm, fConnected, TGo4ServerProxy::fNodeName, fRegularReq, TGo4Slot::GetAssignedObject(), TGo4ServerProxy::LoginfoSlot(), TGo4ServerProxy::RatemeterSlot(), QHttpProxy::regularRequestFinished(), and UpdateHierarchy().
Referenced by ProcessUpdateTimer().
|
protected |
Definition at line 1242 of file TGo4HttpProxy.cpp.
References CheckShutdown(), TGo4ServerProxy::DebugOutputSlot(), fDebugCnt, fRateCnt, fRegularReq, fShutdownCnt, fStatusCnt, TGo4Slot::GetAssignCnt(), TGo4Slot::GetAssignedObject(), IsConnected(), TGo4ServerProxy::LoginfoSlot(), ProcessRegularMultiRequest(), TGo4ServerProxy::RatemeterSlot(), ServerHasMulti(), and SubmitRequest().
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 767 of file TGo4HttpProxy.cpp.
References FindItem(), and fXML.
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 799 of file TGo4HttpProxy.cpp.
|
overridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 851 of file TGo4HttpProxy.cpp.
References UpdateHierarchy().
Referenced by TGo4BrowserOptions::RefreshBtn_clicked().
|
overridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 1347 of file TGo4HttpProxy.cpp.
References SubmitURL().
|
overridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 1292 of file TGo4HttpProxy.cpp.
References TGo4Slot::ProduceFolderAndName(), and SubmitURL().
|
overridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 910 of file TGo4HttpProxy.cpp.
References TGo4Slot::ProduceFolderAndName(), and SubmitCommand().
|
overridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 871 of file TGo4HttpProxy.cpp.
References TGo4ServerProxy::SetAnalysisSettingsReady(), TGo4ServerProxy::SettingsSlot(), and SubmitRequest().
|
overridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 1331 of file TGo4HttpProxy.cpp.
References SubmitRequest(), and SubmitURL().
|
overridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 939 of file TGo4HttpProxy.cpp.
References SubmitRequest().
|
overridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 1095 of file TGo4HttpProxy.cpp.
References TGo4Slot::AssignObject(), and TGo4ServerProxy::DebugOutputSlot().
|
overridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 1386 of file TGo4HttpProxy.cpp.
References SubmitURL().
|
protected |
Definition at line 817 of file TGo4HttpProxy.cpp.
References FindItem(), and fXML.
Referenced by ProcessUpdateTimer().
|
protected |
Definition at line 809 of file TGo4HttpProxy.cpp.
References FindItem(), and fXML.
Referenced by CanSubmitObjects(), and PostObject().
void TGo4HttpProxy::SetAccount | ( | const char * | username, |
const char * | passwd ) |
Definition at line 610 of file TGo4HttpProxy.cpp.
References fPassword, and fUserName.
Referenced by TGo4Script::ConnectHttp().
|
overridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 927 of file TGo4HttpProxy.cpp.
References fbAnalysisRunning, and SubmitCommand().
|
overridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 933 of file TGo4HttpProxy.cpp.
References fbAnalysisRunning, and SubmitCommand().
|
overridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 877 of file TGo4HttpProxy.cpp.
References TGo4Slot::GetAssignedObject(), PostObject(), and TGo4ServerProxy::SettingsSlot().
|
overridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 1003 of file TGo4HttpProxy.cpp.
References SubmitURL().
Referenced by ClearAllAnalysisObjects(), ClearAnalysisObject(), CloseAnalysisSettings(), DisconnectAnalysis(), RemoveObjectFromAnalysis(), StartAnalysis(), and StopAnalysis().
|
protected |
Definition at line 1310 of file TGo4HttpProxy.cpp.
References TGo4Access::AssignObjectToSlot(), FindItem(), fXML, and TGo4HttpAccess.
Referenced by ProcessUpdateTimer(), RequestAnalysisSettings(), RequestEventStatus(), and RequestObjectStatus().
|
protected |
Definition at line 944 of file TGo4HttpProxy.cpp.
References fComm, and TGo4ServerProxy::fNodeName.
Referenced by ChageObjectProtection(), ExecuteLine(), LoadConfigFile(), PrintDynListEntry(), RemotePrintEvent(), RemoteTreeDraw(), RequestEventStatus(), SaveConfigFile(), SubmitCommand(), and WriteAutoSave().
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 803 of file TGo4HttpProxy.cpp.
References UpdateHierarchy().
|
overridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 1072 of file TGo4HttpProxy.cpp.
References PostObject().
Bool_t TGo4HttpProxy::UpdateHierarchy | ( | Bool_t | sync = kTRUE | ) |
Definition at line 740 of file TGo4HttpProxy.cpp.
References fComm, TGo4ServerProxy::fNodeName, and fxHierarchy.
Referenced by Connect(), ProcessRegularMultiRequest(), RefreshNamesList(), and Update().
|
overridevirtual |
Reimplemented from TGo4ServerProxy.
Definition at line 1391 of file TGo4HttpProxy.cpp.
References SubmitURL().
|
overridevirtual |
Reimplemented from TGo4Proxy.
Definition at line 795 of file TGo4HttpProxy.cpp.
|
friend |
|
friend |
Definition at line 116 of file TGo4HttpProxy.h.
References TGo4HttpAccess.
Referenced by SubmitRequest(), and TGo4HttpAccess.
|
protected |
counter for debug output updates
Definition at line 125 of file TGo4HttpProxy.h.
Referenced by TGo4HttpProxy(), IsAnalysisRunning(), ProcessRegularMultiRequest(), StartAnalysis(), and StopAnalysis().
|
protected |
pointer on dabc::Hierarchy class
Definition at line 121 of file TGo4HttpProxy.h.
Referenced by TGo4HttpProxy(), DelayedRefreshNamesList(), Initialize(), NamesListReceived(), PostObject(), ProcessRegularMultiRequest(), SubmitURL(), and UpdateHierarchy().
|
protected |
Definition at line 128 of file TGo4HttpProxy.h.
Referenced by TGo4HttpProxy(), IsConnected(), and ProcessRegularMultiRequest().
|
protected |
counter for status messages updates
Definition at line 124 of file TGo4HttpProxy.h.
Referenced by TGo4HttpProxy(), and ProcessUpdateTimer().
|
protected |
user name and password -
Definition at line 127 of file TGo4HttpProxy.h.
Referenced by TGo4HttpProxy(), and SetAccount().
|
protected |
Definition at line 122 of file TGo4HttpProxy.h.
Referenced by TGo4HttpProxy(), and ProcessUpdateTimer().
|
protected |
true if connected
Definition at line 129 of file TGo4HttpProxy.h.
Referenced by TGo4HttpProxy(), ProcessRegularMultiRequest(), and ProcessUpdateTimer().
|
protected |
multiple request for rate, log and messages
Definition at line 130 of file TGo4HttpProxy.h.
Referenced by CheckShutdown(), DisconnectAnalysis(), and ProcessUpdateTimer().
|
protected |
counter for ratemeter updates
Definition at line 123 of file TGo4HttpProxy.h.
Referenced by TGo4HttpProxy(), and ProcessUpdateTimer().
|
protected |
Definition at line 126 of file TGo4HttpProxy.h.
Referenced by TGo4HttpProxy(), GetUserName(), and SetAccount().
|
protected |
Definition at line 120 of file TGo4HttpProxy.h.
Referenced by TGo4HttpProxy(), ~TGo4HttpProxy(), FindItem(), GetHReply(), HasSublevels(), MakeIter(), MakeUrlPath(), NamesListReceived(), and UpdateHierarchy().
|
protected |
Definition at line 119 of file TGo4HttpProxy.h.
Referenced by TGo4HttpProxy(), ~TGo4HttpProxy(), CheckUserName(), FindItem(), GetContainedObjectInfo(), GetHReply(), IsGo4Analysis(), MakeIter(), MakeUrlPath(), NumCommandArgs(), ProvideAccess(), ServerHasMulti(), ServerHasRestrict(), and SubmitRequest().