Qore HttpClientDataProvider Module Reference  1.0
HttpClientDataProvider::HttpClientOptionsDataProvider Member List

This is the complete list of members for HttpClientDataProvider::HttpClientOptionsDataProvider, including all inherited members.

<4ff8ec19">
constructor(*hash< auto > options)HttpClientDataProvider::HttpClientOptionsDataProvider
constructor(HTTPClient http)HttpClientDataProvider::HttpClientOptionsDataProvider
doRequestImpl(auto req, *hash< auto > request_options)HttpClientDataProvider::HttpClientOptionsDataProviderprotected
getName()HttpClientDataProvider::HttpClientOptionsDataProvider
getRequestTypeImpl()HttpClientDataProvider::HttpClientOptionsDataProviderprotected
getResponseTypeImpl()HttpClientDataProvider::HttpClientOptionsDataProviderprotected
getStaticInfoImpl()HttpClientDataProvider::HttpClientOptionsDataProvider
httpHttpClientDataProvider::HttpClientOptionsDataProvider
ProviderInfoHttpClientDataProvider::HttpClientOptionsDataProvider
ProviderSummaryInfoHttpClientDataProvider::HttpClientOptionsDataProvider
RequestType Returns the data provider name.
 

Static Public Member Functions

static AwsRestClient getAwsRestConnection (hash< auto > options)
 Returns a REST connection.
 

Public Attributes

const ConstructorOptions
 Constructor arguments.
 
const ProviderInfo
 Provider info.
 

Protected Member Functions

*AbstractDataProvider getChildProviderImpl (string name)
 Returns the given child provider or NOTHING if the given child is unknown. More...
 
*list< stringgetChildProviderNamesImpl ()
 Returns a list of child data provider names, if any. More...
 
hash< DataProviderInfo > getStaticInfoImpl ()
 Returns data provider static info.
 

Detailed Description

The AWS REST client data provider class, provides API classes as children.

Member Function Documentation

◆ getChildProviderImpl()

*AbstractDataProvider AwsRestClientDataProvider::AwsRestClientDataProvider::getChildProviderImpl ( string  name)
protected

Returns the given child provider or NOTHING if the given child is unknown.

Returns
the given child provider or NOTHING if the given child is unknown
See also
getChildProviderEx()

◆ getChildProviderNamesImpl()

*list<string> AwsRestClientDataProvider::AwsRestClientDataProvider::getChildProviderNamesImpl ( )
protected

Returns a list of child data provider names, if any.

Returns
a list of child data provider names, if any