Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
websocket_client.h File Reference
#include <chrono>
#include <cstdint>
#include <functional>
#include <future>
#include <map>
#include <memory>
#include <mutex>
#include <string>
#include <string_view>
#include <system_error>
#include <vector>
#include <asio.hpp>
#include "internal/interfaces/i_websocket_client.h"
#include "internal/core/callback_indices.h"
#include "internal/websocket/websocket_protocol.h"
#include "kcenon/network/detail/utils/result_types.h"
#include "kcenon/network/detail/utils/lifecycle_manager.h"
#include "kcenon/network/detail/utils/callback_manager.h"
#include "kcenon/network/integration/thread_integration.h"
Include dependency graph for websocket_client.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kcenon::network::core::ws_client_config
 Configuration for WebSocket client. More...
 
class  kcenon::network::core::messaging_ws_client
 High-level WebSocket client with automatic connection management. More...
 

Namespaces

namespace  kcenon
 
namespace  kcenon::network
 Main namespace for all Network System components.
 
namespace  kcenon::network::internal
 
namespace  kcenon::network::core
 

Typedefs

using kcenon::network::core::ws_client = messaging_ws_client
 Type alias for WebSocket client (plain).
 
using kcenon::network::core::secure_ws_client = messaging_ws_client
 Type alias for secure WebSocket client (WSS).