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::HTTP2ConnectionObserverInterface Class Referenceabstract

#include <HTTP2ConnectionObserverInterface.h>

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

Public Member Functions

virtual ~HTTP2ConnectionObserverInterface ()=default
 
virtual void onGoawayReceived ()=0
 

Detailed Description

Interface for listening to changes to an HTTP2 connection.

Constructor & Destructor Documentation

◆ ~HTTP2ConnectionObserverInterface()

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

Destructor.

Member Function Documentation

◆ onGoawayReceived()

virtual void alexaClientSDK::avsCommon::utils::http2::HTTP2ConnectionObserverInterface::onGoawayReceived ( )
pure virtual

Notify that a GOAWAY frame has been received.

Implemented in alexaClientSDK::acl::HTTP2Transport.


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