Structures available for use by applications. More...

Modules | |
| Callbacks | |
| Extra callbacks definitions. | |
Classes | |
| struct | __AwsCredentials |
| struct | __RequestHeader |
| struct | __RequestInfo |
| struct | __CallInfo |
| struct | __AwsCredentialProvider |
| struct | __PlatformCallbacks |
| struct | __ProducerCallbacks |
| struct | __StreamCallbacks |
| struct | __AuthCallbacks |
| struct | __ApiCallbacks |
Typedefs | |
| typedef struct __AwsCredentials | AwsCredentials |
| AWS Credentials declaration. | |
| typedef struct __AwsCredentials * | PAwsCredentials |
| typedef struct __RequestHeader | RequestHeader |
| Request Header structure. | |
| typedef struct __RequestHeader * | PRequestHeader |
| typedef struct __RequestInfo | RequestInfo |
| Request info structure. | |
| typedef struct __RequestInfo * | PRequestInfo |
| typedef struct __CallInfo | CallInfo |
| Call Info structure. | |
| typedef struct __CallInfo * | PCallInfo |
| typedef struct __AwsCredentialProvider * | PAwsCredentialProvider |
| Abstract base for the credential provider. | |
| typedef struct __AwsCredentialProvider | AwsCredentialProvider |
| typedef struct __PlatformCallbacks | PlatformCallbacks |
| The Platform specific callbacks. | |
| typedef struct __PlatformCallbacks * | PPlatformCallbacks |
| typedef struct __ProducerCallbacks | ProducerCallbacks |
| The Producer object specific callbacks. | |
| typedef struct __ProducerCallbacks * | PProducerCallbacks |
| typedef struct __StreamCallbacks | StreamCallbacks |
| The Stream specific callbacks. | |
| typedef struct __StreamCallbacks * | PStreamCallbacks |
| typedef struct __AuthCallbacks | AuthCallbacks |
| The Authentication specific callbacks. | |
| typedef struct __AuthCallbacks * | PAuthCallbacks |
| typedef struct __ApiCallbacks | ApiCallbacks |
| The KVS backend specific callbacks. | |
| typedef struct __ApiCallbacks * | PApiCallbacks |
Structures available for use by applications.
Main structure declarations.
| typedef struct __ApiCallbacks ApiCallbacks |
The KVS backend specific callbacks.
| typedef struct __AuthCallbacks AuthCallbacks |
The Authentication specific callbacks.
| typedef struct __AwsCredentialProvider AwsCredentialProvider |
| typedef struct __AwsCredentials AwsCredentials |
AWS Credentials declaration.
| typedef struct __CallInfo CallInfo |
Call Info structure.
| typedef struct __ApiCallbacks* PApiCallbacks |
| typedef struct __AuthCallbacks* PAuthCallbacks |
| typedef struct __AwsCredentialProvider* PAwsCredentialProvider |
Abstract base for the credential provider.
| typedef struct __AwsCredentials* PAwsCredentials |
| typedef struct __CallInfo* PCallInfo |
| typedef struct __PlatformCallbacks PlatformCallbacks |
The Platform specific callbacks.
| typedef struct __PlatformCallbacks* PPlatformCallbacks |
| typedef struct __ProducerCallbacks* PProducerCallbacks |
| typedef struct __RequestHeader* PRequestHeader |
| typedef struct __RequestInfo* PRequestInfo |
| typedef struct __ProducerCallbacks ProducerCallbacks |
The Producer object specific callbacks.
| typedef struct __StreamCallbacks* PStreamCallbacks |
| typedef struct __RequestHeader RequestHeader |
Request Header structure.
| typedef struct __RequestInfo RequestInfo |
Request info structure.
| typedef struct __StreamCallbacks StreamCallbacks |
The Stream specific callbacks.