Package pt.unl.fct.di.novasys.babel2.channels.legacy.simpleServer
@NullMarked
package pt.unl.fct.di.novasys.babel2.channels.legacy.simpleServer
Legacy server-side channel implementation compatible with legacy clients.
Contains LegacySimpleServerBabelChannel,
its builder LegacySimpleServerBabelChannelBuilder,
and associated Netty connection and handshake handlers.
-
ClassesClassDescriptionLegacy server-side channel implementation supporting backward compatibility with older simple-client protocols.Builder for constructing
LegacySimpleServerBabelChannelinstances.Inbound handler managing active legacy simple server connections, reading application messages and managing idle state heartbeat triggers.Netty codec for encoding and decoding legacy control and handshake messages.Netty inbound handler processing the initial legacy client handshake and registering connections.