|
A11 (C++ runtime)
Native C++ implementation of the A11 action and streaming runtime
|
Listen address and limits for a WebSocketSignallingServer. More...
#include <cpp/a11/net/websocket_signalling.h>
Public Member Functions | |
| absl::Status | Validate () const |
Public Attributes | |
| std::string | path_prefix |
| Prefix before identity registration paths. | |
| std::string | bind_address = "127.0.0.1" |
| Local listen address. | |
| std::uint16_t | port = 0 |
| Listen port; zero requests an ephemeral port. | |
| Http2Options | http2_options |
| Server HTTP/2 and TLS policy. | |
| size_t | max_message_size = 1024 * 1024 |
| Inbound JSON message limit. | |
Listen address and limits for a WebSocketSignallingServer.
A port of 0 requests an ephemeral port; http2_options carries transport and TLS settings, and max_message_size bounds inbound signalling frames.
| absl::Status a11::net::WebSocketSignallingServerOptions::Validate | ( | ) | const |
| std::string a11::net::WebSocketSignallingServerOptions::bind_address = "127.0.0.1" |
Local listen address.
| Http2Options a11::net::WebSocketSignallingServerOptions::http2_options |
Server HTTP/2 and TLS policy.
| size_t a11::net::WebSocketSignallingServerOptions::max_message_size = 1024 * 1024 |
Inbound JSON message limit.
| std::string a11::net::WebSocketSignallingServerOptions::path_prefix |
Prefix before identity registration paths.
| std::uint16_t a11::net::WebSocketSignallingServerOptions::port = 0 |
Listen port; zero requests an ephemeral port.