GSI Object Oriented Online Offline (Go4) GO4-6.4.0
|
Here Qt-specific functionality of HttpProxy. More...
#include <TGo4HttpProxy.h>
Public Slots | |
void | authenticationRequiredSlot (QNetworkReply *, QAuthenticator *) |
void | httpFinished () |
void | httpHReqError (QNetworkReply::NetworkError) |
void | regularRequestFinished () |
void | updateHierarchy () |
void | updateRatemeter () |
Public Member Functions | |
QHttpProxy (TGo4HttpProxy *p) | |
virtual | ~QHttpProxy () |
void | StartRequest (const char *url) |
Protected Attributes | |
QNetworkReply * | fHReply {nullptr} |
central manager of network requests | |
TGo4HttpProxy * | fProxy {nullptr} |
used only to receive hierarchy | |
QNetworkAccessManager | qnam |
Friends | |
class | TGo4HttpAccess |
class | TGo4HttpProxy |
Here Qt-specific functionality of HttpProxy.
Definition at line 29 of file TGo4HttpProxy.h.
QHttpProxy::QHttpProxy | ( | TGo4HttpProxy * | p | ) |
Definition at line 38 of file TGo4HttpProxy.cpp.
References authenticationRequiredSlot(), fHReply, fProxy, qnam, and TGo4HttpProxy.
|
virtual |
Definition at line 47 of file TGo4HttpProxy.cpp.
|
slot |
|
slot |
Definition at line 51 of file TGo4HttpProxy.cpp.
References fHReply, and fProxy.
Referenced by StartRequest().
|
slot |
|
slot |
Definition at line 82 of file TGo4HttpProxy.cpp.
References fProxy.
Referenced by TGo4HttpProxy::ProcessRegularMultiRequest().
void QHttpProxy::StartRequest | ( | const char * | url | ) |
Definition at line 87 of file TGo4HttpProxy.cpp.
References fHReply, httpFinished(), httpHReqError(), and qnam.
|
slot |
Definition at line 77 of file TGo4HttpProxy.cpp.
References fProxy.
Referenced by TGo4HttpProxy::DelayedRefreshNamesList().
|
slot |
Definition at line 71 of file TGo4HttpProxy.cpp.
References fProxy, and updateRatemeter().
Referenced by TGo4HttpProxy::Initialize(), and updateRatemeter().
|
friend |
Definition at line 33 of file TGo4HttpProxy.h.
References TGo4HttpAccess.
Referenced by TGo4HttpAccess.
|
friend |
Definition at line 32 of file TGo4HttpProxy.h.
References TGo4HttpProxy.
Referenced by QHttpProxy(), and TGo4HttpProxy.
|
protected |
central manager of network requests
Definition at line 37 of file TGo4HttpProxy.h.
Referenced by QHttpProxy(), httpFinished(), httpHReqError(), and StartRequest().
|
protected |
used only to receive hierarchy
Definition at line 38 of file TGo4HttpProxy.h.
Referenced by QHttpProxy(), authenticationRequiredSlot(), httpFinished(), regularRequestFinished(), updateHierarchy(), and updateRatemeter().
|
protected |
Definition at line 36 of file TGo4HttpProxy.h.
Referenced by QHttpProxy(), and StartRequest().