AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Macros | Functions
LibcurlHTTP2Connection.cpp File Reference
#include <curl/multi.h>
#include <AVSCommon/Utils/Logger/Logger.h>
#include <AVSCommon/Utils/LibcurlUtils/CurlEasyHandleWrapper.h>
#include "AVSCommon/Utils/LibcurlUtils/LibcurlHTTP2Connection.h"
#include "AVSCommon/Utils/LibcurlUtils/LibcurlHTTP2Request.h"
Include dependency graph for LibcurlHTTP2Connection.cpp:

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::avsCommon
 
 alexaClientSDK::avsCommon::utils
 
 alexaClientSDK::avsCommon::utils::libcurlUtils
 

Macros

#define LX(event)   alexaClientSDK::avsCommon::utils::logger::LogEntry(TAG, event)
 
#define LX_P(event)   LX(event).p("this", this)
 

Functions

static const std::string alexaClientSDK::avsCommon::utils::libcurlUtils::TAG ("LibcurlHTTP2Connection")
 String to identify log entries originating from this file. More...
 
const static std::chrono::milliseconds alexaClientSDK::avsCommon::utils::libcurlUtils::WAIT_FOR_ACTIVITY_TIMEOUT (50)
 Timeout for curl_multi_wait. More...
 
const static std::chrono::milliseconds alexaClientSDK::avsCommon::utils::libcurlUtils::WAIT_FOR_ACTIVITY_WHILE_STREAMS_PAUSED_TIMEOUT (10)
 Timeout for curl_multi_wait while all non-intermittent HTTP/2 streams are paused. More...
 
static bool alexaClientSDK::avsCommon::utils::libcurlUtils::performCurlChecks ()
 

Macro Definition Documentation

◆ LX

#define LX (   event)    alexaClientSDK::avsCommon::utils::logger::LogEntry(TAG, event)

Create a LogEntry using this file's TAG and the specified event string.

Parameters
eventThe event string for this LogEntry.

◆ LX_P

#define LX_P (   event)    LX(event).p("this", this)

Create a LogEntry using this file's TAG, the specified event string, and object pointer as the first argument.

Parameters
eventThe event string for this LogEntry.

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