AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | List of all members
alexaClientSDK::avsCommon::sdkInterfaces::HTTPContentFetcherInterfaceFactoryInterface Class Referenceabstract

#include <HTTPContentFetcherInterfaceFactoryInterface.h>

Inheritance diagram for alexaClientSDK::avsCommon::sdkInterfaces::HTTPContentFetcherInterfaceFactoryInterface:
Inheritance graph
[legend]

Public Member Functions

virtual ~HTTPContentFetcherInterfaceFactoryInterface ()=default
 
virtual std::unique_ptr< HTTPContentFetcherInterfacecreate (const std::string &url)=0
 

Constructor & Destructor Documentation

◆ ~HTTPContentFetcherInterfaceFactoryInterface()

virtual alexaClientSDK::avsCommon::sdkInterfaces::HTTPContentFetcherInterfaceFactoryInterface::~HTTPContentFetcherInterfaceFactoryInterface ( )
virtualdefault

Destructor.

Member Function Documentation

◆ create()

virtual std::unique_ptr<HTTPContentFetcherInterface> alexaClientSDK::avsCommon::sdkInterfaces::HTTPContentFetcherInterfaceFactoryInterface::create ( const std::string &  url)
pure virtual

Produces an HTTPContentFetcherInterface object or nullptr on failure.

Parameters
urlThe url to fetch the content from.
Returns
A new instance of HTTPContentFetcherInterface.

Implemented in alexaClientSDK::avsCommon::utils::libcurlUtils::HTTPContentFetcherFactory.


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

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0