AWS SDK for C++

AWS SDK for C++ Version 1.11.788

Loading...
Searching...
No Matches
Public Member Functions | Protected Member Functions | List of all members
smithy::client::features::AwsChunkedStreamBuf< DataBufferSize > Class Template Reference

#include <ChunkingInterceptor.h>

Inheritance diagram for smithy::client::features::AwsChunkedStreamBuf< DataBufferSize >:
[legend]

Public Member Functions

 AwsChunkedStreamBuf (Aws::Http::HttpRequest *request, const std::shared_ptr< Aws::IOStream > &stream, size_t bufferSize=DataBufferSize)
 

Protected Member Functions

int_type underflow () override
 

Detailed Description

template<size_t DataBufferSize = AWS_DATA_BUFFER_SIZE>
class smithy::client::features::AwsChunkedStreamBuf< DataBufferSize >

Definition at line 28 of file ChunkingInterceptor.h.

Constructor & Destructor Documentation

◆ AwsChunkedStreamBuf()

template<size_t DataBufferSize = AWS_DATA_BUFFER_SIZE>
smithy::client::features::AwsChunkedStreamBuf< DataBufferSize >::AwsChunkedStreamBuf ( Aws::Http::HttpRequest request,
const std::shared_ptr< Aws::IOStream > &  stream,
size_t  bufferSize = DataBufferSize 
)
inline

Definition at line 30 of file ChunkingInterceptor.h.

Member Function Documentation

◆ underflow()

template<size_t DataBufferSize = AWS_DATA_BUFFER_SIZE>
int_type smithy::client::features::AwsChunkedStreamBuf< DataBufferSize >::underflow ( )
inlineoverrideprotected

Definition at line 48 of file ChunkingInterceptor.h.


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