Uses of Record Class
pt.unl.fct.di.novasys.babel2.channels.IPBabelNodeComponent
Packages that use IPBabelNodeComponent
Package
Description
Serializers for core Babel runtime types including nodes, components, and messages.
-
Uses of IPBabelNodeComponent in pt.unl.fct.di.novasys.babel2.channels.serializers.babelTypes
Classes in pt.unl.fct.di.novasys.babel2.channels.serializers.babelTypes that implement interfaces with type arguments of type IPBabelNodeComponentModifier and TypeClassDescriptionfinal classBinary serializer forBabelNodeinstances that carry an IP socket address.Methods in pt.unl.fct.di.novasys.babel2.channels.serializers.babelTypes that return IPBabelNodeComponentModifier and TypeMethodDescriptionIPBabelNodeComponentSerialiazer.deserialize(io.netty.buffer.ByteBuf buffer, NodeStore store) Reads aIPBabelNodeComponentfrom the buffer.Methods in pt.unl.fct.di.novasys.babel2.channels.serializers.babelTypes that return types with arguments of type IPBabelNodeComponentModifier and TypeMethodDescriptionIPBabelNodeComponentSerialiazer.getObjectClass()ReturnsBabelNode.class, which is the type key used bySerializerRegistryto locate this serializer when encoding or decodingBabelNodefields in generated message serializers.Methods in pt.unl.fct.di.novasys.babel2.channels.serializers.babelTypes with parameters of type IPBabelNodeComponentModifier and TypeMethodDescriptionintIPBabelNodeComponentSerialiazer.getEstimateSize(IPBabelNodeComponent object) voidIPBabelNodeComponentSerialiazer.serialize(IPBabelNodeComponent node, io.netty.buffer.ByteBuf out, NodeStore store)