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

The configuration for a length-prefix framing client. More...

#include <config.hpp>

Inherits caf::net::dsl::config_impl< Data >.

Public Types

using trait_type = Trait
 
using super = dsl::client_config_value
 

Static Public Member Functions

template<class T , class... Args>
static auto make (dsl::client_config_tag< T >, const base_config< Trait > &from, Args &&... args)
 

Public Attributes

Trait trait
 
handshake hs
 

Detailed Description

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

The configuration for a length-prefix framing client.


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