Skip to main content

Module endpoint

Module endpoint 

Source
Expand description

Unified endpoint state machine orchestrating all MoQT protocol flows.

Structsยง

Endpoint
Unified draft-11 MoQT endpoint wrapping session lifecycle, request ID allocation, and all per-flow state machines (subscriptions, fetches, announces, subscribe-announces, track statuses).
InboundAnnounce ๐Ÿ”’
An announcement the peer made with ANNOUNCE.
InboundFetch ๐Ÿ”’
A FETCH the peer sent, and how far the fetch it opened has got.
InboundSubscribe ๐Ÿ”’
A SUBSCRIBE the peer sent, and how far the subscription it opened has got.
InboundSubscribeAnnounces ๐Ÿ”’
A SUBSCRIBE_ANNOUNCES the peer sent, and how far the namespace subscription it opens has got.
InboundTrackStatus ๐Ÿ”’
A track status the peer asked for with TRACK_STATUS_REQUEST.
TrackBinding ๐Ÿ”’
A Track Alias attached to a Full Track Name, and the request whose lifetime the attachment follows.

Enumsยง

BindingKind ๐Ÿ”’
Which end sent the SUBSCRIBE a binding came from, and so which record says whether its subscription is still standing.
EndpointError
Errors that can occur during draft-11 endpoint operations.

Functionsยง

prefixes_overlap ๐Ÿ”’
Whether two namespace prefixes overlap.

Type Aliasesยง

NamespaceKey ๐Ÿ”’
Key identifying a namespace (used for Announce maps).