Uses of Class
pt.unl.fct.di.novasys.babel2.channels.AbstractIPBabelChannelBuilder
Packages that use AbstractIPBabelChannelBuilder
Package
Description
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.
-
Uses of AbstractIPBabelChannelBuilder in pt.unl.fct.di.novasys.babel2.channels.legacy.simpleServer
Subclasses of AbstractIPBabelChannelBuilder in pt.unl.fct.di.novasys.babel2.channels.legacy.simpleServerModifier and TypeClassDescriptionclassBuilder for constructingLegacySimpleServerBabelChannelinstances. -
Uses of AbstractIPBabelChannelBuilder in pt.unl.fct.di.novasys.babel2.channels.quic
Subclasses of AbstractIPBabelChannelBuilder in pt.unl.fct.di.novasys.babel2.channels.quic -
Uses of AbstractIPBabelChannelBuilder in pt.unl.fct.di.novasys.babel2.channels.tcp_tls
Modifier and TypeClassDescriptionclassBuilder forAbstractTCPBabelChannelinstances.classBuilder forTLSBabelChannelinstances. -
Uses of AbstractIPBabelChannelBuilder in pt.unl.fct.di.novasys.babel2.channels.udp
Subclasses of AbstractIPBabelChannelBuilder in pt.unl.fct.di.novasys.babel2.channels.udp