Package pt.unl.fct.di.novasys.babel2.channels.tcp_tls
@NullMarked
package pt.unl.fct.di.novasys.babel2.channels.tcp_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.
-
ClassDescriptionBabel 2 channel implementation that transports messages over persistent TCP connections.Modes used to describe which types of signed messages are allowed on the channel.Concrete TCP Babel channel implementation that transports messages over persistent TCP connections.Builder for
AbstractTCPBabelChannelinstances.Netty codec that frames both standard (unsigned) and cryptographically signed Babel messages over the same TCP connection.Concrete TLS-over-TCP Babel channel implementation that transports messages over persistent TCP connections secured with mutual TLS.Builder forTLSBabelChannelinstances.