Expand description
LDP protocol adapter โ implements the ProtocolAdapter trait.
This is the primary integration point. The adapter:
- Translates
discover/invoke/stream/status/cancelinto LDP messages - Manages sessions transparently (callers see request->response)
- Attaches provenance to all results
- Enforces trust domain boundaries
Structsยง
- LdpAdapter
- LDP protocol adapter.