Qore FtpClientDataProvider Module Reference  1.0
FtpClientDataProvider::FtpClientDataProvider Member List

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

constructor(*hash< auto > options)FtpClientDataProvider::FtpClientDataProvider
constructor(FtpClient ftp)FtpClientDataProvider::FtpClientDataProvider
ConstructorOptionsFtpClientDataProvider::FtpClientDataProvider
getChildProviderImpl(string name)FtpClientDataProvider::FtpClientDataProviderprotected
getChildProviderNamesImpl()FtpClientDataProvider::FtpClientDataProviderprotected
getChildProviderSummaryInfo()FtpClientDataProvider::FtpClientDataProvider
getDesc()FtpClientDataProvider::FtpClientDataProvider
getFtpClientConnection(hash< auto > options)FtpClientDataProvider::FtpClientDataProviderstatic
getName()FtpClientDataProvider::FtpClientDataProvider
getPath(FtpClient ftp, string path1)FtpClientDataProvider::FtpClientDataProviderstatic
getStaticInfoImpl()FtpClientDataProvider::FtpClientDataProviderprotected
ProviderInfoFtpClientDataProvider::FtpClientDataProvider
tr class="memdesc:a0bae420d165e32d71051687e2456f1da"> Provider summary info.
  const RequestType = new RestClientCallWithoutBodyRequestDataType()  Request type.
  const ResponseType = new RestClientCallResponseDataType()  Response type.
  AwsRestClient rest  REST client connection.
 

Protected Member Functions

auto doRequestImpl (auto req, *hash< auto > request_options)
 Makes a request and returns the response. More...
 
*AbstractDataProviderType getRequestTypeImpl ()
 
*AbstractDataProviderType getResponseTypeImpl ()
 Returns the description of a response message, if this object represents a response message. More...
 

Detailed Description

The AWS REST client OPTIONS data provider class.

Member Function Documentation

◆ doRequestImpl()

auto AwsRestClientDataProvider::AwsRestClientOptionsDataProvider::doRequestImpl ( auto  req,
*hash< auto >  request_options 
)
protected

Makes a request and returns the response.

Parameters
reqthe request info
request_optionsthe request options after processing by validateRequestOptions()
Returns
the response to the request

◆ getRequestTypeImpl()

*AbstractDataProviderType AwsRestClientDataProvider::AwsRestClientOptionsDataProvider::getRequestTypeImpl ( )
protected

Makes a request and returnscallwithoutbody Returns the description of a successful request message, if any

Returns
the request type for this provider

◆ getResponseTypeImpl()

*AbstractDataProviderType AwsRestClientDataProvider::AwsRestClientOptionsDataProvider::getResponseTypeImpl ( )
protected

Returns the description of a response message, if this object represents a response message.

Returns
the response type for this response message