C++ Actor Framework 0.19
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
caf::net::web_socket::base_config< Trait > Class Template Reference

Configuration for the with_t DSL entry point. More...

#include <config.hpp>

Inherits dsl::generic_config_value.

Public Types

using trait_type = Trait
 
using super = dsl::generic_config_value
 

Public Attributes

Trait trait
 Configures the protocol layer.
 

Detailed Description

template<class Trait>
class caf::net::web_socket::base_config< Trait >

Configuration for the with_t DSL entry point.

Refined into a server or client configuration later on.


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