GatewayConfig
Defined in the config module.Configuration for the gateway server. Attributes: host: Host to bind to port: Port to listen on cors_origins: Allowed CORS origins auth_token: Optional authentication token max_connections: Maximum concurrent connections max_sessions_per_agent: Maximum sessions per agent (0 = unlimited) session_config: Default session configuration heartbeat_interval: Heartbeat interval in seconds reconnect_timeout: Time to wait for reconnection before closing session ssl_cert: Path to SSL certificate (for HTTPS/WSS) ssl_key: Path to SSL key
Properties
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
No description available.
Methods
is_secure()
Whether SSL/TLS is enabled.
ws_url()
WebSocket URL for this gateway.
http_url()
HTTP URL for this gateway.
Internal & Generic Methods
Internal & Generic Methods
- to_dict: Convert to dictionary (hides sensitive data).

