|
static auto | interfaceId () |
|
static auto | interfaceId () |
|
static auto | interfaceId () |
|
static auto | interfaceId () |
|
static auto | interfaceId () |
|
static auto | interfaceId () |
|
|
virtual void | doSendHttpRequest (HttpDomainName requestDomainName, const char *path, const char *httpMethod, const char *mimeType, const char *requestBody, IHttpRequestCompletionHandler *callback) const =0 |
|
virtual IRefCountable * | queryInterface (const IRefCountable::InterfaceId *id) override |
|
IRefCountable * | queryInterfaceSupportingDeprecatedId (const IRefCountable::InterfaceId *id, const Uuid &deprecatedInterfaceId) |
|
IRefCountable * | queryInterfaceSupportingDeprecatedId (const IRefCountable::InterfaceId *id, const Uuid &deprecatedInterfaceId) |
|
IRefCountable * | queryInterfaceSupportingDeprecatedId (const IRefCountable::InterfaceId *id, const Uuid &deprecatedInterfaceId) |
|
virtual const IString * | getServerSdkVersion () const =0 |
|
IRefCountable * | queryInterfaceSupportingDeprecatedId (const IRefCountable::InterfaceId *id, const Uuid &deprecatedInterfaceId) |
|
virtual const IString * | getHomeDir () const =0 |
|
IRefCountable * | queryInterfaceSupportingDeprecatedId (const IRefCountable::InterfaceId *id, const Uuid &deprecatedInterfaceId) |
|
◆ doSendHttpRequest()
virtual void nx::sdk::IUtilityProvider::doSendHttpRequest |
( |
HttpDomainName |
requestDomainName, |
|
|
const char * |
path, |
|
|
const char * |
httpMethod, |
|
|
const char * |
mimeType, |
|
|
const char * |
requestBody, |
|
|
IHttpRequestCompletionHandler * |
callback |
|
) |
| const |
|
protectedpure virtual |
◆ sendHttpRequest()
void nx::sdk::IUtilityProvider::sendHttpRequest |
( |
HttpDomainName |
requestDomainName, |
|
|
const char * |
path, |
|
|
const char * |
httpMethod, |
|
|
const char * |
mimeType, |
|
|
const char * |
requestBody, |
|
|
Ptr< IHttpRequestCompletionHandler > |
callback |
|
) |
| const |
|
inline |
Allows to send asynchronous HTTP requests to the Cloud or VMS Server. IHttpRequestCompletionHandler::execute() will be called later. An error or HTTP response will be passed to this method as a parameter. HTTP response will consist of a status line, HTTP headers and a message body seperated by an empty line.
The documentation for this class was generated from the following file: