Network System 0.1.1
High-performance modular networking library for scalable client-server applications
Loading...
Searching...
No Matches
websocket_socket.h File Reference
#include "internal/websocket/websocket_protocol.h"
#include "kcenon/network/detail/utils/result_types.h"
#include <atomic>
#include <cstdint>
#include <functional>
#include <memory>
#include <mutex>
#include <span>
#include <string>
#include <system_error>
#include <vector>
Include dependency graph for websocket_socket.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kcenon::network::internal::websocket_socket
 WebSocket framing layer built on top of tcp_socket. More...
 

Namespaces

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

Enumerations

enum class  kcenon::network::internal::ws_state { kcenon::network::internal::connecting , kcenon::network::internal::open , kcenon::network::internal::closing , kcenon::network::internal::closed }
 WebSocket connection state (RFC 6455 Section 7). More...