userver: userver/websocket/connection.hpp File Reference
Loading...
Searching...
No Matches
connection.hpp File Reference

Detailed Description

Main class for Websocket connection.

Definition in file connection.hpp.

Go to the source code of this file.

This graph shows which files directly or indirectly include this file:

Classes

struct  websocket::Config
struct  websocket::Statistics
class  websocket::WebSocketConnection
 Main class for Websocket connection. More...

Functions

Config websocket::Parse (const yaml_config::YamlConfig &, formats::parse::To< Config >)
std::shared_ptr< WebSocketConnectionwebsocket::MakeServerWebSocketConnection (std::unique_ptr< engine::io::RwBase > &&socket, engine::io::Sockaddr &&peer_name, const Config &config)
std::shared_ptr< WebSocketConnectionwebsocket::MakeClientWebSocketConnection (std::unique_ptr< engine::io::RwBase > &&socket, engine::io::Sockaddr &&peer_name, const Config &config)