nx_metadata_sdk  1.0
Metadata SDK
Public Member Functions | Static Public Member Functions | List of all members
nx::sdk::IUtilityProvider::IHttpRequestCompletionHandler Class Referenceabstract

#include <i_utility_provider.h>

Inheritance diagram for nx::sdk::IUtilityProvider::IHttpRequestCompletionHandler:
nx::sdk::Interface< IHttpRequestCompletionHandler > nx::sdk::IRefCountable

Public Member Functions

virtual void execute (Result< IString *> response)=0
 
- Public Member Functions inherited from nx::sdk::Interface< IHttpRequestCompletionHandler >
virtual IRefCountablequeryInterface (const InterfaceId *id)
 
Ptr< InterfacequeryInterface ()
 
Ptr< const InterfacequeryInterface () const
 
- Public Member Functions inherited from nx::sdk::IRefCountable
virtual ~IRefCountable ()=default
 
template<class Interface >
Ptr< InterfacequeryInterface ()
 
template<class Interface >
Ptr< const InterfacequeryInterface () const
 
virtual int addRef () const =0
 
virtual int releaseRef () const =0
 
int refCountThreadUnsafe () const
 

Static Public Member Functions

static auto interfaceId ()
 
- Static Public Member Functions inherited from nx::sdk::IRefCountable
static auto interfaceId ()
 

Additional Inherited Members

- Protected Member Functions inherited from nx::sdk::Interface< IHttpRequestCompletionHandler >
virtual IRefCountablequeryInterface (const IRefCountable::InterfaceId *id) override
 
IRefCountablequeryInterfaceSupportingDeprecatedId (const IRefCountable::InterfaceId *id, const Uuid &deprecatedInterfaceId)
 
- Static Protected Member Functions inherited from nx::sdk::IRefCountable
template<int len>
static constexpr const InterfaceIdmakeId (const char(&charArray)[len])
 
template<class TemplateInstance , class TemplateArg , int len>
static const InterfaceIdmakeIdForTemplate (const char(&baseIdCharArray)[len])
 

Detailed Description

Handler which allows to pass a response from the Server to the Plugin. The execute() method will be called when a response from sendHttpRequest() will be available.


The documentation for this class was generated from the following file: