Uses of Interface
pt.unl.fct.di.novasys.babel2.core.BabelProtocol

Packages that use BabelProtocol
Package
Description
Channel abstractions, lifecycle builders, wire messages, and node components for Babel 2.
In-memory simulated communication channels for intra-JVM protocol testing and message passing.
Legacy server-side channel implementation compatible with legacy clients.
QUIC transport channel implementation for Babel 2, providing multiplexed, stream-oriented communication secured by mutual TLS.
TCP transport channel implementation for Babel 2, providing reliable, ordered, connection-oriented message delivery over persistent TCP sockets with configurable authentication modes and identity verification.
UDP datagram channel implementation for connectionless unicast and multicast messaging.
Core runtime, protocol lifecycle, executor models, and protocol extensions for Babel 2.
Provides interfaces and extensions for implementing and consuming broadcast services in the Babel 2 framework.
Provides interfaces and extensions for implementing and consuming membership (overlay network) services in the Babel 2 framework.
Address and node component resolution protocol abstractions and extensions for Babel 2.
Cryptographically signed message support and extensions for Babel 2 protocols.
Local network peer discovery protocols for dynamic node address and channel resolution.