AWS SDK for C++

AWS SDK for C++ Version 1.11.804

Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
smithy::interceptor::Interceptor Class Referenceabstract

#include <Interceptor.h>

Inheritance diagram for smithy::interceptor::Interceptor:
[legend]

Public Types

 
 

Public Member Functions

virtual ~Interceptor ()=default
 
 
 
 

Detailed Description

Definition at line 12 of file Interceptor.h.

Member Typedef Documentation

◆ ModifyRequestOutcome

Definition at line 17 of file Interceptor.h.

◆ ModifyResponseOutcome

Definition at line 21 of file Interceptor.h.

Constructor & Destructor Documentation

◆ ~Interceptor()

virtual smithy::interceptor::Interceptor::~Interceptor ( )
virtualdefault

Member Function Documentation

◆ ModifyBeforeDeserialization()

virtual ModifyResponseOutcome smithy::interceptor::Interceptor::ModifyBeforeDeserialization ( InterceptorContext context)
pure virtual

◆ ModifyBeforeSigning()

virtual ModifyRequestOutcome smithy::interceptor::Interceptor::ModifyBeforeSigning ( InterceptorContext context)
pure virtual

◆ ModifyBeforeTransmit()

virtual ModifyRequestOutcome smithy::interceptor::Interceptor::ModifyBeforeTransmit ( InterceptorContext context)
inlinevirtual

Reimplemented in smithy::client::features::ChunkingInterceptor.

Definition at line 19 of file Interceptor.h.


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