Uses of Interface
pt.unl.fct.di.novasys.babel2.channels.IPBabelChannel
Packages that use IPBabelChannel
Package
Description
Channel extensions and interfaces for local network broadcast and multicast communication.
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 IPBabelChannel in pt.unl.fct.di.novasys.babel2.channels.discovery
Subinterfaces of IPBabelChannel in pt.unl.fct.di.novasys.babel2.channels.discoveryModifier and TypeInterfaceDescriptioninterfaceChannel interface for IP channels supporting local network broadcast or multicast operations. -
Uses of IPBabelChannel in pt.unl.fct.di.novasys.babel2.channels.legacy.simpleServer
Classes in pt.unl.fct.di.novasys.babel2.channels.legacy.simpleServer that implement IPBabelChannelModifier and TypeClassDescriptionclassLegacy server-side channel implementation supporting backward compatibility with older simple-client protocols. -
Uses of IPBabelChannel in pt.unl.fct.di.novasys.babel2.channels.quic
Classes in pt.unl.fct.di.novasys.babel2.channels.quic that implement IPBabelChannelModifier and TypeClassDescriptionclassBabel 2 channel implementation that transports messages over QUIC streams secured with mutual TLS. -
Uses of IPBabelChannel in pt.unl.fct.di.novasys.babel2.channels.tcp_tls
Classes in pt.unl.fct.di.novasys.babel2.channels.tcp_tls that implement IPBabelChannelModifier and TypeClassDescriptionclassBabel 2 channel implementation that transports messages over persistent TCP connections.final classConcrete TCP Babel channel implementation that transports messages over persistent TCP connections.final classConcrete TLS-over-TCP Babel channel implementation that transports messages over persistent TCP connections secured with mutual TLS. -
Uses of IPBabelChannel in pt.unl.fct.di.novasys.babel2.channels.udp
Classes in pt.unl.fct.di.novasys.babel2.channels.udp that implement IPBabelChannelModifier and TypeClassDescriptionclassBabel 2 channel implementation that transports messages as connectionless UDP datagrams.