AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Types | List of all members
alexaClientSDK::sampleApplications::ipcServerSampleApp::communication::WebSocketConfig::transport_config Struct Reference

#include <WebSocketConfig.h>

Inheritance diagram for alexaClientSDK::sampleApplications::ipcServerSampleApp::communication::WebSocketConfig::transport_config:
Inheritance graph
[legend]
Collaboration diagram for alexaClientSDK::sampleApplications::ipcServerSampleApp::communication::WebSocketConfig::transport_config:
Collaboration graph
[legend]

Public Types

typedef type::concurrency_type concurrency_type
 Concurrency policy used by websocketspp. More...
 
typedef type::alog_type alog_type
 Logger to use for access logs. More...
 
typedef type::elog_type elog_type
 Logger to use for error logs. More...
 
typedef type::request_type request_type
 The type of request policy (a http request parser) More...
 
typedef type::response_type response_type
 The type of response policy (http) More...
 
typedef websocketpp::transport::asio::basic_socket::endpoint socket_type
 The socket type to use (basic, tls, etc) More...
 

Detailed Description

Specifies the transport configuration which will be used by websocketspp

In this case contains a redefinition of the above types plus the type of transport in use

Member Typedef Documentation

◆ alog_type

Logger to use for access logs.

◆ concurrency_type

Concurrency policy used by websocketspp.

◆ elog_type

Logger to use for error logs.

◆ request_type

The type of request policy (a http request parser)

◆ response_type

The type of response policy (http)

◆ socket_type

The socket type to use (basic, tls, etc)


The documentation for this struct 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