Qore FileLocationHandler Module Reference  2.0
FileLocationHandler::FileLocationHandlerFtp Member List

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

forceEncoding(string str, *string encoding)FileLocationHandler::AbstractFileLocationHandlerprotectedstatic
FtpClientLocationOptsFileLocationHandler::FileLocationHandlerFtp
getBinaryFile(string scheme, string location, *hash< auto > opts)FileLocationHandler::AbstractFileLocationHandler
getBinaryFileImpl(string scheme, string location, *hash< auto > opts)FileLocationHandler::FileLocationHandlerFtpprotectedvirtual
getBinaryStream(string scheme, string location, *hash< auto > opts)FileLocationHandler::AbstractFileLocationHandler
getBinaryStreamImpl(string scheme, string location, *hash< auto > opts)FileLocationHandler::FileLocationHandlerFtpprotectedvirtual
getFtpClient(string scheme, string location, *hash< auto > opts, reference< string > file)FileLocationHandler::FileLocationHandlerFtpprotected
getOutputStream(string scheme, string location, *hash< auto > opts)FileLocationHandler::AbstractFileLocationHandler
getOutputStreamImpl(string scheme, string location, *hash< auto > opts)FileLocationHandler::FileLocationHandlerFtpprotectedvirtual
getReadOptions()FileLocationHandler::AbstractFileLocationHandler
getReadOptionsImpl()FileLocationHandler::FileLocationHandlerFtpprotectedvirtual
getStreamReader(string scheme, string location, *hash< auto > opts)FileLocationHandler::AbstractFileLocationHandler
getStreamReaderImpl(string scheme, string location, *hash< auto > opts)FileLocationHandler::FileLocationHandlerFtpprotectedvirtual
getTextFile(string scheme, string location, *hash< auto > opts)FileLocationHandler::AbstractFileLocationHandler
getTextFileImpl(string scheme, string location, *hash< auto > opts)FileLocationHandler::FileLocationHandlerFtpprotectedvirtual
getWriteOptions()FileLocationHandler::AbstractFileLocationHandler
getWriteOptionsImpl()FileLocationHandler::FileLocationHandlerFtpprotectedvirtual
writeFile(string scheme, string location, data contents, *hash< auto > opts)FileLocationHandler::AbstractFileLocationHandler
writeFileImpl(string scheme, string location, data contents, *hash< auto > opts)FileLocationHandler::FileLocationHandlerFtpprotectedvirtual
4c8c309e00c1e6ed">*AbstractDataProviderType getResponseTypeImpl ()  Returns the description of a response message, if this object represents a response message. More...
 

Detailed Description

The REST client GET data provider class.

Member Function Documentation

◆ doRequestImpl()

auto RestClientDataProvider::RestClientGetDataProvider::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 RestClientDataProvider::RestClientGetDataProvider::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 RestClientDataProvider::RestClientGetDataProvider::getResponseTypeImpl ( )
protected

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

Returns
the response type for this response message