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::utils::http2::HTTP2ConnectionFactoryInterface Class Referenceabstract

#include <HTTP2ConnectionFactoryInterface.h>

Inheritance diagram for alexaClientSDK::avsCommon::utils::http2::HTTP2ConnectionFactoryInterface:
Inheritance graph
[legend]

Public Member Functions

virtual ~HTTP2ConnectionFactoryInterface ()=default
 
virtual std::shared_ptr< HTTP2ConnectionInterfacecreateHTTP2Connection ()=0
 

Detailed Description

Interface for creating instances of HTTP2ConnectionInterface.

Constructor & Destructor Documentation

◆ ~HTTP2ConnectionFactoryInterface()

virtual alexaClientSDK::avsCommon::utils::http2::HTTP2ConnectionFactoryInterface::~HTTP2ConnectionFactoryInterface ( )
virtualdefault

Destructor.

Member Function Documentation

◆ createHTTP2Connection()

virtual std::shared_ptr<HTTP2ConnectionInterface> alexaClientSDK::avsCommon::utils::http2::HTTP2ConnectionFactoryInterface::createHTTP2Connection ( )
pure virtual

Create an instance of HTTP2ConnectionInterface.

Returns
An instance of HTTP2ConnectionInterface or nullptr if the operation failed.

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


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