Uses of Class
pt.unl.fct.di.novasys.babel2.channels.AbstractBabelChannelBuilder

Packages that use AbstractBabelChannelBuilder
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.