#include <HTTP2MimeResponseDecoder.h>
Class that adapts between HTTPResponseSinkInterface and HTTP2MimeResponseSinkInterface providing mime decoding services.
◆ HTTP2MimeResponseDecoder()
Constructor.
- Parameters
-
sink | Pointer to the object to receive the mime parts. |
◆ ~HTTP2MimeResponseDecoder()
alexaClientSDK::avsCommon::utils::http2::HTTP2MimeResponseDecoder::~HTTP2MimeResponseDecoder |
( |
| ) |
|
|
default |
◆ onReceiveData()
HTTP2ReceiveDataStatus alexaClientSDK::avsCommon::utils::http2::HTTP2MimeResponseDecoder::onReceiveData |
( |
const char * |
bytes, |
|
|
size_t |
size |
|
) |
| |
|
overridevirtual |
◆ onReceiveHeaderLine()
bool alexaClientSDK::avsCommon::utils::http2::HTTP2MimeResponseDecoder::onReceiveHeaderLine |
( |
const std::string & |
line | ) |
|
|
overridevirtual |
◆ onReceiveResponseCode()
bool alexaClientSDK::avsCommon::utils::http2::HTTP2MimeResponseDecoder::onReceiveResponseCode |
( |
long |
responseCode | ) |
|
|
overridevirtual |
◆ onResponseFinished()
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