Uses of Interface
pt.unl.fct.di.novasys.babel2.channels.legacy.messages.ControlMessage
Packages that use ControlMessage
Package
Description
Control and framing messages for backward-compatible legacy channels.
Legacy server-side channel implementation compatible with legacy clients.
Handshake messages specific to the legacy simple server channel protocol.
-
Uses of ControlMessage in pt.unl.fct.di.novasys.babel2.channels.legacy.messages
Classes in pt.unl.fct.di.novasys.babel2.channels.legacy.messages that implement ControlMessageModifier and TypeClassDescriptionfinal classPeriodic heartbeat message exchanged to maintain legacy connection liveness.final classControl message signaling that invalid or unrecognized attributes were received in a legacy handshake. -
Uses of ControlMessage in pt.unl.fct.di.novasys.babel2.channels.legacy.simpleServer
Subclasses with type arguments of type ControlMessage in pt.unl.fct.di.novasys.babel2.channels.legacy.simpleServerModifier and TypeClassDescriptionclassNetty codec for encoding and decoding legacy control and handshake messages.Methods in pt.unl.fct.di.novasys.babel2.channels.legacy.simpleServer with parameters of type ControlMessageModifier and TypeMethodDescriptionprotected voidLegacySimpleServerHandshakeCodec.encode(io.netty.channel.ChannelHandlerContext ctx, ControlMessage msg, io.netty.buffer.ByteBuf out) -
Uses of ControlMessage in pt.unl.fct.di.novasys.babel2.channels.legacy.simpleServer.messages
Classes in pt.unl.fct.di.novasys.babel2.channels.legacy.simpleServer.messages that implement ControlMessageModifier and TypeClassDescriptionfinal recordInitial handshake message sent by a legacy simple client containing its client magic number.classHandshake response message sent by a legacy simple server acknowledging connection setup.