List of all items
Structs
- close::CloseHandshake
- close::ClosePayload
- daemon::cli::CliArgs
- daemon::config::DaemonConfig
- daemon::config::TopicConfig
- daemon::qos_translation::WsBehavior
- daemon::router::Router
- daemon::runtime_common::BridgeMetrics
- daemon::runtime_common::CatalogSnapshot
- daemon::security::Acl
- daemon::security::AclEntry
- daemon::security::AuthSubject
- daemon::security::RotatingTlsConfig
- daemon::security::SecurityConfig
- daemon::security::SecurityCtx
- daemon::server::DaemonHandle
- dds_bridge::Notification
- dds_bridge::SubscriptionRegistry
- frame::Frame
- handshake::ClientHandshake
- handshake::ServerHandshake
- masking::ClosureMaskingKeyProvider
- masking::InsecureSplitmixProvider
- message::Message
- message::Reassembler
- negotiation::ExtensionOffer
- permessage_deflate::PermessageDeflateParams
- uri::WebSocketUri
- utf8::StreamingValidator
Enums
- close::CloseCode
- close::CloseState
- close::StatusCodeRange
- codec::CodecError
- daemon::cli::CliError
- daemon::config::ConfigError
- daemon::qos_translation::BackpressureMode
- daemon::qos_translation::DeadlineMode
- daemon::qos_translation::ReplayMode
- daemon::router::RouterMsg
- daemon::runtime_common::LifecycleSignal
- daemon::security::AclOp
- daemon::security::AuthError
- daemon::security::AuthMode
- daemon::security::SecurityError
- daemon::server::ServerError
- dds_bridge::BridgeError
- dds_bridge::BridgeOp
- frame::Opcode
- handshake::HandshakeError
- message::ReceiveError
- message::SendError
- permessage_deflate::NegotiationError
- uri::UriError
- utf8::Utf8Error
Traits
Functions
- close::classify_status_code
- close::decode_close_payload
- close::encode_close_payload
- close::is_forbidden_on_wire
- close::validate_wire_status_code
- codec::decode
- codec::encode
- daemon::cli::parse
- daemon::config::default_ws_path
- daemon::config::expand_env_vars
- daemon::qos_translation::dds_qos_to_ws_behavior
- daemon::runtime_common::install_signal_watcher
- daemon::runtime_common::otlp_config_from_endpoint
- daemon::runtime_common::otlp_config_from_env
- daemon::runtime_common::serve_admin_endpoints
- daemon::runtime_common::spawn_otlp_flush_loop
- daemon::security::authenticate_ws
- daemon::security::authorize
- daemon::security::bs_authenticate
- daemon::security::build_ctx
- daemon::security::ctx_from_daemon_config
- daemon::security::extract_authorization_header
- daemon::security::extract_mtls_subject
- daemon::security::serve_tls_handshake
- daemon::server::start
- dds_bridge::parse_op
- dds_bridge::render_notification
- handshake::build_server_response
- handshake::compute_accept
- handshake::parse_client_request
- handshake::render_server_response
- masking::apply_mask
- masking::generate_masking_key
- message::fragment_message
- negotiation::parse_extensions
- negotiation::parse_subprotocols
- negotiation::select_subprotocol
- permessage_deflate::append_tail
- permessage_deflate::parse_offer
- permessage_deflate::render_accept
- permessage_deflate::strip_tail
- uri::default_port
- uri::is_local_loopback
- uri::parse_websocket_uri
- uri::resource_name
- utf8::validate